9 references to IsNonAttributedType
System.Runtime.Serialization (9)
System\Runtime\Serialization\ClassDataContract.cs (1)
721
if (this.BaseContract != null && this.BaseContract.
IsNonAttributedType
&& !this.isNonAttributedType)
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (3)
255
if (!classContract.HasDataContract && !classContract.
IsNonAttributedType
)
265
if (type.IsValueType && !classContract.
IsNonAttributedType
)
275
else if (classContract.
IsNonAttributedType
)
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (1)
202
if (!classContract.HasDataContract && !classContract.
IsNonAttributedType
)
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (3)
249
if (!classContract.HasDataContract && !classContract.
IsNonAttributedType
)
258
if (type.IsValueType && !classContract.
IsNonAttributedType
)
268
else if (classContract.
IsNonAttributedType
)
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (1)
197
if (!classContract.HasDataContract && !classContract.
IsNonAttributedType
)