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)
47var encodedFilePath = s_encoding.GetBytes(_filePath); 56var displayFilePath = GeneratedNames.GetDisplayFilePath(_filePath);