8 references to new
System.Windows.Forms.Analyzers.CSharp.Tests (8)
CompilerAnalyzerConfigOptions.cs (1)
17public static CompilerAnalyzerConfigOptions Empty { get; } = new(ImmutableDictionary.Create<string, string>());
ProjectFileReaderTests.cs (7)
48CompilerAnalyzerConfigOptions configOptions = new(properties.ToImmutableDictionary()); 74CompilerAnalyzerConfigOptions configOptions = new(properties.ToImmutableDictionary()); 112CompilerAnalyzerConfigOptions configOptions = new(properties.ToImmutableDictionary()); 149CompilerAnalyzerConfigOptions configOptions = new(properties.ToImmutableDictionary()); 171CompilerAnalyzerConfigOptions configOptions = new(properties.ToImmutableDictionary()); 191CompilerAnalyzerConfigOptions configOptions = new(properties.ToImmutableDictionary()); 209CompilerAnalyzerConfigOptions configOptions = new(properties.ToImmutableDictionary());