1 write to _xmlDocumentLocation
illink (1)
Linker.Steps\ProcessLinkerXmlStepBase.cs (1)
16
_xmlDocumentLocation
= xmlDocumentLocation;
3 references to _xmlDocumentLocation
illink (3)
Linker.Steps\BodySubstituterStep.cs (1)
17
new BodySubstitutionParser (Context, _documentStream,
_xmlDocumentLocation
).Parse (Context.Annotations.MemberActions.PrimarySubstitutionInfo);
Linker.Steps\LinkAttributesStep.cs (1)
17
new LinkAttributesParser (Context, _documentStream,
_xmlDocumentLocation
).Parse (Context.CustomAttributes.PrimaryAttributeInfo);
Linker.Steps\ResolveFromXmlStep.cs (1)
47
new DescriptorMarker (Context, _documentStream,
_xmlDocumentLocation
).Mark ();