2 references to WithUpdatedAnalyzerConfigOptions
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
SourceGeneration\GeneratorDriverTests.cs (2)
2798driver = driver.WithUpdatedAnalyzerConfigOptions(newOptionsProvider); 2817Assert.Throws<ArgumentNullException>(() => driver.WithUpdatedAnalyzerConfigOptions(null!));