3 references to OptionalValue
System.Xml (3)
System\Xml\Serialization\Types.cs (3)
256
get { return (flags & TypeFlags.
OptionalValue
) != 0; }
321
nullableTypeDesc = new TypeDesc("NullableOf" + this.name, "System.Nullable`1[" + this.fullName + "]", null, TypeKind.Struct, this, this.flags | TypeFlags.
OptionalValue
, this.formatterName);
764
flags |= TypeFlags.
OptionalValue
;