1 write to Negated
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.Value.cs (1)
30
Negated
= negated;
11 references to Negated
Microsoft.CodeAnalysis.NetAnalyzers (11)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (4)
502
if (info.
Negated
)
594
else if (!info.
Negated
)
660
=> !parentValue.
Negated
&& !attributes.ContainsKey(parentValue.PlatformName) &&
680
if (info.
Negated
)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.OperationVisitor.cs (2)
60
value = i == 0 ? newValue : infosBuilder[i].
Negated
? value.WithAdditionalAnalysisValues(newValue, false) :
209
value = infosBuilder[i].
Negated
? value.WithAdditionalAnalysisValues(newValue, false) :
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.Value.cs (5)
38
=> new PlatformMethodValue(PlatformName, Version, !
Negated
);
154
if (
Negated
)
165
Negated
== other.
Negated
;
175
Negated
.GetHashCode());