3 references to LoadInstructions
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\XsltLoader.cs (3)
1246
return
LoadInstructions
(new List<XslNode>(), InstructionFlags.None);
1250
return
LoadInstructions
(new List<XslNode>(), flags);
1254
return
LoadInstructions
(content, InstructionFlags.None);