3 references to CreateLocation
Microsoft.CodeAnalysis.Workspaces (3)
Diagnostics\DiagnosticData.cs (3)
222
var location =
CreateLocation
(document, diagnostic.Location);
291
builder.AddIfNotNull(
CreateLocation
(document.Project.Solution.GetDocument(location.SourceTree), location));
296
builder.AddIfNotNull(
CreateLocation
(document.Project.GetTextDocument(textDocumentId), location));