13 references to Empty
System.Runtime.Serialization (11)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (3)
399
if (IsRootElement(reader, RootContract, RootName, XmlDictionaryString.
Empty
))
418
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationExceptionWithReaderDetails(System.Runtime.Serialization.SR.GetString(System.Runtime.Serialization.SR.ExpectingElement, XmlDictionaryString.
Empty
, RootName), xmlReader));
509
writer.WriteStartElement(RootName, XmlDictionaryString.
Empty
);
System\Runtime\Serialization\Json\JsonClassDataContract.cs (1)
108
object o = JsonFormatReaderDelegate(jsonReader, context, XmlDictionaryString.
Empty
, MemberNames);
System\Runtime\Serialization\Json\JsonCollectionDataContract.cs (2)
125
JsonFormatGetOnlyReaderDelegate(jsonReader, context, XmlDictionaryString.
Empty
, JsonGlobals.itemDictionaryString, TraditionalCollectionDataContract);
129
o = JsonFormatReaderDelegate(jsonReader, context, XmlDictionaryString.
Empty
, JsonGlobals.itemDictionaryString, TraditionalCollectionDataContract);
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
194
if (xmlReader.IsStartElement(memberNames[index], XmlDictionaryString.
Empty
))
System\Xml\StringHandle.cs (1)
173
value = XmlDictionaryString.
Empty
;
System\Xml\XmlBaseReader.cs (1)
629
namespaceUri = XmlDictionaryString.
Empty
;
System\Xml\XmlBaseWriter.cs (1)
702
namespaceUri = XmlDictionaryString.
Empty
;
System\Xml\XmlDictionaryWriter.cs (1)
198
namespaceUri = XmlDictionaryString.
Empty
;
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\DataContractJsonSerializerOperationFormatter.cs (2)
41
this.requestMessageInfo.WrapperNamespace = XmlDictionaryString.
Empty
;
61
this.replyMessageInfo.WrapperNamespace = XmlDictionaryString.
Empty
;