4 references to Type
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (2)
225&& (thOther.Type == necessaryLookup?.Type || thOther.Type == metadataLookup?.Type)) 231&& mdOther.Type == necessaryLookup?.Type)
Compiler\ILScanner.cs (2)
384metadataTypeLookups.Add(mdthLookup.Type); 413if (constructedTypeLookups.Contains(mdthLookup.Type))