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)
408
if (constructedTypeLookups.Contains(thLookup.
Type
) || metadataTypeLookups.Contains(thLookup.
Type
))