15 references to WithChangedOption
Microsoft.DotNet.GenAPI (15)
CSharpAssemblyDocumentGenerator.cs (15)
339.WithChangedOption(CSharpFormattingOptions.NewLinesForBracesInTypes, true)
340.WithChangedOption(CSharpFormattingOptions.WrappingKeepStatementsOnSingleLine, true)
341.WithChangedOption(CSharpFormattingOptions.WrappingPreserveSingleLine, true)
342.WithChangedOption(CSharpFormattingOptions.IndentBlock, false)
343.WithChangedOption(CSharpFormattingOptions.NewLinesForBracesInMethods, false)
344.WithChangedOption(CSharpFormattingOptions.NewLinesForBracesInProperties, false)
345.WithChangedOption(CSharpFormattingOptions.NewLinesForBracesInAccessors, false)
346.WithChangedOption(CSharpFormattingOptions.NewLinesForBracesInAnonymousMethods, false)
347.WithChangedOption(CSharpFormattingOptions.NewLinesForBracesInControlBlocks, false)
348.WithChangedOption(CSharpFormattingOptions.NewLinesForBracesInAnonymousTypes, false)
349.WithChangedOption(CSharpFormattingOptions.NewLinesForBracesInObjectCollectionArrayInitializers, false)
350.WithChangedOption(CSharpFormattingOptions.NewLinesForBracesInLambdaExpressionBody, false)
351.WithChangedOption(CSharpFormattingOptions.NewLineForMembersInObjectInit, false)
352.WithChangedOption(CSharpFormattingOptions.NewLineForMembersInAnonymousTypes, false)
353.WithChangedOption(CSharpFormattingOptions.NewLineForClausesInQuery, false);