1 write to _fullName
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (1)
95
_fullName
= fullName.Replace('+', '.');
5 references to _fullName
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (5)
133
return
_fullName
;
163
get { return
_fullName
; }
172
_cSharpName = _type == null ? CodeIdentifier.GetCSharpName(
_fullName
) : CodeIdentifier.GetCSharpName(_type);
372
_nullableTypeDesc = new TypeDesc("NullableOf" + _name, "System.Nullable`1[" +
_fullName
+ "]", null, TypeKind.Struct, this, _flags | TypeFlags.OptionalValue, _formatterName);
425
_arrayTypeDesc = new TypeDesc(null, _name + "[]",
_fullName
+ "[]", TypeKind.Array, null, TypeFlags.Reference | (_flags & TypeFlags.UseReflection), this);