1 write to MemberActions
illink (1)
Linker\Annotations.cs (1)
85
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)
133
return
MemberActions
.GetAction(method);
148
MemberActions
.PrimarySubstitutionInfo.SetMethodAction(method, action);
153
MemberActions
.PrimarySubstitutionInfo.SetMethodStubValue(method, value);
439
return
MemberActions
.TryGetMethodStubValue(method, out value);
444
return
MemberActions
.TryGetFieldUserValue(field, out value);