3 references to TryCreateSourceLocation
Microsoft.VisualStudio.LanguageServices (3)
Progression\GraphBuilder.cs (2)
221
var sourceLocation =
TryCreateSourceLocation
(
749
var sourceLocation =
TryCreateSourceLocation
(document.FilePath, span);
Progression\GraphQueries\IsUsedByGraphQuery.cs (1)
58
var sourceLocation = GraphBuilder.
TryCreateSourceLocation
(filePath, span.Span);