1 write to PreferPatternMatchingOverAsWithNullCheck
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpIdeCodeStyleOptions.cs (1)
97
PreferPatternMatchingOverAsWithNullCheck
= options.GetOption(CSharpCodeStyleOptions.PreferPatternMatchingOverAsWithNullCheck, fallbackOptions.PreferPatternMatchingOverAsWithNullCheck);
3 references to PreferPatternMatchingOverAsWithNullCheck
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpAnalyzerOptionsProvider.cs (1)
77
public CodeStyleOption2<bool> PreferPatternMatchingOverAsWithNullCheck => GetOption(CSharpCodeStyleOptions.PreferPatternMatchingOverAsWithNullCheck, FallbackCodeStyleOptions.
PreferPatternMatchingOverAsWithNullCheck
);
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpCodeStyleOptions.cs (1)
53
CSharpIdeCodeStyleOptions.Default.
PreferPatternMatchingOverAsWithNullCheck
);
CSharpIdeCodeStyleOptions.cs (1)
97
PreferPatternMatchingOverAsWithNullCheck = options.GetOption(CSharpCodeStyleOptions.PreferPatternMatchingOverAsWithNullCheck, fallbackOptions.
PreferPatternMatchingOverAsWithNullCheck
);