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