6 references to Default
Microsoft.CodeAnalysis.Features (1)
InlineHints\InlineHintsOptions.cs (1)
14
[DataMember] public InlineTypeHintsOptions TypeOptions { get; init; } = InlineTypeHintsOptions.
Default
;
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Features\Options\InlineHintsOptionsStorage.cs (5)
92
defaultValue: InlineTypeHintsOptions.
Default
.EnabledForTypes,
97
defaultValue: InlineTypeHintsOptions.
Default
.ForImplicitVariableTypes,
102
defaultValue: InlineTypeHintsOptions.
Default
.ForLambdaParameterTypes,
107
defaultValue: InlineTypeHintsOptions.
Default
.ForImplicitObjectCreation,
112
defaultValue: InlineTypeHintsOptions.
Default
.ForCollectionExpressions,