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>());
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());
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;
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());