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