1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\InterfaceDispatchCellNode.cs (1)
26
_targetMethod
= targetMethod;
10 references to _targetMethod
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\InterfaceDispatchCellNode.cs (10)
18
internal MethodDesc TargetMethod =>
_targetMethod
;
34
.Append(nameMangler.GetMangledMethodName(
_targetMethod
));
57
if (factory.DevirtualizationManager.CanHaveDynamicInterfaceImplementations(
_targetMethod
.OwningType))
59
return factory.ConstructedTypeSymbol(
_targetMethod
.OwningType);
63
return factory.NecessaryTypeSymbol(
_targetMethod
.OwningType);
71
if (!factory.VTable(
_targetMethod
.OwningType).HasKnownVirtualMethodUse)
73
result.Add(factory.VirtualMethodUse(
_targetMethod
), "Interface method use");
76
factory.MetadataManager.GetDependenciesDueToVirtualMethodReflectability(ref result, factory,
_targetMethod
);
126
var compare = comparer.Compare(
_targetMethod
, ((InterfaceDispatchCellNode)other).
_targetMethod
);