1 write to _fullPath
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerImageReference.cs (1)
32_fullPath = fullPath;
4 references to _fullPath
Microsoft.CodeAnalysis (4)
DiagnosticAnalyzer\AnalyzerImageReference.cs (4)
51return _fullPath; 59return _display ?? _fullPath ?? CodeAnalysisResources.InMemoryAssembly; 76if (_fullPath != null) 79sb.Append(_fullPath);