2 writes to AssemblyPath
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SourceGeneratedDocumentIdentity.cs (1)
93AssemblyPath = generatorAssemblyPath,
Workspace\Solution\SourceGeneratorIdentity.cs (1)
33AssemblyPath = analyzerReference.FullPath;
5 references to AssemblyPath
Microsoft.CodeAnalysis.Workspaces (4)
SourceGeneratorTelemetry\SourceGeneratorTelemetryCollectorWorkspaceService.cs (2)
27if (Identity.AssemblyPath != null) 29FileVersion = IOUtilities.PerformIO(() => FileVersionInfo.GetVersionInfo(Identity.AssemblyPath).FileVersion, defaultValue: "(reading version threw exception)")!;
Workspace\Solution\SourceGeneratedDocumentIdentity.cs (2)
39var assemblyNameToHash = generatorIdentity.AssemblyPath ?? generatorIdentity.AssemblyName; 70writer.WriteString(Generator.AssemblyPath);
Microsoft.VisualStudio.LanguageServices (1)
Workspace\SourceGeneratedFileManager.cs (1)
341if (project.AnalyzerReferences.Any(a => a.FullPath == _documentIdentity.Generator.AssemblyPath))