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)
59
return
_display
?? _fullPath ?? CodeAnalysisResources.InMemoryAssembly;
83
if (
_display
!= null)
86
sb.Append(
_display
);