1 write to _fullPath
Microsoft.CodeAnalysis.Test.Utilities (1)
Mocks\TestAnalyzerReference.cs (1)
19
_fullPath
= fullPath;
1 reference to _fullPath
Microsoft.CodeAnalysis.Test.Utilities (1)
Mocks\TestAnalyzerReference.cs (1)
25
public override string FullPath =>
_fullPath
?? throw new NotImplementedException();