Home
last modified time | relevance | path

Searched refs:Fx (Results 1 – 25 of 1833) sorted by relevance

12345678910>>...74

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/
H A DActionItem.cs43 [Fx.Tag.SecurityNote(Critical = "Calls into critical method ScheduleCallback",
48 Fx.Assert(callback != null, "A null callback was passed for Schedule!"); in Schedule()
52 Fx.Trace.IsEnd2EndActivityTracingEnabled) in Schedule()
105 throw Fx.Exception.ArgumentNull("context"); in ScheduleWithContext()
137 Fx.Assert(callback != null, "Cannot schedule a null callback"); in ScheduleCallback()
170 [Fx.Tag.SecurityNote(Critical = "Stores a delegate to a critical method")]
173 [Fx.Tag.SecurityNote(Critical = "Stores a delegate to a critical method")]
175 [Fx.Tag.SecurityNote(Critical = "Stores a delegate to a critical method")]
269 if (Fx.Trace.IsEnd2EndActivityTracingEnabled) in DefaultActionItem()
272 if (TraceCore.ActionItemScheduledIsEnabled(Fx.Trace)) in DefaultActionItem()
[all …]
H A DIOThreadScheduler.cs11 [Fx.Tag.SynchronizationPrimitive(Fx.Tag.BlocksUsing.NonBlocking)]
18 [Fx.Tag.SecurityNote(Miscellaneous = "can be called outside user context")]
57 [Fx.Tag.Queue(typeof(Slot), Scope = Fx.Tag.Strings.AppDomain)]
62 [Fx.Tag.Queue(typeof(Slot), Scope = Fx.Tag.Strings.AppDomain)]
78 …[Fx.Tag.SynchronizationObject(Blocking = false, Kind = Fx.Tag.SynchronizationKind.InterlockedNoSpi…
83 …[Fx.Tag.SynchronizationObject(Blocking = false, Kind = Fx.Tag.SynchronizationKind.InterlockedNoSpi…
91 Fx.Assert(capacity > 0, "Capacity must be positive."); in IOThreadScheduler()
92 Fx.Assert(capacity <= 0x8000, "Capacity cannot exceed 32k."); in IOThreadScheduler()
112 throw Fx.Exception.ArgumentNull("callback"); in ScheduleCallbackNoFlow()
132 throw Fx.Exception.ArgumentNull("callback"); in ScheduleCallbackLowPriNoFlow()
[all …]
H A DFx.cs22 static class Fx class
89 Fx.UpdateLevel(); in InitializeTracing()
92 Fx.UpdateLevel(trace); in InitializeTracing()
141 Fx.Assert(description); in AssertAndThrow()
157 Fx.Assert(description); in AssertAndThrowFatal()
178 Fx.Assert(description); in AssertAndFailFast()
302 if (!Fx.fastDebugRetrieved)
311 return Fx.fastDebugCache;
461 throw Fx.Exception.AsError( in AllocateByteArray()
476 throw Fx.Exception.AsError( in AllocateCharArray()
[all …]
H A DBufferedOutputStream.cs13 … [Fx.Tag.Cache(typeof(byte), Fx.Tag.CacheAttrition.None, Scope = Fx.Tag.Strings.ExternallyManaged,
14 SizeLimit = Fx.Tag.Strings.ExternallyManaged)]
17 [Fx.Tag.Queue(typeof(byte), SizeLimit = "BufferedOutputStream(maxSize)",
99 Fx.Assert(!this.initialized, "Clear must be called before re-initializing stream"); in Reinitialize()
214 Fx.Assert(this.initialized, "No data to return from uninitialized stream"); in ToArray()
215 Fx.Assert(!this.bufferReturned, "ToArray cannot be called more than once"); in ToArray()
260 Fx.Assert(this.initialized, "Cannot write to uninitialized stream"); in WriteCore()
270 throw Fx.Exception.AsError(CreateQuotaExceededException(this.maxSizeQuota)); in WriteCore()
276 throw Fx.Exception.AsError(CreateQuotaExceededException(this.maxSizeQuota)); in WriteCore()
305 Fx.Assert(this.initialized, "Cannot write to uninitialized stream"); in WriteByte()
[all …]
H A DAsyncResult.cs13 …[Fx.Tag.SynchronizationPrimitive(Fx.Tag.BlocksUsing.ManualResetEvent, SupportsAsync = true, Releas…
27 [Fx.Tag.SynchronizationObject]
30 [Fx.Tag.SynchronizationObject(Blocking = false)]
131 if (!Fx.FastDebug && completeStack == null) in Complete()
147 if (Fx.IsFatal(exception)) in Complete()
191 if (Fx.IsFatal(e)) in Complete()
239 if (Fx.IsFatal(e)) in AsyncCompletionWrapperCallback()
357 [Fx.Tag.Blocking(Conditional = "!asyncResult.isCompleted")]
363 throw Fx.Exception.ArgumentNull("result");
379 if (!Fx.FastDebug && asyncResult.endStack == null)
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/
H A DInstanceHandle.cs14 [Fx.Tag.XamlVisible(false)]
17 [Fx.Tag.SynchronizationObject(Blocking = false)]
37 Fx.Assert(store != null, "Shouldn't be possible."); in InstanceHandle()
48 Fx.Assert(store != null, "Shouldn't be possible here either."); in InstanceHandle()
57 if (Fx.Trace.IsEtwProviderEnabled) in InstanceHandle()
90 Fx.Assert(value != Guid.Empty, "Cannot set an empty Id.");
92 Fx.Assert(!this.idIsSet, "idIsSet out of sync with id.");
96 if (Fx.Trace.IsEtwProviderEnabled)
313 Fx.Assert(owner != null, "Null owner passed to BindOwner."); in BindOwner()
452 [Fx.Tag.Blocking(CancelMethod = "Free")]
[all …]
H A DInstanceStore.cs17 [Fx.Tag.XamlVisible(false)]
76 throw Fx.Exception.ArgumentNull("handle"); in Execute()
87 [Fx.Tag.InheritThrows(From = "Execute")]
96 throw Fx.Exception.ArgumentNull("handle"); in BeginExecute()
107 [Fx.Tag.InheritThrows(From = "Execute")]
125 [Fx.Tag.InheritThrows(From = "WaitForEvents")]
141 [Fx.Tag.InheritThrows(From = "WaitForEvents")]
233 [Fx.Tag.InheritThrows(From = "Execute")]
240 [Fx.Tag.InheritThrows(From = "TryCommand")]
246 [Fx.Tag.InheritThrows(From = "TryCommand")]
[all …]
H A DInstanceOwner.cs11 [Fx.Tag.XamlVisible(false)]
96 Fx.Assert(reference == null, "Already have a bind in progress."); in StartBind()
107 Fx.Assert(reference.InstanceHandle != null, "Cannot cancel and complete a bind."); in TryCompleteBind()
152 throw Fx.AssertAndThrow("All cases covered above."); in TryCompleteBind()
177 Fx.Assert(reference.InstanceHandle != null, "Cannot cancel and complete a bind."); in InitiateLockResolution()
255 Fx.Assert(reference != null, "Bind not in progress."); in CancelBind()
267 Fx.Assert(reference != null, "Bind not in progress in FaultBind."); in FaultBind()
297 Fx.Assert(reference != null, "Bind not in progress in FinishBind."); in FinishBind()
305 Fx.AssertAndThrow(marker.IsComplete, "Called FinishBind prematurely."); in FinishBind()
316 throw Fx.Exception.AsError(marker.Reason); in FinishBind()
[all …]
H A DInstanceView.cs15 [Fx.Tag.XamlVisible(false)]
42 Fx.Assert(instanceId != Guid.Empty, "Null instanceId passed to InstanceView ctor."); in InstanceView()
124 Fx.AssertAndThrow(!IsViewFrozen, "Setting Data on frozen View.");
141 Fx.AssertAndThrow(!IsViewFrozen, "Setting Metadata on frozen View.");
170 Fx.AssertAndThrow(!IsViewFrozen, "Setting OwnerMetadata on frozen View.");
196 Fx.AssertAndThrow(!IsViewFrozen, "Setting Keys on frozen View.");
246 Fx.AssertAndThrow(!IsViewFrozen, "BindOwner called on read-only InstanceView."); in BindOwner()
247 Fx.Assert(owner != null, "Null owner passed to BindOwner."); in BindOwner()
258 Fx.Assert(instanceId != Guid.Empty, "Null instanceId passed to BindInstance."); in BindInstance()
269 Fx.AssertAndThrow(!IsViewFrozen, "BindLock called on read-only InstanceView."); in BindLock()
[all …]
H A DInstancePersistenceContext.cs16 [Fx.Tag.XamlVisible(false)]
132 if (Fx.IsFatal(exception)) in SetCancellationHandler()
714 [Fx.Tag.InheritThrows(From = "Execute")]
740 [Fx.Tag.InheritThrows(From = "Execute")]
796 if (Fx.IsFatal(exception)) in NotifyHandleFree()
977 if (Fx.IsFatal(exception)) in ExecuteAsyncResult()
1060 if (Fx.IsFatal(exception)) in ExecuteAsyncResult()
1368 [Fx.Tag.GuaranteeNonBlocking]
1429 if (Fx.IsFatal(exception)) in OnBindReclaimed()
1456 [Fx.Tag.GuaranteeNonBlocking]
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/sol/
H A Dfunction_types.hpp59 template <typename Fx, typename... Args>
74 typedef std::decay_t<Fx> dFx; in select_reference_member_variable()
75 dFx memfxptr(std::forward<Fx>(fx)); in select_reference_member_variable()
84 template <typename Fx, typename... Args>
95 template <typename Fx>
105 typedef std::decay_t<Fx> clean_fx; in select_reference_member_function()
112 typedef std::decay_t<Fx> dFx; in select_reference_member_function()
113 dFx memfxptr(std::forward<Fx>(fx)); in select_reference_member_function()
133 template <typename Fx>
148 std::decay_t<Fx> target(std::forward<Fx>(fx), std::forward<Args>(args)...); in select_function()
[all …]
H A Dstack.hpp70 template <typename Fx, typename... Args>
72 return std::forward<Fx>(fx)(std::forward<Args>(args)...); in eval()
98 …evaluator{}.eval(ta, tai, L, start, tracking, std::forward<Fx>(fx), std::forward<FxArgs>(args)...); in call()
137 …inline decltype(auto) call(types<R> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&&... args… in call()
138 return call<check_args>(tr, ta, L, 1, std::forward<Fx>(fx), std::forward<FxArgs>(args)...); in call()
148 inline void call(types<void> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&&... args) { in call()
149 call<check_args>(tr, ta, L, 1, std::forward<Fx>(fx), std::forward<FxArgs>(args)...); in call()
164 call<check_args>(tr, ta, L, start, std::forward<Fx>(fx), std::forward<FxArgs>(fxargs)...); in call_into_lua()
176 template<bool check_args = stack_detail::default_check_arguments, typename Fx, typename... FxArgs>
177 inline int call_lua(lua_State* L, int start, Fx&& fx, FxArgs&&... fxargs) { in call_lua()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/sol/
H A Dfunction_types.hpp59 template <typename Fx, typename... Args>
74 typedef std::decay_t<Fx> dFx; in select_reference_member_variable()
75 dFx memfxptr(std::forward<Fx>(fx)); in select_reference_member_variable()
84 template <typename Fx, typename... Args>
95 template <typename Fx>
105 typedef std::decay_t<Fx> clean_fx; in select_reference_member_function()
112 typedef std::decay_t<Fx> dFx; in select_reference_member_function()
113 dFx memfxptr(std::forward<Fx>(fx)); in select_reference_member_function()
133 template <typename Fx>
148 std::decay_t<Fx> target(std::forward<Fx>(fx), std::forward<Args>(args)...); in select_function()
[all …]
H A Dstack.hpp70 template <typename Fx, typename... Args>
72 return std::forward<Fx>(fx)(std::forward<Args>(args)...); in eval()
98 …evaluator{}.eval(ta, tai, L, start, tracking, std::forward<Fx>(fx), std::forward<FxArgs>(args)...); in call()
137 …inline decltype(auto) call(types<R> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&&... args… in call()
138 return call<check_args>(tr, ta, L, 1, std::forward<Fx>(fx), std::forward<FxArgs>(args)...); in call()
148 inline void call(types<void> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&&... args) { in call()
149 call<check_args>(tr, ta, L, 1, std::forward<Fx>(fx), std::forward<FxArgs>(args)...); in call()
164 call<check_args>(tr, ta, L, start, std::forward<Fx>(fx), std::forward<FxArgs>(fxargs)...); in call_into_lua()
176 template<bool check_args = stack_detail::default_check_arguments, typename Fx, typename... FxArgs>
177 inline int call_lua(lua_State* L, int start, Fx&& fx, FxArgs&&... fxargs) { in call_lua()
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/prowizard/r/
H A DXannPlayer.c263 switch ( Fx ) in Depack_XANN()
266 Fx = 0x00; in Depack_XANN()
270 Fx = 0x00; in Depack_XANN()
274 Fx = 0x01; in Depack_XANN()
278 Fx = 0x02; in Depack_XANN()
282 Fx = 0x03; in Depack_XANN()
286 Fx = 0x03; in Depack_XANN()
290 Fx = 0x04; in Depack_XANN()
294 Fx = 0x04; in Depack_XANN()
298 Fx = 0x05; in Depack_XANN()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/
H A DIWorkflowInstanceManagement.cs23 [Fx.Tag.InheritThrows(From = "Abandon")]
25 [Fx.Tag.InheritThrows(From = "Abandon")]
33 [Fx.Tag.InheritThrows(From = "Cancel")]
35 [Fx.Tag.InheritThrows(From = "Cancel")]
43 [Fx.Tag.InheritThrows(From = "Run")]
45 [Fx.Tag.InheritThrows(From = "Run")]
53 [Fx.Tag.InheritThrows(From = "Suspend")]
55 [Fx.Tag.InheritThrows(From = "Suspend")]
63 [Fx.Tag.InheritThrows(From = "Terminate")]
147 [Fx.Tag.InheritThrows(From = "Update")]
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DOverlappedContext.cs83 Fx.Assert(this.rootedHolder != null, "rootedHolder null in Finalize."); in ~OverlappedContext()
116 throw Fx.AssertAndThrow("OverlappedContext.Free called multiple times."); in Free()
167 throw Fx.AssertAndThrow("StartAsyncOperation called with null callback."); in StartAsyncOperation()
179 throw Fx.AssertAndThrow("StartAsyncOperation called on freed OverlappedContext."); in StartAsyncOperation()
247 throw Fx.AssertAndThrow("StartSyncOperation called on freed OverlappedContext."); in StartSyncOperation()
404 Fx.Assert("OverlappedContext.EventCallback registered wait timed out."); in EventCallback()
440 Fx.Assert("OverlappedContext.CleanupCallback registered wait timed out."); in CleanupCallback()
497 throw Fx.AssertAndThrow("RootedHolder.AsyncState called.");
506 throw Fx.AssertAndThrow("RootedHolder.AsyncWaitHandle called.");
515 throw Fx.AssertAndThrow("RootedHolder.CompletedSynchronously called.");
[all …]
H A DHttpResponseMessageExtensionMethods.cs17Fx.Assert(httpResponseMessage != null, "The 'httpResponseMessage' parameter should never be null."… in AddHeader()
27Fx.Assert(httpResponseMessage != null, "The 'httpResponseMessage' parameter should never be null."… in SetHeader()
38Fx.Assert(httpResponseMessage != null, "The 'httpResponseMessage' parameter should never be null."… in GetHeader()
48Fx.Assert(httpResponseMessage != null, "The 'httpResponseMessage' parameter should never be null."… in RemoveHeader()
58Fx.Assert(httpResponseMessage != null, "The 'httpResponseMessage' parameter should never be null."… in CreateBufferedCopy()
82Fx.Assert(httpResponseMessage != null, "The 'httpRequestMessage' parameter should not be null."); in CopyPropertiesFromMessage()
83 Fx.Assert(message != null, "The 'message' parameter should not be null."); in CopyPropertiesFromMessage()
104Fx.Assert(httpResponseMessage != null, "The 'httpResponseMessage' parameter should never be null."… in GetHeader()
105 Fx.Assert(headerInfo != null, "The 'headerInfo' parameter should never be null."); in GetHeader()
128 Fx.Assert(headerInfo != null, "The 'headerInfo' parameter should never be null."); in RemoveHeader()
[all …]
H A DHttpRequestMessageExtensionMethods.cs50Fx.Assert(httpRequestMessage != null, "The 'httpRequestMessage' parameter should never be null."); in AddHeader()
60Fx.Assert(httpRequestMessage != null, "The 'httpRequestMessage' parameter should never be null."); in SetHeader()
71Fx.Assert(httpRequestMessage != null, "The 'httpRequestMessage' parameter should never be null."); in GetHeader()
142Fx.Assert(httpRequestMessage != null, "The 'httpRequestMessage' parameter should not be null."); in CopyPropertiesFromMessage()
143 Fx.Assert(message != null, "The 'message' parameter should not be null."); in CopyPropertiesFromMessage()
152 Fx.Assert(httpHeaders != null, "httpHeaders should not be null."); in AddHeaderWithoutValidation()
165Fx.Assert(messageProperties != null, "The 'messageProperties' parameter should not be null."); in CopyProperties()
166 Fx.Assert(properties != null, "The 'properties' parameter should not be null."); in CopyProperties()
196 Fx.Assert(headerInfo != null, "The 'headerInfo' parameter should never be null."); in GetHeader()
219 Fx.Assert(headerInfo != null, "The 'headerInfo' parameter should never be null."); in RemoveHeader()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/sol/
H A Dfunction_types.hpp83 typedef std::decay_t<Fx> dFx; in select_reference_member_variable()
84 dFx memfxptr(std::forward<Fx>(fx)); in select_reference_member_variable()
116 template <bool is_yielding, typename Fx>
129 typedef std::decay_t<Fx> clean_fx; in select_reference_member_function()
136 typedef std::decay_t<Fx> dFx; in select_reference_member_function()
137 dFx memfxptr(std::forward<Fx>(fx)); in select_reference_member_function()
187 std::decay_t<Fx> target(std::forward<Fx>(fx), std::forward<Args>(args)...); in select_function()
218 stack::push(L, std::forward<Fx>(fx)); in select()
480 template <typename T, typename Fx>
499 template <typename Fx>
[all …]
H A Dstack.hpp105 template <typename Fx, typename... Args>
107 return std::forward<Fx>(fx)(std::forward<Args>(args)...); in eval()
135 …evaluator{}.eval(ta, tai, L, start, tracking, std::forward<Fx>(fx), std::forward<FxArgs>(args)...); in call()
152 …inline decltype(auto) call(types<R> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&&... args… in call()
153 return call<check_args>(tr, ta, L, 1, std::forward<Fx>(fx), std::forward<FxArgs>(args)...); in call()
163 inline void call(types<void> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&&... args) { in call()
164 call<check_args>(tr, ta, L, 1, std::forward<Fx>(fx), std::forward<FxArgs>(args)...); in call()
174 …inline void call_from_top(types<void> tr, types<Args...> ta, lua_State* L, Fx&& fx, FxArgs&&... ar… in call_from_top()
181 call<check_args>(tr, ta, L, start, std::forward<Fx>(fx), std::forward<FxArgs>(fxargs)...); in call_into_lua()
204 inline int call_lua(lua_State* L, int start, Fx&& fx, FxArgs&&... fxargs) { in call_lua()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Discovery/System/ServiceModel/Discovery/
H A DAnnouncementClient.cs18 [Fx.Tag.XamlVisible(false)]
293 [Fx.Tag.Throws(typeof(TimeoutException), "Inherits from Channel exception contract")]
300 [Fx.Tag.Throws(typeof(TimeoutException), "Inherits from Channel exception contract")]
315 [Fx.Tag.Throws(typeof(TimeoutException), "Inherits from Channel exception contract")]
322 [Fx.Tag.Throws(typeof(TimeoutException), "Inherits from Channel exception contract")]
337 [Fx.Tag.Throws(typeof(TimeoutException), "Inherits from Channel exception contract")]
338 [Fx.Tag.Blocking(CancelMethod = "Abort")]
353 [Fx.Tag.Throws(typeof(TimeoutException), "Inherits from Channel exception contract")]
354 [Fx.Tag.Blocking(CancelMethod = "Abort")]
390 [Fx.Tag.Throws(typeof(AggregateException), "Inherits from Task exception contract")]
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Statements/
H A DCompensationParticipant.cs107 Fx.Assert(DefaultCompensation != null, "DefaultCompensation must be valid"); in CacheMetadata()
110 Fx.Assert(DefaultConfirmation != null, "DefaultConfirmation must be valid"); in CacheMetadata()
129 Fx.Assert(compensationToken != null, "CompensationTokenData must be valid"); in Execute()
195 Fx.Assert(context != null, "context must be valid"); in OnConfirmationHandlerComplete()
196 Fx.Assert(completedInstance != null, "completedInstance must be valid"); in OnConfirmationHandlerComplete()
222 Fx.Assert(context != null, "context must be valid"); in OnConfirmationComplete()
223 Fx.Assert(completedInstance != null, "completedInstance must be valid"); in OnConfirmationComplete()
279 Fx.Assert(context != null, "context must be valid"); in OnCompensationHandlerComplete()
280 Fx.Assert(completedInstance != null, "completedInstance must be valid"); in OnCompensationHandlerComplete()
390 Fx.Assert(false, "CompensationState is in unexpected state!"); in InternalOnCompensationComplete()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activation/System/ServiceModel/Activation/
H A DHostedHttpRequestAsyncResult.cs57 [Fx.Tag.SecurityNote(Critical =
411 if (Fx.IsFatal(e)) in OnBeginRequest()
695 if (!Fx.IsFatal(exception)) in End()
793 Fx.Assert( in HandleRequest()
802 [Fx.Tag.SecurityNote(Critical = "Calls into an unsafe UnsafeLogEvent method",
821 [Fx.Tag.SecurityNote(Critical = "manipulates impersonation object",
832 [Fx.Tag.SecurityNote(Critical = "manipulates impersonation object",
908 [Fx.Tag.SecurityNote(Critical = "Calls getters with LinkDemands in ASP .NET objects.",
922 [Fx.Tag.SecurityNote(Critical = "Calls getters with LinkDemands in ASP .NET objects.",
930 [Fx.Tag.SecurityNote(Critical = "Calls getters with LinkDemands in ASP .NET objects.",
[all …]
H A DHostedImpersonationContext.cs22 [Fx.Tag.SecurityNote(Critical = "Controls lifetime of token handle, caller must use care.")]
26 [Fx.Tag.SecurityNote(Critical = "Security critical field, caller must use care.")]
30 …[Fx.Tag.SecurityNote(Critical = "Calls two safe native methods under OpenCurrentThreadTokenCritica…
58 …[Fx.Tag.SecurityNote(Critical = "Calls SetHandleAsInvalid which has a LinkDemand for UnmanagedCode…
65Fx.Assert(handle.IsInvalid, "CloseInvalidOutSafeHandle called with a valid handle!"); in CloseInvalidOutSafeHandleCritical()
83 …[Fx.Tag.SecurityNote(Critical = "Accesses SecurityCritical tokenHandle field and uses LinkDemanded…
91 Fx.Assert(tokenHandle != null, "The token handle was incorrectly released earlier."); in Impersonate()
101 [Fx.Tag.SecurityNote(Critical = "Controls lifetime of token handle, caller must use care.")]
111 [Fx.Tag.SecurityNote(Critical = "Controls lifetime of token handle, caller must use care.")]
117 Fx.Assert(tokenHandle != null, "The token handle is incorrectly released earlier."); in Release()
[all …]

12345678910>>...74