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)
370if (_nullableTypeDesc == null) 373_nullableTypeDesc._type = type; 376return _nullableTypeDesc;