2 writes to camelCase
System.Xml (2)
System\Xml\Serialization\CodeIdentifiers.cs (2)
72
set {
camelCase
= value; }
176
newIdentifiers.
camelCase
= this.camelCase;
3 references to camelCase
System.Xml (3)
System\Xml\Serialization\CodeIdentifiers.cs (3)
71
get { return
camelCase
; }
80
if (
camelCase
)
176
newIdentifiers.camelCase = this.
camelCase
;