4 references to IsNonAttributedType
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (2)
807
if (this.BaseContract != null && this.BaseContract.
IsNonAttributedType
&& !_isNonAttributedType)
1514
if (type.GetTypeInfo().IsValueType && !
IsNonAttributedType
)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (2)
204
if (type.GetTypeInfo().IsValueType && !classContract.
IsNonAttributedType
)
214
else if (classContract.
IsNonAttributedType
)