C# Class 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.
Inheritance: IPrimarySourceLocation
显示文件 Open project: visualmutator/visualmutator

Private Properties

Property Type Description
ISourceLocation bool
ISourceLocation int

Private Methods

Method Description
ISourceLocation ( ISourceLocation location ) : bool
ISourceLocation ( int offset, char destination, int destinationOffset, int length ) : int