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