3 references to OptionalValue
System.Private.Xml (3)
System\Xml\Serialization\Types.cs (3)
282
get { return (_flags & TypeFlags.
OptionalValue
) != 0; }
364
_nullableTypeDesc = new TypeDesc($"NullableOf{_name}", $"System.Nullable`1[{_fullName}]", null, TypeKind.Struct, this, _flags | TypeFlags.
OptionalValue
, _formatterName);
838
flags |= TypeFlags.
OptionalValue
;