1 write to NonNegativeIntegerLocalName
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DictionaryGlobals.cs (1)
127NonNegativeIntegerLocalName = dictionary.Add("nonNegativeInteger");
2 references to NonNegativeIntegerLocalName
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
973else if (DictionaryGlobals.NonNegativeIntegerLocalName.Value == name)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\PrimitiveDataContract.cs (1)
505internal NonNegativeIntegerDataContract() : base(DictionaryGlobals.NonNegativeIntegerLocalName, DictionaryGlobals.SchemaNamespace) { }