21 references to Unflagged
Microsoft.CodeAnalysis.NetAnalyzers (21)
Microsoft.NetCore.Analyzers\Security\DoNotDisableHttpClientCRLCheck.cs (1)
107PropertySetAbstractValueKind.Unflagged => HazardousUsageEvaluationResult.Unflagged,
Microsoft.NetCore.Analyzers\Security\DoNotInstallRootCert.cs (1)
103var kind = PropertySetAbstractValueKind.Unflagged;
Microsoft.NetCore.Analyzers\Security\DoNotUseCreateEncryptorWithNonDefaultIV.cs (1)
57return PropertySetAbstractValue.GetInstance(PropertySetAbstractValueKind.Unflagged);
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerJavascriptSerializerWithSimpleTypeResolver.cs (6)
68PropertySetAbstractValueKind.Unflagged => HazardousUsageEvaluationResult.Unflagged, 102kind = PropertySetAbstractValueKind.Unflagged; 113kind = PropertySetAbstractValueKind.Unflagged; 131kind = PropertySetAbstractValueKind.Unflagged; 143kind = PropertySetAbstractValueKind.Unflagged; 150kind = PropertySetAbstractValueKind.Unflagged;
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerJsonNetWithoutBinder.cs (3)
76PropertySetAbstractValueKind.Unflagged, // TypeNameHandling defaults to None. 83PropertySetAbstractValueKind.Unflagged, 84PropertySetAbstractValueKind.Unflagged);
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureSettingsForJsonNet.cs (3)
75PropertySetAbstractValueKind.Unflagged, // TypeNameHandling defaults to None. 82PropertySetAbstractValueKind.Unflagged, 83PropertySetAbstractValueKind.Unflagged);
Microsoft.NetCore.Analyzers\Security\DoNotUseWeakKDFInsufficientIterationCount.cs (1)
101var kind = DefaultIterationCount >= sufficientIterationCount ? PropertySetAbstractValueKind.Unflagged : PropertySetAbstractValueKind.Flagged;
Microsoft.NetCore.Analyzers\Security\SetHttpOnlyForHttpCookie.cs (1)
55PropertySetAbstractValueKind.Unflagged));
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetCallbacks.cs (4)
29NullAbstractValue.NotNull => PropertySetAbstractValueKind.Unflagged, 58return PropertySetAbstractValueKind.Unflagged; 93return PropertySetAbstractValueKind.Unflagged; 199if (propertySetAbstractValue[i] == PropertySetAbstractValueKind.Unflagged)