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)
127
return
MemberActions
.GetAction (method);
142
MemberActions
.PrimarySubstitutionInfo.SetMethodAction (method, action);
147
MemberActions
.PrimarySubstitutionInfo.SetMethodStubValue (method, value);
387
return
MemberActions
.TryGetMethodStubValue (method, out value);
392
return
MemberActions
.TryGetFieldUserValue (field, out value);