6 references to None
System.Private.Xml (6)
System\Xml\Xsl\Xslt\XsltLoader.cs (6)
1347return LoadInstructions(new List<XslNode>(), InstructionFlags.None); 1357return LoadInstructions(content, InstructionFlags.None); 1390/*else */ InstructionFlags.None 1392if (instrFlag != InstructionFlags.None) 1525List<XslNode>? content = LoadWithParams(InstructionFlags.None); 1583List<XslNode> content = LoadWithParams(InstructionFlags.None);