C# 클래스 Microsoft.Cci.DummyPrimarySourceLocation

Instances of this class behave as the notorious FeeFee: a source context which exists in the PDB file, but which debuggers do not stop at. It is needed, e.g., to mark the first IL operation in a method body if it does not have any real source location (such as compiler generated closure initialization code). Without that, the debugger appears to not step into method calls.
상속: IPrimarySourceLocation
파일 보기 프로젝트 열기: visualmutator/visualmutator

Private Properties

프로퍼티 타입 설명
ISourceLocation bool
ISourceLocation int

비공개 메소드들

메소드 설명
ISourceLocation ( ISourceLocation location ) : bool
ISourceLocation ( int offset, char destination, int destinationOffset, int length ) : int