1 write to FilePath
Microsoft.CodeAnalysis (1)
EmbeddedText.cs (1)
58FilePath = filePath;
19 references to FilePath
Microsoft.CodeAnalysis (2)
Compilation\Compilation.cs (2)
2507Debug.Assert(!string.IsNullOrEmpty(text.FilePath)); 2508string normalizedPath = documentsBuilder.NormalizeDebugDocumentPath(text.FilePath, basePath: null);
Microsoft.CodeAnalysis.UnitTests (17)
EmbeddedTextTests.cs (17)
82Assert.Equal("pathToEmpty", text.FilePath); 94Assert.Equal("pathToEmpty", text.FilePath); 107Assert.Equal("pathToEmpty", text.FilePath); 120Assert.Equal("pathToSmall", text.FilePath); 135Assert.Equal("pathToSmall", text.FilePath); 148Assert.Equal("pathToSmall", text.FilePath); 162Assert.Equal("pathToLarge", text.FilePath); 177Assert.Equal("pathToLarge", text.FilePath); 190Assert.Equal("pathToLarge", text.FilePath); 204var actualEmbedded = EmbeddedText.FromSource(expectedEmbedded.FilePath, actual); 206Assert.Equal(expectedEmbedded.FilePath, actualEmbedded.FilePath); 219var actualEmbedded = EmbeddedText.FromSource(expectedEmbedded.FilePath, actual); 221Assert.Equal(expectedEmbedded.FilePath, actualEmbedded.FilePath); 240Assert.Equal("pathToPrecomputed", text.FilePath); 255Assert.Equal("pathToLarge", text.FilePath);