11 references to MaybeFlagged
Microsoft.CodeAnalysis.NetAnalyzers (11)
Microsoft.NetCore.Analyzers\Security\DoNotDisableHttpClientCRLCheck.cs (2)
101
PropertySetAbstractValueKind.
MaybeFlagged
=> HazardousUsageEvaluationResult.MaybeFlagged,
105
PropertySetAbstractValueKind.
MaybeFlagged
=> abstractValue[CheckCertificateRevocationListIndex] switch
Microsoft.NetCore.Analyzers\Security\DoNotInstallRootCert.cs (1)
67
PropertySetAbstractValueKind.
MaybeFlagged
=> HazardousUsageEvaluationResult.MaybeFlagged,
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerJavascriptSerializerWithSimpleTypeResolver.cs (2)
127
kind = PropertySetAbstractValueKind.
MaybeFlagged
;
138
kind = PropertySetAbstractValueKind.
MaybeFlagged
;
Microsoft.NetCore.Analyzers\Security\DoNotUseWeakKDFInsufficientIterationCount.cs (1)
65
PropertySetAbstractValueKind.
MaybeFlagged
=> HazardousUsageEvaluationResult.MaybeFlagged,
Microsoft.NetCore.Analyzers\Security\UseSecureCookiesASPNetCore.cs (1)
72
PropertySetAbstractValueKind.
MaybeFlagged
=> HazardousUsageEvaluationResult.MaybeFlagged,
src\11b41c7305441175\PropertySetAnalysis.PropertySetAbstractValueDomain.cs (1)
79
return PropertySetAbstractValueKind.
MaybeFlagged
;
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetCallbacks.cs (3)
31
NullAbstractValue.MaybeNull => PropertySetAbstractValueKind.
MaybeFlagged
,
88
return PropertySetAbstractValueKind.
MaybeFlagged
;
100
return PropertySetAbstractValueKind.
MaybeFlagged
;