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