1 write to PrimarySubstitutionInfo
illink (1)
Linker\MemberActionStore.cs (1)
21
PrimarySubstitutionInfo
= new SubstitutionInfo ();
6 references to PrimarySubstitutionInfo
illink (6)
Linker.Steps\BodySubstituterStep.cs (1)
17
new BodySubstitutionParser (Context, _documentStream, _xmlDocumentLocation).Parse (Context.Annotations.MemberActions.
PrimarySubstitutionInfo
);
Linker\Annotations.cs (2)
142
MemberActions.
PrimarySubstitutionInfo
.SetMethodAction (method, action);
147
MemberActions.
PrimarySubstitutionInfo
.SetMethodStubValue (method, value);
Linker\MemberActionStore.cs (3)
40
if (
PrimarySubstitutionInfo
.MethodActions.TryGetValue (method, out MethodAction action))
56
if (
PrimarySubstitutionInfo
.MethodStubValues.TryGetValue (method, out value))
145
if (
PrimarySubstitutionInfo
.FieldValues.TryGetValue (field, out value))