5 references to IsNonAttributedType
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\ClassDataContract.cs (2)
658
if (BaseClassContract != null && BaseClassContract.
IsNonAttributedType
&& !_isNonAttributedType)
1505
if (type.IsValueType && !
IsNonAttributedType
)
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (1)
211
else if (classContract.
IsNonAttributedType
)
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (2)
257
if (type.IsValueType && !classContract.
IsNonAttributedType
)
267
else if (classContract.
IsNonAttributedType
)