1 write to MemberActions
illink (1)
Linker\Annotations.cs (1)
81
MemberActions
= new MemberActionStore (context);
7 references to MemberActions
illink (7)
Linker.Steps\BodySubstituterStep.cs (1)
17
new BodySubstitutionParser (Context, _documentStream, _xmlDocumentLocation).Parse (Context.Annotations.
MemberActions
.PrimarySubstitutionInfo);
Linker\Annotations.cs (6)
127
return
MemberActions
.GetAction (method);
142
MemberActions
.PrimarySubstitutionInfo.SetMethodAction (method, action);
147
MemberActions
.PrimarySubstitutionInfo.SetMethodStubValue (method, value);
152
return
MemberActions
.HasSubstitutedInit (field);
402
return
MemberActions
.TryGetMethodStubValue (method, out value);
407
return
MemberActions
.TryGetFieldUserValue (field, out value);