2 overrides of Add
System.Runtime.Serialization (1)
System\Xml\XmlBaseReader.cs (1)
3291
public override string
Add
(string value)
System.Xml (1)
System\Xml\NameTable.cs (1)
73
public override string
Add
( string key ) {
1100 references to Add
PresentationBuildTasks (11)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (11)
73
Reader.NameTable.
Add
(xmlNamespace);
1502
_alternateContent = Reader.NameTable.
Add
("AlternateContent");
1514
_choice = Reader.NameTable.
Add
("Choice");
1526
_fallback = Reader.NameTable.
Add
("Fallback");
1538
_requires = Reader.NameTable.
Add
("Requires");
1550
_ignorable = Reader.NameTable.
Add
("Ignorable");
1562
_mustUnderstand = Reader.NameTable.
Add
("MustUnderstand");
1574
_processContent = Reader.NameTable.
Add
("ProcessContent");
1586
_preserveElements = Reader.NameTable.
Add
("PreserveElements");
1598
_preserveAttributes = Reader.NameTable.
Add
("PreserveAttributes");
1610
_compatibilityUri = Reader.NameTable.
Add
(MarkupCompatibilityURI);
System.Data (28)
fx\src\data\System\Data\XmlDataLoader.cs (12)
548
XSD_XMLNS_NS = nameTable.
Add
(Keywords.XSD_XMLNS_NS);
549
XDR_SCHEMA = nameTable.
Add
(Keywords.XDR_SCHEMA);
550
XDRNS = nameTable.
Add
(Keywords.XDRNS);
551
SQL_SYNC = nameTable.
Add
(Keywords.SQL_SYNC);
552
UPDGNS = nameTable.
Add
(Keywords.UPDGNS);
553
XSD_SCHEMA = nameTable.
Add
(Keywords.XSD_SCHEMA);
554
XSDNS = nameTable.
Add
(Keywords.XSDNS);
556
DFFNS = nameTable.
Add
(Keywords.DFFNS);
557
MSDNS = nameTable.
Add
(Keywords.MSDNS);
558
DIFFID = nameTable.
Add
(Keywords.DIFFID);
559
HASCHANGES = nameTable.
Add
(Keywords.HASCHANGES);
560
ROWORDER = nameTable.
Add
(Keywords.ROWORDER);
fx\src\data\System\Data\XmlToDatasetMap.cs (10)
164
tableLocalName = nameTable.
Add
(_tableLocalName); // Add it
172
tableNamespace = nameTable.
Add
(table.Namespace); // Add it
212
columnLocalName = nameTable.
Add
(_columnLocalName); // Add it
220
columnNamespace = nameTable.
Add
(col.Namespace); // Add it
269
dsNamespace = nameTable.
Add
(dataSet.Namespace); // Nope. Add it
299
tableLocalName = nameTable.
Add
(_tableLocalName);
305
tableNamespace = nameTable.
Add
(r.ChildTable.Namespace);
368
tableLocalName = nameTable.
Add
(_tableLocalName);
374
tableNamespace = nameTable.
Add
(r.ChildTable.Namespace);
476
nameTable.
Add
(tempColumnName);
fx\src\data\System\NewXml\DataPointer.cs (3)
348
return doc.NameTable.
Add
(column.EncodedColumnName);
367
return doc.NameTable.
Add
(column.Namespace);
392
return doc.NameTable.
Add
( prefix + ":" + lname );
fx\src\data\System\NewXml\XPathNodePointer.cs (3)
195
return _doc.NameTable.
Add
(_column.EncodedColumnName);
225
return _doc.NameTable.
Add
(_column.EncodedColumnName);
251
return _doc.NameTable.
Add
(_column.Namespace);
System.Data.Services.Client (1)
System\Data\Services\Client\MaterializeFromAtom.cs (1)
120
reader.Settings.NameTable.
Add
(context.DataNamespace);
System.Data.SqlXml (142)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
983
prefix = this.nsmgr.NameTable.
Add
(prefix);
984
ns = this.nsmgr.NameTable.
Add
(ns);
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (2)
138
LocalName = nameTable.
Add
(LocalName);
141
NamespaceName = nameTable.
Add
(NamespaceName);
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
113
this.atomizedNames[i] = this.nameTableQuery.
Add
(name ?? names[i]);
119
this.atomizedNames[i] = this.nameTableQuery.
Add
(names[i]);
System\Xml\Xsl\Xslt\Keywords.cs (117)
134
AnalyzeString = nt.
Add
("analyze-string");
135
ApplyImports = nt.
Add
("apply-imports");
136
ApplyTemplates = nt.
Add
("apply-templates");
137
Assembly = nt.
Add
("assembly");
138
Attribute = nt.
Add
("attribute");
139
AttributeSet = nt.
Add
("attribute-set");
140
CallTemplate = nt.
Add
("call-template");
141
CaseOrder = nt.
Add
("case-order");
142
CDataSectionElements = nt.
Add
("cdata-section-elements");
143
Character = nt.
Add
("character");
144
CharacterMap = nt.
Add
("character-map");
145
Choose = nt.
Add
("choose");
146
Comment = nt.
Add
("comment");
147
Copy = nt.
Add
("copy");
148
CopyOf = nt.
Add
("copy-of");
149
Count = nt.
Add
("count");
150
DataType = nt.
Add
("data-type");
151
DecimalFormat = nt.
Add
("decimal-format");
152
DecimalSeparator = nt.
Add
("decimal-separator");
153
DefaultCollation = nt.
Add
("default-collation");
154
DefaultValidation = nt.
Add
("default-validation");
155
Digit = nt.
Add
("digit");
156
DisableOutputEscaping = nt.
Add
("disable-output-escaping");
157
DocTypePublic = nt.
Add
("doctype-public");
158
DocTypeSystem = nt.
Add
("doctype-system");
159
Document = nt.
Add
("document");
160
Element = nt.
Add
("element");
161
Elements = nt.
Add
("elements");
162
Encoding = nt.
Add
("encoding");
163
ExcludeResultPrefixes = nt.
Add
("exclude-result-prefixes");
164
ExtensionElementPrefixes = nt.
Add
("extension-element-prefixes");
165
Fallback = nt.
Add
("fallback");
166
ForEach = nt.
Add
("for-each");
167
ForEachGroup = nt.
Add
("for-each-group");
168
Format = nt.
Add
("format");
169
From = nt.
Add
("from");
170
Function = nt.
Add
("function");
171
GroupingSeparator = nt.
Add
("grouping-separator");
172
GroupingSize = nt.
Add
("grouping-size");
173
Href = nt.
Add
("href");
174
Id = nt.
Add
("id");
175
If = nt.
Add
("if");
176
ImplementsPrefix = nt.
Add
("implements-prefix");
177
Import = nt.
Add
("import");
178
ImportSchema = nt.
Add
("import-schema");
179
Include = nt.
Add
("include");
180
Indent = nt.
Add
("indent");
181
Infinity = nt.
Add
("infinity");
182
Key = nt.
Add
("key");
183
Lang = nt.
Add
("lang");
184
Language = nt.
Add
("language");
185
LetterValue = nt.
Add
("letter-value");
186
Level = nt.
Add
("level");
187
Match = nt.
Add
("match");
188
MatchingSubstring = nt.
Add
("matching-substring");
189
MediaType = nt.
Add
("media-type");
190
Message = nt.
Add
("message");
191
Method = nt.
Add
("method");
192
MinusSign = nt.
Add
("minus-sign");
193
Mode = nt.
Add
("mode");
194
Name = nt.
Add
("name");
195
Namespace = nt.
Add
("namespace");
196
NamespaceAlias = nt.
Add
("namespace-alias");
197
NaN = nt.
Add
("NaN");
198
NextMatch = nt.
Add
("next-match");
199
NonMatchingSubstring = nt.
Add
("non-matching-substring");
200
Number = nt.
Add
("number");
201
OmitXmlDeclaration = nt.
Add
("omit-xml-declaration");
202
Otherwise = nt.
Add
("otherwise");
203
Order = nt.
Add
("order");
204
Output = nt.
Add
("output");
205
OutputCharacter = nt.
Add
("output-character");
206
OutputVersion = nt.
Add
("output-version");
207
Param = nt.
Add
("param");
208
PatternSeparator = nt.
Add
("pattern-separator");
209
Percent = nt.
Add
("percent");
210
PerformSort = nt.
Add
("perform-sort");
211
PerMille = nt.
Add
("per-mille");
212
PreserveSpace = nt.
Add
("preserve-space");
213
Priority = nt.
Add
("priority");
214
ProcessingInstruction = nt.
Add
("processing-instruction");
215
Required = nt.
Add
("required");
216
ResultDocument = nt.
Add
("result-document");
217
ResultPrefix = nt.
Add
("result-prefix");
218
Script = nt.
Add
("script");
219
Select = nt.
Add
("select");
220
Separator = nt.
Add
("separator");
221
Sequence = nt.
Add
("sequence");
222
Sort = nt.
Add
("sort");
223
Space = nt.
Add
("space");
224
Standalone = nt.
Add
("standalone");
225
StripSpace = nt.
Add
("strip-space");
226
Stylesheet = nt.
Add
("stylesheet");
227
StylesheetPrefix = nt.
Add
("stylesheet-prefix");
228
Template = nt.
Add
("template");
229
Terminate = nt.
Add
("terminate");
230
Test = nt.
Add
("test");
231
Text = nt.
Add
("text");
232
Transform = nt.
Add
("transform");
233
UrnMsxsl = nt.
Add
(XmlReservedNs.NsMsxsl);
234
UriXml = nt.
Add
(XmlReservedNs.NsXml);
235
UriXsl = nt.
Add
(XmlReservedNs.NsXslt);
236
UriWdXsl = nt.
Add
(XmlReservedNs.NsWdXsl);
237
Use = nt.
Add
("use");
238
UseAttributeSets = nt.
Add
("use-attribute-sets");
239
UseWhen = nt.
Add
("use-when");
240
Using = nt.
Add
("using");
241
Value = nt.
Add
("value");
242
ValueOf = nt.
Add
("value-of");
243
Variable = nt.
Add
("variable");
244
Version = nt.
Add
("version");
245
When = nt.
Add
("when");
246
WithParam = nt.
Add
("with-param");
247
Xml = nt.
Add
("xml");
248
Xmlns = nt.
Add
("xmlns");
249
XPathDefaultNamespace = nt.
Add
("xpath-default-namespace");
250
ZeroDigit = nt.
Add
("zero-digit");
System\Xml\Xsl\Xslt\XsltInput.cs (6)
128
string nsAtomizedValue = atoms.NameTable.
Add
(prefixNamespacePair.Value);
161
rec.localName = atoms.NameTable.
Add
(rec.localName);
162
rec.nsUri = atoms.NameTable.
Add
(rec.nsUri );
163
rec.prefix = atoms.NameTable.
Add
(rec.prefix );
250
string atomizedValue = atoms.NameTable.
Add
(reader.Value);
257
string atomizedValue = atoms.NameTable.
Add
(reader.Value);
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
104
attributes[i].name = atoms.NameTable.
Add
(attributes[i].name);
System\Xml\Xsl\XsltOld\OutKeywords.cs (7)
25
_AtomEmpty = nameTable.
Add
(string.Empty);
26
_AtomLang = nameTable.
Add
("lang");
27
_AtomSpace = nameTable.
Add
("space");
28
_AtomXmlns = nameTable.
Add
("xmlns");
29
_AtomXml = nameTable.
Add
("xml");
30
_AtomXmlNamespace = nameTable.
Add
(XmlReservedNs.NsXml);
31
_AtomXmlnsNamespace = nameTable.
Add
(XmlReservedNs.NsXmlNs);
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (1)
162
return this.nameTable.
Add
(prefix);
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
73
return nameTable.
Add
(prefix + ":" + localName);
System\Xml\Xsl\XsltOld\RecordBuilder.cs (3)
131
prefix = (prefix != null) ? this.nameTable.
Add
(prefix) : this.atoms.Empty;
132
name = (name != null) ? this.nameTable.
Add
(name) : this.atoms.Empty;
133
nspace = (nspace != null) ? this.nameTable.
Add
(nspace) : this.atoms.Empty;
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
2632
return(_XMLReader.NameTable.
Add
(str));
System.Runtime.Serialization (8)
System\Xml\StringHandle.cs (2)
111
return nameTable.
Add
(bufferReader.GetDictionaryString(key).Value);
113
return nameTable.
Add
(constStrings[key]);
System\Xml\XmlBaseReader.cs (6)
927
nameTable.
Add
(xml);
928
nameTable.
Add
(xmlns);
929
nameTable.
Add
(xmlnsNamespace);
930
nameTable.
Add
(xmlNamespace);
933
nameTable.
Add
(PrefixHandle.GetString(i));
3297
return nameTable.
Add
(value);
System.ServiceModel (141)
System\ServiceModel\Description\MetadataSet.cs (140)
820
id60_documentation = Reader.NameTable.
Add
(@"documentation");
821
id22_targetNamespace = Reader.NameTable.
Add
(@"targetNamespace");
822
id10_definitions = Reader.NameTable.
Add
(@"definitions");
823
id65_lang = Reader.NameTable.
Add
(@"lang");
824
id31_attribute = Reader.NameTable.
Add
(@"attribute");
825
id47_ref = Reader.NameTable.
Add
(@"ref");
826
id4_MetadataSection = Reader.NameTable.
Add
(@"MetadataSection");
827
id54_refer = Reader.NameTable.
Add
(@"refer");
828
id83_union = Reader.NameTable.
Add
(@"union");
829
id127_Item = Reader.NameTable.
Add
(@"XmlSchemaComplexContentRestriction");
830
id53_XmlSchemaKeyref = Reader.NameTable.
Add
(@"XmlSchemaKeyref");
831
id27_import = Reader.NameTable.
Add
(@"import");
832
id75_all = Reader.NameTable.
Add
(@"all");
833
id128_XmlSchemaSimpleContent = Reader.NameTable.
Add
(@"XmlSchemaSimpleContent");
834
id139_XmlSchemaInclude = Reader.NameTable.
Add
(@"XmlSchemaInclude");
835
id78_namespace = Reader.NameTable.
Add
(@"namespace");
836
id18_attributeFormDefault = Reader.NameTable.
Add
(@"attributeFormDefault");
837
id100_XmlSchemaFractionDigitsFacet = Reader.NameTable.
Add
(@"XmlSchemaFractionDigitsFacet");
838
id32_attributeGroup = Reader.NameTable.
Add
(@"attributeGroup");
839
id64_XmlSchemaDocumentation = Reader.NameTable.
Add
(@"XmlSchemaDocumentation");
840
id93_maxLength = Reader.NameTable.
Add
(@"maxLength");
841
id49_type = Reader.NameTable.
Add
(@"type");
842
id86_XmlSchemaSimpleTypeRestriction = Reader.NameTable.
Add
(@"XmlSchemaSimpleTypeRestriction");
843
id96_length = Reader.NameTable.
Add
(@"length");
844
id104_XmlSchemaLengthFacet = Reader.NameTable.
Add
(@"XmlSchemaLengthFacet");
845
id17_XmlSchema = Reader.NameTable.
Add
(@"XmlSchema");
846
id134_public = Reader.NameTable.
Add
(@"public");
847
id77_XmlSchemaAnyAttribute = Reader.NameTable.
Add
(@"XmlSchemaAnyAttribute");
848
id24_id = Reader.NameTable.
Add
(@"id");
849
id71_simpleContent = Reader.NameTable.
Add
(@"simpleContent");
850
id51_key = Reader.NameTable.
Add
(@"key");
851
id67_XmlSchemaKey = Reader.NameTable.
Add
(@"XmlSchemaKey");
852
id80_XmlSchemaAttribute = Reader.NameTable.
Add
(@"XmlSchemaAttribute");
853
id126_Item = Reader.NameTable.
Add
(@"XmlSchemaComplexContentExtension");
854
id23_version = Reader.NameTable.
Add
(@"version");
855
id121_XmlSchemaGroupRef = Reader.NameTable.
Add
(@"XmlSchemaGroupRef");
856
id90_maxInclusive = Reader.NameTable.
Add
(@"maxInclusive");
857
id116_memberTypes = Reader.NameTable.
Add
(@"memberTypes");
858
id20_finalDefault = Reader.NameTable.
Add
(@"finalDefault");
859
id120_any = Reader.NameTable.
Add
(@"any");
860
id112_XmlSchemaMaxExclusiveFacet = Reader.NameTable.
Add
(@"XmlSchemaMaxExclusiveFacet");
861
id15_EndpointReference = Reader.NameTable.
Add
(@"EndpointReference");
862
id45_name = Reader.NameTable.
Add
(@"name");
863
id122_XmlSchemaSequence = Reader.NameTable.
Add
(@"XmlSchemaSequence");
864
id73_sequence = Reader.NameTable.
Add
(@"sequence");
865
id82_XmlSchemaSimpleType = Reader.NameTable.
Add
(@"XmlSchemaSimpleType");
866
id48_substitutionGroup = Reader.NameTable.
Add
(@"substitutionGroup");
867
id111_XmlSchemaMinInclusiveFacet = Reader.NameTable.
Add
(@"XmlSchemaMinInclusiveFacet");
868
id7_Identifier = Reader.NameTable.
Add
(@"Identifier");
869
id113_XmlSchemaSimpleTypeList = Reader.NameTable.
Add
(@"XmlSchemaSimpleTypeList");
870
id41_default = Reader.NameTable.
Add
(@"default");
871
id125_extension = Reader.NameTable.
Add
(@"extension");
872
id16_Item = Reader.NameTable.
Add
(@"http://schemas.xmlsoap.org/ws/2004/08/addressing");
873
id1000_Item = Reader.NameTable.
Add
(@"http://www.w3.org/2005/08/addressing");
874
id124_XmlSchemaComplexContent = Reader.NameTable.
Add
(@"XmlSchemaComplexContent");
875
id72_complexContent = Reader.NameTable.
Add
(@"complexContent");
876
id11_Item = Reader.NameTable.
Add
(@"http://schemas.xmlsoap.org/wsdl/");
877
id25_include = Reader.NameTable.
Add
(@"include");
878
id34_simpleType = Reader.NameTable.
Add
(@"simpleType");
879
id91_minExclusive = Reader.NameTable.
Add
(@"minExclusive");
880
id94_pattern = Reader.NameTable.
Add
(@"pattern");
881
id2_Item = Reader.NameTable.
Add
(@"http://schemas.xmlsoap.org/ws/2004/09/mex");
882
id95_enumeration = Reader.NameTable.
Add
(@"enumeration");
883
id114_itemType = Reader.NameTable.
Add
(@"itemType");
884
id115_XmlSchemaSimpleTypeUnion = Reader.NameTable.
Add
(@"XmlSchemaSimpleTypeUnion");
885
id59_XmlSchemaAnnotation = Reader.NameTable.
Add
(@"XmlSchemaAnnotation");
886
id28_notation = Reader.NameTable.
Add
(@"notation");
887
id84_list = Reader.NameTable.
Add
(@"list");
888
id39_abstract = Reader.NameTable.
Add
(@"abstract");
889
id103_XmlSchemaWhiteSpaceFacet = Reader.NameTable.
Add
(@"XmlSchemaWhiteSpaceFacet");
890
id110_XmlSchemaMaxInclusiveFacet = Reader.NameTable.
Add
(@"XmlSchemaMaxInclusiveFacet");
891
id55_selector = Reader.NameTable.
Add
(@"selector");
892
id43_fixed = Reader.NameTable.
Add
(@"fixed");
893
id57_XmlSchemaXPath = Reader.NameTable.
Add
(@"XmlSchemaXPath");
894
id118_XmlSchemaAll = Reader.NameTable.
Add
(@"XmlSchemaAll");
895
id56_field = Reader.NameTable.
Add
(@"field");
896
id119_XmlSchemaChoice = Reader.NameTable.
Add
(@"XmlSchemaChoice");
897
id123_XmlSchemaAny = Reader.NameTable.
Add
(@"XmlSchemaAny");
898
id132_XmlSchemaGroup = Reader.NameTable.
Add
(@"XmlSchemaGroup");
899
id35_element = Reader.NameTable.
Add
(@"element");
900
id129_Item = Reader.NameTable.
Add
(@"XmlSchemaSimpleContentExtension");
901
id30_annotation = Reader.NameTable.
Add
(@"annotation");
902
id44_form = Reader.NameTable.
Add
(@"form");
903
id21_elementFormDefault = Reader.NameTable.
Add
(@"elementFormDefault");
904
id98_totalDigits = Reader.NameTable.
Add
(@"totalDigits");
905
id88_maxExclusive = Reader.NameTable.
Add
(@"maxExclusive");
906
id42_final = Reader.NameTable.
Add
(@"final");
907
id46_nillable = Reader.NameTable.
Add
(@"nillable");
908
id9_Item = Reader.NameTable.
Add
(@"http://www.w3.org/2001/XMLSchema");
909
id61_appinfo = Reader.NameTable.
Add
(@"appinfo");
910
id38_maxOccurs = Reader.NameTable.
Add
(@"maxOccurs");
911
id70_mixed = Reader.NameTable.
Add
(@"mixed");
912
id87_base = Reader.NameTable.
Add
(@"base");
913
id13_Location = Reader.NameTable.
Add
(@"Location");
914
id12_MetadataReference = Reader.NameTable.
Add
(@"MetadataReference");
915
id97_whiteSpace = Reader.NameTable.
Add
(@"whiteSpace");
916
id29_group = Reader.NameTable.
Add
(@"group");
917
id92_minLength = Reader.NameTable.
Add
(@"minLength");
918
id99_fractionDigits = Reader.NameTable.
Add
(@"fractionDigits");
919
id137_schemaLocation = Reader.NameTable.
Add
(@"schemaLocation");
920
id26_redefine = Reader.NameTable.
Add
(@"redefine");
921
id101_value = Reader.NameTable.
Add
(@"value");
922
id63_source = Reader.NameTable.
Add
(@"source");
923
id89_minInclusive = Reader.NameTable.
Add
(@"minInclusive");
924
id133_XmlSchemaNotation = Reader.NameTable.
Add
(@"XmlSchemaNotation");
925
id52_keyref = Reader.NameTable.
Add
(@"keyref");
926
id33_complexType = Reader.NameTable.
Add
(@"complexType");
927
id135_system = Reader.NameTable.
Add
(@"system");
928
id50_unique = Reader.NameTable.
Add
(@"unique");
929
id74_choice = Reader.NameTable.
Add
(@"choice");
930
id66_Item = Reader.NameTable.
Add
(@"http://www.w3.org/XML/1998/namespace");
931
id105_XmlSchemaEnumerationFacet = Reader.NameTable.
Add
(@"XmlSchemaEnumerationFacet");
932
id107_XmlSchemaMaxLengthFacet = Reader.NameTable.
Add
(@"XmlSchemaMaxLengthFacet");
933
id36_XmlSchemaElement = Reader.NameTable.
Add
(@"XmlSchemaElement");
934
id106_XmlSchemaPatternFacet = Reader.NameTable.
Add
(@"XmlSchemaPatternFacet");
935
id37_minOccurs = Reader.NameTable.
Add
(@"minOccurs");
936
id130_Item = Reader.NameTable.
Add
(@"XmlSchemaSimpleContentRestriction");
937
id68_XmlSchemaUnique = Reader.NameTable.
Add
(@"XmlSchemaUnique");
938
id131_XmlSchemaAttributeGroup = Reader.NameTable.
Add
(@"XmlSchemaAttributeGroup");
939
id40_block = Reader.NameTable.
Add
(@"block");
940
id81_use = Reader.NameTable.
Add
(@"use");
941
id85_restriction = Reader.NameTable.
Add
(@"restriction");
942
id1_Metadata = Reader.NameTable.
Add
(@"Metadata");
943
id69_XmlSchemaComplexType = Reader.NameTable.
Add
(@"XmlSchemaComplexType");
944
id117_XmlSchemaAttributeGroupRef = Reader.NameTable.
Add
(@"XmlSchemaAttributeGroupRef");
945
id138_XmlSchemaRedefine = Reader.NameTable.
Add
(@"XmlSchemaRedefine");
946
id6_Item = Reader.NameTable.
Add
(@"");
947
id102_XmlSchemaTotalDigitsFacet = Reader.NameTable.
Add
(@"XmlSchemaTotalDigitsFacet");
948
id58_xpath = Reader.NameTable.
Add
(@"xpath");
949
id5_Dialect = Reader.NameTable.
Add
(@"Dialect");
950
id14_MetadataLocation = Reader.NameTable.
Add
(@"MetadataLocation");
951
id3_MetadataSet = Reader.NameTable.
Add
(@"MetadataSet");
952
id79_processContents = Reader.NameTable.
Add
(@"processContents");
953
id76_anyAttribute = Reader.NameTable.
Add
(@"anyAttribute");
954
id19_blockDefault = Reader.NameTable.
Add
(@"blockDefault");
955
id136_XmlSchemaImport = Reader.NameTable.
Add
(@"XmlSchemaImport");
956
id109_XmlSchemaMinExclusiveFacet = Reader.NameTable.
Add
(@"XmlSchemaMinExclusiveFacet");
957
id108_XmlSchemaMinLengthFacet = Reader.NameTable.
Add
(@"XmlSchemaMinLengthFacet");
958
id8_schema = Reader.NameTable.
Add
(@"schema");
959
id62_XmlSchemaAppInfo = Reader.NameTable.
Add
(@"XmlSchemaAppInfo");
System\ServiceModel\Dispatcher\XPathParser.cs (1)
108
prefix = this.namespaces.NameTable.
Add
(prefix);
System.Web.Extensions (75)
Compilation\XmlSerializer\DataSvcMapFileSerializer.cs (23)
683
id5_Item = Reader.NameTable.
Add
(@"");
684
id4_ID = Reader.NameTable.
Add
(@"ID");
685
id18_Ignore = Reader.NameTable.
Add
(@"Ignore");
686
id21_SourceUrl = Reader.NameTable.
Add
(@"SourceUrl");
687
id20_SourceId = Reader.NameTable.
Add
(@"SourceId");
688
id14_Name = Reader.NameTable.
Add
(@"Name");
689
id2_Item = Reader.NameTable.
Add
(@"urn:schemas-microsoft-com:xml-dataservicemap");
690
id11_ExtensionFile = Reader.NameTable.
Add
(@"ExtensionFile");
691
id12_Parameters = Reader.NameTable.
Add
(@"Parameters");
692
id1_ReferenceGroup = Reader.NameTable.
Add
(@"ReferenceGroup");
693
id16_FileName = Reader.NameTable.
Add
(@"FileName");
694
id6_MetadataSources = Reader.NameTable.
Add
(@"MetadataSources");
695
id17_MetadataType = Reader.NameTable.
Add
(@"MetadataType");
696
id13_Parameter = Reader.NameTable.
Add
(@"Parameter");
697
id15_Value = Reader.NameTable.
Add
(@"Value");
698
id23_Protocol = Reader.NameTable.
Add
(@"Protocol");
699
id3_DataSvcMapFileImpl = Reader.NameTable.
Add
(@"DataSvcMapFileImpl");
700
id8_Metadata = Reader.NameTable.
Add
(@"Metadata");
701
id9_MetadataFile = Reader.NameTable.
Add
(@"MetadataFile");
702
id19_IsMergeResult = Reader.NameTable.
Add
(@"IsMergeResult");
703
id7_MetadataSource = Reader.NameTable.
Add
(@"MetadataSource");
704
id10_Extensions = Reader.NameTable.
Add
(@"Extensions");
705
id22_Address = Reader.NameTable.
Add
(@"Address");
Compilation\XmlSerializer\SvcMapFileSerializer.cs (52)
1379
id47_TypeName = Reader.NameTable.
Add
(@"TypeName");
1380
id1_ReferenceGroup = Reader.NameTable.
Add
(@"ReferenceGroup");
1381
id49_AssemblyName = Reader.NameTable.
Add
(@"AssemblyName");
1382
id38_ReferenceAllAssemblies = Reader.NameTable.
Add
(@"ReferenceAllAssemblies");
1383
id46_TargetNamespace = Reader.NameTable.
Add
(@"TargetNamespace");
1384
id29_GenerateMessageContracts = Reader.NameTable.
Add
(@"GenerateMessageContracts");
1385
id28_GenerateInternalTypes = Reader.NameTable.
Add
(@"GenerateInternalTypes");
1386
id13_FileName = Reader.NameTable.
Add
(@"FileName");
1387
id3_SvcMapFileImpl = Reader.NameTable.
Add
(@"SvcMapFileImpl");
1388
id7_MetadataSources = Reader.NameTable.
Add
(@"MetadataSources");
1389
id50_ReferencedCollectionType = Reader.NameTable.
Add
(@"ReferencedCollectionType");
1390
id8_MetadataSource = Reader.NameTable.
Add
(@"MetadataSource");
1391
id25_ExcludedTypes = Reader.NameTable.
Add
(@"ExcludedTypes");
1392
id10_MetadataFile = Reader.NameTable.
Add
(@"MetadataFile");
1393
id45_ContractMapping = Reader.NameTable.
Add
(@"ContractMapping");
1394
id15_MetadataType = Reader.NameTable.
Add
(@"MetadataType");
1395
id34_GenerateSerializableTypes = Reader.NameTable.
Add
(@"GenerateSerializableTypes");
1396
id31_NamespaceMapping = Reader.NameTable.
Add
(@"NamespaceMapping");
1397
id42_ReferencedDataContractType = Reader.NameTable.
Add
(@"ReferencedDataContractType");
1398
id16_Ignore = Reader.NameTable.
Add
(@"Ignore");
1399
id36_UseSerializerForFaults = Reader.NameTable.
Add
(@"UseSerializerForFaults");
1400
id52_ClrNamespace = Reader.NameTable.
Add
(@"ClrNamespace");
1401
id4_ID = Reader.NameTable.
Add
(@"ID");
1402
id17_IsMergeResult = Reader.NameTable.
Add
(@"IsMergeResult");
1403
id40_ReferencedAssembly = Reader.NameTable.
Add
(@"ReferencedAssembly");
1404
id48_ReferencedType = Reader.NameTable.
Add
(@"ReferencedType");
1405
id22_GenerateAsynchronousMethods = Reader.NameTable.
Add
(@"GenerateAsynchronousMethods");
1406
id2_Item = Reader.NameTable.
Add
(@"urn:schemas-microsoft-com:xml-wcfservicemap");
1407
id12_ExtensionFile = Reader.NameTable.
Add
(@"ExtensionFile");
1408
id32_CollectionMappings = Reader.NameTable.
Add
(@"CollectionMappings");
1409
id23_Item = Reader.NameTable.
Add
(@"GenerateTaskBasedAsynchronousMethod");
1410
id39_ReferencedAssemblies = Reader.NameTable.
Add
(@"ReferencedAssemblies");
1411
id35_Serializer = Reader.NameTable.
Add
(@"Serializer");
1412
id21_Protocol = Reader.NameTable.
Add
(@"Protocol");
1413
id44_ServiceContractMapping = Reader.NameTable.
Add
(@"ServiceContractMapping");
1414
id14_Name = Reader.NameTable.
Add
(@"Name");
1415
id19_SourceUrl = Reader.NameTable.
Add
(@"SourceUrl");
1416
id51_Category = Reader.NameTable.
Add
(@"Category");
1417
id5_Item = Reader.NameTable.
Add
(@"");
1418
id30_NamespaceMappings = Reader.NameTable.
Add
(@"NamespaceMappings");
1419
id9_Metadata = Reader.NameTable.
Add
(@"Metadata");
1420
id24_EnableDataBinding = Reader.NameTable.
Add
(@"EnableDataBinding");
1421
id27_ImportXmlTypes = Reader.NameTable.
Add
(@"ImportXmlTypes");
1422
id18_SourceId = Reader.NameTable.
Add
(@"SourceId");
1423
id20_Address = Reader.NameTable.
Add
(@"Address");
1424
id11_Extensions = Reader.NameTable.
Add
(@"Extensions");
1425
id33_CollectionMapping = Reader.NameTable.
Add
(@"CollectionMapping");
1426
id26_ExcludedType = Reader.NameTable.
Add
(@"ExcludedType");
1427
id43_ServiceContractMappings = Reader.NameTable.
Add
(@"ServiceContractMappings");
1428
id37_Wrapped = Reader.NameTable.
Add
(@"Wrapped");
1429
id41_ReferencedDataContractTypes = Reader.NameTable.
Add
(@"ReferencedDataContractTypes");
1430
id6_ClientOptions = Reader.NameTable.
Add
(@"ClientOptions");
System.Web.Services (236)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (209)
10848
id133_XmlSchemaSimpleTypeUnion = Reader.NameTable.
Add
(@"XmlSchemaSimpleTypeUnion");
10849
id143_maxInclusive = Reader.NameTable.
Add
(@"maxInclusive");
10850
id46_body = Reader.NameTable.
Add
(@"body");
10851
id190_any = Reader.NameTable.
Add
(@"any");
10852
id88_OperationOutput = Reader.NameTable.
Add
(@"OperationOutput");
10853
id6_targetNamespace = Reader.NameTable.
Add
(@"targetNamespace");
10854
id158_XmlSchemaMaxLengthFacet = Reader.NameTable.
Add
(@"XmlSchemaMaxLengthFacet");
10855
id11_portType = Reader.NameTable.
Add
(@"portType");
10856
id182_mixed = Reader.NameTable.
Add
(@"mixed");
10857
id172_keyref = Reader.NameTable.
Add
(@"keyref");
10858
id187_all = Reader.NameTable.
Add
(@"all");
10859
id162_itemType = Reader.NameTable.
Add
(@"itemType");
10860
id68_InputBinding = Reader.NameTable.
Add
(@"InputBinding");
10861
id25_HttpAddressBinding = Reader.NameTable.
Add
(@"HttpAddressBinding");
10862
id82_HttpBinding = Reader.NameTable.
Add
(@"HttpBinding");
10863
id17_address = Reader.NameTable.
Add
(@"address");
10864
id3_ServiceDescription = Reader.NameTable.
Add
(@"ServiceDescription");
10865
id38_SoapFaultBinding = Reader.NameTable.
Add
(@"SoapFaultBinding");
10866
id123_ref = Reader.NameTable.
Add
(@"ref");
10867
id198_XmlSchemaComplexContent = Reader.NameTable.
Add
(@"XmlSchemaComplexContent");
10868
id53_parts = Reader.NameTable.
Add
(@"parts");
10869
id35_use = Reader.NameTable.
Add
(@"use");
10870
id157_XmlSchemaLengthFacet = Reader.NameTable.
Add
(@"XmlSchemaLengthFacet");
10871
id207_XmlSchemaImport = Reader.NameTable.
Add
(@"XmlSchemaImport");
10872
id44_text = Reader.NameTable.
Add
(@"text");
10873
id117_XmlSchemaAppInfo = Reader.NameTable.
Add
(@"XmlSchemaAppInfo");
10874
id203_public = Reader.NameTable.
Add
(@"public");
10875
id69_urlEncoded = Reader.NameTable.
Add
(@"urlEncoded");
10876
id7_documentation = Reader.NameTable.
Add
(@"documentation");
10877
id19_Item = Reader.NameTable.
Add
(@"http://schemas.xmlsoap.org/wsdl/soap/");
10878
id129_final = Reader.NameTable.
Add
(@"final");
10879
id163_XmlSchemaElement = Reader.NameTable.
Add
(@"XmlSchemaElement");
10880
id60_capture = Reader.NameTable.
Add
(@"capture");
10881
id37_encodingStyle = Reader.NameTable.
Add
(@"encodingStyle");
10882
id185_sequence = Reader.NameTable.
Add
(@"sequence");
10883
id166_abstract = Reader.NameTable.
Add
(@"abstract");
10884
id23_location = Reader.NameTable.
Add
(@"location");
10885
id111_XmlSchemaAttributeGroup = Reader.NameTable.
Add
(@"XmlSchemaAttributeGroup");
10886
id192_XmlSchemaSequence = Reader.NameTable.
Add
(@"XmlSchemaSequence");
10887
id33_FaultBinding = Reader.NameTable.
Add
(@"FaultBinding");
10888
id153_XmlSchemaMaxInclusiveFacet = Reader.NameTable.
Add
(@"XmlSchemaMaxInclusiveFacet");
10889
id201_XmlSchemaGroup = Reader.NameTable.
Add
(@"XmlSchemaGroup");
10890
id43_multipartRelated = Reader.NameTable.
Add
(@"multipartRelated");
10891
id168_nillable = Reader.NameTable.
Add
(@"nillable");
10892
id149_value = Reader.NameTable.
Add
(@"value");
10893
id64_MimeMultipartRelatedBinding = Reader.NameTable.
Add
(@"MimeMultipartRelatedBinding");
10894
id193_XmlSchemaAny = Reader.NameTable.
Add
(@"XmlSchemaAny");
10895
id191_XmlSchemaGroupRef = Reader.NameTable.
Add
(@"XmlSchemaGroupRef");
10896
id74_soapAction = Reader.NameTable.
Add
(@"soapAction");
10897
id63_ignoreCase = Reader.NameTable.
Add
(@"ignoreCase");
10898
id101_version = Reader.NameTable.
Add
(@"version");
10899
id47_header = Reader.NameTable.
Add
(@"header");
10900
id195_extension = Reader.NameTable.
Add
(@"extension");
10901
id48_Soap12HeaderBinding = Reader.NameTable.
Add
(@"Soap12HeaderBinding");
10902
id134_memberTypes = Reader.NameTable.
Add
(@"memberTypes");
10903
id121_Item = Reader.NameTable.
Add
(@"http://www.w3.org/XML/1998/namespace");
10904
id146_minExclusive = Reader.NameTable.
Add
(@"minExclusive");
10905
id84_PortType = Reader.NameTable.
Add
(@"PortType");
10906
id42_mimeXml = Reader.NameTable.
Add
(@"mimeXml");
10907
id138_minInclusive = Reader.NameTable.
Add
(@"minInclusive");
10908
id118_source = Reader.NameTable.
Add
(@"source");
10909
id73_Soap12OperationBinding = Reader.NameTable.
Add
(@"Soap12OperationBinding");
10910
id131_restriction = Reader.NameTable.
Add
(@"restriction");
10911
id152_XmlSchemaMaxExclusiveFacet = Reader.NameTable.
Add
(@"XmlSchemaMaxExclusiveFacet");
10912
id135_XmlSchemaSimpleTypeRestriction = Reader.NameTable.
Add
(@"XmlSchemaSimpleTypeRestriction");
10913
id188_XmlSchemaAll = Reader.NameTable.
Add
(@"XmlSchemaAll");
10914
id116_appinfo = Reader.NameTable.
Add
(@"appinfo");
10915
id86_parameterOrder = Reader.NameTable.
Add
(@"parameterOrder");
10916
id147_minLength = Reader.NameTable.
Add
(@"minLength");
10917
id78_HttpOperationBinding = Reader.NameTable.
Add
(@"HttpOperationBinding");
10918
id161_XmlSchemaSimpleTypeList = Reader.NameTable.
Add
(@"XmlSchemaSimpleTypeList");
10919
id205_XmlSchemaRedefine = Reader.NameTable.
Add
(@"XmlSchemaRedefine");
10920
id194_XmlSchemaSimpleContent = Reader.NameTable.
Add
(@"XmlSchemaSimpleContent");
10921
id91_MessagePart = Reader.NameTable.
Add
(@"MessagePart");
10922
id92_element = Reader.NameTable.
Add
(@"element");
10923
id114_processContents = Reader.NameTable.
Add
(@"processContents");
10924
id18_Item = Reader.NameTable.
Add
(@"http://schemas.xmlsoap.org/wsdl/http/");
10925
id50_headerfault = Reader.NameTable.
Add
(@"headerfault");
10926
id154_XmlSchemaEnumerationFacet = Reader.NameTable.
Add
(@"XmlSchemaEnumerationFacet");
10927
id96_XmlSchema = Reader.NameTable.
Add
(@"XmlSchema");
10928
id127_form = Reader.NameTable.
Add
(@"form");
10929
id176_field = Reader.NameTable.
Add
(@"field");
10930
id49_part = Reader.NameTable.
Add
(@"part");
10931
id5_Item = Reader.NameTable.
Add
(@"");
10932
id57_match = Reader.NameTable.
Add
(@"match");
10933
id52_Soap12BodyBinding = Reader.NameTable.
Add
(@"Soap12BodyBinding");
10934
id104_redefine = Reader.NameTable.
Add
(@"redefine");
10935
id20_Item = Reader.NameTable.
Add
(@"http://schemas.xmlsoap.org/wsdl/soap12/");
10936
id21_Soap12AddressBinding = Reader.NameTable.
Add
(@"Soap12AddressBinding");
10937
id142_enumeration = Reader.NameTable.
Add
(@"enumeration");
10938
id24_SoapAddressBinding = Reader.NameTable.
Add
(@"SoapAddressBinding");
10939
id103_include = Reader.NameTable.
Add
(@"include");
10940
id139_maxLength = Reader.NameTable.
Add
(@"maxLength");
10941
id165_maxOccurs = Reader.NameTable.
Add
(@"maxOccurs");
10942
id65_MimePart = Reader.NameTable.
Add
(@"MimePart");
10943
id102_id = Reader.NameTable.
Add
(@"id");
10944
id196_Item = Reader.NameTable.
Add
(@"XmlSchemaSimpleContentExtension");
10945
id140_length = Reader.NameTable.
Add
(@"length");
10946
id27_type = Reader.NameTable.
Add
(@"type");
10947
id106_complexType = Reader.NameTable.
Add
(@"complexType");
10948
id31_output = Reader.NameTable.
Add
(@"output");
10949
id1_definitions = Reader.NameTable.
Add
(@"definitions");
10950
id4_name = Reader.NameTable.
Add
(@"name");
10951
id132_union = Reader.NameTable.
Add
(@"union");
10952
id29_OperationBinding = Reader.NameTable.
Add
(@"OperationBinding");
10953
id170_key = Reader.NameTable.
Add
(@"key");
10954
id45_Item = Reader.NameTable.
Add
(@"http://microsoft.com/wsdl/mime/textMatching/");
10955
id95_Item = Reader.NameTable.
Add
(@"http://www.w3.org/2001/XMLSchema");
10956
id169_substitutionGroup = Reader.NameTable.
Add
(@"substitutionGroup");
10957
id178_xpath = Reader.NameTable.
Add
(@"xpath");
10958
id9_types = Reader.NameTable.
Add
(@"types");
10959
id97_attributeFormDefault = Reader.NameTable.
Add
(@"attributeFormDefault");
10960
id62_pattern = Reader.NameTable.
Add
(@"pattern");
10961
id58_MimeTextMatch = Reader.NameTable.
Add
(@"MimeTextMatch");
10962
id180_XmlSchemaKey = Reader.NameTable.
Add
(@"XmlSchemaKey");
10963
id10_message = Reader.NameTable.
Add
(@"message");
10964
id8_import = Reader.NameTable.
Add
(@"import");
10965
id148_XmlSchemaMinLengthFacet = Reader.NameTable.
Add
(@"XmlSchemaMinLengthFacet");
10966
id105_simpleType = Reader.NameTable.
Add
(@"simpleType");
10967
id181_XmlSchemaComplexType = Reader.NameTable.
Add
(@"XmlSchemaComplexType");
10968
id164_minOccurs = Reader.NameTable.
Add
(@"minOccurs");
10969
id144_maxExclusive = Reader.NameTable.
Add
(@"maxExclusive");
10970
id160_XmlSchemaFractionDigitsFacet = Reader.NameTable.
Add
(@"XmlSchemaFractionDigitsFacet");
10971
id124_XmlSchemaAttribute = Reader.NameTable.
Add
(@"XmlSchemaAttribute");
10972
id209_Import = Reader.NameTable.
Add
(@"Import");
10973
id206_schemaLocation = Reader.NameTable.
Add
(@"schemaLocation");
10974
id179_XmlSchemaUnique = Reader.NameTable.
Add
(@"XmlSchemaUnique");
10975
id75_style = Reader.NameTable.
Add
(@"style");
10976
id119_XmlSchemaDocumentation = Reader.NameTable.
Add
(@"XmlSchemaDocumentation");
10977
id136_base = Reader.NameTable.
Add
(@"base");
10978
id66_MimeXmlBinding = Reader.NameTable.
Add
(@"MimeXmlBinding");
10979
id30_input = Reader.NameTable.
Add
(@"input");
10980
id40_content = Reader.NameTable.
Add
(@"content");
10981
id93_Types = Reader.NameTable.
Add
(@"Types");
10982
id94_schema = Reader.NameTable.
Add
(@"schema");
10983
id200_Item = Reader.NameTable.
Add
(@"XmlSchemaComplexContentExtension");
10984
id67_MimeContentBinding = Reader.NameTable.
Add
(@"MimeContentBinding");
10985
id59_group = Reader.NameTable.
Add
(@"group");
10986
id32_fault = Reader.NameTable.
Add
(@"fault");
10987
id80_transport = Reader.NameTable.
Add
(@"transport");
10988
id98_blockDefault = Reader.NameTable.
Add
(@"blockDefault");
10989
id13_service = Reader.NameTable.
Add
(@"service");
10990
id54_SoapHeaderBinding = Reader.NameTable.
Add
(@"SoapHeaderBinding");
10991
id204_system = Reader.NameTable.
Add
(@"system");
10992
id16_Port = Reader.NameTable.
Add
(@"Port");
10993
id108_notation = Reader.NameTable.
Add
(@"notation");
10994
id186_choice = Reader.NameTable.
Add
(@"choice");
10995
id110_attributeGroup = Reader.NameTable.
Add
(@"attributeGroup");
10996
id79_Soap12Binding = Reader.NameTable.
Add
(@"Soap12Binding");
10997
id77_SoapOperationBinding = Reader.NameTable.
Add
(@"SoapOperationBinding");
10998
id115_XmlSchemaAnnotation = Reader.NameTable.
Add
(@"XmlSchemaAnnotation");
10999
id83_verb = Reader.NameTable.
Add
(@"verb");
11000
id72_HttpUrlEncodedBinding = Reader.NameTable.
Add
(@"HttpUrlEncodedBinding");
11001
id39_OutputBinding = Reader.NameTable.
Add
(@"OutputBinding");
11002
id183_complexContent = Reader.NameTable.
Add
(@"complexContent");
11003
id202_XmlSchemaNotation = Reader.NameTable.
Add
(@"XmlSchemaNotation");
11004
id81_SoapBinding = Reader.NameTable.
Add
(@"SoapBinding");
11005
id199_Item = Reader.NameTable.
Add
(@"XmlSchemaComplexContentRestriction");
11006
id28_operation = Reader.NameTable.
Add
(@"operation");
11007
id122_XmlSchemaAttributeGroupRef = Reader.NameTable.
Add
(@"XmlSchemaAttributeGroupRef");
11008
id155_XmlSchemaPatternFacet = Reader.NameTable.
Add
(@"XmlSchemaPatternFacet");
11009
id76_soapActionRequired = Reader.NameTable.
Add
(@"soapActionRequired");
11010
id90_Message = Reader.NameTable.
Add
(@"Message");
11011
id159_XmlSchemaMinInclusiveFacet = Reader.NameTable.
Add
(@"XmlSchemaMinInclusiveFacet");
11012
id208_XmlSchemaInclude = Reader.NameTable.
Add
(@"XmlSchemaInclude");
11013
id85_Operation = Reader.NameTable.
Add
(@"Operation");
11014
id130_list = Reader.NameTable.
Add
(@"list");
11015
id14_Service = Reader.NameTable.
Add
(@"Service");
11016
id22_required = Reader.NameTable.
Add
(@"required");
11017
id174_refer = Reader.NameTable.
Add
(@"refer");
11018
id71_HttpUrlReplacementBinding = Reader.NameTable.
Add
(@"HttpUrlReplacementBinding");
11019
id56_MimeTextBinding = Reader.NameTable.
Add
(@"MimeTextBinding");
11020
id87_OperationFault = Reader.NameTable.
Add
(@"OperationFault");
11021
id125_default = Reader.NameTable.
Add
(@"default");
11022
id15_port = Reader.NameTable.
Add
(@"port");
11023
id51_SoapHeaderFaultBinding = Reader.NameTable.
Add
(@"SoapHeaderFaultBinding");
11024
id128_XmlSchemaSimpleType = Reader.NameTable.
Add
(@"XmlSchemaSimpleType");
11025
id36_namespace = Reader.NameTable.
Add
(@"namespace");
11026
id175_selector = Reader.NameTable.
Add
(@"selector");
11027
id150_XmlSchemaMinExclusiveFacet = Reader.NameTable.
Add
(@"XmlSchemaMinExclusiveFacet");
11028
id100_elementFormDefault = Reader.NameTable.
Add
(@"elementFormDefault");
11029
id26_Binding = Reader.NameTable.
Add
(@"Binding");
11030
id197_Item = Reader.NameTable.
Add
(@"XmlSchemaSimpleContentRestriction");
11031
id126_fixed = Reader.NameTable.
Add
(@"fixed");
11032
id107_annotation = Reader.NameTable.
Add
(@"annotation");
11033
id99_finalDefault = Reader.NameTable.
Add
(@"finalDefault");
11034
id137_fractionDigits = Reader.NameTable.
Add
(@"fractionDigits");
11035
id70_urlReplacement = Reader.NameTable.
Add
(@"urlReplacement");
11036
id189_XmlSchemaChoice = Reader.NameTable.
Add
(@"XmlSchemaChoice");
11037
id2_Item = Reader.NameTable.
Add
(@"http://schemas.xmlsoap.org/wsdl/");
11038
id112_anyAttribute = Reader.NameTable.
Add
(@"anyAttribute");
11039
id89_OperationInput = Reader.NameTable.
Add
(@"OperationInput");
11040
id141_totalDigits = Reader.NameTable.
Add
(@"totalDigits");
11041
id61_repeats = Reader.NameTable.
Add
(@"repeats");
11042
id184_simpleContent = Reader.NameTable.
Add
(@"simpleContent");
11043
id55_SoapBodyBinding = Reader.NameTable.
Add
(@"SoapBodyBinding");
11044
id145_whiteSpace = Reader.NameTable.
Add
(@"whiteSpace");
11045
id167_block = Reader.NameTable.
Add
(@"block");
11046
id151_XmlSchemaWhiteSpaceFacet = Reader.NameTable.
Add
(@"XmlSchemaWhiteSpaceFacet");
11047
id12_binding = Reader.NameTable.
Add
(@"binding");
11048
id109_attribute = Reader.NameTable.
Add
(@"attribute");
11049
id171_unique = Reader.NameTable.
Add
(@"unique");
11050
id120_lang = Reader.NameTable.
Add
(@"lang");
11051
id173_XmlSchemaKeyref = Reader.NameTable.
Add
(@"XmlSchemaKeyref");
11052
id177_XmlSchemaXPath = Reader.NameTable.
Add
(@"XmlSchemaXPath");
11053
id34_Soap12FaultBinding = Reader.NameTable.
Add
(@"Soap12FaultBinding");
11054
id41_Item = Reader.NameTable.
Add
(@"http://schemas.xmlsoap.org/wsdl/mime/");
11055
id156_XmlSchemaTotalDigitsFacet = Reader.NameTable.
Add
(@"XmlSchemaTotalDigitsFacet");
11056
id113_XmlSchemaAnyAttribute = Reader.NameTable.
Add
(@"XmlSchemaAnyAttribute");
System\Web\Services\Description\WebReferenceOptions.cs (7)
408
id2_Item = Reader.NameTable.
Add
(@"http://microsoft.com/webReference/");
409
id5_type = Reader.NameTable.
Add
(@"type");
410
id4_schemaImporterExtensions = Reader.NameTable.
Add
(@"schemaImporterExtensions");
411
id3_codeGenerationOptions = Reader.NameTable.
Add
(@"codeGenerationOptions");
412
id6_style = Reader.NameTable.
Add
(@"style");
413
id7_verbose = Reader.NameTable.
Add
(@"verbose");
414
id1_webReferenceOptions = Reader.NameTable.
Add
(@"webReferenceOptions");
System\Web\Services\Discovery\DiscoveryDocumentSerializer.cs (20)
440
id1_discovery = Reader.NameTable.
Add
(@"discovery");
441
id4_discoveryRef = Reader.NameTable.
Add
(@"discoveryRef");
442
id19_docRef = Reader.NameTable.
Add
(@"docRef");
443
id8_Item = Reader.NameTable.
Add
(@"http://schemas.xmlsoap.org/disco/schema/");
444
id14_binding = Reader.NameTable.
Add
(@"binding");
445
id20_DiscoveryDocumentReference = Reader.NameTable.
Add
(@"DiscoveryDocumentReference");
446
id17_targetNamespace = Reader.NameTable.
Add
(@"targetNamespace");
447
id5_contractRef = Reader.NameTable.
Add
(@"contractRef");
448
id10_Item = Reader.NameTable.
Add
(@"http://schemas.xmlsoap.org/disco/soap/");
449
id13_Item = Reader.NameTable.
Add
(@"");
450
id7_schemaRef = Reader.NameTable.
Add
(@"schemaRef");
451
id3_DiscoveryDocument = Reader.NameTable.
Add
(@"DiscoveryDocument");
452
id9_soap = Reader.NameTable.
Add
(@"soap");
453
id12_address = Reader.NameTable.
Add
(@"address");
454
id16_ref = Reader.NameTable.
Add
(@"ref");
455
id11_SoapBinding = Reader.NameTable.
Add
(@"SoapBinding");
456
id18_ContractReference = Reader.NameTable.
Add
(@"ContractReference");
457
id2_Item = Reader.NameTable.
Add
(@"http://schemas.xmlsoap.org/disco/");
458
id15_SchemaReference = Reader.NameTable.
Add
(@"SchemaReference");
459
id6_Item = Reader.NameTable.
Add
(@"http://schemas.xmlsoap.org/disco/scl/");
System.Windows.Forms (15)
winforms\Managed\System\Resources\ResXResourceReader.cs (15)
249
reader.NameTable.
Add
(ResXResourceWriter.TypeStr);
250
reader.NameTable.
Add
(ResXResourceWriter.NameStr);
251
reader.NameTable.
Add
(ResXResourceWriter.DataStr);
252
reader.NameTable.
Add
(ResXResourceWriter.MetadataStr);
253
reader.NameTable.
Add
(ResXResourceWriter.MimeTypeStr);
254
reader.NameTable.
Add
(ResXResourceWriter.ValueStr);
255
reader.NameTable.
Add
(ResXResourceWriter.ResHeaderStr);
256
reader.NameTable.
Add
(ResXResourceWriter.VersionStr);
257
reader.NameTable.
Add
(ResXResourceWriter.ResMimeTypeStr);
258
reader.NameTable.
Add
(ResXResourceWriter.ReaderStr);
259
reader.NameTable.
Add
(ResXResourceWriter.WriterStr);
260
reader.NameTable.
Add
(ResXResourceWriter.BinSerializedObjectMimeType);
261
reader.NameTable.
Add
(ResXResourceWriter.SoapSerializedObjectMimeType);
262
reader.NameTable.
Add
(ResXResourceWriter.AssemblyStr);
263
reader.NameTable.
Add
(ResXResourceWriter.AliasStr);
System.Xml (414)
System\Xml\BinaryXml\XmlBinaryReader.cs (14)
325
this.xml = this.xnt.
Add
("xml");
326
this.xmlns = this.xnt.
Add
("xmlns");
327
this.nsxmlns = this.xnt.
Add
(XmlReservedNs.NsXmlNs);
345
AddInitNamespace(this.xml, this.xnt.
Add
(XmlReservedNs.NsXml));
1676
symtable[symNum] = xnt.
Add
(txt);
1705
lnameStr = this.xnt.
Add
(prefixStr.Substring(6));
2202
name = new QName(this.xmlns, xnt.
Add
(decl.prefix), this.nsxmlns);
2237
this.attributes[0].Set(new QName(string.Empty, this.xnt.
Add
("version"), string.Empty), ParseText());
2241
this.attributes[1].Set(new QName(string.Empty, this.xnt.
Add
("encoding"), string.Empty), ParseText());
2251
this.attributes[this.attrCount].Set(new QName(string.Empty, this.xnt.
Add
("standalone"), string.Empty), (standalone == 1) ? "yes" : "no");
2259
QName xmlDeclQName = new QName(String.Empty, this.xnt.
Add
("xml"), String.Empty);
2340
string nsuri = this.xnt.
Add
(ValueAsString(token));
2766
this.attributes[this.attrCount++].Set(new QName(string.Empty, this.xnt.
Add
("SYSTEM"), string.Empty), ParseText());
2770
this.attributes[this.attrCount++].Set(new QName(string.Empty, this.xnt.
Add
("PUBLIC"), string.Empty), ParseText());
System\Xml\Cache\XPathDocumentBuilder.cs (11)
104
this.idxNmsp = NewNamespaceNode(out this.pageNmsp, this.nameTable.
Add
("xml"), this.nameTable.
Add
(XmlReservedNs.NsXml), null, 0);
144
prefix = this.nameTable.
Add
(prefix);
145
localName = this.nameTable.
Add
(localName);
146
ns = this.nameTable.
Add
(ns);
268
prefix = this.nameTable.
Add
(prefix);
269
localName = this.nameTable.
Add
(localName);
270
namespaceName = this.nameTable.
Add
(namespaceName);
323
name = this.nameTable.
Add
(name);
449
prefix = this.nameTable.
Add
(prefix);
451
namespaceName = this.nameTable.
Add
(namespaceName);
System\Xml\Core\ValidatingReaderNodeData.cs (1)
74
nameWPrefix = nameTable.
Add
( string.Concat (prefix,":", localName));
System\Xml\Core\XmlReader.cs (10)
120
return NameTable.
Add
(string.Concat(Prefix, ":", LocalName));
876
name = NameTable.
Add
(name);
897
localName = NameTable.
Add
(localName);
898
namespaceURI = NameTable.
Add
(namespaceURI);
931
name = NameTable.
Add
(name);
968
localName = NameTable.
Add
(localName);
969
namespaceURI = NameTable.
Add
(namespaceURI);
988
name = NameTable.
Add
(name);
1014
localName = NameTable.
Add
(localName);
1015
namespaceURI = NameTable.
Add
(namespaceURI);
System\Xml\Core\XmlSubtreeReader.cs (3)
98
xmlns = reader.NameTable.
Add
( "xmlns" );
99
xmlnsUri = reader.NameTable.
Add
(XmlReservedNs.NsXmlNs);
1099
nsAttributes[index].Set( XmlNodeType.Attribute, prefix, xmlns, reader.NameTable.
Add
( string.Concat( xmlns, ":", prefix ) ), xmlnsUri, ns );
System\Xml\Core\XmlTextReaderImpl.cs (17)
355
nt.
Add
( string.Empty );
366
Xml = nt.
Add
( "xml" );
367
XmlNs = nt.
Add
( "xmlns" );
425
nt.
Add
( string.Empty );
426
Xml = nt.
Add
( "xml" );
427
XmlNs = nt.
Add
( "xmlns" );
4600
string ns = nameTable.
Add
( attr.StringValue );
4601
attr.ns = nameTable.
Add
( XmlReservedNs.NsXmlNs );
4615
string ns = nameTable.
Add
( attr.StringValue );
6913
newAttr.SetNamedNode( XmlNodeType.Attribute, nameTable.
Add
( name ) );
7903
name = nameTable.
Add
( name );
8134
nameTable.
Add
( XmlReservedNs.NsXs ); // Note: this is equal to XmlReservedNs.NsXsd in Everett
8135
nameTable.
Add
( XmlReservedNs.NsXsi );
8136
nameTable.
Add
( XmlReservedNs.NsDataType );
8247
string localName = nameTable.
Add
( attrDef.Name.Name );
8248
string prefix = nameTable.
Add
( attrDef.Prefix );
8249
string ns = nameTable.
Add
( attrDef.Name.Namespace );
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
601
nameWPrefix = nt.
Add
( string.Concat( prefix, ":", localName ) );
System\Xml\Core\XsdValidatingReader.cs (12)
160
NsXmlNs = coreReaderNameTable.
Add
(XmlReservedNs.NsXmlNs);
161
NsXs = coreReaderNameTable.
Add
(XmlReservedNs.NsXs);
162
NsXsi = coreReaderNameTable.
Add
(XmlReservedNs.NsXsi);
163
XsiType = coreReaderNameTable.
Add
("type");
164
XsiNil = coreReaderNameTable.
Add
("nil");
165
XsiSchemaLocation = coreReaderNameTable.
Add
("schemaLocation");
166
XsiNoNamespaceSchemaLocation = coreReaderNameTable.
Add
("noNamespaceSchemaLocation");
167
XsdSchema = coreReaderNameTable.
Add
("schema");
1731
attrPrefix = coreReaderNameTable.
Add
(attrPrefix);
1732
attrLocalName = coreReaderNameTable.
Add
(attrLocalName);
1766
attrPrefix = coreReaderNameTable.
Add
(attrPrefix);
1767
attrLocalName = coreReaderNameTable.
Add
(attrLocalName);
System\Xml\Dom\DocumentSchemaValidator.cs (6)
77
NsXmlNs = nameTable.
Add
(XmlReservedNs.NsXmlNs);
78
NsXsi = nameTable.
Add
(XmlReservedNs.NsXsi);
79
XsiType = nameTable.
Add
("type");
80
XsiNil = nameTable.
Add
("nil");
420
attributeNS = nameTable.
Add
(attributeNS); //atomize ns
423
defaultNS = nameTable.
Add
(pair.Value);
System\Xml\Dom\DocumentXPathNavigator.cs (1)
583
ns = this.NameTable.
Add
(ns);
System\Xml\Dom\DomNameTable.cs (3)
79
prefix = nameTable.
Add
(prefix);
80
localName = nameTable.
Add
(localName);
81
ns = nameTable.
Add
(ns);
System\Xml\Dom\XmlDocument.cs (17)
100
nt.
Add
( string.Empty );
101
strDocumentName = nt.
Add
( "#document" );
102
strDocumentFragmentName = nt.
Add
( "#document-fragment" );
103
strCommentName = nt.
Add
( "#comment" );
104
strTextName = nt.
Add
( "#text" );
105
strCDataSectionName = nt.
Add
( "#cdata-section" );
106
strEntityName = nt.
Add
( "#entity" );
107
strID = nt.
Add
( "id" );
108
strNonSignificantWhitespaceName = nt.
Add
( "#whitespace" );
109
strSignificantWhitespaceName = nt.
Add
( "#significant-whitespace" );
110
strXmlns = nt.
Add
( "xmlns" );
111
strXml = nt.
Add
( "xml" );
112
strSpace = nt.
Add
( "space" );
113
strLang = nt.
Add
( "lang" );
114
strReservedXmlns = nt.
Add
( XmlReservedNs.NsXmlNs );
115
strReservedXml = nt.
Add
( XmlReservedNs.NsXml );
116
strEmpty = nt.
Add
( String.Empty );
System\Xml\Dom\XmlElementList.cs (5)
52
this.localName = nameTable.
Add
( this.localName );
53
this.namespaceURI = nameTable.
Add
( this.namespaceURI );
70
asterisk = nt.
Add
("*");
71
this.name = nt.
Add
( name );
80
asterisk = nt.
Add
("*");
System\Xml\Dom\XmlEntity.cs (1)
23
this.name = doc.NameTable.
Add
(name);
System\Xml\Dom\XmlEntityReference.cs (1)
44
this.name = doc.NameTable.
Add
(name);
System\Xml\Dom\XmlName.cs (1)
80
name = ownerDoc.NameTable.
Add
( n );
System\Xml\Dom\XmlNode.cs (1)
985
namespaceURI = doc.NameTable.
Add
(namespaceURI);
System\Xml\Dom\XmlNodeReader.cs (15)
737
return nameTable.
Add
( XmlReservedNs.NsXmlNs );
740
return nameTable.
Add
( XmlReservedNs.NsXml );
779
return nameTable.
Add
( XmlReservedNs.NsXmlNs );
782
return nameTable.
Add
( XmlReservedNs.NsXml );
785
return nameTable.
Add
( string.Empty );
796
return nameTable.
Add
( "xmlns" );
799
return nameTable.
Add
( "xml" );
822
return nameTable.
Add
( pref );
854
dict.Add( nameTable.
Add
( string.Empty ), nameTable.
Add
( a.Value ) );
860
dict.Add( nameTable.
Add
( localName ), nameTable.
Add
( a.Value ) );
881
dict.Add( nameTable.
Add
( "xml" ), nameTable.
Add
( XmlReservedNs.NsXml ) );
1629
ns = readerNav.NameTable.
Add
( ns );
System\Xml\Dom\XmlNotation.cs (1)
19
this.name = doc.NameTable.
Add
(name);
System\Xml\Schema\BaseProcessor.cs (3)
31
NsXml = nameTable.
Add
(XmlReservedNs.NsXml);
71
string ns = nameTable.
Add
(qname.Namespace);
89
string ns = nameTable.
Add
(qname.Namespace);
System\Xml\Schema\DataTypeImplementation.cs (1)
2682
nameTable.
Add
(s);
System\Xml\Schema\DtdParser.cs (3)
294
schemaInfo.DocTypeName = new XmlQualifiedName( nameTable.
Add
( docTypeName ) );
297
schemaInfo.DocTypeName = new XmlQualifiedName( nameTable.
Add
( docTypeName.Substring( 0, colonPos ) ),
298
nameTable.
Add
( docTypeName.Substring( colonPos + 1 ) ) );
System\Xml\Schema\Parser.cs (1)
187
xmlns = nameTable.
Add
("xmlns");
System\Xml\Schema\Preprocessor.cs (5)
88
Xmlns = NameTable.
Add
("xmlns");
89
NsXsi = NameTable.
Add
(XmlReservedNs.NsXsi);
469
schema.TargetNamespace = tns = NameTable.
Add
(tns);
1681
xso.IdAttribute = NameTable.
Add
(XmlConvert.VerifyNCName(xso.IdAttribute));
1714
xso.NameAttribute = NameTable.
Add
(name);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
52
Xmlns = NameTable.
Add
("xmlns");
258
schema.TargetNamespace = tns = NameTable.
Add
(tns);
1369
xso.IdAttribute = NameTable.
Add
(XmlConvert.VerifyNCName(xso.IdAttribute));
1397
xso.NameAttribute = NameTable.
Add
(name);
System\Xml\Schema\SchemaNames.cs (137)
167
NsDataType = nameTable.
Add
(XmlReservedNs.NsDataType);
168
NsDataTypeAlias = nameTable.
Add
(XmlReservedNs.NsDataTypeAlias);
169
NsDataTypeOld = nameTable.
Add
(XmlReservedNs.NsDataTypeOld);
170
NsXml = nameTable.
Add
(XmlReservedNs.NsXml);
171
NsXmlNs = nameTable.
Add
(XmlReservedNs.NsXmlNs);
172
NsXdr = nameTable.
Add
(XmlReservedNs.NsXdr);
173
NsXdrAlias = nameTable.
Add
(XmlReservedNs.NsXdrAlias);
174
NsXs = nameTable.
Add
(XmlReservedNs.NsXs);
175
NsXsi = nameTable.
Add
(XmlReservedNs.NsXsi);
176
XsiType = nameTable.
Add
("type");
177
XsiNil = nameTable.
Add
("nil");
178
XsiSchemaLocation = nameTable.
Add
("schemaLocation");
179
XsiNoNamespaceSchemaLocation = nameTable.
Add
("noNamespaceSchemaLocation");
180
XsdSchema = nameTable.
Add
("schema");
181
XdrSchema = nameTable.
Add
("Schema");
184
QnPCData = new XmlQualifiedName( nameTable.
Add
("#PCDATA") );
185
QnXml = new XmlQualifiedName( nameTable.
Add
("xml") );
186
QnXmlNs = new XmlQualifiedName( nameTable.
Add
("xmlns"), NsXmlNs );
187
QnDtDt = new XmlQualifiedName( nameTable.
Add
("dt"), NsDataType );
188
QnXmlLang= new XmlQualifiedName( nameTable.
Add
("lang"), NsXml);
191
QnName = new XmlQualifiedName( nameTable.
Add
("name") );
192
QnType = new XmlQualifiedName( nameTable.
Add
("type") );
193
QnMaxOccurs = new XmlQualifiedName( nameTable.
Add
("maxOccurs") );
194
QnMinOccurs = new XmlQualifiedName( nameTable.
Add
("minOccurs") );
195
QnInfinite = new XmlQualifiedName( nameTable.
Add
("*") );
196
QnModel = new XmlQualifiedName( nameTable.
Add
("model") );
197
QnOpen = new XmlQualifiedName( nameTable.
Add
("open") );
198
QnClosed = new XmlQualifiedName( nameTable.
Add
("closed") );
199
QnContent = new XmlQualifiedName( nameTable.
Add
("content") );
200
QnMixed = new XmlQualifiedName( nameTable.
Add
("mixed") );
201
QnEmpty = new XmlQualifiedName( nameTable.
Add
("empty") );
202
QnEltOnly = new XmlQualifiedName( nameTable.
Add
("eltOnly") );
203
QnTextOnly = new XmlQualifiedName( nameTable.
Add
("textOnly") );
204
QnOrder = new XmlQualifiedName( nameTable.
Add
("order") );
205
QnSeq = new XmlQualifiedName( nameTable.
Add
("seq") );
206
QnOne = new XmlQualifiedName( nameTable.
Add
("one") );
207
QnMany = new XmlQualifiedName( nameTable.
Add
("many") );
208
QnRequired = new XmlQualifiedName( nameTable.
Add
("required") );
209
QnYes = new XmlQualifiedName( nameTable.
Add
("yes") );
210
QnNo = new XmlQualifiedName( nameTable.
Add
("no") );
211
QnString = new XmlQualifiedName( nameTable.
Add
("string") );
212
QnID = new XmlQualifiedName( nameTable.
Add
("id") );
213
QnIDRef = new XmlQualifiedName( nameTable.
Add
("idref") );
214
QnIDRefs = new XmlQualifiedName( nameTable.
Add
("idrefs") );
215
QnEntity = new XmlQualifiedName( nameTable.
Add
("entity") );
216
QnEntities = new XmlQualifiedName( nameTable.
Add
("entities") );
217
QnNmToken = new XmlQualifiedName( nameTable.
Add
("nmtoken") );
218
QnNmTokens = new XmlQualifiedName( nameTable.
Add
("nmtokens") );
219
QnEnumeration = new XmlQualifiedName( nameTable.
Add
("enumeration") );
220
QnDefault = new XmlQualifiedName( nameTable.
Add
("default") );
223
QnTargetNamespace = new XmlQualifiedName( nameTable.
Add
("targetNamespace") );
224
QnVersion = new XmlQualifiedName( nameTable.
Add
("version") );
225
QnFinalDefault = new XmlQualifiedName( nameTable.
Add
("finalDefault") );
226
QnBlockDefault = new XmlQualifiedName( nameTable.
Add
("blockDefault") );
227
QnFixed = new XmlQualifiedName( nameTable.
Add
("fixed") );
228
QnAbstract = new XmlQualifiedName( nameTable.
Add
("abstract") );
229
QnBlock = new XmlQualifiedName( nameTable.
Add
("block") );
230
QnSubstitutionGroup = new XmlQualifiedName( nameTable.
Add
("substitutionGroup") );
231
QnFinal = new XmlQualifiedName( nameTable.
Add
("final") );
232
QnNillable = new XmlQualifiedName( nameTable.
Add
("nillable") );
233
QnRef = new XmlQualifiedName( nameTable.
Add
("ref") );
234
QnBase = new XmlQualifiedName( nameTable.
Add
("base") );
235
QnDerivedBy = new XmlQualifiedName( nameTable.
Add
("derivedBy") );
236
QnNamespace = new XmlQualifiedName( nameTable.
Add
("namespace") );
237
QnProcessContents = new XmlQualifiedName( nameTable.
Add
("processContents") );
238
QnRefer = new XmlQualifiedName( nameTable.
Add
("refer") );
239
QnPublic = new XmlQualifiedName( nameTable.
Add
("public") );
240
QnSystem = new XmlQualifiedName( nameTable.
Add
("system") );
241
QnSchemaLocation = new XmlQualifiedName( nameTable.
Add
("schemaLocation") );
242
QnValue = new XmlQualifiedName( nameTable.
Add
("value") );
243
QnUse = new XmlQualifiedName( nameTable.
Add
("use") );
244
QnForm = new XmlQualifiedName( nameTable.
Add
("form") );
245
QnAttributeFormDefault = new XmlQualifiedName( nameTable.
Add
("attributeFormDefault") );
246
QnElementFormDefault = new XmlQualifiedName( nameTable.
Add
("elementFormDefault") );
247
QnSource = new XmlQualifiedName( nameTable.
Add
("source") );
248
QnMemberTypes = new XmlQualifiedName( nameTable.
Add
("memberTypes"));
249
QnItemType = new XmlQualifiedName( nameTable.
Add
("itemType"));
250
QnXPath = new XmlQualifiedName( nameTable.
Add
("xpath"));
254
QnXdrElementType = new XmlQualifiedName( nameTable.
Add
("ElementType"), NsXdr );
255
QnXdrElement = new XmlQualifiedName( nameTable.
Add
("element"), NsXdr );
256
QnXdrGroup = new XmlQualifiedName( nameTable.
Add
("group"), NsXdr );
257
QnXdrAttributeType = new XmlQualifiedName( nameTable.
Add
("AttributeType"), NsXdr );
258
QnXdrAttribute = new XmlQualifiedName( nameTable.
Add
("attribute"), NsXdr );
259
QnXdrDataType = new XmlQualifiedName( nameTable.
Add
("datatype"), NsXdr );
260
QnXdrDescription = new XmlQualifiedName( nameTable.
Add
("description"), NsXdr );
261
QnXdrExtends = new XmlQualifiedName( nameTable.
Add
("extends"), NsXdr );
264
QnXdrAliasSchema = new XmlQualifiedName( nameTable.
Add
("Schema"), NsDataTypeAlias );
267
QnDtType = new XmlQualifiedName( nameTable.
Add
("type"), NsDataType );
268
QnDtValues = new XmlQualifiedName( nameTable.
Add
("values"), NsDataType );
269
QnDtMaxLength = new XmlQualifiedName( nameTable.
Add
("maxLength"), NsDataType );
270
QnDtMinLength = new XmlQualifiedName( nameTable.
Add
("minLength"), NsDataType );
271
QnDtMax = new XmlQualifiedName( nameTable.
Add
("max"), NsDataType );
272
QnDtMin = new XmlQualifiedName( nameTable.
Add
("min"), NsDataType );
273
QnDtMinExclusive = new XmlQualifiedName( nameTable.
Add
("minExclusive"), NsDataType );
274
QnDtMaxExclusive = new XmlQualifiedName( nameTable.
Add
("maxExclusive"), NsDataType );
278
QnXsdAnnotation= new XmlQualifiedName( nameTable.
Add
("annotation"), NsXs );
279
QnXsdInclude= new XmlQualifiedName( nameTable.
Add
("include"), NsXs );
280
QnXsdImport= new XmlQualifiedName( nameTable.
Add
("import"), NsXs );
281
QnXsdElement = new XmlQualifiedName( nameTable.
Add
("element"), NsXs );
282
QnXsdAttribute = new XmlQualifiedName( nameTable.
Add
("attribute"), NsXs );
283
QnXsdAttributeGroup = new XmlQualifiedName( nameTable.
Add
("attributeGroup"), NsXs );
284
QnXsdAnyAttribute = new XmlQualifiedName( nameTable.
Add
("anyAttribute"), NsXs );
285
QnXsdGroup = new XmlQualifiedName( nameTable.
Add
("group"), NsXs );
286
QnXsdAll = new XmlQualifiedName( nameTable.
Add
("all"), NsXs );
287
QnXsdChoice = new XmlQualifiedName( nameTable.
Add
("choice"), NsXs );
288
QnXsdSequence = new XmlQualifiedName( nameTable.
Add
("sequence"), NsXs );
289
QnXsdAny = new XmlQualifiedName( nameTable.
Add
("any"), NsXs );
290
QnXsdNotation = new XmlQualifiedName( nameTable.
Add
("notation"), NsXs );
291
QnXsdSimpleType = new XmlQualifiedName( nameTable.
Add
("simpleType"), NsXs );
292
QnXsdComplexType = new XmlQualifiedName( nameTable.
Add
("complexType"), NsXs );
293
QnXsdUnique = new XmlQualifiedName( nameTable.
Add
("unique"), NsXs );
294
QnXsdKey = new XmlQualifiedName( nameTable.
Add
("key"), NsXs );
295
QnXsdKeyRef = new XmlQualifiedName( nameTable.
Add
("keyref"), NsXs );
296
QnXsdSelector= new XmlQualifiedName( nameTable.
Add
("selector"), NsXs );
297
QnXsdField= new XmlQualifiedName( nameTable.
Add
("field"), NsXs );
298
QnXsdMinExclusive= new XmlQualifiedName( nameTable.
Add
("minExclusive"), NsXs );
299
QnXsdMinInclusive= new XmlQualifiedName( nameTable.
Add
("minInclusive"), NsXs );
300
QnXsdMaxInclusive= new XmlQualifiedName( nameTable.
Add
("maxInclusive"), NsXs );
301
QnXsdMaxExclusive= new XmlQualifiedName( nameTable.
Add
("maxExclusive"), NsXs );
302
QnXsdTotalDigits= new XmlQualifiedName( nameTable.
Add
("totalDigits"), NsXs );
303
QnXsdFractionDigits= new XmlQualifiedName( nameTable.
Add
("fractionDigits"), NsXs );
304
QnXsdLength= new XmlQualifiedName( nameTable.
Add
("length"), NsXs );
305
QnXsdMinLength= new XmlQualifiedName( nameTable.
Add
("minLength"), NsXs );
306
QnXsdMaxLength= new XmlQualifiedName( nameTable.
Add
("maxLength"), NsXs );
307
QnXsdEnumeration= new XmlQualifiedName( nameTable.
Add
("enumeration"), NsXs );
308
QnXsdPattern= new XmlQualifiedName( nameTable.
Add
("pattern"), NsXs );
309
QnXsdDocumentation= new XmlQualifiedName( nameTable.
Add
("documentation"), NsXs );
310
QnXsdAppinfo= new XmlQualifiedName( nameTable.
Add
("appinfo"), NsXs );
311
QnXsdComplexContent= new XmlQualifiedName( nameTable.
Add
("complexContent"), NsXs );
312
QnXsdSimpleContent= new XmlQualifiedName( nameTable.
Add
("simpleContent"), NsXs );
313
QnXsdRestriction= new XmlQualifiedName( nameTable.
Add
("restriction"), NsXs );
314
QnXsdExtension= new XmlQualifiedName( nameTable.
Add
("extension"), NsXs );
315
QnXsdUnion= new XmlQualifiedName( nameTable.
Add
("union"), NsXs );
316
QnXsdList= new XmlQualifiedName( nameTable.
Add
("list"), NsXs );
317
QnXsdWhiteSpace= new XmlQualifiedName( nameTable.
Add
("whiteSpace"), NsXs );
318
QnXsdRedefine= new XmlQualifiedName( nameTable.
Add
("redefine"), NsXs );
319
QnXsdAnyType= new XmlQualifiedName( nameTable.
Add
("anyType"), NsXs );
System\Xml\Schema\XdrBuilder.cs (2)
484
uri = _NameTable.
Add
(uri);
603
builder._TargetNamespace = builder._NameTable.
Add
("x-schema:#" + builder._XdrName);
System\Xml\Schema\XmlSchemaCollection.cs (1)
323
ns = NameTable.
Add
(ns); //Added without checking for ns == null, since XDR cannot have null namespace
System\Xml\Schema\XmlSchemaDataType.cs (1)
321
canonicalUri = nameTable.
Add
(uri.Substring(0, offset) + uri.Substring(offset, uri.Length - offset).ToUpper(CultureInfo.InvariantCulture));
System\Xml\Schema\XmlSchemaValidator.cs (14)
213
NsXs = nameTable.
Add
(XmlReservedNs.NsXs);
214
NsXsi = nameTable.
Add
(XmlReservedNs.NsXsi);
215
NsXmlNs = nameTable.
Add
(XmlReservedNs.NsXmlNs);
216
NsXml = nameTable.
Add
(XmlReservedNs.NsXml);
217
xsiTypeString = nameTable.
Add
("type");
218
xsiNilString = nameTable.
Add
("nil");
219
xsiSchemaLocationString = nameTable.
Add
("schemaLocation");
220
xsiNoNamespaceSchemaLocationString = nameTable.
Add
("noNamespaceSchemaLocation");
475
ns = nameTable.
Add
(ns);
610
lName = nameTable.
Add
(lName);
900
string attributeNS = nameTable.
Add
(attdef.Name.Namespace);
912
attrData.LocalName = nameTable.
Add
(attdef.Name.Name);
914
attrData.Prefix = nameTable.
Add
(defaultPrefix);
1796
defaultNS = nameTable.
Add
(pair.Value);
System\Xml\Schema\XsdValidator.cs (8)
72
NsXmlNs = NameTable.
Add
(XmlReservedNs.NsXmlNs);
73
NsXs = NameTable.
Add
(XmlReservedNs.NsXs);
74
NsXsi = NameTable.
Add
(XmlReservedNs.NsXsi);
75
XsiType = NameTable.
Add
("type");
76
XsiNil = NameTable.
Add
("nil");
77
XsiSchemaLocation = NameTable.
Add
("schemaLocation");
78
XsiNoNamespaceSchemaLocation = NameTable.
Add
("noNamespaceSchemaLocation");
79
XsdSchema = NameTable.
Add
("schema");
System\Xml\Serialization\PrimitiveXmlSerializers.cs (20)
602
id4_boolean = Reader.NameTable.
Add
(@"boolean");
603
id14_unsignedInt = Reader.NameTable.
Add
(@"unsignedInt");
604
id15_unsignedLong = Reader.NameTable.
Add
(@"unsignedLong");
605
id7_float = Reader.NameTable.
Add
(@"float");
606
id10_dateTime = Reader.NameTable.
Add
(@"dateTime");
607
id6_long = Reader.NameTable.
Add
(@"long");
608
id9_decimal = Reader.NameTable.
Add
(@"decimal");
609
id8_double = Reader.NameTable.
Add
(@"double");
610
id17_guid = Reader.NameTable.
Add
(@"guid");
613
id19_TimeSpan = Reader.NameTable.
Add
(@"TimeSpan");
615
id2_Item = Reader.NameTable.
Add
(@"");
616
id13_unsignedShort = Reader.NameTable.
Add
(@"unsignedShort");
617
id18_char = Reader.NameTable.
Add
(@"char");
618
id3_int = Reader.NameTable.
Add
(@"int");
619
id12_byte = Reader.NameTable.
Add
(@"byte");
620
id16_base64Binary = Reader.NameTable.
Add
(@"base64Binary");
621
id11_unsignedByte = Reader.NameTable.
Add
(@"unsignedByte");
622
id5_short = Reader.NameTable.
Add
(@"short");
623
id1_string = Reader.NameTable.
Add
(@"string");
624
id1_QName = Reader.NameTable.
Add
(@"QName");
System\Xml\Serialization\XmlSerializationReader.cs (81)
143
schemaNsID = r.NameTable.
Add
(XmlSchema.Namespace);
144
schemaNs2000ID = r.NameTable.
Add
("http://www.w3.org/2000/10/XMLSchema");
145
schemaNs1999ID = r.NameTable.
Add
("http://www.w3.org/1999/XMLSchema");
146
schemaNonXsdTypesNsID = r.NameTable.
Add
(UrtTypes.Namespace);
147
instanceNsID = r.NameTable.
Add
(XmlSchema.InstanceNamespace);
148
instanceNs2000ID = r.NameTable.
Add
("http://www.w3.org/2000/10/XMLSchema-instance");
149
instanceNs1999ID = r.NameTable.
Add
("http://www.w3.org/1999/XMLSchema-instance");
150
soapNsID = r.NameTable.
Add
(Soap.Encoding);
151
soap12NsID = r.NameTable.
Add
(Soap12.Encoding);
152
schemaID = r.NameTable.
Add
("schema");
153
wsdlNsID = r.NameTable.
Add
(Wsdl.Namespace);
154
wsdlArrayTypeID = r.NameTable.
Add
(Wsdl.ArrayType);
155
nullID = r.NameTable.
Add
("null");
156
nilID = r.NameTable.
Add
("nil");
157
typeID = r.NameTable.
Add
("type");
158
arrayTypeID = r.NameTable.
Add
("arrayType");
159
itemTypeID = r.NameTable.
Add
("itemType");
160
arraySizeID = r.NameTable.
Add
("arraySize");
161
arrayID = r.NameTable.
Add
("Array");
162
urTypeID = r.NameTable.
Add
(Soap.UrType);
209
object ns = r.NameTable.
Add
(XmlSchema.Namespace);
210
object ns2 = r.NameTable.
Add
(UrtTypes.Namespace);
212
stringID = r.NameTable.
Add
("string");
213
intID = r.NameTable.
Add
("int");
214
booleanID = r.NameTable.
Add
("boolean");
215
shortID = r.NameTable.
Add
("short");
216
longID = r.NameTable.
Add
("long");
217
floatID = r.NameTable.
Add
("float");
218
doubleID = r.NameTable.
Add
("double");
219
decimalID = r.NameTable.
Add
("decimal");
220
dateTimeID = r.NameTable.
Add
("dateTime");
221
qnameID = r.NameTable.
Add
("QName");
222
dateID = r.NameTable.
Add
("date");
223
timeID = r.NameTable.
Add
("time");
224
hexBinaryID = r.NameTable.
Add
("hexBinary");
225
base64BinaryID = r.NameTable.
Add
("base64Binary");
226
unsignedByteID = r.NameTable.
Add
("unsignedByte");
227
byteID = r.NameTable.
Add
("byte");
228
unsignedShortID = r.NameTable.
Add
("unsignedShort");
229
unsignedIntID = r.NameTable.
Add
("unsignedInt");
230
unsignedLongID = r.NameTable.
Add
("unsignedLong");
231
oldDecimalID = r.NameTable.
Add
("decimal");
232
oldTimeInstantID = r.NameTable.
Add
("timeInstant");
233
charID = r.NameTable.
Add
("char");
234
guidID = r.NameTable.
Add
("guid");
237
timeSpanID = r.NameTable.
Add
("TimeSpan");
239
base64ID = r.NameTable.
Add
("base64");
241
anyURIID = r.NameTable.
Add
("anyURI");
242
durationID = r.NameTable.
Add
("duration");
243
ENTITYID = r.NameTable.
Add
("ENTITY");
244
ENTITIESID = r.NameTable.
Add
("ENTITIES");
245
gDayID = r.NameTable.
Add
("gDay");
246
gMonthID = r.NameTable.
Add
("gMonth");
247
gMonthDayID = r.NameTable.
Add
("gMonthDay");
248
gYearID = r.NameTable.
Add
("gYear");
249
gYearMonthID = r.NameTable.
Add
("gYearMonth");
250
IDID = r.NameTable.
Add
("ID");
251
IDREFID = r.NameTable.
Add
("IDREF");
252
IDREFSID = r.NameTable.
Add
("IDREFS");
253
integerID = r.NameTable.
Add
("integer");
254
languageID = r.NameTable.
Add
("language");
255
NameID = r.NameTable.
Add
("Name");
256
NCNameID = r.NameTable.
Add
("NCName");
257
NMTOKENID = r.NameTable.
Add
("NMTOKEN");
258
NMTOKENSID = r.NameTable.
Add
("NMTOKENS");
259
negativeIntegerID = r.NameTable.
Add
("negativeInteger");
260
nonNegativeIntegerID = r.NameTable.
Add
("nonNegativeInteger");
261
nonPositiveIntegerID = r.NameTable.
Add
("nonPositiveInteger");
262
normalizedStringID = r.NameTable.
Add
("normalizedString");
263
NOTATIONID = r.NameTable.
Add
("NOTATION");
264
positiveIntegerID = r.NameTable.
Add
("positiveInteger");
265
tokenID = r.NameTable.
Add
("token");
1123
return new XmlQualifiedName(r.NameTable.
Add
(value), r.LookupNamespace(String.Empty));
1131
return new XmlQualifiedName(r.NameTable.
Add
(localName), ns);
1719
XmlQualifiedName urType = new XmlQualifiedName(urTypeID, r.NameTable.
Add
(XmlSchema.Namespace));
1738
typeId = new XmlQualifiedName(r.NameTable.
Add
(r.LocalName), r.NameTable.
Add
(r.NamespaceURI));
1740
typeId = new XmlQualifiedName(r.NameTable.
Add
(name), r.NameTable.
Add
(ns));
1757
XmlQualifiedName typeName = new XmlQualifiedName(r.NameTable.
Add
(name), r.NameTable.
Add
(ns));
System\Xml\XmlNamespacemanager.cs (7)
77
xml = nameTable.
Add
("xml");
78
xmlNs = nameTable.
Add
("xmlns");
81
string emptyStr = nameTable.
Add
( string.Empty );
83
nsdecls[1].Set( xmlNs, nameTable.
Add
( XmlReservedNs.NsXmlNs ), -1, -1 );
84
nsdecls[2].Set( xml, nameTable.
Add
( XmlReservedNs.NsXml ), 0, -1 );
130
prefix = nameTable.
Add
( prefix );
131
uri = nameTable.
Add
( uri );
System\Xml\XmlQualifiedName.cs (2)
241
name = nameTable.
Add
(name);
242
ns = nameTable.
Add
(ns);
System\Xml\XPath\XPathNavigatorReader.cs (3)
184
return this.NameTable.
Add
(XmlReservedNs.NsXmlNs);
196
return this.NameTable.
Add
("xmlns");
208
return this.NameTable.
Add
("xmlns");
System.Xml.Linq (17)
System\Xml\Linq\XLinq.cs (9)
8213
get { return nameTable.
Add
(GetLocalName()); }
8243
return nameTable.
Add
(GetLocalName());
8245
return nameTable.
Add
(string.Concat(prefix, ":", GetLocalName()));
8250
get { return nameTable.
Add
(GetNamespaceURI()); }
8303
get { return nameTable.
Add
(GetPrefix()); }
8524
return nameTable.
Add
(ns.NamespaceName);
8930
nameTable.
Add
(string.Empty);
8931
nameTable.
Add
(XNamespace.xmlnsPrefixNamespace);
8932
nameTable.
Add
(XNamespace.xmlPrefixNamespace);
System\Xml\Linq\XNodeNavigator.cs (8)
120
get { return nameTable.
Add
(GetLocalName()); }
146
return nameTable.
Add
(GetLocalName());
148
return nameTable.
Add
(string.Concat(prefix, ":", GetLocalName()));
153
get { return nameTable.
Add
(GetNamespaceURI()); }
202
get { return nameTable.
Add
(GetPrefix()); }
665
nameTable.
Add
(string.Empty);
666
nameTable.
Add
(XNamespace.xmlnsPrefixNamespace);
667
nameTable.
Add
(XNamespace.xmlPrefixNamespace);
WindowsBase (11)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (11)
73
Reader.NameTable.
Add
(xmlNamespace);
1502
_alternateContent = Reader.NameTable.
Add
("AlternateContent");
1514
_choice = Reader.NameTable.
Add
("Choice");
1526
_fallback = Reader.NameTable.
Add
("Fallback");
1538
_requires = Reader.NameTable.
Add
("Requires");
1550
_ignorable = Reader.NameTable.
Add
("Ignorable");
1562
_mustUnderstand = Reader.NameTable.
Add
("MustUnderstand");
1574
_processContent = Reader.NameTable.
Add
("ProcessContent");
1586
_preserveElements = Reader.NameTable.
Add
("PreserveElements");
1598
_preserveAttributes = Reader.NameTable.
Add
("PreserveAttributes");
1610
_compatibilityUri = Reader.NameTable.
Add
(MarkupCompatibilityURI);