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