1 write to _delegateType
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\DelegateCtorSignature.cs (1)
24
_delegateType
= delegateType;
4 references to _delegateType
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\DelegateCtorSignature.cs (4)
60
builder.EmitTypeSignature(
_delegateType
, innerContext);
80
sb.Append(nameMangler.GetMangledTypeName(
_delegateType
));
91
int result = comparer.Compare(
_delegateType
, otherNode.
_delegateType
);