2 instantiations of TestOptionSet
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
Fakes\TestOptionSet.cs (2)
14public static new readonly TestOptionSet Empty = new(ImmutableDictionary<OptionKey, object?>.Empty); 30return new TestOptionSet(_values.SetItem(optionKey, internalValue));
1 reference to TestOptionSet
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Fakes\TestOptionSet.cs (1)
14public static new readonly TestOptionSet Empty = new(ImmutableDictionary<OptionKey, object?>.Empty);