6 references to None
System.Private.Xml (6)
System\Xml\Xsl\Xslt\XsltLoader.cs (6)
1345return LoadInstructions(new List<XslNode>(), InstructionFlags.None); 1355return LoadInstructions(content, InstructionFlags.None); 1388/*else */ InstructionFlags.None 1390if (instrFlag != InstructionFlags.None) 1523List<XslNode>? content = LoadWithParams(InstructionFlags.None); 1581List<XslNode> content = LoadWithParams(InstructionFlags.None);