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)
1415
get{ return((
_iFaces
!= null &&
_iFaces
.Length > 0) ||
1423
Debug.Assert(
_iFaces
== null, "variable set");
1425
return(
_iFaces
);
1511
if (
_iFaces
.Length > 0)
1513
_implIFaces = new String[
_iFaces
.Length];
1514
for (int i=0;i<
_iFaces
.Length;i++)
1518
Util.Log("RealSchemaType.Resolve iFace "+
_iFaces
[i].Name);
1519
bool bInteropType = WsdlGenerator.GetNSAndAssembly(
_iFaces
[i], out ns, out assem);
1525
sb.Append(
_iFaces
[i].Name);