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