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