1 write to _atoms
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
113
_atoms
= new KeywordsTable(reader.NameTable);
60 references to _atoms
System.Private.Xml (60)
System\Xml\Xsl\Xslt\XsltLoader.cs (60)
123
attributes[i].name =
_atoms
.NameTable.Add(attributes[i].name);
244
_input = new XsltInput(reader, _compiler,
_atoms
);
302
_input.IsKeyword(
_atoms
.Stylesheet) ||
303
_input.IsKeyword(
_atoms
.Transform)
355
Debug.Assert(_input.IsXsltNamespace() && (_input.IsKeyword(
_atoms
.Stylesheet) || _input.IsKeyword(
_atoms
.Transform)));
373
if (_input.IsKeyword(
_atoms
.Import))
386
else if (_input.IsKeyword(
_atoms
.Include))
390
else if (_input.IsKeyword(
_atoms
.StripSpace))
394
else if (_input.IsKeyword(
_atoms
.PreserveSpace))
398
else if (_input.IsKeyword(
_atoms
.Output))
402
else if (_input.IsKeyword(
_atoms
.Key))
406
else if (_input.IsKeyword(
_atoms
.DecimalFormat))
410
else if (_input.IsKeyword(
_atoms
.NamespaceAlias))
414
else if (_input.IsKeyword(
_atoms
.AttributeSet))
418
else if (_input.IsKeyword(
_atoms
.Variable))
422
else if (_input.IsKeyword(
_atoms
.Param))
426
else if (_input.IsKeyword(
_atoms
.Template))
448
else if (_input.IsNs(
_atoms
.UrnMsxsl) && _input.IsKeyword(
_atoms
.Script))
541
if (_input.MoveToXsltAttribute(0,
_atoms
.Elements))
553
if (_input.MoveToXsltAttribute(0,
_atoms
.Elements))
1098
if (_input.IsXsltKeyword(
_atoms
.Attribute))
1383
if (nspace ==
_atoms
.UriXsl)
1386
Ref.Equal(name,
_atoms
.Param) ? InstructionFlags.AllowParam :
1387
Ref.Equal(name,
_atoms
.Sort) ? InstructionFlags.AllowSort :
1410
Ref.Equal(name,
_atoms
.ApplyImports) ? XslApplyImports() :
1411
Ref.Equal(name,
_atoms
.ApplyTemplates) ? XslApplyTemplates() :
1412
Ref.Equal(name,
_atoms
.CallTemplate) ? XslCallTemplate() :
1413
Ref.Equal(name,
_atoms
.Copy) ? XslCopy() :
1414
Ref.Equal(name,
_atoms
.CopyOf) ? XslCopyOf() :
1415
Ref.Equal(name,
_atoms
.Fallback) ? XslFallback() :
1416
Ref.Equal(name,
_atoms
.If) ? XslIf() :
1417
Ref.Equal(name,
_atoms
.Choose) ? XslChoose() :
1418
Ref.Equal(name,
_atoms
.ForEach) ? XslForEach() :
1419
Ref.Equal(name,
_atoms
.Message) ? XslMessage() :
1420
Ref.Equal(name,
_atoms
.Number) ? XslNumber() :
1421
Ref.Equal(name,
_atoms
.ValueOf) ? XslValueOf() :
1422
Ref.Equal(name,
_atoms
.Comment) ? XslComment() :
1423
Ref.Equal(name,
_atoms
.ProcessingInstruction) ? XslProcessingInstruction() :
1424
Ref.Equal(name,
_atoms
.Text) ? XslText() :
1425
Ref.Equal(name,
_atoms
.Element) ? XslElement() :
1426
Ref.Equal(name,
_atoms
.Attribute) ? XslAttribute() :
1427
Ref.Equal(name,
_atoms
.Variable) ? XslVarPar() :
1428
Ref.Equal(name,
_atoms
.Param) ? XslVarPar() :
1429
Ref.Equal(name,
_atoms
.Sort) ? XslSort(sortNumber++) :
1479
if (_input.IsXsltKeyword(
_atoms
.WithParam))
1485
else if (flags == InstructionFlags.AllowSort && _input.IsXsltKeyword(
_atoms
.Sort))
1489
else if (flags == InstructionFlags.AllowFallback && _input.IsXsltKeyword(
_atoms
.Fallback))
1534
_compiler.ReportError(contentInfo, /*[XT0260]*/SR.Xslt_NotEmptyContents,
_atoms
.ApplyImports);
1538
return SetInfo(F.Error(XslLoadException.CreateMessage(contentInfo, /*[XT0260]*/SR.Xslt_NotEmptyContents,
_atoms
.ApplyImports)), null, ctxInfo);
1673
if (Ref.Equal(_input.NamespaceUri,
_atoms
.UriXsl))
1675
if (Ref.Equal(_input.LocalName,
_atoms
.When))
1689
else if (Ref.Equal(_input.LocalName,
_atoms
.Otherwise))
1916
Ref.Equal(localName,
_atoms
.Variable) ? XslNodeType.Variable :
1917
Ref.Equal(localName,
_atoms
.Param) ? XslNodeType.Param :
1918
Ref.Equal(localName,
_atoms
.WithParam) ? XslNodeType.WithParam :
2497
if (_input.IsXsltNamespace() && _input.IsKeyword(
_atoms
.UseAttributeSets))
2581
if (_input.IsXsltKeyword(
_atoms
.Fallback))
2984
string attributeName = defVal ?
_atoms
.DefaultValidation : "validation";