6 references to _currentSchemaReaderStack
System.Runtime.Remoting (6)
metadata\wsdlparser.cs (6)
945_currentSchemaReaderStack.Push(_currentReaderStack.Peek()); // put current wsdl location as xsd location 968_currentSchemaReaderStack.Pop(); 999ParseReaderStreamLocation(_readerStreamsXsd, (ReaderStream)_currentSchemaReaderStack.Peek()); 1004ParseReaderStreamLocation(reader, (ReaderStream)_currentSchemaReaderStack.Peek()); 1043_currentSchemaReaderStack.Push(input); // need this to get the base url for relative import elements. 1046_currentSchemaReaderStack.Pop(); // need this to get the base url for relative import elements.