3 references to IsNonAttributedType
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\ClassDataContract.cs (3)
128
internal bool IsNonAttributedType => _helper.
IsNonAttributedType
;
670
if (_hasExtensionData && !HasDataContract && !
IsNonAttributedType
)
1257
if (!
IsNonAttributedType
)