2 references to s_mappedFilePath
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
LanguageServer\AbstractLanguageServerProtocolTests.cs (2)
74
Uri = new Uri(
s_mappedFilePath
)
87
mappedResult = spans.Select(span => new MappedSpanResult(
s_mappedFilePath
, s_mappedLinePosition, new TextSpan(0, 5))).ToImmutableArray();