4 references to Add
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (2)
138SchemaCollection.Add(inlineNS, xdrSchema, null, false); 370SchemaCollection.Add(uri, xdrSchema, null, false);
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (2)
158if (SchemaCollection.Add(inlineNS, inlineSchemaInfo, schema, true) != null) 605SchemaCollection.Add(uri, schemaInfo, parser.XmlSchema, true);