2 references to PreferSimpleDefaultExpression
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpUseDefaultLiteralCodeFixProvider.cs (1)
52var preferSimpleDefaultExpression = options.PreferSimpleDefaultExpression.Value;
CSharpUseDefaultLiteralDiagnosticAnalyzer.cs (1)
38var preference = context.GetCSharpAnalyzerOptions().PreferSimpleDefaultExpression;