10 references to Add
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (1)
553
_SchemaInfo.
Add
(schemaInfo, _validationEventHandler);
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (3)
137
schemaInfo.
Add
(xdrSchema, EventHandler);
369
schemaInfo.
Add
(xdrSchema, EventHandler);
396
this.schemaInfo.
Add
(schemaInfo, EventHandler);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (3)
669
newCompiledInfo.
Add
(_cachedCompiledInfo, _eventHandler); //Add all the items from the old to the new compiled object
1314
newCompiledInfo.
Add
(_cachedCompiledInfo, _eventHandler); //Add all the items from the old to the new compiled object
1315
newCompiledInfo.
Add
(otherSet.CompiledInfo, _eventHandler); //TODO: Throw error on conflicting types that are not from the same schema / baseUri
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (3)
161
SchemaInfo.
Add
(inlineSchemaInfo, EventHandler);
608
SchemaInfo.
Add
(schemaInfo, EventHandler);
653
SchemaInfo.
Add
(schemaInfo, EventHandler);