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