2 references to Standard
Microsoft.CodeAnalysis (2)
SourceGeneration\GeneratorDriver.cs (1)
433
stateBuilder[i] = SetGeneratorException(compilation, MessageProvider, generatorState, state.Generators[i], ufe.InnerException, diagnosticsBag, phase: GeneratorRunPhase.
Standard
, runTime: generatorTimer.Elapsed, cancellationToken);
SourceGeneration\GeneratorState.cs (1)
135
preCompilationTrees: phase == GeneratorRunPhase.
Standard
? this.PreCompilationTrees : ImmutableArray<GeneratedSyntaxTree>.Empty,