6 references to Init
System.Xml (6)
System\Xml\Core\QueryOutputWriter.cs (1)
159this.qnameCData.Init(localName, ns);
System\Xml\Core\QueryOutputWriterV1.cs (1)
145this.qnameCData.Init(localName, ns);
System\Xml\Schema\DtdValidator.cs (1)
116elementName.Init(reader.LocalName, reader.Prefix);
System\Xml\Schema\XdrValidator.cs (1)
82elementName.Init(reader.LocalName, XmlSchemaDatatype.XdrCanonizeUri(reader.NamespaceURI, NameTable, SchemaNames));
System\Xml\Schema\XmlSchemaValidator.cs (1)
380contextQName.Init(localName, namespaceUri);
System\Xml\Schema\XsdValidator.cs (1)
154elementName.Init(reader.LocalName, reader.NamespaceURI);