1 instantiation of RealSchemaType
System.Runtime.Remoting (1)
metadata\wsdlwriter.cs (1)
276RealSchemaType rsType = new RealSchemaType(type, xns, connectURL, connectTypeToServiceEndpoint, bUnique, this);
21 references to RealSchemaType
System.Runtime.Remoting (21)
metadata\wsdlwriter.cs (21)
276RealSchemaType rsType = new RealSchemaType(type, xns, connectURL, connectTypeToServiceEndpoint, bUnique, this); 286private void EnqueueReachableTypes(RealSchemaType rsType) 344private void ProcessMethods(RealSchemaType rsType) 1002_typeString = RealSchemaType.TypeName(type, bEmbedded, xns); 1147String baseName = RealSchemaType.TypeName(Enum.GetUnderlyingType(type), true, xns); 1980RealSchemaType rsType = (RealSchemaType) _xns._realSchemaTypes[i]; 2250qname = RealSchemaType.TypeName(elementType, true, xns); 2665RealSchemaType rsType = LookupRealSchemaType(name); 2705 RealSchemaType rsType = (RealSchemaType) _realSchemaTypes[i]; 2719internal RealSchemaType LookupRealSchemaType(String name){ 2724RealSchemaType rsType = (RealSchemaType) _realSchemaTypes[i]; 2745internal void AddRealSUDSType(RealSchemaType rsType){ 2753internal void AddRealSchemaType(RealSchemaType rsType){ 2851((RealSchemaType) _realSchemaTypes[i]).Resolve(sb); 2948RealSchemaType rsType = (RealSchemaType) _realSchemaTypes[i]; 2981((RealSchemaType) _realSUDSTypes[i]).PrintMessageWsdl(textWriter, sb, indent, refNames); 2988((RealSchemaType) _realSchemaTypes[0]).PrintMessageWsdl(textWriter, sb, indent, new ArrayList());