1 write to _schemaInfo
System.Private.Xml (1)
System\Xml\Schema\DtdParser.cs (1)
254
_schemaInfo
= new SchemaInfo();
41 references to _schemaInfo
System.Private.Xml (41)
System\Xml\Schema\DtdParser.cs (23)
255
_schemaInfo
.SchemaType = SchemaType.DTD;
279
_schemaInfo
.DocTypeName = new XmlQualifiedName(_nameTable.Add(docTypeName));
283
_schemaInfo
.DocTypeName = new XmlQualifiedName(_nameTable.Add(docTypeName.Substring(0, colonPos)),
333
return
_schemaInfo
;
340
return
_schemaInfo
;
411
_schemaInfo
.Finish();
440
_schemaInfo
.DocTypeName = GetNameQualified(true);
591
_schemaInfo
.InternalDtdSubset = _internalSubsetValueSb.ToString();
654
if (!
_schemaInfo
.ElementDecls.TryGetValue(elementName, out elementDecl))
656
if (!
_schemaInfo
.UndeclaredElementDecls.TryGetValue(elementName, out elementDecl))
659
_schemaInfo
.UndeclaredElementDecls.Add(elementName, elementDecl);
816
if (!
_schemaInfo
.Notations.ContainsKey(notationName))
940
if (
_schemaInfo
.ElementDecls.TryGetValue(name, out elementDecl))
949
if (
_schemaInfo
.UndeclaredElementDecls.TryGetValue(name, out elementDecl))
951
_schemaInfo
.UndeclaredElementDecls.Remove(name);
957
_schemaInfo
.ElementDecls.Add(name, elementDecl);
1232
_schemaInfo
.ParameterEntities.TryAdd(entityName, entity);
1236
_schemaInfo
.GeneralEntities.TryAdd(entityName, entity);
1277
if (!
_schemaInfo
.Notations.ContainsKey(notationName))
1312
if (!
_schemaInfo
.Notations.ContainsKey(notationName.Name))
1316
_schemaInfo
.Notations.Add(notation.Name.Name, notation);
3347
_schemaInfo
.ParameterEntities.TryGetValue(entityName, out entity);
3351
_schemaInfo
.GeneralEntities.TryGetValue(entityName, out entity);
System\Xml\Schema\DtdParserAsync.cs (18)
27
return
_schemaInfo
;
34
return
_schemaInfo
;
53
_schemaInfo
.Finish();
82
_schemaInfo
.DocTypeName = GetNameQualified(true);
235
_schemaInfo
.InternalDtdSubset = _internalSubsetValueSb.ToString();
298
if (!
_schemaInfo
.ElementDecls.TryGetValue(elementName, out elementDecl))
300
if (!
_schemaInfo
.UndeclaredElementDecls.TryGetValue(elementName, out elementDecl))
303
_schemaInfo
.UndeclaredElementDecls.Add(elementName, elementDecl);
460
if (!
_schemaInfo
.Notations.ContainsKey(notationName))
584
if (
_schemaInfo
.ElementDecls.TryGetValue(name, out elementDecl))
593
if (
_schemaInfo
.UndeclaredElementDecls.TryGetValue(name, out elementDecl))
595
_schemaInfo
.UndeclaredElementDecls.Remove(name);
601
_schemaInfo
.ElementDecls.Add(name, elementDecl);
863
_schemaInfo
.ParameterEntities.TryAdd(entityName, entity);
867
_schemaInfo
.GeneralEntities.TryAdd(entityName, entity);
910
if (!
_schemaInfo
.Notations.ContainsKey(notationName))
945
if (!
_schemaInfo
.Notations.ContainsKey(notationName.Name))
950
_schemaInfo
.Notations.Add(notation.Name.Name, notation);