1 write to EmptyString
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DictionaryGlobals.cs (1)
83
EmptyString
= dictionary.Add(String.Empty);
2 references to EmptyString
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlDataContract.cs (2)
254
_topLevelElementNamespace = (this.StableName.Namespace == Globals.SchemaNamespace) ? DictionaryGlobals.
EmptyString
: Namespace;
266
_topLevelElementNamespace = (elementNs == null || elementNs.Length == 0) ? DictionaryGlobals.
EmptyString
: dictionary.Add(elementNs);