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