1 write to _readerAsIXmlSchemaInfo
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAsyncCheckReader.cs (1)
1039_readerAsIXmlSchemaInfo = (IXmlSchemaInfo)reader;
7 references to _readerAsIXmlSchemaInfo
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAsyncCheckReader.cs (7)
1049return _readerAsIXmlSchemaInfo.Validity; 1057return _readerAsIXmlSchemaInfo.IsDefault; 1065return _readerAsIXmlSchemaInfo.IsNil; 1073return _readerAsIXmlSchemaInfo.MemberType; 1081return _readerAsIXmlSchemaInfo.SchemaType; 1089return _readerAsIXmlSchemaInfo.SchemaElement; 1097return _readerAsIXmlSchemaInfo.SchemaAttribute;