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