1 write to InsecureAttributeTypedConstant
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Security\Helpers\InsecureObjectGraphResult.cs (1)
33
InsecureAttributeTypedConstant
= insecureAttributeTypedConstant;
2 references to InsecureAttributeTypedConstant
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Security\Helpers\InsecureObjectGraphResult.cs (2)
87
else if (this.
InsecureAttributeTypedConstant
!= null)
89
TypedConstant t = (TypedConstant)this.
InsecureAttributeTypedConstant
!;