1 write to Generator
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SourceGeneratedDocumentIdentity.cs (1)
31Generator = generator;
5 references to Generator
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker_Generators.cs (1)
379if (state.Identity.Generator != generatorIdentity)
Workspace\Solution\SourceGeneratedDocumentIdentity.cs (4)
80writer.WriteString(Generator.AssemblyName); 81writer.WriteString(Generator.AssemblyPath); 82writer.WriteString(Generator.AssemblyVersion.ToString()); 83writer.WriteString(Generator.TypeName);