34 references to IsKeyword
System.Data.SqlXml (34)
System\Xml\Xsl\Xslt\XsltInput.cs (12)
520
public bool IsXsltAttribute(string kwd) { return
IsKeyword
(kwd) && IsNullNamespace(); }
521
public bool IsXsltKeyword( string kwd) { return
IsKeyword
(kwd) && IsXsltNamespace(); }
563
Debug.Assert(
IsKeyword
(atoms.Version));
631
bool isXslOutput = IsXsltNamespace() &&
IsKeyword
(atoms.Output);
632
bool SS = IsXsltNamespace() && (
IsKeyword
(atoms.Stylesheet) ||
IsKeyword
(atoms.Transform));
642
if (IsNullNamespace() &&
IsKeyword
(atoms.Version)) {
790
if (IsNullNamespace() &&
IsKeyword
(atoms.Version)) {
807
Debug.Assert(extensions ?
IsKeyword
(atoms.ExtensionElementPrefixes) :
IsKeyword
(atoms.ExcludeResultPrefixes));
845
Debug.Assert(
IsKeyword
(atoms.XPathDefaultNamespace));
854
Debug.Assert(
IsKeyword
(atoms.DefaultCollation));
System\Xml\Xsl\Xslt\XsltLoader.cs (22)
261
input.
IsKeyword
(atoms.Stylesheet) ||
262
input.
IsKeyword
(atoms.Transform)
305
Debug.Assert(input.IsXsltNamespace() && (input.
IsKeyword
(atoms.Stylesheet) || input.
IsKeyword
(atoms.Transform)));
319
if (input.
IsKeyword
(atoms.Import)) {
327
} else if (input.
IsKeyword
(atoms.Include)) {
329
} else if (input.
IsKeyword
(atoms.StripSpace)) {
331
} else if (input.
IsKeyword
(atoms.PreserveSpace)) {
333
} else if (input.
IsKeyword
(atoms.Output)) {
335
} else if (input.
IsKeyword
(atoms.Key)) {
337
} else if (input.
IsKeyword
(atoms.DecimalFormat)) {
339
} else if (input.
IsKeyword
(atoms.NamespaceAlias)) {
341
} else if (input.
IsKeyword
(atoms.AttributeSet)) {
343
} else if (input.
IsKeyword
(atoms.Variable)) {
345
} else if (input.
IsKeyword
(atoms.Param)) {
347
} else if (input.
IsKeyword
(atoms.Template)) {
364
} else if (input.IsNs(atoms.UrnMsxsl) && input.
IsKeyword
(atoms.Script)) {
1140
if (input.IsNs(atoms.UrnMsxsl) && (input.
IsKeyword
(atoms.Assembly) || input.
IsKeyword
(atoms.Using))) {
1144
} else if (input.
IsKeyword
(atoms.Assembly)) {
1146
} else if (input.
IsKeyword
(atoms.Using)) {
2325
if (input.IsXsltNamespace() && input.
IsKeyword
(atoms.UseAttributeSets)) {