6 references to Negated
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpUseIsNullCheckForCastAndEqualityOperatorCodeFixProvider.cs (1)
46
var negated = diagnostic.Properties.ContainsKey(UseIsNullConstants.
Negated
);
CSharpUseIsNullCheckForCastAndEqualityOperatorDiagnosticAnalyzer.cs (1)
21
s_properties.Add(UseIsNullConstants.
Negated
, "");
Microsoft.CodeAnalysis.Features (4)
AbstractUseIsNullForReferenceEqualsCodeFixProvider.cs (2)
40
var negated = diagnostic.Properties.ContainsKey(UseIsNullConstants.
Negated
);
65
var negate = diagnostic.Properties.ContainsKey(UseIsNullConstants.
Negated
);
AbstractUseIsNullForReferenceEqualsDiagnosticAnalyzer.cs (1)
137
properties = properties.Add(UseIsNullConstants.
Negated
, "");
UseIsNullConstants.cs (1)
12
public const string Negated = nameof(
Negated
);