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