3 references to OwningMethodOrType
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (2)
247
throw new InvalidOperationException($"{
OwningMethodOrType
}: {entry}");
314
throw new InvalidOperationException($"{
OwningMethodOrType
}: {entry}");
Compiler\ILScanner.cs (1)
355
TypeSystemEntity owningMethodOrType = layoutNode.
OwningMethodOrType
;