2 references to _methodIndices
ILCompiler.Compiler (2)
Compiler\UserDefinedTypeDescriptor.cs (2)
189
if (
_methodIndices
.TryGetValue(method, out typeIndex))
218
_methodIndices
.Add(method, typeIndex);