1 write to name
System.Xml (1)
System\Xml\Serialization\Types.cs (1)
93
this.
name
= name.Replace('+', '.');
3 references to name
System.Xml (3)
System\Xml\Serialization\Types.cs (3)
150
get { return
name
; }
321
nullableTypeDesc = new TypeDesc("NullableOf" + this.
name
, "System.Nullable`1[" + this.fullName + "]", null, TypeKind.Struct, this, this.flags | TypeFlags.OptionalValue, this.formatterName);
364
arrayTypeDesc = new TypeDesc(null,
name
+ "[]", fullName + "[]", TypeKind.Array, null, TypeFlags.Reference | (flags & TypeFlags.UseReflection), this);