1 write to negativeIntegerLocalName
System.Runtime.Serialization (1)
System\Runtime\Serialization\DictionaryGlobals.cs (1)
152negativeIntegerLocalName = dictionary.Add("negativeInteger");
2 references to negativeIntegerLocalName
System.Runtime.Serialization (2)
System\Runtime\Serialization\DataContract.cs (1)
903else if (DictionaryGlobals.negativeIntegerLocalName.Value == name)
System\Runtime\Serialization\PrimitiveDataContract.cs (1)
417internal NegativeIntegerDataContract() : base(DictionaryGlobals.negativeIntegerLocalName, DictionaryGlobals.SchemaNamespace) { }