3 references to _constructedMethodTables
ILCompiler.Compiler (3)
Compiler\ILScanner.cs (3)
523
_constructedMethodTables
.Add(type);
773
return
_constructedMethodTables
.Contains(type);
787
return
_constructedMethodTables
.Contains(type) || _canonConstructedMethodTables.Contains(type);