Home
last modified time | relevance | path

Searched refs:IsHosted (Results 1 – 25 of 59) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Security/
H A DAuthStoreRoleProvider.cs391 if ( HostingEnvironment.IsHosted && _XmlFileName != null ) in GetUsersInRole()
404 if( HostingEnvironment.IsHosted && _XmlFileName != null ) in GetUsersInRole()
432 if( HostingEnvironment.IsHosted && _XmlFileName != null ) in GetAllRoles()
491 if( HostingEnvironment.IsHosted && _XmlFileName != null) { in CallMethod()
510 if (HostingEnvironment.IsHosted && _XmlFileName != null) { in CallProperty()
544 if (HostingEnvironment.IsHosted) in InitApp()
562 if( HostingEnvironment.IsHosted ) in InitApp()
647 if (HostingEnvironment.IsHosted) in GetWindowsTokenWithAssert()
732 if( HostingEnvironment.IsHosted && _XmlFileName != null ) in IsUserInRoleCore()
779 if( HostingEnvironment.IsHosted && _XmlFileName != null ) in GetRolesForUserCore()
[all …]
H A DRoles.cs68 …if (HostingEnvironment.IsHosted && !HttpRuntime.HasAspNetHostingPermission(AspNetHostingPermission…
96 …if (HostingEnvironment.IsHosted && EtwTrace.IsTraceEnabled(EtwTraceLevel.Information, EtwTraceFlag… in IsUserInRole()
114 …if (HostingEnvironment.IsHosted && EtwTrace.IsTraceEnabled(EtwTraceLevel.Information, EtwTraceFlag… in IsUserInRole()
132 …if (HostingEnvironment.IsHosted && EtwTrace.IsTraceEnabled(EtwTraceLevel.Information, EtwTraceFlag… in GetRolesForUser()
153 …if (HostingEnvironment.IsHosted && EtwTrace.IsTraceEnabled(EtwTraceLevel.Information, EtwTraceFlag… in GetRolesForUser()
491 if (HostingEnvironment.IsHosted) in Initialize()
531 if (HostingEnvironment.IsHosted) { in InitializeSettings()
552 …bool canInitializeDefaultProvider = (!HostingEnvironment.IsHosted || BuildManager.PreStartInitStag… in InitializeDefaultProvider()
605 if (HostingEnvironment.IsHosted) { in GetCurrentUser()
H A DMembership.cs375 if (HostingEnvironment.IsHosted) in Initialize()
389 …(!HostingEnvironment.IsHosted || BuildManager.PreStartInitStage == PreStartInitStage.AfterPreStart… in Initialize()
462 if (HostingEnvironment.IsHosted) { in InitializeSettings()
591 if (HostingEnvironment.IsHosted) { in GetCurrentUserName()
H A DRolePrincipal.cs101 …if (HostingEnvironment.IsHosted && EtwTrace.IsTraceEnabled(EtwTraceLevel.Information, EtwTraceFlag… in InitFromEncryptedTicket()
143 …if (HostingEnvironment.IsHosted && EtwTrace.IsTraceEnabled(EtwTraceLevel.Information, EtwTraceFlag… in InitFromEncryptedTicket()
150 …if (HostingEnvironment.IsHosted && EtwTrace.IsTraceEnabled(EtwTraceLevel.Information, EtwTraceFlag… in InitFromEncryptedTicket()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activation/System/ServiceModel/
H A DServiceHostingEnvironment.cs84 if (!IsHosted)
99 if (!IsHosted)
112 if (!IsHosted)
361 … Fx.Assert(IsHosted, "FullVirtualPath should not be called from non web-hosted environment.");
385 … Fx.Assert(IsHosted, "GetServiceType should not be called from non web-hosted environment."); in GetServiceType()
402 … Fx.Assert(IsHosted, "IsRecycling should not be called from non web-hosted environment.");
418 … Fx.Assert(IsHosted, "IsConfigurationBased should not be called from non web-hosted environment."); in IsConfigurationBasedService()
426 … Fx.Assert(IsHosted, "IsConfigurationBased should not be called from non web-hosted environment."); in IsConfigurationBasedService()
433 … Fx.Assert(IsHosted, "IsConfigurationBased should not be called from non web-hosted environment."); in IsConfigurationBasedService()
484 if (!HostingEnvironmentWrapper.IsHosted) in EnsureInitialized()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.Hosting/
H A DHostingEnvironmentTest.cs52 Assert.IsFalse (HostingEnvironment.IsHosted, errorPrefix + "IsHosted"); in StaticDefaultValues()
78 Assert.IsTrue (HostingEnvironment.IsHosted, "During:IsHosted"); in HostedDefaultValues_OnLoad()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activation/System/ServiceModel/Activation/
H A DHostingEnvironmentWrapper.cs33 public static bool IsHosted property in System.ServiceModel.HostingEnvironmentWrapper
35 get { return HostingEnvironment.IsHosted; }
H A DHostingMessageProperty.cs27 … Fx.Assert(ServiceHostingEnvironment.IsHosted, "should only be called in the hosted path"); in HostingMessageProperty()
H A DAspNetPartialTrustHelpers.cs106 …alTrustOutsideAspNet = !(PartialTrustHelpers.AppDomainFullyTrusted || HostingEnvironment.IsHosted); in FailIfInPartialTrustOutsideAspNet()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/
H A DPartialTrustHelpers.cs30 …rtialTrustOutsideAspNet = !(AppDomain.CurrentDomain.IsFullyTrusted || HostingEnvironment.IsHosted); in FailIfInPartialTrustOutsideAspNet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/drivefs/
H A Ddrivefs_util.h24 inline bool IsHosted(mojom::FileMetadata::Type type) { in IsHosted() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DCachedPathData.cs114 if (!HostingEnvironment.IsHosted) { in GetApplicationPathData()
126 if (!HostingEnvironment.IsHosted) { in GetVirtualPathData()
159 …s_appConfigPathLength = (HostingEnvironment.IsHosted) ? HostingEnvironment.AppConfigPath.Length : … in IsCachedPathDataRemovable()
H A DHttpRuntime.cs320 Debug.Assert(HostingEnvironment.IsHosted);
333 Debug.Assert(!HostingEnvironment.IsHosted);
2427 if (HostingEnvironment.IsHosted) {
2469 return !HostingEnvironment.IsHosted || TrustLevel != null;
2549 …Debug.Assert(TrustLevel != null || !HostingEnvironment.IsHosted, "TrustLevel != null || !HostingEn…
2580 Debug.Assert(TrustLevel != null || !HostingEnvironment.IsHosted);
2607 Debug.Assert(TrustLevel != null || !HostingEnvironment.IsHosted);
2636 Debug.Assert(TrustLevel != null || !HostingEnvironment.IsHosted);
2679 Debug.Assert(TrustLevel != null || !HostingEnvironment.IsHosted);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Profile/
H A DHttpProfileBase.cs221 if (HostingEnvironment.IsHosted)
361 if (HostingEnvironment.IsHosted) in CreateMyInstance()
389 … bool fAnonEnabled = (HostingEnvironment.IsHosted ? AnonymousIdentificationModule.Enabled : true); in InitializeStatic()
618 if (HostingEnvironment.IsHosted) in ResolvePropertyType()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.WebPages.Razor/
H A DWebPageRazorHost.cs161 …get { return _globalAsaxTypeName ?? (HostingEnvironment.IsHosted ? BuildManager.GetGlobalAsaxType(…
292 if (_physicalPath == null && HostingEnvironment.IsHosted) in MapPhysicalPath()
H A DWebRazorHostFactory.cs149 if (HostingEnvironment.IsHosted) in EnsureAppRelative()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DBaseParser.cs111 if (HostingEnvironment.IsHosted) { in IsVersion40OrAbove()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A Dserverconfig.cs114 if (!HostingEnvironment.IsHosted) {
H A DWebConfigurationHost.cs118 if (HostingEnvironment.IsHosted) { in GetConfigPaths()
191 else if (HostingEnvironment.IsHosted) { in ChooseAndInitConfigMapPath()
730 if (HostingEnvironment.IsHosted) { in IsFullTrustSectionWithoutAptcaAllowed()
H A DWebConfigurationManager.cs69 if (HostingEnvironment.IsHosted) { in OpenWebConfigurationImpl()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Security/AntiXss/
H A DAntiXssEncoder.cs73 if (HostingEnvironment.IsHosted) { in MarkAsSafe()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activation/System/ServiceModel/Activities/Activation/
H A DWorkflowServiceHostFactory.cs52 if (!HostingEnvironment.IsHosted) in CreateServiceHost()
320 … if (ServiceHostingEnvironment.IsHosted && !ServiceHostingEnvironment.IsConfigurationBased) in CreatetWorkflowServiceAndSetCompiledExpressionRoot()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.WorkflowServices/System/ServiceModel/Activation/
H A DWorkflowServiceHostFactory.cs33 if (!HostingEnvironment.IsHosted) in CreateServiceHost()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Hosting/
H A DHostingEnvironment.cs94 public static bool IsHosted { property in System.Web.Hosting.HostingEnvironment
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DHttpTransportManager.cs55 internal bool IsHosted property in System.ServiceModel.Channels.HttpTransportManager

123