132 references to IsAllocated
mscorlib (4)
parent\parent\parent\parent\InternalApis\NDP_Common\inc\PinnableBufferCache.cs (1)
522if (!m_weakTargetObj.IsAllocated)
system\runtime\remoting\proxyattribute.cs (1)
85if (objRef != null && objRef.GetServerIdentity().IsAllocated)
system\runtime\remoting\serveridentity.cs (1)
89if (!_srvIdentityHandle.IsAllocated)
system\security\principal\sid.cs (1)
1067if ( HandleArray[i].IsAllocated )
PresentationCore (3)
Core\CSharp\MS\Internal\FontCache\FontSource.cs (1)
476Debug.Assert(_memoryHandle.IsAllocated);
Core\CSharp\System\Windows\Media\Geometry.cs (1)
791if (handle.IsAllocated)
Core\CSharp\System\Windows\Media\Imaging\PropVariant.cs (1)
191if (handle.IsAllocated)
PresentationFramework (2)
src\Framework\System\Windows\Documents\WinEventHandler.cs (2)
97if (_gchThis.IsAllocated) 113if (_gchThis.IsAllocated)
System (50)
net\System\IriHelper.cs (2)
340if (destHandle.IsAllocated) 368if (destHandle.IsAllocated)
net\System\Net\_AutoWebProxyScriptHelper.cs (1)
706 if(GCHandles[i].IsAllocated)
net\System\Net\_SafeNetHandles.cs (6)
1624if (pinnedInBytes[index].IsAllocated) 1628if (pinnedOutBytes.IsAllocated) 1942if (pinnedInBytes[index].IsAllocated) 1947if (pinnedOutBytes.IsAllocated) 2177if (pinnedInBytes[index].IsAllocated) { 2304if (pinnedInBytes[index].IsAllocated)
net\System\Net\_SSPIWrapper.cs (1)
490if (pinnedBuffers[i].IsAllocated) {
net\System\Net\HttpListener.cs (6)
238if (m_PinnedHandle.IsAllocated) 262if (m_PinnedHandle.IsAllocated) 270if (m_PinnedHandle.IsAllocated) 2393if (headersArrayHandle.IsAllocated) 2397if (wwwAuthenticateHandle.IsAllocated) 2405if (challengeHandles[i].IsAllocated)
net\System\Net\HttpListenerResponse.cs (1)
865if (gcHandle.IsAllocated) {
net\System\Net\Sockets\_BaseOverlappedAsyncResult.cs (1)
639if (gcHandles[i].IsAllocated)
net\System\Net\Sockets\Socket.cs (11)
1367if (objectsToPin[i].IsAllocated) 1902if (objectsToPin[i].IsAllocated) 7020if (objectsToPin[i].IsAllocated) 9196if(m_ControlBufferGCHandle.IsAllocated) { 9201if(m_ControlBufferGCHandle.IsAllocated) { 9206if(!m_ControlBufferGCHandle.IsAllocated) { 9458if(m_SocketAddressGCHandle.IsAllocated) { 9489if(m_SocketAddressGCHandle.IsAllocated) { 9492if(m_WSAMessageBufferGCHandle.IsAllocated) { 9495if(m_WSARecvMsgWSABufferArrayGCHandle.IsAllocated) { 9498if(m_ControlBufferGCHandle.IsAllocated) {
net\System\Net\WebSockets\WebSocketBuffer.cs (2)
310if (m_PinnedSendBufferHandle.IsAllocated) 649if (m_GCHandle.IsAllocated)
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (1)
1046if (m_DataChunksGCHandle.IsAllocated)
parent\parent\parent\InternalApis\NDP_Common\inc\PinnableBufferCache.cs (1)
522if (!m_weakTargetObj.IsAllocated)
security\system\security\cryptography\cryptoapi.cs (3)
3524if (handle.IsAllocated) 3589if (handle.IsAllocated) 3653if (handle.IsAllocated)
services\monitoring\system\diagnosticts\EventLog.cs (1)
1327if (handles[i].IsAllocated) handles[i].Free();
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
1728if (stringHandles[i].IsAllocated)
services\monitoring\system\diagnosticts\Process.cs (1)
2145if (environmentHandle.IsAllocated) {
services\monitoring\system\diagnosticts\ProcessManager.cs (5)
408if (bufferHandle.IsAllocated) bufferHandle.Free(); 454if (bufferHandle.IsAllocated) bufferHandle.Free(); 873if (dataHandle.IsAllocated) dataHandle.Free(); 1100if (bufferHandle.IsAllocated) bufferHandle.Free(); 1117if (bufferHandle.IsAllocated) bufferHandle.Free();
sys\System\IO\compression\DeflaterZLib.cs (6)
116if (_inputBufferHandle.IsAllocated) 139Contract.Assert(!_inputBufferHandle.IsAllocated); 161Contract.Assert(_inputBufferHandle.IsAllocated); 170if (0 == _zlibStream.AvailIn && _inputBufferHandle.IsAllocated) 196Contract.Assert(!_inputBufferHandle.IsAllocated); 213Contract.Assert(_inputBufferHandle.IsAllocated);
System.Data (3)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (1)
191if (_pinnedBuffer.IsAllocated) {
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
826if ((0 == remaining || release) && _gcHandle.IsAllocated) {
fx\src\data\System\Data\SQLTypes\SQLFileStream.cs (1)
949if ( m_hQos.IsAllocated )
System.IdentityModel (6)
System\IdentityModel\SspiSafeHandles.cs (4)
315if (pinnedInBytes[index].IsAllocated) 321if (pinnedOutBytes.IsAllocated) 589if (pinnedInBytes[index].IsAllocated) 595if (pinnedOutBytes.IsAllocated)
System\IdentityModel\SspiWrapper.cs (1)
796if (pinnedBuffers[i].IsAllocated)
System\IdentityModel\Tokens\RsaSecurityToken.cs (1)
82if (this.rsaHandle.IsAllocated)
System.IdentityModel.Selectors (2)
infocard\Diagnostics\Managed\Microsoft\InfoCards\Diagnostics\InfocardTrace.cs (2)
537if (stringsRootHandle.IsAllocated) 542if (stringParamHandle.IsAllocated)
System.IO.Log (5)
System\IO\Log\AppendHelper.cs (1)
69if (handles[i].IsAllocated)
System\IO\Log\LogReserveAndAppendState.cs (1)
515if (this.handles[i].IsAllocated)
System\IO\Log\LogWriteRestartAreaState.cs (3)
403if (this.pinnedResultHandle.IsAllocated) 417if (!this.pinnedResultHandle.IsAllocated) 434if (this.pinnedResultHandle.IsAllocated)
System.Messaging (1)
System\Messaging\MessageQueue.cs (1)
3538if (sdHandle.IsAllocated)
System.Net (20)
net\PeerToPeer\Collaboration\Peer.cs (9)
408if (pepName.IsAllocated) pepName.Free(); 409if (peerEP.IsAllocated) peerEP.Free(); 615if (guidHandle.IsAllocated) guidHandle.Free(); 616if (pepName.IsAllocated) pepName.Free(); 617if (peerEP.IsAllocated) peerEP.Free(); 756if (pepName.IsAllocated) pepName.Free(); 757if (peerEP.IsAllocated) peerEP.Free(); 1206if (pepName.IsAllocated) pepName.Free(); 1207if (peerEP.IsAllocated) peerEP.Free();
net\PeerToPeer\Collaboration\PeerApplication.cs (1)
287if (guidHandle.IsAllocated)
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
536if (descHandle.IsAllocated) descHandle.Free();
net\PeerToPeer\Collaboration\PeerContact.cs (3)
1104if (guidHandle.IsAllocated) guidHandle.Free(); 1105if (pepName.IsAllocated) pepName.Free(); 1106if (peerEP.IsAllocated) peerEP.Free();
net\PeerToPeer\Collaboration\PeerNearMe.cs (2)
398if (pepName.IsAllocated) pepName.Free(); 399if (peerEP.IsAllocated) peerEP.Free();
net\PeerToPeer\Collaboration\PeerObject.cs (1)
236if (guidHandle.IsAllocated)
net\PeerToPeer\PeerNameRegistration.cs (3)
423if (GCHandles[i].IsAllocated) 431if (handle.IsAllocated) 604if (GCHandles[i].IsAllocated)
System.Runtime.Caching (1)
System\Caching\SRef.cs (1)
115if (_handle.IsAllocated) {
System.Security (5)
system\security\cryptography\dataprotection.cs (4)
101if (pbDataIn.IsAllocated) 103if (pOptionalEntropy.IsAllocated) 164if (pbDataIn.IsAllocated) 166if (pOptionalEntropy.IsAllocated)
system\security\cryptography\pkcs\pkcsmisc.cs (1)
513if (m_gcHandle.IsAllocated) {
System.ServiceModel (5)
System\ServiceModel\Channels\NativeMsmqMessage.cs (5)
120if (this.nativePropertiesHandle.IsAllocated) 122if (this.idsHandle.IsAllocated) 124if (this.variantsHandle.IsAllocated) 343if (bufferHandle.IsAllocated) 472if (bufferHandle.IsAllocated)
System.Web (6)
FileChangesMonitor.cs (1)
514if (_rootCallback.IsAllocated) {
RootedObjects.cs (1)
113if (_handle.IsAllocated) {
Util\GCUtil.cs (4)
28if (gcHandle.IsAllocated) { 54Debug.Assert(_handle.IsAllocated); 62Debug.Assert(_handle.IsAllocated); 63if (_handle.IsAllocated) {
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Control.cs (2)
14588if (!rootRef.IsAllocated) { 14593if (rootRef.IsAllocated) {
winforms\Managed\System\WinForms\NativeWindow.cs (5)
400if (prevWindow.IsAllocated) { 1009if (b.window.IsAllocated) { 1092if (b.window.IsAllocated) { 1224if (hashBuckets[bn].window.IsAllocated) { 1241if (hashBuckets[bn].window.IsAllocated) {
winforms\Managed\System\WinForms\NotifyIcon.cs (2)
1015if (!rootRef.IsAllocated) { 1020if (rootRef.IsAllocated) {
winforms\Managed\System\WinForms\Timer.cs (1)
184if (timerRoot.IsAllocated) {
UIAutomationClient (1)
MS\Internal\Automation\WinEventWrap.cs (1)
79if (_gchThis.IsAllocated)
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (1)
76if (_gchThis.IsAllocated)
WindowsBase (5)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileDeflateTransform.cs (5)
170if (gcSourceBuf.IsAllocated) 173if (gcSinkBuf.IsAllocated) 318if (gcSourceBuf.IsAllocated) 321if (gcSinkBuf.IsAllocated) 367if (gcHandle.IsAllocated)
WsatConfig (1)
Configuration\HttpWrapper.cs (1)
211if (pinnedAddress.IsAllocated)
WsatUI (1)
Configuration\HttpWrapper.cs (1)
211if (pinnedAddress.IsAllocated)