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