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