2 writes to _camelCase
System.Private.Xml (2)
System\Xml\Serialization\CodeIdentifiers.cs (2)
77set { _camelCase = value; } 187newIdentifiers._camelCase = _camelCase;
3 references to _camelCase
System.Private.Xml (3)
System\Xml\Serialization\CodeIdentifiers.cs (3)
76get { return _camelCase; } 85if (_camelCase) 187newIdentifiers._camelCase = _camelCase;