2 references to UnsafeGetSectionFromContext
System.ServiceModel (2)
System\ServiceModel\Configuration\ClientSection.cs (1)
47
return (ClientSection)ConfigurationHelpers.
UnsafeGetSectionFromContext
(contextInformation, ConfigurationStrings.ClientSectionPath);
System\ServiceModel\Configuration\ConfigurationHelpers.cs (1)
183
retval =
UnsafeGetSectionFromContext
(evalContext, sectionPath);