6 references to Add
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (6)
342
schema =
Add
(targetNamespace, ParseSchema(targetNamespace, reader)); //TODO can move parsing outside lock boundary
383
schema =
Add
(targetNamespace, ParseSchema(targetNamespace, schemaDocument));
451
currentSchema =
Add
(schema.TargetNamespace, schema);
495
return
Add
(schema.TargetNamespace, schema);
976
Add
(targetNamespace, schema);
1419
schema =
Add
(targetNamespace, schema);