4 references to CreateLocation
Microsoft.CodeAnalysis.Workspaces (4)
Diagnostics\DiagnosticData.cs (4)
208var location = CreateLocation(document, diagnostic.Location); 277builder.Add(CreateLocation(document.Project.Solution.GetDocument(location.SourceTree), location)); 282builder.Add(CreateLocation(document.Project.GetTextDocument(textDocumentId), location)); 286builder.Add(CreateLocation(document: null, location));