3 references to UseReflection
System.Xml (3)
System\Xml\Serialization\Types.cs (3)
260
get { return (flags & TypeFlags.
UseReflection
) != 0; }
364
arrayTypeDesc = new TypeDesc(null, name + "[]", fullName + "[]", TypeKind.Array, null, TypeFlags.Reference | (flags & TypeFlags.
UseReflection
), this);
706
flags |= TypeFlags.
UseReflection
;