5 references to extensions
System.Xml (5)
System\Xml\Xslt\XsltArgumentList.cs (5)
33return this.extensions[namespaceUri]; 49this.extensions.Add(namespaceUri, extension); 60object extension = this.extensions[namespaceUri]; 61this.extensions.Remove(namespaceUri); 76this.extensions.Clear();