8 references to WithUpdatedParseOptions
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
833.WithUpdatedParseOptions(parseOptions)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
SourceGeneration\GeneratorDriverTests.cs (5)
2649driver = driver.WithUpdatedParseOptions(newParseOptions); 2668Assert.Throws<ArgumentNullException>(() => driver.WithUpdatedParseOptions(null!)); 3714driver = driver.WithUpdatedParseOptions(parseOptions); 3730driver = driver.WithUpdatedParseOptions(parseOptions); 4626driver = 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!)