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