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