1 write to _nullableTypeDesc
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (1)
372
_nullableTypeDesc
= new TypeDesc("NullableOf" + _name, "System.Nullable`1[" + _fullName + "]", null, TypeKind.Struct, this, _flags | TypeFlags.OptionalValue, _formatterName);
3 references to _nullableTypeDesc
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (3)
370
if (
_nullableTypeDesc
== null)
373
_nullableTypeDesc
._type = type;
376
return
_nullableTypeDesc
;