1 write to _SchemaInfo
System.Private.Xml (1)
System\Xml\Schema\XdrBuilder.cs (1)
405_SchemaInfo = sinfo;
12 references to _SchemaInfo
System.Private.Xml (12)
System\Xml\Schema\XdrBuilder.cs (12)
514if (_SchemaInfo.TargetNamespaces.ContainsKey(uri)) 543_SchemaInfo.Add(schemaInfo, _validationEventHandler); 631builder._SchemaInfo.SchemaType = SchemaType.XDR; 660builder._SchemaInfo.TargetNamespaces.Add(builder._TargetNamespace, true); 681if (builder._SchemaInfo.AttributeDecls.TryGetValue(gname, out ad)) 731if (builder._SchemaInfo.ElementDecls.ContainsKey(qname)) 738builder._SchemaInfo.ElementDecls.Add(qname, builder._ElementDef._ElementDecl); 1054if (!builder._SchemaInfo.AttributeDecls.TryAdd(qname, builder._AttributeDef._AttDef)) 1183if (!builder._SchemaInfo.ElementDecls.ContainsKey(qname)) 1290if (builder._SchemaInfo.AttributeDecls.TryGetValue(gname, out ad)) 1786XdrValidator.CheckDefaultValue(str, attDef, _SchemaInfo, _CurNsMgr, _NameTable, null, _validationEventHandler, _reader.BaseURI, _positionInfo.LineNumber, _positionInfo.LinePosition); 1811_SchemaInfo.ErrorCount++;