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