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