1 write to MemberActions
illink (1)
Linker\Annotations.cs (1)
81
MemberActions
= new MemberActionStore(context);
6 references to MemberActions
illink (6)
Linker.Steps\BodySubstituterStep.cs (1)
17
new BodySubstitutionParser(Context, _documentStream, _xmlDocumentLocation).Parse(Context.Annotations.
MemberActions
.PrimarySubstitutionInfo);
Linker\Annotations.cs (5)
129
return
MemberActions
.GetAction(method);
144
MemberActions
.PrimarySubstitutionInfo.SetMethodAction(method, action);
149
MemberActions
.PrimarySubstitutionInfo.SetMethodStubValue(method, value);
396
return
MemberActions
.TryGetMethodStubValue(method, out value);
401
return
MemberActions
.TryGetFieldUserValue(field, out value);