11 references to GetGeneratorType
Microsoft.CodeAnalysis (9)
CommandLine\CommonCompiler.cs (1)
858var type = generator.GetGeneratorType();
CommandLine\ReportAnalyzerUtil.cs (2)
165.GroupBy(t => t.Generator.GetGeneratorType().Assembly) 178consoleOutput.WriteLine(GetColumnEntry(executionTime, percentage, " " + timingInfo.Generator.GetGeneratorType().FullName, culture));
Compilation\DeterministicKeyBuilder.cs (1)
199WriteType(writer, generator.GetGeneratorType());
SourceGeneration\GeneratorDriver.cs (4)
33Debug.Assert(state.Generators.GroupBy(s => s.GetGeneratorType()).Count() == state.Generators.Length); // ensure we don't have duplicate generator types 410CodeAnalysisEventSource.Log.GeneratorException(generator.GetGeneratorType().Name, e.ToString()); 441return Diagnostic.Create(descriptor, Location.None, generator.GetGeneratorType().Name, e.GetType().Name, e.Message, e.CreateDiagnosticDescription()); 476var type = generator.GetGeneratorType();
SourceGeneration\GeneratorTimerExtensions.cs (1)
35var type = generator.GetGeneratorType();
Microsoft.CodeAnalysis.Workspaces (2)
SourceGeneration\SourceGeneratorExtensions.cs (1)
26return generator.GetGeneratorType().FullName == "Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator";
Workspace\Solution\SourceGeneratorIdentity.cs (1)
31var generatorType = generator.GetGeneratorType();