2 writes to _iFaces
System.Runtime.Remoting (2)
metadata\wsdlwriter.cs (2)
1381_iFaces = null; 1424_iFaces = GetIntroducedInterfaces(_type);
10 references to _iFaces
System.Runtime.Remoting (10)
metadata\wsdlwriter.cs (10)
1415get{ return((_iFaces != null && _iFaces.Length > 0) || 1423Debug.Assert(_iFaces == null, "variable set"); 1425return(_iFaces); 1511if (_iFaces.Length > 0) 1513_implIFaces = new String[_iFaces.Length]; 1514for (int i=0;i<_iFaces.Length;i++) 1518Util.Log("RealSchemaType.Resolve iFace "+_iFaces[i].Name); 1519bool bInteropType = WsdlGenerator.GetNSAndAssembly(_iFaces[i], out ns, out assem); 1525sb.Append(_iFaces[i].Name);