3 references to _constructedMethodTables
ILCompiler.Compiler (3)
Compiler\ILScanner.cs (3)
505
_constructedMethodTables
.Add(type);
755
return
_constructedMethodTables
.Contains(type);
769
return
_constructedMethodTables
.Contains(type) || _canonConstructedMethodTables.Contains(type);