2 references to GetSectionMethod
System.ServiceModel.WasHosting (2)
System\ServiceModel\WasHosting\MetabaseSettingsIis7.cs (2)
642
return (ConfigurationSection)
GetSectionMethod
.Invoke(null, new object[] { siteName, virtualPath, sectionName });
730
MethodInfo method = MetabaseSettingsIis7V2.
GetSectionMethod
;