2 writes to ClrType
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Attributes.cs (2)
88ClrType = reader.Value; 125ClrType = null;
3 references to ClrType
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (3)
90string typeName = attributes.ClrType; 161if (attributes.ClrAssembly != null && attributes.ClrType != null) 165return ResolveDataContractInSharedTypeMode(attributes.ClrAssembly, attributes.ClrType, out assembly, out type);