3 references to ClrAssemblyLocalName
System.Runtime.Serialization (3)
System\Runtime\Serialization\DictionaryGlobals.cs (1)
134ClrAssemblyLocalName = dictionary.Add(Globals.ClrAssemblyLocalName);
System\Runtime\Serialization\ExtensionDataObject.cs (1)
189element.AddAttribute(Globals.SerPrefix, Globals.SerializationNamespace, Globals.ClrAssemblyLocalName, ClrAssemblyName);
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (1)
184throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(xmlReader, SR.GetString(SR.AttributeNotFound, Globals.SerializationNamespace, Globals.ClrAssemblyLocalName, xmlReader.NodeType, xmlReader.NamespaceURI, xmlReader.LocalName))));