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