8 references to WithUpdatedParseOptions
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
833.WithUpdatedParseOptions(parseOptions)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
SourceGeneration\GeneratorDriverTests.cs (5)
2647driver = driver.WithUpdatedParseOptions(newParseOptions); 2666Assert.Throws<ArgumentNullException>(() => driver.WithUpdatedParseOptions(null!)); 3712driver = driver.WithUpdatedParseOptions(parseOptions); 3728driver = driver.WithUpdatedParseOptions(parseOptions); 4624driver = driver.WithUpdatedParseOptions(newParseOptions);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionCompilationState.TranslationAction_Actions.cs (2)
227return generatorDriver.WithUpdatedParseOptions(this.NewProjectState.ParseOptions); 367.WithUpdatedParseOptions(this.NewProjectState.ParseOptions!)