6 references to source
ILCompiler.ReadyToRun (6)
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)
202
throw new InternalCompilerErrorException("Unknown source type " + (uint)bound.
source
);
205
throw new InternalCompilerErrorException("Unencodable source type " + sourceBits + " (for " + (uint)bound.
source
+ ")");