8 instantiations of GCHandle
PresentationCore (1)
System.Private.CoreLib (3)
System.Speech (4)
634 references to GCHandle
aspire (5)
ILCompiler.ReadyToRun (5)
ILCompiler.RyuJit (4)
libmscordaccore_universal (7)
Microsoft.AspNetCore.Server.HttpSys (7)
Microsoft.AspNetCore.Server.IIS (15)
Microsoft.CSharp (5)
Microsoft.Diagnostics.DataContractReader.Legacy (112)
Microsoft.ML.LightGbm (6)
Microsoft.ML.Mkl.Components (12)
SymSgdClassificationTrainer.cs (12)
341public GCHandle GcHandle;
346GcHandle = GCHandle.Alloc(Buffer, GCHandleType.Pinned);
487public void GiveArrayOfSize(int size, out GCHandle? outGcHandle, out int outArrayStartIndex)
663public bool GiveNextInstance(out InstanceProperties? prop, out GCHandle? indicesGcHandle, out int indicesStartIndex,
664out GCHandle? valuesGcHandle, out int valuesStartIndex)
736GCHandle stateGCHandle = default;
739stateGCHandle = GCHandle.Alloc(state, GCHandleType.Pinned);
863int numThreads, bool tuneNumLocIter, ref int numLocIter, float tolerance, bool needShuffle, bool shouldInitialize, GCHandle stateGCHandle, ChannelCallBack info)
878while (inputDataManager.GiveNextInstance(out InstanceProperties? prop, out GCHandle? indicesGcHandle, out int indicesStartIndex, out GCHandle? valuesGcHandle, out int valuesStartIndex))
917public static void MapBackWeightVector(Span<float> weightVector, GCHandle stateGCHandle)
926public static void DeallocateSequentially(GCHandle stateGCHandle)
Microsoft.ML.Vision (4)
Microsoft.NET.StringTools (2)
Microsoft.Private.Windows.Core (17)
Mono.Cecil.Pdb (2)
mscorlib (1)
netstandard (1)
PresentationCore (23)
PresentationFramework (12)
System.Data.OleDb (4)
System.Diagnostics.EventLog (10)
System.DirectoryServices (3)
System.Drawing.Common (2)
System.Net.Http.WinHttpHandler (14)
System.Net.Quic (34)
System.Net.Requests (2)
System.Net.Security (6)
System.Net.Sockets (12)
System.Numerics.Tensors (2)
System.Private.CoreLib (132)
Internal\Runtime\CompilerServices\OpenMethodResolver.cs (4)
28private readonly GCHandle _readerGCHandle;
34public OpenMethodResolver(RuntimeTypeHandle declaringTypeOfSlot, int slot, GCHandle readerGCHandle, int handle)
45public OpenMethodResolver(RuntimeTypeHandle declaringTypeOfSlot, RuntimeMethodHandle gvmSlot, GCHandle readerGCHandle, int handle)
55public OpenMethodResolver(RuntimeTypeHandle declaringType, IntPtr codePointer, GCHandle readerGCHandle, int handle, short resolveType)
System.Private.Reflection.Execution (2)
System.Private.TypeLoader (12)
System.Private.Windows.Core (19)
System.Reflection.Metadata (5)
System.Resources.Extensions (2)
System.Runtime (1)
System.Runtime.Caching (2)
System.Runtime.InteropServices (1)
System.Runtime.InteropServices.JavaScript (22)
System.Security.Cryptography (2)
System.Security.Principal.Windows (3)
System.ServiceProcess.ServiceController (2)
System.Speech (60)
System.Windows.Forms (22)
System.Windows.Forms.Primitives (4)
UIAutomationClient (8)
UIAutomationClientSideProviders (6)