1 write to MethodStubValues
illink (1)
Linker\SubstitutionInfo.cs (1)
18
MethodStubValues
= new Dictionary<MethodDefinition, object?>();
3 references to MethodStubValues
illink (3)
Linker\MemberActionStore.cs (2)
58
if (PrimarySubstitutionInfo.
MethodStubValues
.TryGetValue(method, out value))
62
&& embeddedXml.
MethodStubValues
.TryGetValue(method, out value))
Linker\SubstitutionInfo.cs (1)
29
MethodStubValues
[method] = value;