1 write to Generator
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SourceGeneratedDocumentIdentity.cs (1)
32
Generator
= generator;
10 references to Generator
Microsoft.CodeAnalysis.Workspaces (10)
Log\WorkspaceStructureLogger.cs (4)
206
new XAttribute("generatorType", identity.
Generator
.TypeName),
207
new XAttribute("generatorAssembly", identity.
Generator
.AssemblyName),
208
new XAttribute("generatorAssemblyVersion", identity.
Generator
.AssemblyVersion.ToString()),
209
new XAttribute("generatorAssemblyPath", SanitizePath(identity.
Generator
.AssemblyPath)));
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\DocumentExtensions.cs (1)
102
return document is SourceGeneratedDocument { Identity.
Generator
.TypeName: RazorSourceGeneratorTypeName };
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker_Generators.cs (1)
436
if (state.Identity.
Generator
!= generatorIdentity)
Workspace\Solution\SourceGeneratedDocumentIdentity.cs (4)
80
writer.WriteString(
Generator
.AssemblyName);
81
writer.WriteString(
Generator
.AssemblyPath);
82
writer.WriteString(
Generator
.AssemblyVersion.ToString());
83
writer.WriteString(
Generator
.TypeName);