3 references to Empty
Microsoft.CodeAnalysis (3)
SourceGeneration\CompilationCache.cs (2)
22/// Always present on <see cref="GeneratorDriverState"/> (initially <see cref="Empty"/>). 60/// reading it on the <see cref="Empty"/> sentinel will assert.
SourceGeneration\GeneratorDriver.cs (1)
40_state = new GeneratorDriverState(parseOptions, optionsProvider, generators, incrementalGenerators, additionalTexts, ImmutableArray.Create(new GeneratorState[generators.Length]), DriverStateTable.Empty, SyntaxStore.Empty, driverOptions, runtime: TimeSpan.Zero, compilationCache: CompilationCache.Empty);