Home
last modified time | relevance | path

Searched refs:requestingAppDomainId (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DIPipelineRuntime.cs49 int requestingAppDomainId); in PrincipalFunctionDelegate() argument
442 …ternal static IntPtr GetManagedPrincipalHandler(IntPtr pRootedObjects, int requestingAppDomainId) { in GetManagedPrincipalHandler() argument
447 if (requestingAppDomainId != AppDomain.CurrentDomain.Id) { in GetManagedPrincipalHandler()