19 references to Create
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
487location = XmlLocation.Create(includeElement, currentXmlFilePath);
Microsoft.CodeAnalysis.VisualBasic (18)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (18)
314commentMessage = GenerateDiagnostic(XmlLocation.Create(element, currentXmlFilePath), 328commentMessage = GenerateDiagnostic(XmlLocation.Create(element, currentXmlFilePath), ERRID.WRN_XMLDocReturnsOnADeclareSub) 331commentMessage = GenerateDiagnostic(XmlLocation.Create(element, currentXmlFilePath), ERRID.WRN_XMLDocReturnsOnWriteOnlyProperty) 334commentMessage = GenerateDiagnostic(XmlLocation.Create(element, currentXmlFilePath), 346commentMessage = GenerateDiagnostic(XmlLocation.Create(element, currentXmlFilePath), 354commentMessage = GenerateDiagnostic(XmlLocation.Create(element, currentXmlFilePath), 363commentMessage = GenerateDiagnostic(XmlLocation.Create(element, currentXmlFilePath), 372commentMessage = GenerateDiagnostic(XmlLocation.Create(element, currentXmlFilePath), 400commentMessage = GenerateDiagnostic(XmlLocation.Create(element, currentXmlFilePath), ERRID.WRN_XMLDocExceptionTagWithoutCRef) 408commentMessage = GenerateDiagnostic(XmlLocation.Create(element, currentXmlFilePath), 599location = XmlLocation.Create(includeElement, currentXmlFilePath) 634ProcessErrorLocations(XmlLocation.Create(attribute, currentXmlFilePath), Nothing, useSiteInfo, errorLocations, Nothing) 639ProcessErrorLocations(XmlLocation.Create(attribute, currentXmlFilePath), reference.ToFullString().TrimEnd(), useSiteInfo, errorLocations, ERRID.WRN_XMLDocCrefAttributeNotFound1) 677ProcessErrorLocations(XmlLocation.Create(attribute, currentXmlFilePath), reference.ToString(), Nothing, errorLocations, errid) 702Me._diagnostics.Add(ERRID.WRN_XMLDocCrefAttributeNotFound1, XmlLocation.Create(attribute, currentXmlFilePath), value) 767Dim loc As Location = XmlLocation.Create(attribute, currentXmlFilePath) 774commentMessage = GenerateDiagnostic(XmlLocation.Create(attribute, currentXmlFilePath), badNameValueError, attributeValue, Me._tagsSupport.SymbolName) 779commentMessage = GenerateDiagnostic(XmlLocation.Create(attribute, currentXmlFilePath), badNameValueError, attributeValue, Me._tagsSupport.SymbolName)