2 references to ModifyInitializedExtensions
System.Web.Services (2)
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
331message.highPriConfigExtensions = ModifyInitializedExtensions(PriorityGroup.High, message.highPriConfigExtensions); 391message.otherExtensions = ModifyInitializedExtensions(PriorityGroup.Low, message.otherExtensions);