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