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