1 write to _xmlDocumentLocation
illink (1)
Linker.Steps\ProcessLinkerXmlBase.cs (1)
53
_xmlDocumentLocation
= xmlDocumentLocation;
10 references to _xmlDocumentLocation
illink (10)
Linker.Steps\DescriptorMarker.cs (5)
99
_context.Annotations.Mark(type, new DependencyInfo(DependencyKind.XmlDescriptor,
_xmlDocumentLocation
), GetMessageOriginForPosition(nav));
111
_context.MarkingHelpers.MarkExportedType(exported, assembly.MainModule, new DependencyInfo(DependencyKind.XmlDescriptor,
_xmlDocumentLocation
), GetMessageOriginForPosition(nav));
157
_context.Annotations.Mark(type, new DependencyInfo(DependencyKind.XmlDescriptor,
_xmlDocumentLocation
), GetMessageOriginForPosition(nav));
187
_context.Annotations.Mark(field, new DependencyInfo(DependencyKind.XmlDescriptor,
_xmlDocumentLocation
), GetMessageOriginForPosition(nav));
204
_context.Annotations.Mark(method, new DependencyInfo(DependencyKind.XmlDescriptor,
_xmlDocumentLocation
), GetMessageOriginForPosition(nav));
Linker.Steps\ProcessLinkerXmlBase.cs (5)
65
protected virtual bool ShouldProcessElement(XPathNavigator nav) => FeatureSettings.ShouldProcessElement(nav, _context,
_xmlDocumentLocation
);
100
throw new LinkerFatalErrorException(MessageContainer.CreateErrorMessage(null, DiagnosticId.ErrorProcessingXmlLocation,
_xmlDocumentLocation
), ex);
528
? new MessageOrigin(
_xmlDocumentLocation
, lineInfo.LineNumber, lineInfo.LinePosition, _resource?.Assembly)
529
: new MessageOrigin(
_xmlDocumentLocation
, 0, 0, _resource?.Assembly);
541
public override string ToString() => GetType().Name + ": " +
_xmlDocumentLocation
;