4 references to DefaultValue
Microsoft.CodeAnalysis.Workspaces (1)
Options\Option.cs (1)
82object? IOption.DefaultValue => this.DefaultValue;
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
Options\DocumentOptionSetTests.cs (2)
108var newValue = !legacyOption.DefaultValue; 164var newValue = !legacyOption.DefaultValue;
Options\OptionKeyTests.cs (1)
157var option3 = new Option<bool>("CSharpFormattingOptions", "SpacingAfterMethodDeclarationName", CSharpFormattingOptions.SpacingAfterMethodDeclarationName.DefaultValue);