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)), 333return _schemaInfo; 340return _schemaInfo; 411_schemaInfo.Finish(); 440_schemaInfo.DocTypeName = GetNameQualified(true); 591_schemaInfo.InternalDtdSubset = _internalSubsetValueSb.ToString(); 654if (!_schemaInfo.ElementDecls.TryGetValue(elementName, out elementDecl)) 656if (!_schemaInfo.UndeclaredElementDecls.TryGetValue(elementName, out elementDecl)) 659_schemaInfo.UndeclaredElementDecls.Add(elementName, elementDecl); 816if (!_schemaInfo.Notations.ContainsKey(notationName)) 940if (_schemaInfo.ElementDecls.TryGetValue(name, out elementDecl)) 949if (_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); 1277if (!_schemaInfo.Notations.ContainsKey(notationName)) 1312if (!_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)
27return _schemaInfo; 34return _schemaInfo; 53_schemaInfo.Finish(); 82_schemaInfo.DocTypeName = GetNameQualified(true); 235_schemaInfo.InternalDtdSubset = _internalSubsetValueSb.ToString(); 298if (!_schemaInfo.ElementDecls.TryGetValue(elementName, out elementDecl)) 300if (!_schemaInfo.UndeclaredElementDecls.TryGetValue(elementName, out elementDecl)) 303_schemaInfo.UndeclaredElementDecls.Add(elementName, elementDecl); 460if (!_schemaInfo.Notations.ContainsKey(notationName)) 584if (_schemaInfo.ElementDecls.TryGetValue(name, out elementDecl)) 593if (_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); 910if (!_schemaInfo.Notations.ContainsKey(notationName)) 945if (!_schemaInfo.Notations.ContainsKey(notationName.Name)) 950_schemaInfo.Notations.Add(notation.Name.Name, notation);