8 instantiations of CompilerAnalyzerConfigOptions
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());
11 references to CompilerAnalyzerConfigOptions
System.Windows.Forms.Analyzers.CSharp.Tests (11)
CompilerAnalyzerConfigOptions.cs (1)
17
public static
CompilerAnalyzerConfigOptions
Empty { get; } = new(ImmutableDictionary.Create<string, string>());
CompilerAnalyzerConfigOptionsProvider.cs (3)
21
CompilerAnalyzerConfigOptions
.Empty);
34
=> _treeDict.TryGetValue(tree, out var options) ? options :
CompilerAnalyzerConfigOptions
.Empty;
37
=> _treeDict.TryGetValue(textFile, out var options) ? options :
CompilerAnalyzerConfigOptions
.Empty;
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());