5 references to GetInstance
Microsoft.CodeAnalysis.NetAnalyzers (5)
Microsoft.NetCore.Analyzers\Security\DoNotInstallRootCert.cs (1)
119
return PropertySetAbstractValue.
GetInstance
(kind);
Microsoft.NetCore.Analyzers\Security\DoNotUseCreateEncryptorWithNonDefaultIV.cs (1)
57
return PropertySetAbstractValue.
GetInstance
(PropertySetAbstractValueKind.Unflagged);
Microsoft.NetCore.Analyzers\Security\DoNotUseInsecureDeserializerJavascriptSerializerWithSimpleTypeResolver.cs (1)
153
return PropertySetAbstractValue.
GetInstance
(kind);
Microsoft.NetCore.Analyzers\Security\DoNotUseWeakKDFInsufficientIterationCount.cs (1)
112
return PropertySetAbstractValue.
GetInstance
(kind);
Microsoft.NetCore.Analyzers\Security\SetHttpOnlyForHttpCookie.cs (1)
46
return PropertySetAbstractValue.
GetInstance
(PropertySetAbstractValueKind.Flagged);