1 write to _canonicalOwner
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
59_canonicalOwner = canonicalOwner;
4 references to _canonicalOwner
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\GenericLookupResult.cs (4)
27if (_canonicalOwner is TypeDesc) 29var owningTypeDefinition = (MetadataType)((TypeDesc)_canonicalOwner).GetTypeDefinition(); 36Debug.Assert(_canonicalOwner is MethodDesc); 37MethodDesc owningMethodDefinition = ((MethodDesc)_canonicalOwner).GetTypicalMethodDefinition();