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)
137schemaInfo.Add(xdrSchema, EventHandler); 369schemaInfo.Add(xdrSchema, EventHandler); 396this.schemaInfo.Add(schemaInfo, EventHandler);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (3)
669newCompiledInfo.Add(_cachedCompiledInfo, _eventHandler); //Add all the items from the old to the new compiled object 1314newCompiledInfo.Add(_cachedCompiledInfo, _eventHandler); //Add all the items from the old to the new compiled object 1315newCompiledInfo.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)
161SchemaInfo.Add(inlineSchemaInfo, EventHandler); 608SchemaInfo.Add(schemaInfo, EventHandler); 653SchemaInfo.Add(schemaInfo, EventHandler);