8 references to new
System.Windows.Forms.Analyzers.CSharp.Tests (8)
CompilerAnalyzerConfigOptions.cs (1)
17public static CompilerAnalyzerConfigOptions Empty { get; } = new(ImmutableDictionary.Create<string, string>());
Generators\ProjectFileReaderTests.cs (7)
49CompilerAnalyzerConfigOptions configOptions = new(properties.ToImmutableDictionary()); 75CompilerAnalyzerConfigOptions configOptions = new(properties.ToImmutableDictionary()); 113CompilerAnalyzerConfigOptions configOptions = new(properties.ToImmutableDictionary()); 150CompilerAnalyzerConfigOptions configOptions = new(properties.ToImmutableDictionary()); 172CompilerAnalyzerConfigOptions configOptions = new(properties.ToImmutableDictionary()); 192CompilerAnalyzerConfigOptions configOptions = new(properties.ToImmutableDictionary()); 210CompilerAnalyzerConfigOptions configOptions = new(properties.ToImmutableDictionary());