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