1 write to _xmlDocumentLocation
illink (1)
Linker.Steps\ProcessLinkerXmlBase.cs (1)
52
_xmlDocumentLocation
= xmlDocumentLocation;
10 references to _xmlDocumentLocation
illink (10)
Linker.Steps\DescriptorMarker.cs (5)
93
_context.Annotations.Mark (type, new DependencyInfo (DependencyKind.XmlDescriptor,
_xmlDocumentLocation
), GetMessageOriginForPosition (nav));
105
_context.MarkingHelpers.MarkExportedType (exported, assembly.MainModule, new DependencyInfo (DependencyKind.XmlDescriptor,
_xmlDocumentLocation
), GetMessageOriginForPosition (nav));
136
_context.Annotations.Mark (type, new DependencyInfo (DependencyKind.XmlDescriptor,
_xmlDocumentLocation
), GetMessageOriginForPosition (nav));
164
_context.Annotations.Mark (field, new DependencyInfo (DependencyKind.XmlDescriptor,
_xmlDocumentLocation
), GetMessageOriginForPosition (nav));
178
_context.Annotations.Mark (method, new DependencyInfo (DependencyKind.XmlDescriptor,
_xmlDocumentLocation
), GetMessageOriginForPosition (nav));
Linker.Steps\ProcessLinkerXmlBase.cs (5)
64
protected virtual bool ShouldProcessElement (XPathNavigator nav) => FeatureSettings.ShouldProcessElement (nav, _context,
_xmlDocumentLocation
);
95
throw new LinkerFatalErrorException (MessageContainer.CreateErrorMessage (null, DiagnosticId.ErrorProcessingXmlLocation,
_xmlDocumentLocation
), ex);
472
? new MessageOrigin (
_xmlDocumentLocation
, lineInfo.LineNumber, lineInfo.LinePosition, _resource?.Assembly)
473
: new MessageOrigin (
_xmlDocumentLocation
, 0, 0, _resource?.Assembly);
485
public override string ToString () => GetType ().Name + ": " +
_xmlDocumentLocation
;