1 write to _documentStream
illink (1)
Linker.Steps\ProcessLinkerXmlStepBase.cs (1)
15
_documentStream
= documentStream;
3 references to _documentStream
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();