3 implementations of Print
System.Runtime.Remoting (3)
metadata\wsdlwriter.cs (3)
840
public void
Print
(TextWriter textWriter, StringBuilder sb, String indent)
970
public void
Print
(TextWriter textWriter, StringBuilder sb, String indent)
991
public abstract void
Print
(TextWriter textWriter, StringBuilder sb, String indent);
3 references to Print
System.Runtime.Remoting (3)
metadata\wsdlwriter.cs (3)
940
elem.
Print
(textWriter, sb, IndentP(indent1));
1126
((IAbstractElement) _abstractElms[i]).
Print
(textWriter, sb, IndentP(indent));
1281
((IAbstractElement) _abstractElms[i]).
Print
(textWriter, sb, IndentP(indent));