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>());
ProjectFileReaderTests.cs (7)
48
CompilerAnalyzerConfigOptions configOptions =
new
(properties.ToImmutableDictionary());
74
CompilerAnalyzerConfigOptions configOptions =
new
(properties.ToImmutableDictionary());
112
CompilerAnalyzerConfigOptions configOptions =
new
(properties.ToImmutableDictionary());
149
CompilerAnalyzerConfigOptions configOptions =
new
(properties.ToImmutableDictionary());
171
CompilerAnalyzerConfigOptions configOptions =
new
(properties.ToImmutableDictionary());
191
CompilerAnalyzerConfigOptions configOptions =
new
(properties.ToImmutableDictionary());
209
CompilerAnalyzerConfigOptions configOptions =
new
(properties.ToImmutableDictionary());