1 write to fullName
System.Xml (1)
System\Xml\Serialization\Types.cs (1)
94
this.
fullName
= fullName.Replace('+', '.');
5 references to fullName
System.Xml (5)
System\Xml\Serialization\Types.cs (5)
130
return
fullName
;
154
get { return
fullName
; }
160
cSharpName = type == null ? CodeIdentifier.GetCSharpName(
fullName
) : CodeIdentifier.GetCSharpName(type);
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);