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