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