1 write to fullName
System.Xml (1)
System\Xml\Serialization\Types.cs (1)
94this.fullName = fullName.Replace('+', '.');
5 references to fullName
System.Xml (5)
System\Xml\Serialization\Types.cs (5)
130return fullName; 154get { return fullName; } 160cSharpName = type == null ? CodeIdentifier.GetCSharpName(fullName) : CodeIdentifier.GetCSharpName(type); 321nullableTypeDesc = new TypeDesc("NullableOf" + this.name, "System.Nullable`1[" + this.fullName + "]", null, TypeKind.Struct, this, this.flags | TypeFlags.OptionalValue, this.formatterName); 364arrayTypeDesc = new TypeDesc(null, name + "[]", fullName + "[]", TypeKind.Array, null, TypeFlags.Reference | (flags & TypeFlags.UseReflection), this);