1 write to FullPath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\VisualStudioAnalyzer.cs (1)
33FullPath = fullPath;
3 references to FullPath
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
902var analyzerPendingRemoval = _analyzersRemovedInBatch.FirstOrDefault(a => a.FullPath == mappedFullPath);
Workspace\ProjectSystem\VisualStudioAnalyzer.cs (2)
50var analyzerFileReference = new AnalyzerFileReference(FullPath, s_analyzerAssemblyLoader); 61var data = _projectSystemDiagnosticSource.CreateAnalyzerLoadFailureDiagnostic(e, FullPath, _projectId, _language);