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