2 writes to ClrType
System.Runtime.Serialization (2)
System\Runtime\Serialization\Attributes.cs (2)
78ClrType = reader.Value; 115ClrType = null;
4 references to ClrType
System.Runtime.Serialization (4)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
780dataNode.ClrTypeName = attributes.ClrType;
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (3)
162string typeName = attributes.ClrType; 312if (attributes.ClrAssembly != null && attributes.ClrType != null) 316return ResolveDataContractInSharedTypeMode(attributes.ClrAssembly, attributes.ClrType, out assembly, out type);