1 write to _nonSerializedAttributeTypeSymbol
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\SerializationRulesDiagnosticAnalyzer.cs (1)
98
_nonSerializedAttributeTypeSymbol
= nonSerializedAttributeTypeSymbol;
1 reference to _nonSerializedAttributeTypeSymbol
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\SerializationRulesDiagnosticAnalyzer.cs (1)
159
if (field.HasAnyAttribute(
_nonSerializedAttributeTypeSymbol
))