2 writes to _next
System.Runtime.Remoting (2)
metadata\wsdlparser.cs (2)
3156
_next
= null;
3203
last.
_next
= input;
3 references to _next
System.Runtime.Remoting (3)
metadata\wsdlparser.cs (3)
3199
input = input.
_next
;
3209
Util.Log("ReaderStream.GetNextReaderStream "+input.
_next
);
3210
return input.
_next
;