System.Xml.Xsl.IlGen.GenerateHelper.CallStartRtfConstruction C# (CSharp) Method

CallStartRtfConstruction() public method

public CallStartRtfConstruction ( string baseUri ) : void
baseUri string
return void
        public void CallStartRtfConstruction(string baseUri)
        {
            EnsureWriter();
            LoadQueryRuntime();
            Emit(OpCodes.Ldstr, baseUri);
            Emit(OpCodes.Ldloca, _locXOut);
            Call(XmlILMethods.StartRtfConstr);
        }