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