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