4 references to PreferIsNullCheckOverReferenceEqualityMethod
Microsoft.CodeAnalysis.CodeStyle (3)
AbstractUseIsNullForReferenceEqualsDiagnosticAnalyzer.cs (1)
22CodeStyleOptions2.PreferIsNullCheckOverReferenceEqualityMethod,
AnalyzerOptionsProvider.cs (1)
81public CodeStyleOption2<bool> PreferIsNullCheckOverReferenceEqualityMethod => GetOption(CodeStyleOptions2.PreferIsNullCheckOverReferenceEqualityMethod, FallbackCodeStyleOptions.PreferIsNullCheckOverReferenceEqualityMethod);
IdeCodeStyleOptions.cs (1)
77PreferIsNullCheckOverReferenceEqualityMethod = options.GetOption(CodeStyleOptions2.PreferIsNullCheckOverReferenceEqualityMethod, language, fallbackOptions.PreferIsNullCheckOverReferenceEqualityMethod);
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUseIsNullCheckForCastAndEqualityOperatorDiagnosticAnalyzer.cs (1)
26CodeStyleOptions2.PreferIsNullCheckOverReferenceEqualityMethod,