3 references to UseReflection
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (3)
296
get { return (_flags & TypeFlags.
UseReflection
) != 0; }
425
_arrayTypeDesc = new TypeDesc(null, _name + "[]", _fullName + "[]", TypeKind.Array, null, TypeFlags.Reference | (_flags & TypeFlags.
UseReflection
), this);
807
flags |= TypeFlags.
UseReflection
;