1 write to DataMemberAttributeTypeSymbol
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Security\Helpers\InsecureDeserializationTypeDecider.cs (1)
71
this.
DataMemberAttributeTypeSymbol
= this.WellKnownTypeProvider.GetOrCreateTypeByMetadataName(
2 references to DataMemberAttributeTypeSymbol
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Security\Helpers\InsecureDeserializationTypeDecider.cs (2)
255
&& ((hasDataContractAttribute && fieldSymbol.HasAnyAttribute(this.
DataMemberAttributeTypeSymbol
))
293
&& ((hasDataContractAttribute && propertySymbol.HasAnyAttribute(this.
DataMemberAttributeTypeSymbol
))