1 write to _display
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerImageReference.cs (1)
33_display = display;
3 references to _display
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerImageReference.cs (3)
59return _display ?? _fullPath ?? CodeAnalysisResources.InMemoryAssembly; 83if (_display != null) 86sb.Append(_display);