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