2 writes to _filePath
Microsoft.CodeAnalysis.CSharp (2)
Symbols\FileIdentifier.cs (2)
29
_filePath
= filePath;
35
_filePath
= string.Empty;
2 references to _filePath
Microsoft.CodeAnalysis.CSharp (2)
Symbols\FileIdentifier.cs (2)
47
var encodedFilePath = s_encoding.GetBytes(
_filePath
);
56
var displayFilePath = GeneratedNames.GetDisplayFilePath(
_filePath
);