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