2 references to negativeIntegerLocalName
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\DataContract.cs (1)
773
else if (DictionaryGlobals.
negativeIntegerLocalName
.Value == name)
System\Runtime\Serialization\PrimitiveDataContract.cs (1)
535
internal NegativeIntegerDataContract() : base(DictionaryGlobals.
negativeIntegerLocalName
, DictionaryGlobals.SchemaNamespace) { }