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