8 references to SourceTypes
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRun\DebugInfoTableNode.cs (6)
194
if ((bound.source &
SourceTypes
.CALL_INSTRUCTION) != 0)
196
if ((bound.source &
SourceTypes
.STACK_EMPTY) != 0)
198
if ((bound.source &
SourceTypes
.ASYNC) != 0)
201
if ((bound.source & ~(
SourceTypes
.CALL_INSTRUCTION |
SourceTypes
.STACK_EMPTY |
SourceTypes
.ASYNC)) != 0)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (2)
1374
public
SourceTypes
source; // The debugger needs this so that
1423
public
SourceTypes
Source;