3 references to Init
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\OutputScope.cs (1)
56Init(string.Empty, string.Empty, string.Empty, XmlSpace.None, string.Empty, false);
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (2)
59rootElementScope.Init(string.Empty, string.Empty, string.Empty, /*space:*/XmlSpace.None, /*lang:*/string.Empty, /*mixed:*/false); 85elementScope.Init(name, nspace, prefix, parentScope.Space, parentScope.Lang, parentScope.Mixed);