5 writes to clrType
System.Xml (5)
System\Xml\Schema\XmlAtomicValue.cs (5)
72this.clrType = TypeCode.Boolean; 79this.clrType = TypeCode.DateTime; 86this.clrType = TypeCode.Double; 93this.clrType = TypeCode.Int32; 100this.clrType = TypeCode.Int64;
8 references to clrType
System.Xml (8)
System\Xml\Schema\XmlAtomicValue.cs (8)
184switch (this.clrType) { 202switch (this.clrType) { 221switch (this.clrType) { 241switch (this.clrType) { 260switch (this.clrType) { 279switch (this.clrType) { 300switch (this.clrType) { 318switch (this.clrType) {