2928 references to GC
Aspire.Cli.Tests (2)
Projects\AppHostServerProjectTests.cs (1)
26GC.SuppressFinalize(this);
Projects\GuestAppHostProjectTests.cs (1)
21GC.SuppressFinalize(this);
Client.TypedClient.IntegrationTests (3)
TypedProxyTests.4.0.0.cs (3)
616GC.Collect(2); 619GC.WaitForPendingFinalizers(); 620GC.Collect(2);
csc (1)
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
332GC.SuppressFinalize(npcs);
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.CodeDom\Compiler\TempFiles.cs (1)
71GC.SuppressFinalize(this);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElementList.cs (1)
270GC.SuppressFinalize(this);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (2)
1464GC.SuppressFinalize(this); 1499GC.SuppressFinalize(this);
FrameworkFork\System.ServiceModel\SMDiagnostics\System\ServiceModel\Diagnostics\Activity.cs (1)
44GC.SuppressFinalize(this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\ServiceModelActivity.cs (1)
288GC.SuppressFinalize(this);
ILCompiler.Compiler (1)
Compiler\Disassembler.cs (1)
127GC.SuppressFinalize(this);
ILCompiler.Diagnostics (9)
_generated\0\Microsoft.DiaSymReader.ISymNGenWriter.cs (2)
60global::System.GC.KeepAlive(this); 107global::System.GC.KeepAlive(this);
_generated\1\Microsoft.DiaSymReader.ISymNGenWriter2.cs (7)
64global::System.GC.KeepAlive(this); 111global::System.GC.KeepAlive(this); 152global::System.GC.KeepAlive(this); 198global::System.GC.KeepAlive(this); 239global::System.GC.KeepAlive(this); 294global::System.GC.KeepAlive(this); 318global::System.GC.KeepAlive(this);
ILCompiler.ReadyToRun (1)
TypeSystem\Mutable\MutableModule.cs (1)
214byte[] metadataArray = GC.AllocateArray<byte>(metadataArrayTemp.Length, pinned: true);
Microsoft.Agents.AI.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestBase.cs (1)
63GC.SuppressFinalize(this);
Microsoft.AspNetCore.Components (2)
OwningComponentBase.cs (2)
51GC.SuppressFinalize(this); 78GC.SuppressFinalize(this);
Microsoft.AspNetCore.Components.WebView.Wpf (1)
BlazorWebView.cs (1)
413 GC.SuppressFinalize(this);
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
Utilities\CleanableWeakCache`2.cs (1)
169GC.KeepAlive(existingValue);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\Disposable.cs (1)
38GC.SuppressFinalize(this);
src\aspnetcore\src\Shared\Buffers.MemoryPool\MemoryPoolBlock.cs (1)
18var pinnedArray = GC.AllocateUninitializedArray<byte>(length, pinned: true);
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
src\aspnetcore\src\Shared\Buffers.MemoryPool\MemoryPoolBlock.cs (1)
18var pinnedArray = GC.AllocateUninitializedArray<byte>(length, pinned: true);
Microsoft.Build (7)
BackEnd\BuildManager\BuildManager.cs (1)
1436GC.SuppressFinalize(this);
BackEnd\Components\Caching\RegisteredTaskObjectCache.cs (1)
49GC.SuppressFinalize(this);
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
329GC.SuppressFinalize(this);
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
254GC.SuppressFinalize(this);
Definition\ProjectCollection.cs (1)
1563GC.SuppressFinalize(this);
Instance\TaskRegistry.cs (1)
1132return GC.GetTotalAllocatedBytes(false);
src\msbuild\src\Shared\Debugging\PrintLineDebugger.cs (1)
67GC.SuppressFinalize(this);
Microsoft.Build.Framework (1)
Telemetry\CrashTelemetry.cs (1)
475GCMemoryInfo gcMemInfo = System.GC.GetGCMemoryInfo();
Microsoft.Build.Tasks.CodeAnalysis (1)
src\roslyn\src\Compilers\Core\MSBuildTask\RCWForCurrentContext.cs (1)
104GC.SuppressFinalize(this);
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\DisposableBase.cs (1)
46GC.SuppressFinalize(this);
BuildCacheDisposeWrapper.cs (1)
44GC.SuppressFinalize(this);
src\msbuild\src\Shared\Debugging\PrintLineDebugger.cs (1)
67GC.SuppressFinalize(this);
Microsoft.Build.Utilities.Core (1)
src\msbuild\src\Shared\Debugging\PrintLineDebugger.cs (1)
67GC.SuppressFinalize(this);
Microsoft.CodeAnalysis (2)
DiaSymReader\Writer\SymUnmanagedWriterImpl.cs (1)
80GC.SuppressFinalize(this);
ReferenceManager\CommonReferenceManager.Resolution.cs (1)
368GC.KeepAlive(assemblyMetadata);
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\AbstractAnalysisData.cs (1)
21GC.SuppressFinalize(this);
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\roslyn\src\Analyzers\Core\CodeFixes\ImplementInterface\ImplementInterfaceGenerator_DisposePattern.cs (2)
202var gcType = compilation.GetTypeByMetadataName(typeof(GC).FullName!); 209nameof(GC.SuppressFinalize)),
Microsoft.CodeAnalysis.Features (16)
AddImport\AbstractAddImportFeatureService.cs (1)
124GC.KeepAlive(semanticModel);
Completion\CompletionService.cs (2)
219GC.KeepAlive(semanticModel); 254GC.KeepAlive(semanticModel);
Completion\CompletionService_GetCompletions.cs (1)
118GC.KeepAlive(semanticModel);
ConvertTupleToStruct\AbstractConvertTupleToStructCodeRefactoringProvider.cs (1)
399GC.KeepAlive(compilation);
Copilot\ICopilotChangeAnalysisService.cs (1)
124GC.KeepAlive(semanticModel);
Copilot\IProposalAdjusterService.cs (1)
158GC.KeepAlive(forkedRoot);
Diagnostics\Service\DocumentAnalysisExecutor.cs (6)
326GC.KeepAlive(rangeDeclaractionDiagnostics); 327GC.KeepAlive(rangeMethodBodyDiagnostics); 328GC.KeepAlive(rangeDiagnostics); 329GC.KeepAlive(wholeDeclarationDiagnostics); 330GC.KeepAlive(wholeMethodBodyDiagnostics); 331GC.KeepAlive(wholeDiagnostics);
MoveStaticMembers\MoveStaticMembersWithDialogCodeAction.cs (1)
265GC.KeepAlive(compilation);
src\roslyn\src\Analyzers\Core\CodeFixes\ImplementInterface\ImplementInterfaceGenerator_DisposePattern.cs (2)
202var gcType = compilation.GetTypeByMetadataName(typeof(GC).FullName!); 209nameof(GC.SuppressFinalize)),
Microsoft.CodeAnalysis.Scripting (1)
Hosting\AssemblyLoader\MetadataShadowCopyProvider.cs (1)
162GC.SuppressFinalize(this);
Microsoft.CodeAnalysis.Workspaces (13)
FindSymbols\ReferenceLocationExtensions.cs (1)
41GC.KeepAlive(compilation);
Remote\IRemoteKeepAliveService.cs (1)
229GC.SuppressFinalize(this);
TemporaryStorage\TemporaryStorageService.MemoryMappedInfo.cs (2)
135GC.GetTotalMemory(forceFullCollection: true); 139GC.Collect();
Workspace\IsolatedAnalyzerFileReference.cs (1)
99GC.KeepAlive(this);
Workspace\Solution\DocumentState.cs (8)
693GC.KeepAlive(newTreeContent); 694GC.KeepAlive(newTextContent); 695GC.KeepAlive(oldTreeContent); 696GC.KeepAlive(oldTextContent); 698GC.KeepAlive(newTree); 699GC.KeepAlive(newText); 700GC.KeepAlive(oldTree); 701GC.KeepAlive(oldText);
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComEventSinksContainer.cs (1)
56GC.SuppressFinalize(this);
Microsoft.Data.Analysis (1)
TextFieldParser.cs (1)
504GC.SuppressFinalize(this);
Microsoft.Data.Analysis.Tests (2)
src\Microsoft.Data.Analysis\TextFieldParser.cs (1)
504GC.SuppressFinalize(this);
test\Microsoft.ML.TestFramework\BaseTestClass.cs (1)
93GC.Collect(2, GCCollectionMode.Forced, true);
Microsoft.Diagnostics.DataContractReader.Legacy (867)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (130)
306global::System.GC.KeepAlive(this); 343global::System.GC.KeepAlive(this); 380global::System.GC.KeepAlive(this); 417global::System.GC.KeepAlive(this); 454global::System.GC.KeepAlive(this); 491global::System.GC.KeepAlive(this); 528global::System.GC.KeepAlive(this); 565global::System.GC.KeepAlive(this); 602global::System.GC.KeepAlive(this); 639global::System.GC.KeepAlive(this); 676global::System.GC.KeepAlive(this); 713global::System.GC.KeepAlive(this); 750global::System.GC.KeepAlive(this); 787global::System.GC.KeepAlive(this); 824global::System.GC.KeepAlive(this); 861global::System.GC.KeepAlive(this); 898global::System.GC.KeepAlive(this); 935global::System.GC.KeepAlive(this); 972global::System.GC.KeepAlive(this); 1009global::System.GC.KeepAlive(this); 1046global::System.GC.KeepAlive(this); 1083global::System.GC.KeepAlive(this); 1120global::System.GC.KeepAlive(this); 1157global::System.GC.KeepAlive(this); 1194global::System.GC.KeepAlive(this); 1231global::System.GC.KeepAlive(this); 1268global::System.GC.KeepAlive(this); 1305global::System.GC.KeepAlive(this); 1342global::System.GC.KeepAlive(this); 1379global::System.GC.KeepAlive(this); 1416global::System.GC.KeepAlive(this); 1453global::System.GC.KeepAlive(this); 1490global::System.GC.KeepAlive(this); 1527global::System.GC.KeepAlive(this); 1564global::System.GC.KeepAlive(this); 1601global::System.GC.KeepAlive(this); 1638global::System.GC.KeepAlive(this); 1675global::System.GC.KeepAlive(this); 1712global::System.GC.KeepAlive(this); 1749global::System.GC.KeepAlive(this); 1786global::System.GC.KeepAlive(this); 1823global::System.GC.KeepAlive(this); 1860global::System.GC.KeepAlive(this); 1897global::System.GC.KeepAlive(this); 1934global::System.GC.KeepAlive(this); 1971global::System.GC.KeepAlive(this); 2008global::System.GC.KeepAlive(this); 2045global::System.GC.KeepAlive(this); 2082global::System.GC.KeepAlive(this); 2119global::System.GC.KeepAlive(this); 2156global::System.GC.KeepAlive(this); 2193global::System.GC.KeepAlive(this); 2230global::System.GC.KeepAlive(this); 2267global::System.GC.KeepAlive(this); 2304global::System.GC.KeepAlive(this); 2341global::System.GC.KeepAlive(this); 2378global::System.GC.KeepAlive(this); 2415global::System.GC.KeepAlive(this); 2452global::System.GC.KeepAlive(this); 2489global::System.GC.KeepAlive(this); 2526global::System.GC.KeepAlive(this); 2563global::System.GC.KeepAlive(this); 2600global::System.GC.KeepAlive(this); 2637global::System.GC.KeepAlive(this); 2674global::System.GC.KeepAlive(this); 2711global::System.GC.KeepAlive(this); 2748global::System.GC.KeepAlive(this); 2785global::System.GC.KeepAlive(this); 2822global::System.GC.KeepAlive(this); 2859global::System.GC.KeepAlive(this); 2896global::System.GC.KeepAlive(this); 2933global::System.GC.KeepAlive(this); 2970global::System.GC.KeepAlive(this); 3007global::System.GC.KeepAlive(this); 3044global::System.GC.KeepAlive(this); 3081global::System.GC.KeepAlive(this); 3118global::System.GC.KeepAlive(this); 3155global::System.GC.KeepAlive(this); 3192global::System.GC.KeepAlive(this); 3229global::System.GC.KeepAlive(this); 3266global::System.GC.KeepAlive(this); 3303global::System.GC.KeepAlive(this); 3340global::System.GC.KeepAlive(this); 3377global::System.GC.KeepAlive(this); 3414global::System.GC.KeepAlive(this); 3451global::System.GC.KeepAlive(this); 3488global::System.GC.KeepAlive(this); 3525global::System.GC.KeepAlive(this); 3562global::System.GC.KeepAlive(this); 3599global::System.GC.KeepAlive(this); 3636global::System.GC.KeepAlive(this); 3673global::System.GC.KeepAlive(this); 3710global::System.GC.KeepAlive(this); 3747global::System.GC.KeepAlive(this); 3784global::System.GC.KeepAlive(this); 3821global::System.GC.KeepAlive(this); 3858global::System.GC.KeepAlive(this); 3895global::System.GC.KeepAlive(this); 3932global::System.GC.KeepAlive(this); 3969global::System.GC.KeepAlive(this); 4006global::System.GC.KeepAlive(this); 4043global::System.GC.KeepAlive(this); 4080global::System.GC.KeepAlive(this); 4117global::System.GC.KeepAlive(this); 4154global::System.GC.KeepAlive(this); 4191global::System.GC.KeepAlive(this); 4228global::System.GC.KeepAlive(this); 4265global::System.GC.KeepAlive(this); 4302global::System.GC.KeepAlive(this); 4339global::System.GC.KeepAlive(this); 4376global::System.GC.KeepAlive(this); 4413global::System.GC.KeepAlive(this); 4450global::System.GC.KeepAlive(this); 4487global::System.GC.KeepAlive(this); 4524global::System.GC.KeepAlive(this); 4561global::System.GC.KeepAlive(this); 4598global::System.GC.KeepAlive(this); 4635global::System.GC.KeepAlive(this); 4672global::System.GC.KeepAlive(this); 4709global::System.GC.KeepAlive(this); 4746global::System.GC.KeepAlive(this); 4783global::System.GC.KeepAlive(this); 4820global::System.GC.KeepAlive(this); 4857global::System.GC.KeepAlive(this); 4894global::System.GC.KeepAlive(this); 4931global::System.GC.KeepAlive(this); 4968global::System.GC.KeepAlive(this); 5005global::System.GC.KeepAlive(this); 5042global::System.GC.KeepAlive(this); 5079global::System.GC.KeepAlive(this);
_generated\17\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataEnumMemoryRegions.cs (1)
48global::System.GC.KeepAlive(this);
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget.cs (11)
68global::System.GC.KeepAlive(this); 105global::System.GC.KeepAlive(this); 144global::System.GC.KeepAlive(this); 183global::System.GC.KeepAlive(this); 220global::System.GC.KeepAlive(this); 257global::System.GC.KeepAlive(this); 294global::System.GC.KeepAlive(this); 331global::System.GC.KeepAlive(this); 368global::System.GC.KeepAlive(this); 405global::System.GC.KeepAlive(this); 442global::System.GC.KeepAlive(this);
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget2.cs (13)
64global::System.GC.KeepAlive(this); 106global::System.GC.KeepAlive(this); 145global::System.GC.KeepAlive(this); 163global::System.GC.KeepAlive(this); 183global::System.GC.KeepAlive(this); 201global::System.GC.KeepAlive(this); 219global::System.GC.KeepAlive(this); 237global::System.GC.KeepAlive(this); 255global::System.GC.KeepAlive(this); 273global::System.GC.KeepAlive(this); 291global::System.GC.KeepAlive(this); 309global::System.GC.KeepAlive(this); 327global::System.GC.KeepAlive(this);
_generated\20\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRDataTarget3.cs (16)
65global::System.GC.KeepAlive(this); 102global::System.GC.KeepAlive(this); 139global::System.GC.KeepAlive(this); 176global::System.GC.KeepAlive(this); 194global::System.GC.KeepAlive(this); 214global::System.GC.KeepAlive(this); 232global::System.GC.KeepAlive(this); 250global::System.GC.KeepAlive(this); 268global::System.GC.KeepAlive(this); 286global::System.GC.KeepAlive(this); 304global::System.GC.KeepAlive(this); 322global::System.GC.KeepAlive(this); 340global::System.GC.KeepAlive(this); 358global::System.GC.KeepAlive(this); 379global::System.GC.KeepAlive(this); 400global::System.GC.KeepAlive(this);
_generated\21\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRContractLocator.cs (1)
48global::System.GC.KeepAlive(this);
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.cs (62)
169global::System.GC.KeepAlive(this); 202global::System.GC.KeepAlive(this); 239global::System.GC.KeepAlive(this); 276global::System.GC.KeepAlive(this); 313global::System.GC.KeepAlive(this); 350global::System.GC.KeepAlive(this); 387global::System.GC.KeepAlive(this); 424global::System.GC.KeepAlive(this); 461global::System.GC.KeepAlive(this); 498global::System.GC.KeepAlive(this); 535global::System.GC.KeepAlive(this); 572global::System.GC.KeepAlive(this); 609global::System.GC.KeepAlive(this); 646global::System.GC.KeepAlive(this); 683global::System.GC.KeepAlive(this); 720global::System.GC.KeepAlive(this); 757global::System.GC.KeepAlive(this); 794global::System.GC.KeepAlive(this); 831global::System.GC.KeepAlive(this); 868global::System.GC.KeepAlive(this); 905global::System.GC.KeepAlive(this); 942global::System.GC.KeepAlive(this); 979global::System.GC.KeepAlive(this); 1016global::System.GC.KeepAlive(this); 1053global::System.GC.KeepAlive(this); 1090global::System.GC.KeepAlive(this); 1127global::System.GC.KeepAlive(this); 1164global::System.GC.KeepAlive(this); 1201global::System.GC.KeepAlive(this); 1238global::System.GC.KeepAlive(this); 1275global::System.GC.KeepAlive(this); 1312global::System.GC.KeepAlive(this); 1349global::System.GC.KeepAlive(this); 1386global::System.GC.KeepAlive(this); 1423global::System.GC.KeepAlive(this); 1460global::System.GC.KeepAlive(this); 1497global::System.GC.KeepAlive(this); 1534global::System.GC.KeepAlive(this); 1571global::System.GC.KeepAlive(this); 1608global::System.GC.KeepAlive(this); 1645global::System.GC.KeepAlive(this); 1682global::System.GC.KeepAlive(this); 1719global::System.GC.KeepAlive(this); 1756global::System.GC.KeepAlive(this); 1793global::System.GC.KeepAlive(this); 1830global::System.GC.KeepAlive(this); 1867global::System.GC.KeepAlive(this); 1904global::System.GC.KeepAlive(this); 1941global::System.GC.KeepAlive(this); 1978global::System.GC.KeepAlive(this); 2015global::System.GC.KeepAlive(this); 2052global::System.GC.KeepAlive(this); 2089global::System.GC.KeepAlive(this); 2126global::System.GC.KeepAlive(this); 2163global::System.GC.KeepAlive(this); 2200global::System.GC.KeepAlive(this); 2237global::System.GC.KeepAlive(this); 2274global::System.GC.KeepAlive(this); 2311global::System.GC.KeepAlive(this); 2348global::System.GC.KeepAlive(this); 2385global::System.GC.KeepAlive(this); 2422global::System.GC.KeepAlive(this);
_generated\23\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport2.cs (70)
124global::System.GC.KeepAlive(this); 161global::System.GC.KeepAlive(this); 198global::System.GC.KeepAlive(this); 235global::System.GC.KeepAlive(this); 272global::System.GC.KeepAlive(this); 309global::System.GC.KeepAlive(this); 346global::System.GC.KeepAlive(this); 383global::System.GC.KeepAlive(this); 419global::System.GC.KeepAlive(this); 436global::System.GC.KeepAlive(this); 454global::System.GC.KeepAlive(this); 472global::System.GC.KeepAlive(this); 490global::System.GC.KeepAlive(this); 508global::System.GC.KeepAlive(this); 526global::System.GC.KeepAlive(this); 544global::System.GC.KeepAlive(this); 562global::System.GC.KeepAlive(this); 580global::System.GC.KeepAlive(this); 598global::System.GC.KeepAlive(this); 616global::System.GC.KeepAlive(this); 634global::System.GC.KeepAlive(this); 652global::System.GC.KeepAlive(this); 670global::System.GC.KeepAlive(this); 688global::System.GC.KeepAlive(this); 706global::System.GC.KeepAlive(this); 724global::System.GC.KeepAlive(this); 742global::System.GC.KeepAlive(this); 760global::System.GC.KeepAlive(this); 778global::System.GC.KeepAlive(this); 796global::System.GC.KeepAlive(this); 814global::System.GC.KeepAlive(this); 832global::System.GC.KeepAlive(this); 850global::System.GC.KeepAlive(this); 868global::System.GC.KeepAlive(this); 886global::System.GC.KeepAlive(this); 904global::System.GC.KeepAlive(this); 922global::System.GC.KeepAlive(this); 940global::System.GC.KeepAlive(this); 958global::System.GC.KeepAlive(this); 976global::System.GC.KeepAlive(this); 994global::System.GC.KeepAlive(this); 1012global::System.GC.KeepAlive(this); 1030global::System.GC.KeepAlive(this); 1048global::System.GC.KeepAlive(this); 1066global::System.GC.KeepAlive(this); 1084global::System.GC.KeepAlive(this); 1102global::System.GC.KeepAlive(this); 1120global::System.GC.KeepAlive(this); 1138global::System.GC.KeepAlive(this); 1156global::System.GC.KeepAlive(this); 1174global::System.GC.KeepAlive(this); 1192global::System.GC.KeepAlive(this); 1210global::System.GC.KeepAlive(this); 1228global::System.GC.KeepAlive(this); 1246global::System.GC.KeepAlive(this); 1264global::System.GC.KeepAlive(this); 1282global::System.GC.KeepAlive(this); 1300global::System.GC.KeepAlive(this); 1318global::System.GC.KeepAlive(this); 1336global::System.GC.KeepAlive(this); 1354global::System.GC.KeepAlive(this); 1372global::System.GC.KeepAlive(this); 1390global::System.GC.KeepAlive(this); 1408global::System.GC.KeepAlive(this); 1426global::System.GC.KeepAlive(this); 1444global::System.GC.KeepAlive(this); 1462global::System.GC.KeepAlive(this); 1480global::System.GC.KeepAlive(this); 1498global::System.GC.KeepAlive(this); 1516global::System.GC.KeepAlive(this);
_generated\24\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataAssemblyImport.cs (14)
74global::System.GC.KeepAlive(this); 111global::System.GC.KeepAlive(this); 148global::System.GC.KeepAlive(this); 185global::System.GC.KeepAlive(this); 222global::System.GC.KeepAlive(this); 259global::System.GC.KeepAlive(this); 296global::System.GC.KeepAlive(this); 333global::System.GC.KeepAlive(this); 370global::System.GC.KeepAlive(this); 407global::System.GC.KeepAlive(this); 444global::System.GC.KeepAlive(this); 481global::System.GC.KeepAlive(this); 517global::System.GC.KeepAlive(this); 550global::System.GC.KeepAlive(this);
_generated\25\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSEnum.cs (3)
52global::System.GC.KeepAlive(this); 89global::System.GC.KeepAlive(this); 126global::System.GC.KeepAlive(this);
_generated\26\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSHandleEnum.cs (4)
53global::System.GC.KeepAlive(this); 99global::System.GC.KeepAlive(this); 117global::System.GC.KeepAlive(this); 135global::System.GC.KeepAlive(this);
_generated\27\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSStackRefErrorEnum.cs (4)
53global::System.GC.KeepAlive(this); 99global::System.GC.KeepAlive(this); 117global::System.GC.KeepAlive(this); 135global::System.GC.KeepAlive(this);
_generated\28\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSStackRefEnum.cs (5)
55global::System.GC.KeepAlive(this); 111global::System.GC.KeepAlive(this); 166global::System.GC.KeepAlive(this); 184global::System.GC.KeepAlive(this); 202global::System.GC.KeepAlive(this);
_generated\29\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSMemoryEnum.cs (4)
53global::System.GC.KeepAlive(this); 99global::System.GC.KeepAlive(this); 117global::System.GC.KeepAlive(this); 135global::System.GC.KeepAlive(this);
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (88)
222global::System.GC.KeepAlive(this); 259global::System.GC.KeepAlive(this); 320global::System.GC.KeepAlive(this); 411global::System.GC.KeepAlive(this); 453global::System.GC.KeepAlive(this); 495global::System.GC.KeepAlive(this); 560global::System.GC.KeepAlive(this); 655global::System.GC.KeepAlive(this); 699global::System.GC.KeepAlive(this); 750global::System.GC.KeepAlive(this); 810global::System.GC.KeepAlive(this); 852global::System.GC.KeepAlive(this); 917global::System.GC.KeepAlive(this); 1010global::System.GC.KeepAlive(this); 1052global::System.GC.KeepAlive(this); 1091global::System.GC.KeepAlive(this); 1131global::System.GC.KeepAlive(this); 1175global::System.GC.KeepAlive(this); 1219global::System.GC.KeepAlive(this); 1261global::System.GC.KeepAlive(this); 1303global::System.GC.KeepAlive(this); 1345global::System.GC.KeepAlive(this); 1387global::System.GC.KeepAlive(this); 1429global::System.GC.KeepAlive(this); 1468global::System.GC.KeepAlive(this); 1508global::System.GC.KeepAlive(this); 1547global::System.GC.KeepAlive(this); 1584global::System.GC.KeepAlive(this); 1624global::System.GC.KeepAlive(this); 1666global::System.GC.KeepAlive(this); 1708global::System.GC.KeepAlive(this); 1750global::System.GC.KeepAlive(this); 1792global::System.GC.KeepAlive(this); 1834global::System.GC.KeepAlive(this); 1876global::System.GC.KeepAlive(this); 1918global::System.GC.KeepAlive(this); 1960global::System.GC.KeepAlive(this); 2002global::System.GC.KeepAlive(this); 2044global::System.GC.KeepAlive(this); 2086global::System.GC.KeepAlive(this); 2128global::System.GC.KeepAlive(this); 2170global::System.GC.KeepAlive(this); 2212global::System.GC.KeepAlive(this); 2251global::System.GC.KeepAlive(this); 2312global::System.GC.KeepAlive(this); 2403global::System.GC.KeepAlive(this); 2442global::System.GC.KeepAlive(this); 2482global::System.GC.KeepAlive(this); 2524global::System.GC.KeepAlive(this); 2563global::System.GC.KeepAlive(this); 2603global::System.GC.KeepAlive(this); 2642global::System.GC.KeepAlive(this); 2682global::System.GC.KeepAlive(this); 2724global::System.GC.KeepAlive(this); 2766global::System.GC.KeepAlive(this); 2808global::System.GC.KeepAlive(this); 2847global::System.GC.KeepAlive(this); 2887global::System.GC.KeepAlive(this); 2936global::System.GC.KeepAlive(this); 3003global::System.GC.KeepAlive(this); 3074global::System.GC.KeepAlive(this); 3132global::System.GC.KeepAlive(this); 3174global::System.GC.KeepAlive(this); 3213global::System.GC.KeepAlive(this); 3253global::System.GC.KeepAlive(this); 3297global::System.GC.KeepAlive(this); 3348global::System.GC.KeepAlive(this); 3387global::System.GC.KeepAlive(this); 3427global::System.GC.KeepAlive(this); 3466global::System.GC.KeepAlive(this); 3503global::System.GC.KeepAlive(this); 3543global::System.GC.KeepAlive(this); 3587global::System.GC.KeepAlive(this); 3638global::System.GC.KeepAlive(this); 3682global::System.GC.KeepAlive(this); 3733global::System.GC.KeepAlive(this); 3782global::System.GC.KeepAlive(this); 3837global::System.GC.KeepAlive(this); 3877global::System.GC.KeepAlive(this); 3916global::System.GC.KeepAlive(this); 3979global::System.GC.KeepAlive(this); 4072global::System.GC.KeepAlive(this); 4114global::System.GC.KeepAlive(this); 4156global::System.GC.KeepAlive(this); 4198global::System.GC.KeepAlive(this); 4240global::System.GC.KeepAlive(this); 4282global::System.GC.KeepAlive(this); 4324global::System.GC.KeepAlive(this);
_generated\31\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface2.cs (2)
53global::System.GC.KeepAlive(this); 95global::System.GC.KeepAlive(this);
_generated\32\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface3.cs (3)
55global::System.GC.KeepAlive(this); 94global::System.GC.KeepAlive(this); 131global::System.GC.KeepAlive(this);
_generated\33\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface4.cs (1)
72global::System.GC.KeepAlive(this);
_generated\34\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface5.cs (1)
53global::System.GC.KeepAlive(this);
_generated\35\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface6.cs (1)
51global::System.GC.KeepAlive(this);
_generated\36\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface7.cs (4)
57global::System.GC.KeepAlive(this); 99global::System.GC.KeepAlive(this); 141global::System.GC.KeepAlive(this); 183global::System.GC.KeepAlive(this);
_generated\37\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface8.cs (6)
58global::System.GC.KeepAlive(this); 95global::System.GC.KeepAlive(this); 132global::System.GC.KeepAlive(this); 172global::System.GC.KeepAlive(this); 214global::System.GC.KeepAlive(this); 256global::System.GC.KeepAlive(this);
_generated\38\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface9.cs (1)
50global::System.GC.KeepAlive(this);
_generated\39\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface10.cs (5)
82global::System.GC.KeepAlive(this); 175global::System.GC.KeepAlive(this); 217global::System.GC.KeepAlive(this); 259global::System.GC.KeepAlive(this); 301global::System.GC.KeepAlive(this);
_generated\40\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface11.cs (2)
53global::System.GC.KeepAlive(this); 95global::System.GC.KeepAlive(this);
_generated\41\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface12.cs (1)
48global::System.GC.KeepAlive(this);
_generated\42\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface13.cs (8)
65global::System.GC.KeepAlive(this); 107global::System.GC.KeepAlive(this); 146global::System.GC.KeepAlive(this); 186global::System.GC.KeepAlive(this); 235global::System.GC.KeepAlive(this); 300global::System.GC.KeepAlive(this); 365global::System.GC.KeepAlive(this); 420global::System.GC.KeepAlive(this);
_generated\43\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface14.cs (3)
55global::System.GC.KeepAlive(this); 99global::System.GC.KeepAlive(this); 143global::System.GC.KeepAlive(this);
_generated\44\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSMethodEnum.cs (4)
53global::System.GC.KeepAlive(this); 99global::System.GC.KeepAlive(this); 117global::System.GC.KeepAlive(this); 135global::System.GC.KeepAlive(this);
_generated\45\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface15.cs (1)
60global::System.GC.KeepAlive(this);
_generated\46\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface16.cs (1)
48global::System.GC.KeepAlive(this);
_generated\47\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataModule.cs (38)
122global::System.GC.KeepAlive(this); 169global::System.GC.KeepAlive(this); 224global::System.GC.KeepAlive(this); 261global::System.GC.KeepAlive(this); 308global::System.GC.KeepAlive(this); 363global::System.GC.KeepAlive(this); 405global::System.GC.KeepAlive(this); 461global::System.GC.KeepAlive(this); 516global::System.GC.KeepAlive(this); 553global::System.GC.KeepAlive(this); 600global::System.GC.KeepAlive(this); 655global::System.GC.KeepAlive(this); 697global::System.GC.KeepAlive(this); 753global::System.GC.KeepAlive(this); 808global::System.GC.KeepAlive(this); 855global::System.GC.KeepAlive(this); 910global::System.GC.KeepAlive(this); 957global::System.GC.KeepAlive(this); 1012global::System.GC.KeepAlive(this); 1054global::System.GC.KeepAlive(this); 1110global::System.GC.KeepAlive(this); 1165global::System.GC.KeepAlive(this); 1212global::System.GC.KeepAlive(this); 1274global::System.GC.KeepAlive(this); 1333global::System.GC.KeepAlive(this); 1388global::System.GC.KeepAlive(this); 1425global::System.GC.KeepAlive(this); 1462global::System.GC.KeepAlive(this); 1499global::System.GC.KeepAlive(this); 1536global::System.GC.KeepAlive(this); 1573global::System.GC.KeepAlive(this); 1610global::System.GC.KeepAlive(this); 1647global::System.GC.KeepAlive(this); 1684global::System.GC.KeepAlive(this); 1721global::System.GC.KeepAlive(this); 1758global::System.GC.KeepAlive(this); 1795global::System.GC.KeepAlive(this); 1832global::System.GC.KeepAlive(this);
_generated\48\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataModule2.cs (1)
48global::System.GC.KeepAlive(this);
_generated\49\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (46)
138global::System.GC.KeepAlive(this); 175global::System.GC.KeepAlive(this); 222global::System.GC.KeepAlive(this); 277global::System.GC.KeepAlive(this); 324global::System.GC.KeepAlive(this); 389global::System.GC.KeepAlive(this); 444global::System.GC.KeepAlive(this); 481global::System.GC.KeepAlive(this); 528global::System.GC.KeepAlive(this); 583global::System.GC.KeepAlive(this); 620global::System.GC.KeepAlive(this); 660global::System.GC.KeepAlive(this); 702global::System.GC.KeepAlive(this); 741global::System.GC.KeepAlive(this); 778global::System.GC.KeepAlive(this); 815global::System.GC.KeepAlive(this); 852global::System.GC.KeepAlive(this); 889global::System.GC.KeepAlive(this); 936global::System.GC.KeepAlive(this); 991global::System.GC.KeepAlive(this); 1028global::System.GC.KeepAlive(this); 1075global::System.GC.KeepAlive(this); 1130global::System.GC.KeepAlive(this); 1179global::System.GC.KeepAlive(this); 1243global::System.GC.KeepAlive(this); 1301global::System.GC.KeepAlive(this); 1356global::System.GC.KeepAlive(this); 1409global::System.GC.KeepAlive(this); 1482global::System.GC.KeepAlive(this); 1542global::System.GC.KeepAlive(this); 1588global::System.GC.KeepAlive(this); 1643global::System.GC.KeepAlive(this); 1714global::System.GC.KeepAlive(this); 1765global::System.GC.KeepAlive(this); 1819global::System.GC.KeepAlive(this); 1888global::System.GC.KeepAlive(this); 1955global::System.GC.KeepAlive(this); 2024global::System.GC.KeepAlive(this); 2083global::System.GC.KeepAlive(this); 2120global::System.GC.KeepAlive(this); 2160global::System.GC.KeepAlive(this); 2209global::System.GC.KeepAlive(this); 2264global::System.GC.KeepAlive(this); 2304global::System.GC.KeepAlive(this); 2350global::System.GC.KeepAlive(this); 2401global::System.GC.KeepAlive(this);
_generated\50\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (48)
96global::System.GC.KeepAlive(this); 133global::System.GC.KeepAlive(this); 170global::System.GC.KeepAlive(this); 188global::System.GC.KeepAlive(this); 216global::System.GC.KeepAlive(this); 241global::System.GC.KeepAlive(this); 269global::System.GC.KeepAlive(this); 304global::System.GC.KeepAlive(this); 329global::System.GC.KeepAlive(this); 347global::System.GC.KeepAlive(this); 375global::System.GC.KeepAlive(this); 400global::System.GC.KeepAlive(this); 418global::System.GC.KeepAlive(this); 439global::System.GC.KeepAlive(this); 460global::System.GC.KeepAlive(this); 478global::System.GC.KeepAlive(this); 496global::System.GC.KeepAlive(this); 514global::System.GC.KeepAlive(this); 532global::System.GC.KeepAlive(this); 550global::System.GC.KeepAlive(this); 578global::System.GC.KeepAlive(this); 603global::System.GC.KeepAlive(this); 621global::System.GC.KeepAlive(this); 649global::System.GC.KeepAlive(this); 674global::System.GC.KeepAlive(this); 704global::System.GC.KeepAlive(this); 736global::System.GC.KeepAlive(this); 771global::System.GC.KeepAlive(this); 796global::System.GC.KeepAlive(this); 830global::System.GC.KeepAlive(this); 867global::System.GC.KeepAlive(this); 897global::System.GC.KeepAlive(this); 922global::System.GC.KeepAlive(this); 958global::System.GC.KeepAlive(this); 991global::System.GC.KeepAlive(this); 1021global::System.GC.KeepAlive(this); 1054global::System.GC.KeepAlive(this); 1087global::System.GC.KeepAlive(this); 1120global::System.GC.KeepAlive(this); 1153global::System.GC.KeepAlive(this); 1178global::System.GC.KeepAlive(this); 1196global::System.GC.KeepAlive(this); 1217global::System.GC.KeepAlive(this); 1245global::System.GC.KeepAlive(this); 1270global::System.GC.KeepAlive(this); 1291global::System.GC.KeepAlive(this); 1316global::System.GC.KeepAlive(this); 1344global::System.GC.KeepAlive(this);
_generated\51\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataStackWalk.cs (8)
64global::System.GC.KeepAlive(this); 112global::System.GC.KeepAlive(this); 156global::System.GC.KeepAlive(this); 193global::System.GC.KeepAlive(this); 230global::System.GC.KeepAlive(this); 277global::System.GC.KeepAlive(this); 332global::System.GC.KeepAlive(this); 371global::System.GC.KeepAlive(this);
_generated\52\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame.cs (12)
70global::System.GC.KeepAlive(this); 109global::System.GC.KeepAlive(this); 165global::System.GC.KeepAlive(this); 220global::System.GC.KeepAlive(this); 267global::System.GC.KeepAlive(this); 322global::System.GC.KeepAlive(this); 369global::System.GC.KeepAlive(this); 424global::System.GC.KeepAlive(this); 471global::System.GC.KeepAlive(this); 526global::System.GC.KeepAlive(this); 563global::System.GC.KeepAlive(this); 610global::System.GC.KeepAlive(this);
_generated\53\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataFrame2.cs (1)
58global::System.GC.KeepAlive(this);
_generated\54\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTask.cs (16)
78global::System.GC.KeepAlive(this); 125global::System.GC.KeepAlive(this); 180global::System.GC.KeepAlive(this); 217global::System.GC.KeepAlive(this); 254global::System.GC.KeepAlive(this); 301global::System.GC.KeepAlive(this); 356global::System.GC.KeepAlive(this); 393global::System.GC.KeepAlive(this); 440global::System.GC.KeepAlive(this); 495global::System.GC.KeepAlive(this); 532global::System.GC.KeepAlive(this); 569global::System.GC.KeepAlive(this); 616global::System.GC.KeepAlive(this); 671global::System.GC.KeepAlive(this); 708global::System.GC.KeepAlive(this); 755global::System.GC.KeepAlive(this);
_generated\55\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataMethodInstance.cs (17)
90global::System.GC.KeepAlive(this); 155global::System.GC.KeepAlive(this); 220global::System.GC.KeepAlive(this); 275global::System.GC.KeepAlive(this); 312global::System.GC.KeepAlive(this); 349global::System.GC.KeepAlive(this); 386global::System.GC.KeepAlive(this); 423global::System.GC.KeepAlive(this); 470global::System.GC.KeepAlive(this); 528global::System.GC.KeepAlive(this); 567global::System.GC.KeepAlive(this); 606global::System.GC.KeepAlive(this); 652global::System.GC.KeepAlive(this); 689global::System.GC.KeepAlive(this); 726global::System.GC.KeepAlive(this); 763global::System.GC.KeepAlive(this); 800global::System.GC.KeepAlive(this);
_generated\56\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataAppDomain.cs (7)
70global::System.GC.KeepAlive(this); 125global::System.GC.KeepAlive(this); 162global::System.GC.KeepAlive(this); 199global::System.GC.KeepAlive(this); 236global::System.GC.KeepAlive(this); 283global::System.GC.KeepAlive(this); 338global::System.GC.KeepAlive(this);
_generated\57\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataAssembly.cs (12)
70global::System.GC.KeepAlive(this); 117global::System.GC.KeepAlive(this); 172global::System.GC.KeepAlive(this); 209global::System.GC.KeepAlive(this); 246global::System.GC.KeepAlive(this); 283global::System.GC.KeepAlive(this); 325global::System.GC.KeepAlive(this); 371global::System.GC.KeepAlive(this); 408global::System.GC.KeepAlive(this); 445global::System.GC.KeepAlive(this); 482global::System.GC.KeepAlive(this); 519global::System.GC.KeepAlive(this);
_generated\58\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTypeDefinition.cs (32)
120global::System.GC.KeepAlive(this); 175global::System.GC.KeepAlive(this); 222global::System.GC.KeepAlive(this); 277global::System.GC.KeepAlive(this); 314global::System.GC.KeepAlive(this); 361global::System.GC.KeepAlive(this); 416global::System.GC.KeepAlive(this); 463global::System.GC.KeepAlive(this); 523global::System.GC.KeepAlive(this); 579global::System.GC.KeepAlive(this); 634global::System.GC.KeepAlive(this); 671global::System.GC.KeepAlive(this); 718global::System.GC.KeepAlive(this); 773global::System.GC.KeepAlive(this); 810global::System.GC.KeepAlive(this); 852global::System.GC.KeepAlive(this); 898global::System.GC.KeepAlive(this); 935global::System.GC.KeepAlive(this); 982global::System.GC.KeepAlive(this); 1037global::System.GC.KeepAlive(this); 1074global::System.GC.KeepAlive(this); 1121global::System.GC.KeepAlive(this); 1176global::System.GC.KeepAlive(this); 1213global::System.GC.KeepAlive(this); 1260global::System.GC.KeepAlive(this); 1315global::System.GC.KeepAlive(this); 1362global::System.GC.KeepAlive(this); 1417global::System.GC.KeepAlive(this); 1454global::System.GC.KeepAlive(this); 1506global::System.GC.KeepAlive(this); 1582global::System.GC.KeepAlive(this); 1655global::System.GC.KeepAlive(this);
_generated\59\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTypeInstance.cs (31)
108global::System.GC.KeepAlive(this); 155global::System.GC.KeepAlive(this); 210global::System.GC.KeepAlive(this); 247global::System.GC.KeepAlive(this); 294global::System.GC.KeepAlive(this); 349global::System.GC.KeepAlive(this); 386global::System.GC.KeepAlive(this); 435global::System.GC.KeepAlive(this); 498global::System.GC.KeepAlive(this); 554global::System.GC.KeepAlive(this); 609global::System.GC.KeepAlive(this); 646global::System.GC.KeepAlive(this); 693global::System.GC.KeepAlive(this); 748global::System.GC.KeepAlive(this); 795global::System.GC.KeepAlive(this); 860global::System.GC.KeepAlive(this); 915global::System.GC.KeepAlive(this); 957global::System.GC.KeepAlive(this); 1003global::System.GC.KeepAlive(this); 1040global::System.GC.KeepAlive(this); 1082global::System.GC.KeepAlive(this); 1138global::System.GC.KeepAlive(this); 1193global::System.GC.KeepAlive(this); 1235global::System.GC.KeepAlive(this); 1291global::System.GC.KeepAlive(this); 1346global::System.GC.KeepAlive(this); 1395global::System.GC.KeepAlive(this); 1463global::System.GC.KeepAlive(this); 1533global::System.GC.KeepAlive(this); 1609global::System.GC.KeepAlive(this); 1684global::System.GC.KeepAlive(this);
_generated\60\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataMethodDefinition.cs (17)
90global::System.GC.KeepAlive(this); 150global::System.GC.KeepAlive(this); 206global::System.GC.KeepAlive(this); 261global::System.GC.KeepAlive(this); 298global::System.GC.KeepAlive(this); 345global::System.GC.KeepAlive(this); 400global::System.GC.KeepAlive(this); 442global::System.GC.KeepAlive(this); 488global::System.GC.KeepAlive(this); 525global::System.GC.KeepAlive(this); 562global::System.GC.KeepAlive(this); 599global::System.GC.KeepAlive(this); 636global::System.GC.KeepAlive(this); 673global::System.GC.KeepAlive(this); 710global::System.GC.KeepAlive(this); 747global::System.GC.KeepAlive(this); 784global::System.GC.KeepAlive(this);
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState.cs (10)
66global::System.GC.KeepAlive(this); 113global::System.GC.KeepAlive(this); 178global::System.GC.KeepAlive(this); 233global::System.GC.KeepAlive(this); 270global::System.GC.KeepAlive(this); 307global::System.GC.KeepAlive(this); 344global::System.GC.KeepAlive(this); 381global::System.GC.KeepAlive(this); 418global::System.GC.KeepAlive(this); 465global::System.GC.KeepAlive(this);
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (27)
100global::System.GC.KeepAlive(this); 137global::System.GC.KeepAlive(this); 174global::System.GC.KeepAlive(this); 211global::System.GC.KeepAlive(this); 248global::System.GC.KeepAlive(this); 295global::System.GC.KeepAlive(this); 350global::System.GC.KeepAlive(this); 397global::System.GC.KeepAlive(this); 452global::System.GC.KeepAlive(this); 494global::System.GC.KeepAlive(this); 545global::System.GC.KeepAlive(this); 601global::System.GC.KeepAlive(this); 656global::System.GC.KeepAlive(this); 698global::System.GC.KeepAlive(this); 754global::System.GC.KeepAlive(this); 809global::System.GC.KeepAlive(this); 856global::System.GC.KeepAlive(this); 921global::System.GC.KeepAlive(this); 986global::System.GC.KeepAlive(this); 1041global::System.GC.KeepAlive(this); 1078global::System.GC.KeepAlive(this); 1125global::System.GC.KeepAlive(this); 1195global::System.GC.KeepAlive(this); 1271global::System.GC.KeepAlive(this); 1344global::System.GC.KeepAlive(this); 1402global::System.GC.KeepAlive(this); 1439global::System.GC.KeepAlive(this);
_generated\63\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionNotification.cs (8)
67global::System.GC.KeepAlive(this); 118global::System.GC.KeepAlive(this); 164global::System.GC.KeepAlive(this); 201global::System.GC.KeepAlive(this); 243global::System.GC.KeepAlive(this); 294global::System.GC.KeepAlive(this); 340global::System.GC.KeepAlive(this); 377global::System.GC.KeepAlive(this);
_generated\64\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionNotification2.cs (11)
60global::System.GC.KeepAlive(this); 97global::System.GC.KeepAlive(this); 139global::System.GC.KeepAlive(this); 190global::System.GC.KeepAlive(this); 220global::System.GC.KeepAlive(this); 245global::System.GC.KeepAlive(this); 263global::System.GC.KeepAlive(this); 286global::System.GC.KeepAlive(this); 316global::System.GC.KeepAlive(this); 341global::System.GC.KeepAlive(this); 359global::System.GC.KeepAlive(this);
_generated\65\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionNotification3.cs (12)
59global::System.GC.KeepAlive(this); 101global::System.GC.KeepAlive(this); 131global::System.GC.KeepAlive(this); 156global::System.GC.KeepAlive(this); 174global::System.GC.KeepAlive(this); 197global::System.GC.KeepAlive(this); 227global::System.GC.KeepAlive(this); 252global::System.GC.KeepAlive(this); 270global::System.GC.KeepAlive(this); 288global::System.GC.KeepAlive(this); 306global::System.GC.KeepAlive(this); 329global::System.GC.KeepAlive(this);
_generated\66\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionNotification4.cs (13)
65global::System.GC.KeepAlive(this); 116global::System.GC.KeepAlive(this); 146global::System.GC.KeepAlive(this); 171global::System.GC.KeepAlive(this); 189global::System.GC.KeepAlive(this); 212global::System.GC.KeepAlive(this); 242global::System.GC.KeepAlive(this); 267global::System.GC.KeepAlive(this); 285global::System.GC.KeepAlive(this); 303global::System.GC.KeepAlive(this); 321global::System.GC.KeepAlive(this); 344global::System.GC.KeepAlive(this); 369global::System.GC.KeepAlive(this);
_generated\67\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionNotification5.cs (14)
68global::System.GC.KeepAlive(this); 121global::System.GC.KeepAlive(this); 151global::System.GC.KeepAlive(this); 176global::System.GC.KeepAlive(this); 194global::System.GC.KeepAlive(this); 217global::System.GC.KeepAlive(this); 247global::System.GC.KeepAlive(this); 272global::System.GC.KeepAlive(this); 290global::System.GC.KeepAlive(this); 308global::System.GC.KeepAlive(this); 326global::System.GC.KeepAlive(this); 349global::System.GC.KeepAlive(this); 374global::System.GC.KeepAlive(this); 397global::System.GC.KeepAlive(this);
_generated\68\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTarget3.cs (14)
61global::System.GC.KeepAlive(this); 98global::System.GC.KeepAlive(this); 116global::System.GC.KeepAlive(this); 136global::System.GC.KeepAlive(this); 154global::System.GC.KeepAlive(this); 172global::System.GC.KeepAlive(this); 190global::System.GC.KeepAlive(this); 208global::System.GC.KeepAlive(this); 226global::System.GC.KeepAlive(this); 244global::System.GC.KeepAlive(this); 262global::System.GC.KeepAlive(this); 280global::System.GC.KeepAlive(this); 301global::System.GC.KeepAlive(this); 322global::System.GC.KeepAlive(this);
_generated\69\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRLibrarySupport.cs (2)
50global::System.GC.KeepAlive(this); 87global::System.GC.KeepAlive(this);
Microsoft.DiaSymReader (414)
_generated\10\Microsoft.DiaSymReader.ISymUnmanagedAsyncMethod.cs (6)
60global::System.GC.KeepAlive(this); 106global::System.GC.KeepAlive(this); 149global::System.GC.KeepAlive(this); 195global::System.GC.KeepAlive(this); 239global::System.GC.KeepAlive(this); 286global::System.GC.KeepAlive(this);
_generated\11\Microsoft.DiaSymReader.ISymUnmanagedBinder.cs (2)
61global::System.GC.KeepAlive(this); 134global::System.GC.KeepAlive(this);
_generated\12\Microsoft.DiaSymReader.ISymUnmanagedBinder2.cs (3)
61global::System.GC.KeepAlive(this); 135global::System.GC.KeepAlive(this); 179global::System.GC.KeepAlive(this);
_generated\13\Microsoft.DiaSymReader.ISymUnmanagedBinder3.cs (4)
64global::System.GC.KeepAlive(this); 141global::System.GC.KeepAlive(this); 185global::System.GC.KeepAlive(this); 231global::System.GC.KeepAlive(this);
_generated\14\Microsoft.DiaSymReader.ISymUnmanagedBinder4.cs (6)
64global::System.GC.KeepAlive(this); 135global::System.GC.KeepAlive(this); 208global::System.GC.KeepAlive(this); 252global::System.GC.KeepAlive(this); 298global::System.GC.KeepAlive(this); 345global::System.GC.KeepAlive(this);
_generated\15\Microsoft.DiaSymReader.ISymUnmanagedConstant.cs (3)
56global::System.GC.KeepAlive(this); 110global::System.GC.KeepAlive(this); 168global::System.GC.KeepAlive(this);
_generated\16\Microsoft.DiaSymReader.ISymUnmanagedDispose.cs (1)
48global::System.GC.KeepAlive(this);
_generated\17\Microsoft.DiaSymReader.ISymUnmanagedDocument.cs (10)
70global::System.GC.KeepAlive(this); 121global::System.GC.KeepAlive(this); 165global::System.GC.KeepAlive(this); 209global::System.GC.KeepAlive(this); 253global::System.GC.KeepAlive(this); 299global::System.GC.KeepAlive(this); 351global::System.GC.KeepAlive(this); 394global::System.GC.KeepAlive(this); 440global::System.GC.KeepAlive(this); 485global::System.GC.KeepAlive(this);
_generated\18\Microsoft.DiaSymReader.ISymUnmanagedEncUpdate.cs (5)
63global::System.GC.KeepAlive(this); 119global::System.GC.KeepAlive(this); 188global::System.GC.KeepAlive(this); 292global::System.GC.KeepAlive(this); 331global::System.GC.KeepAlive(this);
_generated\19\Microsoft.DiaSymReader.ISymUnmanagedMethod.cs (10)
69global::System.GC.KeepAlive(this); 113global::System.GC.KeepAlive(this); 159global::System.GC.KeepAlive(this); 218global::System.GC.KeepAlive(this); 280global::System.GC.KeepAlive(this); 339global::System.GC.KeepAlive(this); 425global::System.GC.KeepAlive(this); 535global::System.GC.KeepAlive(this); 619global::System.GC.KeepAlive(this); 771global::System.GC.KeepAlive(this);
_generated\20\Microsoft.DiaSymReader.ISymUnmanagedMethod2.cs (11)
61global::System.GC.KeepAlive(this); 105global::System.GC.KeepAlive(this); 126global::System.GC.KeepAlive(this); 149global::System.GC.KeepAlive(this); 185global::System.GC.KeepAlive(this); 224global::System.GC.KeepAlive(this); 258global::System.GC.KeepAlive(this); 311global::System.GC.KeepAlive(this); 368global::System.GC.KeepAlive(this); 429global::System.GC.KeepAlive(this); 515global::System.GC.KeepAlive(this);
_generated\21\Microsoft.DiaSymReader.ISymUnmanagedNamespace.cs (3)
56global::System.GC.KeepAlive(this); 133global::System.GC.KeepAlive(this); 266global::System.GC.KeepAlive(this);
_generated\22\Microsoft.DiaSymReader.ISymUnmanagedReader.cs (17)
87global::System.GC.KeepAlive(this); 171global::System.GC.KeepAlive(this); 279global::System.GC.KeepAlive(this); 325global::System.GC.KeepAlive(this); 384global::System.GC.KeepAlive(this); 466global::System.GC.KeepAlive(this); 599global::System.GC.KeepAlive(this); 712global::System.GC.KeepAlive(this); 776global::System.GC.KeepAlive(this); 855global::System.GC.KeepAlive(this); 970global::System.GC.KeepAlive(this); 1030global::System.GC.KeepAlive(this); 1085global::System.GC.KeepAlive(this); 1137global::System.GC.KeepAlive(this); 1216global::System.GC.KeepAlive(this); 1334global::System.GC.KeepAlive(this); 1397global::System.GC.KeepAlive(this);
_generated\23\Microsoft.DiaSymReader.ISymUnmanagedReader2.cs (20)
74global::System.GC.KeepAlive(this); 133global::System.GC.KeepAlive(this); 214global::System.GC.KeepAlive(this); 329global::System.GC.KeepAlive(this); 388global::System.GC.KeepAlive(this); 443global::System.GC.KeepAlive(this); 466global::System.GC.KeepAlive(this); 502global::System.GC.KeepAlive(this); 561global::System.GC.KeepAlive(this); 641global::System.GC.KeepAlive(this); 701global::System.GC.KeepAlive(this); 740global::System.GC.KeepAlive(this); 786global::System.GC.KeepAlive(this); 848global::System.GC.KeepAlive(this); 881global::System.GC.KeepAlive(this); 913global::System.GC.KeepAlive(this); 942global::System.GC.KeepAlive(this); 990global::System.GC.KeepAlive(this); 1053global::System.GC.KeepAlive(this); 1088global::System.GC.KeepAlive(this);
_generated\24\Microsoft.DiaSymReader.ISymUnmanagedReader3.cs (22)
75global::System.GC.KeepAlive(this); 131global::System.GC.KeepAlive(this); 189global::System.GC.KeepAlive(this); 248global::System.GC.KeepAlive(this); 303global::System.GC.KeepAlive(this); 326global::System.GC.KeepAlive(this); 362global::System.GC.KeepAlive(this); 421global::System.GC.KeepAlive(this); 501global::System.GC.KeepAlive(this); 561global::System.GC.KeepAlive(this); 600global::System.GC.KeepAlive(this); 646global::System.GC.KeepAlive(this); 708global::System.GC.KeepAlive(this); 741global::System.GC.KeepAlive(this); 773global::System.GC.KeepAlive(this); 802global::System.GC.KeepAlive(this); 850global::System.GC.KeepAlive(this); 913global::System.GC.KeepAlive(this); 948global::System.GC.KeepAlive(this); 978global::System.GC.KeepAlive(this); 1014global::System.GC.KeepAlive(this); 1062global::System.GC.KeepAlive(this);
_generated\25\Microsoft.DiaSymReader.ISymUnmanagedReader4.cs (25)
76global::System.GC.KeepAlive(this); 124global::System.GC.KeepAlive(this); 173global::System.GC.KeepAlive(this); 224global::System.GC.KeepAlive(this); 283global::System.GC.KeepAlive(this); 338global::System.GC.KeepAlive(this); 361global::System.GC.KeepAlive(this); 397global::System.GC.KeepAlive(this); 456global::System.GC.KeepAlive(this); 536global::System.GC.KeepAlive(this); 596global::System.GC.KeepAlive(this); 635global::System.GC.KeepAlive(this); 681global::System.GC.KeepAlive(this); 743global::System.GC.KeepAlive(this); 776global::System.GC.KeepAlive(this); 808global::System.GC.KeepAlive(this); 837global::System.GC.KeepAlive(this); 885global::System.GC.KeepAlive(this); 948global::System.GC.KeepAlive(this); 983global::System.GC.KeepAlive(this); 1013global::System.GC.KeepAlive(this); 1049global::System.GC.KeepAlive(this); 1097global::System.GC.KeepAlive(this); 1155global::System.GC.KeepAlive(this); 1178global::System.GC.KeepAlive(this);
_generated\26\Microsoft.DiaSymReader.ISymUnmanagedReader5.cs (26)
78global::System.GC.KeepAlive(this); 129global::System.GC.KeepAlive(this); 188global::System.GC.KeepAlive(this); 243global::System.GC.KeepAlive(this); 266global::System.GC.KeepAlive(this); 302global::System.GC.KeepAlive(this); 361global::System.GC.KeepAlive(this); 441global::System.GC.KeepAlive(this); 501global::System.GC.KeepAlive(this); 540global::System.GC.KeepAlive(this); 586global::System.GC.KeepAlive(this); 648global::System.GC.KeepAlive(this); 681global::System.GC.KeepAlive(this); 713global::System.GC.KeepAlive(this); 742global::System.GC.KeepAlive(this); 790global::System.GC.KeepAlive(this); 853global::System.GC.KeepAlive(this); 888global::System.GC.KeepAlive(this); 918global::System.GC.KeepAlive(this); 954global::System.GC.KeepAlive(this); 1002global::System.GC.KeepAlive(this); 1060global::System.GC.KeepAlive(this); 1083global::System.GC.KeepAlive(this); 1103global::System.GC.KeepAlive(this); 1128global::System.GC.KeepAlive(this); 1151global::System.GC.KeepAlive(this);
_generated\27\Microsoft.DiaSymReader.ISymUnmanagedCompilerInfoReader.cs (1)
60global::System.GC.KeepAlive(this);
_generated\28\Microsoft.DiaSymReader.ISymUnmanagedScope.cs (8)
67global::System.GC.KeepAlive(this); 126global::System.GC.KeepAlive(this); 208global::System.GC.KeepAlive(this); 316global::System.GC.KeepAlive(this); 360global::System.GC.KeepAlive(this); 404global::System.GC.KeepAlive(this); 473global::System.GC.KeepAlive(this); 606global::System.GC.KeepAlive(this);
_generated\29\Microsoft.DiaSymReader.ISymUnmanagedScope2.cs (10)
61global::System.GC.KeepAlive(this); 130global::System.GC.KeepAlive(this); 240global::System.GC.KeepAlive(this); 276global::System.GC.KeepAlive(this); 335global::System.GC.KeepAlive(this); 390global::System.GC.KeepAlive(this); 411global::System.GC.KeepAlive(this); 432global::System.GC.KeepAlive(this); 478global::System.GC.KeepAlive(this); 558global::System.GC.KeepAlive(this);
_generated\30\Microsoft.DiaSymReader.ISymUnmanagedSourceServerModule.cs (1)
53global::System.GC.KeepAlive(this);
_generated\31\Microsoft.DiaSymReader.ISymUnmanagedVariable.cs (9)
68global::System.GC.KeepAlive(this); 120global::System.GC.KeepAlive(this); 165global::System.GC.KeepAlive(this); 217global::System.GC.KeepAlive(this); 261global::System.GC.KeepAlive(this); 305global::System.GC.KeepAlive(this); 349global::System.GC.KeepAlive(this); 393global::System.GC.KeepAlive(this); 437global::System.GC.KeepAlive(this);
_generated\32\Microsoft.DiaSymReader.IUnsafeComStream.cs (11)
69global::System.GC.KeepAlive(this); 108global::System.GC.KeepAlive(this); 147global::System.GC.KeepAlive(this); 186global::System.GC.KeepAlive(this); 225global::System.GC.KeepAlive(this); 264global::System.GC.KeepAlive(this); 303global::System.GC.KeepAlive(this); 342global::System.GC.KeepAlive(this); 381global::System.GC.KeepAlive(this); 422global::System.GC.KeepAlive(this); 469global::System.GC.KeepAlive(this);
_generated\33\Microsoft.DiaSymReader.ISymUnmanagedAsyncMethodPropertiesWriter.cs (3)
53global::System.GC.KeepAlive(this); 92global::System.GC.KeepAlive(this); 135global::System.GC.KeepAlive(this);
_generated\34\Microsoft.DiaSymReader.ISymUnmanagedCompilerInfoWriter.cs (1)
50global::System.GC.KeepAlive(this);
_generated\35\Microsoft.DiaSymReader.ISymUnmanagedDocumentWriter.cs (2)
53global::System.GC.KeepAlive(this); 101global::System.GC.KeepAlive(this);
_generated\36\Microsoft.DiaSymReader.IPdbWriter.cs (5)
58global::System.GC.KeepAlive(this); 103global::System.GC.KeepAlive(this); 148global::System.GC.KeepAlive(this); 193global::System.GC.KeepAlive(this); 242global::System.GC.KeepAlive(this);
_generated\37\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (33)
123global::System.GC.KeepAlive(this); 194global::System.GC.KeepAlive(this); 233global::System.GC.KeepAlive(this); 272global::System.GC.KeepAlive(this); 312global::System.GC.KeepAlive(this); 356global::System.GC.KeepAlive(this); 395global::System.GC.KeepAlive(this); 436global::System.GC.KeepAlive(this); 479global::System.GC.KeepAlive(this); 522global::System.GC.KeepAlive(this); 565global::System.GC.KeepAlive(this); 606global::System.GC.KeepAlive(this); 647global::System.GC.KeepAlive(this); 690global::System.GC.KeepAlive(this); 731global::System.GC.KeepAlive(this); 772global::System.GC.KeepAlive(this); 820global::System.GC.KeepAlive(this); 881global::System.GC.KeepAlive(this); 939global::System.GC.KeepAlive(this); 997global::System.GC.KeepAlive(this); 1075global::System.GC.KeepAlive(this); 1126global::System.GC.KeepAlive(this); 1189global::System.GC.KeepAlive(this); 1238global::System.GC.KeepAlive(this); 1279global::System.GC.KeepAlive(this); 1322global::System.GC.KeepAlive(this); 1365global::System.GC.KeepAlive(this); 1406global::System.GC.KeepAlive(this); 1445global::System.GC.KeepAlive(this); 1488global::System.GC.KeepAlive(this); 1535global::System.GC.KeepAlive(this); 1574global::System.GC.KeepAlive(this); 1618global::System.GC.KeepAlive(this);
_generated\38\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (38)
97global::System.GC.KeepAlive(this); 147global::System.GC.KeepAlive(this); 186global::System.GC.KeepAlive(this); 225global::System.GC.KeepAlive(this); 264global::System.GC.KeepAlive(this); 313global::System.GC.KeepAlive(this); 345global::System.GC.KeepAlive(this); 363global::System.GC.KeepAlive(this); 381global::System.GC.KeepAlive(this); 400global::System.GC.KeepAlive(this); 419global::System.GC.KeepAlive(this); 437global::System.GC.KeepAlive(this); 457global::System.GC.KeepAlive(this); 477global::System.GC.KeepAlive(this); 497global::System.GC.KeepAlive(this); 517global::System.GC.KeepAlive(this); 535global::System.GC.KeepAlive(this); 555global::System.GC.KeepAlive(this); 575global::System.GC.KeepAlive(this); 593global::System.GC.KeepAlive(this); 613global::System.GC.KeepAlive(this); 638global::System.GC.KeepAlive(this); 674global::System.GC.KeepAlive(this); 703global::System.GC.KeepAlive(this); 732global::System.GC.KeepAlive(this); 756global::System.GC.KeepAlive(this); 786global::System.GC.KeepAlive(this); 818global::System.GC.KeepAlive(this); 842global::System.GC.KeepAlive(this); 862global::System.GC.KeepAlive(this); 882global::System.GC.KeepAlive(this); 902global::System.GC.KeepAlive(this); 920global::System.GC.KeepAlive(this); 938global::System.GC.KeepAlive(this); 960global::System.GC.KeepAlive(this); 978global::System.GC.KeepAlive(this); 996global::System.GC.KeepAlive(this); 1019global::System.GC.KeepAlive(this);
_generated\6\Microsoft.DiaSymReader.IMetadataEmit.cs (49)
145global::System.GC.KeepAlive(this); 184global::System.GC.KeepAlive(this); 223global::System.GC.KeepAlive(this); 262global::System.GC.KeepAlive(this); 301global::System.GC.KeepAlive(this); 340global::System.GC.KeepAlive(this); 379global::System.GC.KeepAlive(this); 418global::System.GC.KeepAlive(this); 457global::System.GC.KeepAlive(this); 496global::System.GC.KeepAlive(this); 535global::System.GC.KeepAlive(this); 574global::System.GC.KeepAlive(this); 613global::System.GC.KeepAlive(this); 652global::System.GC.KeepAlive(this); 691global::System.GC.KeepAlive(this); 730global::System.GC.KeepAlive(this); 769global::System.GC.KeepAlive(this); 808global::System.GC.KeepAlive(this); 847global::System.GC.KeepAlive(this); 886global::System.GC.KeepAlive(this); 926global::System.GC.KeepAlive(this); 970global::System.GC.KeepAlive(this); 1009global::System.GC.KeepAlive(this); 1048global::System.GC.KeepAlive(this); 1087global::System.GC.KeepAlive(this); 1126global::System.GC.KeepAlive(this); 1165global::System.GC.KeepAlive(this); 1204global::System.GC.KeepAlive(this); 1243global::System.GC.KeepAlive(this); 1282global::System.GC.KeepAlive(this); 1321global::System.GC.KeepAlive(this); 1360global::System.GC.KeepAlive(this); 1399global::System.GC.KeepAlive(this); 1438global::System.GC.KeepAlive(this); 1477global::System.GC.KeepAlive(this); 1516global::System.GC.KeepAlive(this); 1555global::System.GC.KeepAlive(this); 1594global::System.GC.KeepAlive(this); 1633global::System.GC.KeepAlive(this); 1672global::System.GC.KeepAlive(this); 1711global::System.GC.KeepAlive(this); 1750global::System.GC.KeepAlive(this); 1789global::System.GC.KeepAlive(this); 1828global::System.GC.KeepAlive(this); 1867global::System.GC.KeepAlive(this); 1906global::System.GC.KeepAlive(this); 1945global::System.GC.KeepAlive(this); 1984global::System.GC.KeepAlive(this); 2023global::System.GC.KeepAlive(this);
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (62)
169global::System.GC.KeepAlive(this); 205global::System.GC.KeepAlive(this); 246global::System.GC.KeepAlive(this); 285global::System.GC.KeepAlive(this); 329global::System.GC.KeepAlive(this); 373global::System.GC.KeepAlive(this); 419global::System.GC.KeepAlive(this); 462global::System.GC.KeepAlive(this); 502global::System.GC.KeepAlive(this); 543global::System.GC.KeepAlive(this); 580global::System.GC.KeepAlive(this); 617global::System.GC.KeepAlive(this); 663global::System.GC.KeepAlive(this); 726global::System.GC.KeepAlive(this); 771global::System.GC.KeepAlive(this); 817global::System.GC.KeepAlive(this); 862global::System.GC.KeepAlive(this); 908global::System.GC.KeepAlive(this); 953global::System.GC.KeepAlive(this); 999global::System.GC.KeepAlive(this); 1043global::System.GC.KeepAlive(this); 1087global::System.GC.KeepAlive(this); 1131global::System.GC.KeepAlive(this); 1177global::System.GC.KeepAlive(this); 1224global::System.GC.KeepAlive(this); 1271global::System.GC.KeepAlive(this); 1318global::System.GC.KeepAlive(this); 1361global::System.GC.KeepAlive(this); 1398global::System.GC.KeepAlive(this); 1437global::System.GC.KeepAlive(this); 1481global::System.GC.KeepAlive(this); 1523global::System.GC.KeepAlive(this); 1562global::System.GC.KeepAlive(this); 1604global::System.GC.KeepAlive(this); 1641global::System.GC.KeepAlive(this); 1678global::System.GC.KeepAlive(this); 1715global::System.GC.KeepAlive(this); 1752global::System.GC.KeepAlive(this); 1789global::System.GC.KeepAlive(this); 1826global::System.GC.KeepAlive(this); 1865global::System.GC.KeepAlive(this); 1907global::System.GC.KeepAlive(this); 1944global::System.GC.KeepAlive(this); 1983global::System.GC.KeepAlive(this); 2025global::System.GC.KeepAlive(this); 2062global::System.GC.KeepAlive(this); 2101global::System.GC.KeepAlive(this); 2145global::System.GC.KeepAlive(this); 2189global::System.GC.KeepAlive(this); 2234global::System.GC.KeepAlive(this); 2277global::System.GC.KeepAlive(this); 2319global::System.GC.KeepAlive(this); 2360global::System.GC.KeepAlive(this); 2403global::System.GC.KeepAlive(this); 2440global::System.GC.KeepAlive(this); 2477global::System.GC.KeepAlive(this); 2514global::System.GC.KeepAlive(this); 2553global::System.GC.KeepAlive(this); 2593global::System.GC.KeepAlive(this); 2638global::System.GC.KeepAlive(this); 2679global::System.GC.KeepAlive(this); 2719global::System.GC.KeepAlive(this);
_generated\8\Microsoft.DiaSymReader.IMetadataImportProvider.cs (1)
54global::System.GC.KeepAlive(this);
_generated\9\Microsoft.DiaSymReader.ISymEncUnmanagedMethod.cs (5)
60global::System.GC.KeepAlive(this); 120global::System.GC.KeepAlive(this); 176global::System.GC.KeepAlive(this); 245global::System.GC.KeepAlive(this); 360global::System.GC.KeepAlive(this);
Writer\SymUnmanagedWriterImpl.cs (1)
77GC.SuppressFinalize(this);
Microsoft.DotNet.HotReload.Utils.Generator (1)
Util\FSWGen.cs (1)
37GC.SuppressFinalize (this);
Microsoft.DotNet.NativeWrapper (4)
_generated\0\LibraryImports.g.cs (3)
23global::System.GC.KeepAlive(result); 70global::System.GC.KeepAlive(result); 108global::System.GC.KeepAlive(result);
NETCoreSdkResolverNativeWrapper.cs (1)
41GC.KeepAlive(swallowErrors);
Microsoft.Extensions.AI.Abstractions (4)
ChatCompletion\DelegatingChatClient.cs (1)
36GC.SuppressFinalize(this);
Embeddings\DelegatingEmbeddingGenerator.cs (1)
40GC.SuppressFinalize(this);
Image\DelegatingImageGenerator.cs (1)
37GC.SuppressFinalize(this);
SpeechToText\DelegatingSpeechToTextClient.cs (1)
38GC.SuppressFinalize(this);
Microsoft.Extensions.AI.Integration.Tests (5)
ChatClientIntegrationTests.cs (1)
49GC.SuppressFinalize(this);
EmbeddingGeneratorIntegrationTests.cs (1)
40GC.SuppressFinalize(this);
ImageGeneratingChatClientIntegrationTests.cs (1)
53GC.SuppressFinalize(this);
ImageGeneratorIntegrationTests.cs (1)
27GC.SuppressFinalize(this);
SpeechToTextClientIntegrationTests.cs (1)
28GC.SuppressFinalize(this);
Microsoft.Extensions.AI.Templates.Tests (1)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestBase.cs (1)
63GC.SuppressFinalize(this);
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
731GC.SuppressFinalize(this);
Microsoft.Extensions.DataIngestion.Abstractions (1)
IngestionChunkWriter.cs (1)
31GC.SuppressFinalize(this);
Microsoft.Extensions.Diagnostics.HealthChecks.Common (1)
ManualHealthCheck.cs (1)
45GC.SuppressFinalize(this);
Microsoft.Extensions.Diagnostics.Testing (1)
Logging\FakeLoggerProvider.cs (1)
82GC.SuppressFinalize(this);
Microsoft.Extensions.FileProviders.Physical (2)
PhysicalFileProvider.cs (1)
198GC.SuppressFinalize(this);
PhysicalFilesWatcher.cs (1)
292GC.SuppressFinalize(this);
Microsoft.Extensions.Http.Diagnostics (2)
Latency\Internal\HttpLatencyMediator.cs (2)
26latencyContext.RecordMeasure(_gcPauseTime, (long)System.GC.GetTotalPauseDuration().TotalMilliseconds * -1L); 31latencyContext.AddMeasure(_gcPauseTime, (long)System.GC.GetTotalPauseDuration().TotalMilliseconds);
Microsoft.Extensions.Http.Diagnostics.Tests (1)
Telemetry\HttpDependencyMetadataResolverTests.cs (1)
94GC.SuppressFinalize(this);
Microsoft.Extensions.Identity.Core (2)
RoleManager.cs (1)
375GC.SuppressFinalize(this);
UserManager.cs (1)
422GC.SuppressFinalize(this);
Microsoft.Extensions.ObjectPool (1)
LeakTrackingObjectPool.cs (1)
71GC.SuppressFinalize(this);
Microsoft.Extensions.TimeProvider.Testing (2)
Timer.cs (2)
78GC.SuppressFinalize(this); 84GC.SuppressFinalize(this);
Microsoft.Gen.Logging.Generated.Tests (1)
Utils.cs (1)
57GC.SuppressFinalize(this);
Microsoft.Gen.Metrics.Generated.Tests (1)
MetricTests.cs (1)
44GC.SuppressFinalize(this);
Microsoft.Maui (1)
Animations\AnimationManager.cs (1)
127 GC.SuppressFinalize(this);
Microsoft.McpServer.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestBase.cs (1)
63GC.SuppressFinalize(this);
Microsoft.ML.AutoML (2)
AutoMLExperiment\IPerformanceMonitor.cs (2)
155GC.AddMemoryPressure(Convert.ToInt64(metrics.PeakMemoryUsage) * 1024 * 1024); 156GC.Collect();
Microsoft.ML.Core (2)
Data\Repository.cs (2)
118GC.SuppressFinalize(this); 149GC.SuppressFinalize(this);
Microsoft.ML.Data (1)
Data\SlotCursor.cs (1)
64GC.SuppressFinalize(this);
Microsoft.ML.DataView (1)
IDataView.cs (1)
168GC.SuppressFinalize(this);
Microsoft.ML.FastTree (3)
FastTree.cs (3)
351GC.Collect(2, GCCollectionMode.Forced); 352GC.Collect(2, GCCollectionMode.Forced); 451ch.Trace("GC Total Memory = {0} MB", GC.GetTotalMemory(true) / 1024 / 1024);
Microsoft.ML.OnnxTransformer (1)
OnnxUtils.cs (1)
463GC.SuppressFinalize(this);
Microsoft.ML.Parquet (1)
ParquetLoader.cs (1)
669GC.SuppressFinalize(this);
Microsoft.ML.Recommender (1)
SafeTrainingAndModelBuffer.cs (1)
245GC.SuppressFinalize(this);
Microsoft.ML.StandardTrainers (1)
Optimizer\Optimizer.cs (1)
332long totalMem = GC.GetTotalMemory(true);
Microsoft.ML.TestFramework (1)
BaseTestClass.cs (1)
93GC.Collect(2, GCCollectionMode.Forced, true);
Microsoft.ML.Tokenizers.Tests (2)
TiktokenTests.cs (2)
566long allocation = GC.GetAllocatedBytesForCurrentThread(); 575allocation = GC.GetAllocatedBytesForCurrentThread() - allocation;
Microsoft.ML.TorchSharp (3)
AutoFormerV2\ObjectDetectionTrainer.cs (1)
1014GC.SuppressFinalize(this);
Roberta\QATrainer.cs (1)
968GC.SuppressFinalize(this);
TorchSharpBaseTrainer.cs (1)
579GC.SuppressFinalize(this);
Microsoft.Private.Windows.Core (53)
System\DisposableBase.cs (1)
41GC.SuppressFinalize(this);
System\DisposalTracking.cs (2)
23GC.SuppressFinalize(@object); 33/// Fires if <see cref="GC.SuppressFinalize(object)"/> is not called on the class and the class is finalized.
System\Private\Windows\Ole\DragDropFormat.cs (1)
126GC.SuppressFinalize(this);
Windows\Win32\Foundation\HandleRef.cs (1)
12/// <see cref="GC.KeepAlive(object?)"/> on the <see cref="Wrapper"/> <see langword="object"/>.
Windows\Win32\Graphics\Gdi\BeginPaintScope.cs (1)
45GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\CreateBitmapScope.cs (1)
50GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\CreateBrushScope.cs (2)
52GC.SuppressFinalize(this); 63GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\CreateDcScope.cs (1)
67GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\CreatePenScope.cs (1)
45GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\HdcHandle.cs (2)
19GC.SuppressFinalize(hdc); 39GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\RegionScope.cs (1)
92GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\SelectObjectScope.cs (1)
53GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\SetBkModeScope.cs (1)
44GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\SetMapModeScope.cs (1)
45GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\SetRop2Scope.cs (1)
44GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\SetTextAlignmentScope.cs (1)
45GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\SetTextColorScope.cs (1)
45GC.SuppressFinalize(this);
Windows\Win32\PInvokeCore.BitBlt.cs (2)
30GC.KeepAlive(hdc.Wrapper); 56GC.KeepAlive(hdcSrc.Wrapper);
Windows\Win32\PInvokeCore.CallWindowProc.cs (1)
18GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.CopyImage.cs (2)
13GC.KeepAlive(hImage.Wrapper); 22GC.KeepAlive(hImage.Wrapper);
Windows\Win32\PInvokeCore.DragAcceptFiles.cs (1)
12GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.DrawIcon.cs (1)
16GC.KeepAlive(hIcon.Wrapper);
Windows\Win32\PInvokeCore.DrawIconEx.cs (1)
26GC.KeepAlive(hIcon.Wrapper);
Windows\Win32\PInvokeCore.EnumChildWindows.cs (1)
35GC.KeepAlive(hwndParent.Wrapper);
Windows\Win32\PInvokeCore.GetClientRect.cs (1)
13GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.GetIconInfo.cs (1)
13GC.KeepAlive(icon.Wrapper);
Windows\Win32\PInvokeCore.GetWindowLong.cs (1)
31GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.GetWindowRect.cs (1)
12GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.GetWindowText.cs (1)
63GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.GetWindowTextLength.cs (1)
12GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.GetWindowThreadProcessId.cs (1)
15GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.MapWindowPoints.cs (4)
18GC.KeepAlive(hWndFrom.Wrapper); 19GC.KeepAlive(hWndTo.Wrapper); 32GC.KeepAlive(hWndFrom.Wrapper); 33GC.KeepAlive(hWndTo.Wrapper);
Windows\Win32\PInvokeCore.PeekMessage.cs (1)
18GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.PostMessage.cs (1)
17GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.RegisterDragDrop.cs (1)
22GC.KeepAlive(hwnd.Wrapper);
Windows\Win32\PInvokeCore.RevokeDragDrop.cs (1)
12GC.KeepAlive(hwnd.Wrapper);
Windows\Win32\PInvokeCore.SendMessage.cs (2)
16GC.KeepAlive(hWnd.Wrapper); 28GC.KeepAlive(wParam.Wrapper);
Windows\Win32\PInvokeCore.SetWindowLong.cs (3)
20GC.KeepAlive(hWnd.Wrapper); 29GC.KeepAlive(newValue.Wrapper); 38GC.KeepAlive(dwNewLong);
Windows\Win32\System\Com\AgileComPointer.cs (4)
74GC.AddMemoryPressure(_memoryPressure); 80GC.SuppressFinalize(this); 174GC.SuppressFinalize(this); 189GC.RemoveMemoryPressure(_memoryPressure);
Microsoft.TestPlatform.CommunicationUtilities (2)
LengthPrefixCommunicationChannel.cs (1)
121GC.SuppressFinalize(this);
TestRequestSender.cs (1)
525GC.SuppressFinalize(this);
Microsoft.TestPlatform.CoreUtilities (1)
Utilities\JobQueue.cs (1)
201GC.SuppressFinalize(this);
Microsoft.TestPlatform.CrossPlatEngine (4)
Adapter\FrameworkHandle.cs (1)
119GC.SuppressFinalize(this);
Client\TestLoggerManager.cs (1)
342GC.SuppressFinalize(this);
EventHandlers\TestRequestHandler.cs (1)
160GC.SuppressFinalize(this);
Execution\TestRunCache.cs (1)
178GC.SuppressFinalize(this);
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
InactivityTimer.cs (1)
33GC.SuppressFinalize(this);
Microsoft.TestPlatform.PlatformAbstractions (2)
common\Tracing\RollingFileTraceListener.cs (1)
278GC.SuppressFinalize(this);
netcore\Runtime\PlatformAssemblyResolver.cs (1)
41GC.SuppressFinalize(this);
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
TestSession.cs (1)
62GC.SuppressFinalize(this);
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\FileIO\TextFieldParser.vb (1)
468GC.SuppressFinalize(Me)
Microsoft.VisualStudio.TestPlatform.Client (2)
DesignMode\DesignModeClient.cs (1)
684GC.SuppressFinalize(this);
Execution\TestRunRequest.cs (1)
343GC.SuppressFinalize(this);
Microsoft.VisualStudio.TestPlatform.Common (3)
DataCollection\DataCollectionAttachmentManager.cs (1)
359GC.SuppressFinalize(this);
DataCollection\DataCollectionManager.cs (1)
223GC.SuppressFinalize(this);
Utilities\AssemblyResolver.cs (1)
264GC.SuppressFinalize(this);
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
DataCollector\DataCollector.cs (1)
45GC.SuppressFinalize(this);
Navigation\DiaSession.cs (1)
70GC.SuppressFinalize(this);
Navigation\FullSymbolReader.cs (1)
49GC.SuppressFinalize(this);
Microsoft.Web.XmlTransform (3)
XmlAttributePreservationProvider.cs (1)
53GC.SuppressFinalize(this);
XmlFileInfoDocument.cs (1)
459GC.SuppressFinalize(this);
XmlTransformation.cs (1)
378GC.SuppressFinalize(this);
Microsoft.Win32.SystemEvents (5)
_generated\0\LibraryImports.g.cs (1)
577global::System.GC.KeepAlive(handler);
Microsoft\Win32\SystemEvents.cs (4)
393GC.KeepAlive(s_systemEvents); 409GC.KeepAlive(s_systemEvents); 512GC.KeepAlive(s_systemEvents); 795GC.KeepAlive(s_systemEvents);
Mono.Cecil (1)
Mono.Cecil\BaseAssemblyResolver.cs (1)
400 GC.SuppressFinalize (this);
MSBuild (1)
src\msbuild\src\Shared\Debugging\PrintLineDebugger.cs (1)
67GC.SuppressFinalize(this);
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
243[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.GC))]
netstandard (1)
netstandard.cs (1)
811[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.GC))]
NuGet.Build.Tasks (3)
LoggingQueue.cs (1)
49GC.SuppressFinalize(this);
RestoreTask.cs (1)
226GC.SuppressFinalize(this);
StaticGraphRestoreTaskBase.cs (1)
95GC.SuppressFinalize(this);
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateIO.cs (1)
60GC.SuppressFinalize(this);
NuGet.Common (2)
KeyedLock.cs (1)
214GC.SuppressFinalize(this);
Telemetry\TelemetryActivity.cs (1)
104GC.SuppressFinalize(this);
NuGet.Configuration (1)
Settings\SettingsLoadingContext.cs (1)
36GC.SuppressFinalize(this);
NuGet.Credentials (1)
DelegatingLogger.cs (1)
85GC.SuppressFinalize(this);
NuGet.PackageManagement (1)
PackagePreFetcherResult.cs (1)
161GC.SuppressFinalize(this);
NuGet.Packaging (9)
PackageReaderBase.cs (1)
185GC.SuppressFinalize(this);
PackagesConfigWriter.cs (1)
594GC.SuppressFinalize(this);
Signing\Authoring\SigningOptions.cs (1)
169GC.SuppressFinalize(this);
Signing\Authoring\SignPackageRequest.cs (1)
90GC.SuppressFinalize(this);
Signing\Content\KeyPairFileReader.cs (1)
109GC.SuppressFinalize(this);
Signing\Content\KeyPairFileWriter.cs (1)
76GC.SuppressFinalize(this);
Signing\TrustStore\X509ChainWrapper.cs (1)
58GC.SuppressFinalize(this);
Signing\Utility\X509CertificateChain.cs (1)
25GC.SuppressFinalize(this);
Signing\Utility\X509ChainHolder.cs (1)
64GC.SuppressFinalize(this);
NuGet.Protocol (28)
DownloadResourceResult.cs (1)
120GC.SuppressFinalize(this);
HttpSource\HttpSource.cs (1)
463GC.SuppressFinalize(this);
HttpSource\HttpSourceResult.cs (1)
37GC.SuppressFinalize(this);
LocalPackageArchiveDownloader.cs (1)
135GC.SuppressFinalize(this);
Plugins\AutomaticProgressReporter.cs (1)
80GC.SuppressFinalize(this);
Plugins\Connection.cs (1)
135GC.SuppressFinalize(this);
Plugins\InboundRequestContext.cs (1)
159GC.SuppressFinalize(this);
Plugins\InboundRequestProcessingHandler.cs (1)
73GC.SuppressFinalize(this);
Plugins\Logging\PluginLogger.cs (1)
68GC.SuppressFinalize(this);
Plugins\MessageDispatcher.cs (1)
107GC.SuppressFinalize(this);
Plugins\OutboundRequestContext.cs (1)
32GC.SuppressFinalize(this);
Plugins\Plugin.cs (1)
166GC.SuppressFinalize(this);
Plugins\PluginDiscoverer.cs (1)
64GC.SuppressFinalize(this);
Plugins\PluginFactory.cs (1)
85GC.SuppressFinalize(this);
Plugins\PluginManager.cs (1)
86GC.SuppressFinalize(this);
Plugins\PluginPackageDownloader.cs (1)
125GC.SuppressFinalize(this);
Plugins\PluginPackageReader.cs (1)
1182GC.SuppressFinalize(this);
Plugins\PluginProcess.cs (1)
99GC.SuppressFinalize(this);
Plugins\Receiver.cs (1)
58GC.SuppressFinalize(this);
Plugins\RequestHandlers\CloseRequestHandler.cs (1)
43GC.SuppressFinalize(this);
Plugins\RequestHandlers\GetCredentialsRequestHandler.cs (1)
69GC.SuppressFinalize(this);
Plugins\RequestHandlers\GetServiceIndexRequestHandler.cs (1)
53GC.SuppressFinalize(this);
Plugins\RequestHandlers\MonitorNuGetProcessExitRequestHandler.cs (1)
53GC.SuppressFinalize(this);
Plugins\RequestHandlers\SymmetricHandshake.cs (1)
102GC.SuppressFinalize(this);
Plugins\Sender.cs (1)
74GC.SuppressFinalize(this);
RemotePackageArchiveDownloader.cs (1)
135GC.SuppressFinalize(this);
SourceCacheContext.cs (1)
152GC.SuppressFinalize(this);
Utility\DedicatedAsynchronousProcessingThread.cs (1)
87GC.SuppressFinalize(this);
PresentationBuildTasks (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationCore\System\Windows\Media\StreamGeometryContext.cs (1)
61GC.SuppressFinalize(this);
PresentationCore (58)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
92GC.SuppressFinalize(this); // not strictly necessary, but if we ever have a subclass with a finalizer, this will be more efficient
MS\Internal\MediaTrace.cs (1)
131GC.SuppressFinalize(this);
MS\Internal\Text\TextInterface\Factory.cs (4)
158GC.KeepAlive(this); 222GC.KeepAlive(fontFile); 223GC.KeepAlive(this); 317GC.KeepAlive(this);
MS\Internal\TextFormatting\FullTextBreakpoint.cs (2)
102GC.KeepAlive(context); 201GC.KeepAlive(this);
MS\Internal\TextFormatting\FullTextLine.cs (5)
134GC.SuppressFinalize(this); 148GC.KeepAlive(this); 299GC.SuppressFinalize(this); 313GC.KeepAlive(context); 632GC.KeepAlive(context);
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
76GC.SuppressFinalize(this);
MS\Internal\TextFormatting\TextPenaltyModule.cs (3)
51GC.SuppressFinalize(this); 62GC.KeepAlive(this); 85GC.KeepAlive(this);
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (1)
231GC.SuppressFinalize(this);
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\UISettings.cs (1)
155GC.SuppressFinalize(this);
System\Windows\FreezableCollection.cs (1)
1104GC.SuppressFinalize(this);
System\Windows\Input\Cursor.cs (1)
114GC.SuppressFinalize(this);
System\Windows\Input\InputProviderSite.cs (1)
39GC.SuppressFinalize(this);
System\Windows\Input\Stylus\Common\DynamicRendererThreadManager.cs (2)
184GC.SuppressFinalize(this); 260GC.KeepAlive(this);
System\Windows\Input\Stylus\Common\StylusDeviceBase.cs (1)
61GC.SuppressFinalize(this);
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
67GC.SuppressFinalize(this);
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (1)
227GC.SuppressFinalize(this);
System\Windows\Input\Stylus\Wisp\PenContext.cs (2)
40GC.KeepAlive(this); 181GC.SuppressFinalize(this);
System\Windows\Input\Stylus\Wisp\PenThread.cs (1)
42GC.KeepAlive(this);
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (2)
502GC.KeepAlive(this); 1290GC.KeepAlive(this);
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
356GC.SuppressFinalize(this);
System\Windows\InterOp\D3DImage.cs (1)
880GC.SuppressFinalize(this);
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
108GC.SuppressFinalize(this);
System\Windows\InterOp\HwndSource.cs (1)
348GC.SuppressFinalize(this);
System\Windows\InterOp\HwndTarget.cs (1)
707GC.SuppressFinalize(this);
System\Windows\Media\CompositionTarget.cs (1)
123GC.SuppressFinalize(this);
System\Windows\Media\DrawingContext.cs (1)
92GC.SuppressFinalize(this);
System\Windows\Media\FactoryMaker.cs (1)
91GC.SuppressFinalize(this);
System\Windows\Media\Imaging\BitmapDecoder.cs (4)
87GC.SuppressFinalize(this); 132GC.SuppressFinalize(this); 181GC.SuppressFinalize(this); 1412GC.SuppressFinalize(this);
System\Windows\Media\MediaContext.cs (1)
1452GC.SuppressFinalize(this);
System\Windows\Media\MediaContextNotificationWindow.cs (1)
96GC.SuppressFinalize(this);
System\Windows\Media\SafeMILHandleMemoryPressure.cs (2)
24GC.AddMemoryPressure(_gcPressure); 39GC.RemoveMemoryPressure(_gcPressure);
System\Windows\Media\StreamGeometryContext.cs (1)
61GC.SuppressFinalize(this);
System\Windows\Media\textformatting\TextBreakpoint.cs (1)
38GC.SuppressFinalize(this);
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
130GC.KeepAlive(contextInfo);
System\Windows\Media\textformatting\TextLineBreak.cs (3)
38GC.SuppressFinalize(this); 60GC.SuppressFinalize(this); 97GC.KeepAlive(this);
System\Windows\Media\textformatting\TextParagraphCache.cs (4)
72GC.SuppressFinalize(this); 88GC.KeepAlive(context); 107GC.SuppressFinalize(this); 153GC.KeepAlive(this);
PresentationFramework (66)
MS\Internal\Controls\StickyNote\StickyNoteHelper.cs (1)
72GC.SuppressFinalize(this);
MS\Internal\Data\EnumerableCollectionView.cs (1)
670GC.SuppressFinalize(this);
MS\Internal\Data\PropertyPathWorker.cs (2)
668GC.KeepAlive(target); // keep target alive during changes (bug 956831) 1773GC.SuppressFinalize(this);
MS\Internal\Data\XmlBindingWorker.cs (1)
501GC.KeepAlive(target); // keep target alive during process xml change (bug 1494812)
MS\Internal\Documents\ContentElementCollection.cs (1)
378GC.SuppressFinalize(this);
MS\Internal\Documents\DocumentGridPage.cs (1)
361GC.SuppressFinalize(this);
MS\Internal\Documents\HostedElements.cs (1)
44GC.SuppressFinalize(this);
MS\Internal\Documents\TextBoxLine.cs (1)
59GC.SuppressFinalize(this);
MS\Internal\Documents\UIElementIsland.cs (1)
168GC.SuppressFinalize(this);
MS\Internal\Printing\PrintDlgExMarshaler.cs (1)
848GC.SuppressFinalize(this);
MS\Internal\PtsHost\ContainerParagraph.cs (1)
56GC.SuppressFinalize(this);
MS\Internal\PtsHost\FloaterBaseParagraph.cs (1)
40GC.SuppressFinalize(this);
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
69GC.SuppressFinalize(this);
MS\Internal\PtsHost\PageBreakRecord.cs (1)
75GC.SuppressFinalize(this);
MS\Internal\PtsHost\PtsCache.cs (2)
290GC.WaitForPendingFinalizers(); 458GC.SuppressFinalize(_contextPool[index].TextPenaltyModule);
MS\Internal\PtsHost\PtsPage.cs (1)
65GC.SuppressFinalize(this);
MS\Internal\PtsHost\StructuralCache.cs (3)
689GC.SuppressFinalize(this); 827GC.SuppressFinalize(this); 879GC.SuppressFinalize(this);
MS\Internal\PtsHost\SubpageParaClient.cs (1)
53GC.SuppressFinalize(this);
MS\Internal\PtsHost\SubpageParagraph.cs (1)
45GC.SuppressFinalize(this);
MS\Internal\PtsHost\UnmanagedHandle.cs (1)
44GC.SuppressFinalize(this);
MS\Internal\Text\Line.cs (1)
37GC.SuppressFinalize(this);
MS\Internal\Utility\MonitorWrapper.cs (1)
55GC.SuppressFinalize(this);
MS\Internal\WeakHashtable.cs (1)
91long globalMem = GC.GetTotalMemory(false);
MS\Internal\WeakObjectHashtable.cs (1)
89long globalMem = GC.GetTotalMemory(false);
MS\Internal\WindowsRuntime\Generated\WinRT\ObjectReference.cs (1)
101GC.SuppressFinalize(this);
System\Windows\Annotations\Storage\AnnotationStore.cs (1)
121GC.SuppressFinalize(this);
System\Windows\Controls\DataGrid.cs (1)
5265GC.SuppressFinalize(this);
System\Windows\Controls\DataGridColumnHeaderCollection.cs (2)
60GC.SuppressFinalize(this); 140GC.SuppressFinalize(this);
System\Windows\Controls\ItemCollection.cs (1)
2505GC.SuppressFinalize(this);
System\Windows\Controls\ItemContainerGenerator.cs (2)
1474GC.SuppressFinalize(this); 1592GC.SuppressFinalize(this);
System\Windows\Controls\ListBox.cs (1)
895GC.KeepAlive(anchorInfo);
System\Windows\Controls\TextAdaptor.cs (1)
60GC.SuppressFinalize(this);
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
251GC.SuppressFinalize(this);
System\Windows\Data\BindingExpression.cs (5)
552GC.KeepAlive(target); // keep target alive during activation (bug 956831) 840GC.KeepAlive(target); // keep target alive during activation (bug 956831) 1029GC.KeepAlive(target); // keep target alive during activation (bug 956831) 1512GC.KeepAlive(target); // keep target alive during transfer (bug 956831) 2664GC.SuppressFinalize(this);
System\Windows\Data\CollectionView.cs (2)
2071GC.SuppressFinalize(this); 2093GC.SuppressFinalize(this);
System\Windows\Data\CollectionViewSource.cs (1)
1215GC.SuppressFinalize(this);
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (1)
628GC.SuppressFinalize(this);
System\Windows\Documents\NaturalLanguageHyphenator.cs (1)
61GC.SuppressFinalize(this);
System\Windows\Documents\NLGSpellerInterop.cs (3)
107GC.SuppressFinalize(this); 736GC.SuppressFinalize(this); 891GC.SuppressFinalize(this);
System\windows\Documents\TextEditor.cs (2)
101GC.SuppressFinalize(this); 230GC.SuppressFinalize(this);
System\windows\Documents\TextEditorContextMenu.cs (3)
553GC.SuppressFinalize(this); 561GC.SuppressFinalize(this); 657GC.SuppressFinalize(this);
System\Windows\Documents\TextElementEnumerator.cs (1)
54GC.SuppressFinalize(this);
System\Windows\Documents\TextRange.cs (1)
1850GC.SuppressFinalize(this);
System\Windows\Documents\TextStore.cs (1)
4261GC.SuppressFinalize(this);
System\Windows\Documents\WinEventHandler.cs (1)
58GC.SuppressFinalize(this);
System\Windows\Documents\WinRTSpellerInterop.cs (1)
96GC.SuppressFinalize(this);
System\Windows\Interop\HwndHost.cs (1)
58GC.SuppressFinalize(this);
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
167GC.SuppressFinalize(this);
System\Windows\Standard\MessageWindow.cs (2)
92GC.SuppressFinalize(this); 175GC.SuppressFinalize(hwndWrapper);
PresentationUI (5)
MS\Internal\Documents\Application\Document.cs (1)
124GC.SuppressFinalize(this);
MS\Internal\Documents\Application\DocumentStream.cs (1)
654GC.SuppressFinalize(this);
MS\Internal\Documents\Application\RightsController.cs (1)
428GC.SuppressFinalize(this);
MS\Internal\Documents\PeoplePickerWrapper.cs (1)
481GC.SuppressFinalize(this);
MS\Internal\Documents\RightsManagementProvider.cs (1)
980GC.SuppressFinalize(this);
ReachFramework (9)
Packaging\PartEditor.cs (1)
105GC.SuppressFinalize(this);
Packaging\XpsDocument.cs (1)
674GC.SuppressFinalize(this);
Packaging\XpsManager.cs (1)
900GC.SuppressFinalize(this);
Packaging\XpsResource.cs (1)
164GC.SuppressFinalize(this);
PrintConfig\PTManager.cs (1)
437GC.SuppressFinalize(this);
PrintConfig\PTProviderBase.cs (1)
121GC.SuppressFinalize(this);
Serialization\Manager\MetroSerializationManager.cs (1)
77GC.SuppressFinalize(this);
Serialization\Manager\ReachSerializer.cs (1)
394GC.SuppressFinalize(this);
Serialization\Manager\XpsPackagingPolicy.cs (1)
486GC.SuppressFinalize(this);
rzc (3)
DefaultRequestDispatcher.cs (3)
213GC.Collect(); 214GC.WaitForPendingFinalizers(); 218GC.Collect();
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
1234GC.SuppressFinalize(this);
System.CodeDom (1)
src\runtime\src\libraries\Common\src\System\IO\TempFileCollection.cs (1)
47GC.SuppressFinalize(this);
System.Collections.Concurrent (1)
System\Collections\Concurrent\BlockingCollection.cs (1)
1494GC.SuppressFinalize(this);
System.Collections.Immutable (1)
System\Collections\Frozen\String\LengthBuckets.cs (1)
90int[] copy = GC.AllocateUninitializedArray<int>(arraySize);
System.ComponentModel.Composition (8)
System\ComponentModel\Composition\Hosting\AggregateExportProvider.cs (1)
93GC.SuppressFinalize(this);
System\ComponentModel\Composition\Hosting\AtomicComposition.cs (1)
132GC.SuppressFinalize(this);
System\ComponentModel\Composition\Hosting\CatalogExportProvider.cs (1)
205GC.SuppressFinalize(this);
System\ComponentModel\Composition\Hosting\ComposablePartCatalogCollection.cs (1)
251GC.SuppressFinalize(this);
System\ComponentModel\Composition\Hosting\ComposablePartExportProvider.cs (1)
56GC.SuppressFinalize(this);
System\ComponentModel\Composition\Hosting\CompositionContainer.cs (1)
299GC.SuppressFinalize(this);
System\ComponentModel\Composition\Hosting\ImportEngine.cs (1)
249GC.SuppressFinalize(this);
System\ComponentModel\Composition\Primitives\ComposablePartCatalog.cs (1)
131GC.SuppressFinalize(this);
System.ComponentModel.EventBasedAsync (1)
System\ComponentModel\AsyncOperation.cs (1)
87GC.SuppressFinalize(this);
System.ComponentModel.Primitives (1)
System\ComponentModel\Component.cs (1)
74GC.SuppressFinalize(this);
System.ComponentModel.TypeConverter (6)
System\ComponentModel\Container.cs (1)
109GC.SuppressFinalize(this);
System\ComponentModel\Design\DesignerTransaction.cs (3)
32GC.SuppressFinalize(this); 48GC.SuppressFinalize(this); 81GC.SuppressFinalize(this);
System\ComponentModel\LicFileLicenseProvider.cs (1)
120GC.SuppressFinalize(this);
System\ComponentModel\MarshalByValueComponent.cs (1)
66GC.SuppressFinalize(this);
System.Configuration.ConfigurationManager (1)
src\runtime\src\libraries\Common\src\System\IO\TempFileCollection.cs (1)
47GC.SuppressFinalize(this);
System.Data.Common (10)
System\Data\Common\DataAdapter.cs (1)
43GC.SuppressFinalize(this);
System\Data\Common\DbDataSource.cs (2)
78GC.SuppressFinalize(this); 86GC.SuppressFinalize(this);
System\Data\DataColumn.cs (1)
126GC.SuppressFinalize(this);
System\Data\DataSet.cs (1)
92GC.SuppressFinalize(this);
System\Data\DataTable.cs (1)
166GC.SuppressFinalize(this);
System\Data\DataView.cs (3)
99GC.SuppressFinalize(this); 132GC.SuppressFinalize(this); 165GC.SuppressFinalize(this);
System\Data\DataViewManager.cs (1)
31GC.SuppressFinalize(this);
System.Data.Odbc (7)
src\runtime\src\libraries\Common\src\System\Runtime\InteropServices\HandleRefMarshaller.cs (1)
22public void OnInvoked() => GC.KeepAlive(_handle.Wrapper);
System\Data\Odbc\OdbcCommand.cs (1)
46GC.SuppressFinalize(this);
System\Data\Odbc\OdbcCommandBuilder.cs (1)
14GC.SuppressFinalize(this);
System\Data\Odbc\OdbcConnection.cs (1)
891GC.KeepAlive(this);
System\Data\Odbc\OdbcConnectionHelper.cs (1)
23GC.SuppressFinalize(this);
System\Data\Odbc\OdbcDataAdapter.cs (2)
20GC.SuppressFinalize(this); 41GC.SuppressFinalize(this);
System.Data.OleDb (17)
_generated\0\System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo.cs (1)
55global::System.GC.KeepAlive(this);
_generated\1\System.Data.Common.UnsafeNativeMethods.IErrorInfo.cs (3)
53global::System.GC.KeepAlive(this); 96global::System.GC.KeepAlive(this); 155global::System.GC.KeepAlive(this);
_generated\2\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (6)
59global::System.GC.KeepAlive(this); 98global::System.GC.KeepAlive(this); 143global::System.GC.KeepAlive(this); 206global::System.GC.KeepAlive(this); 263global::System.GC.KeepAlive(this); 303global::System.GC.KeepAlive(this);
OleDbCommand.cs (1)
52GC.SuppressFinalize(this);
OleDbCommandBuilder.cs (1)
15GC.SuppressFinalize(this);
OleDbConnection.cs (1)
383GC.KeepAlive(this);
OleDbDataAdapter.cs (2)
24GC.SuppressFinalize(this); 45GC.SuppressFinalize(this);
System\Data\ProviderBase\DbConnectionHelper.cs (2)
24GC.SuppressFinalize(this); 224GC.KeepAlive(this);
System.Diagnostics.DiagnosticSource (13)
System\Diagnostics\Activity.cs (1)
1126GC.SuppressFinalize(this);
System\Diagnostics\ActivitySource.cs (1)
76GC.KeepAlive(DiagnosticSourceEventSource.Log);
System\Diagnostics\DiagnosticListener.cs (2)
147GC.KeepAlive(DiagnosticSourceEventSource.Log); 326GC.KeepAlive("");
System\Diagnostics\Metrics\Meter.cs (1)
96GC.KeepAlive(MetricsEventSource.Log);
System\Diagnostics\Metrics\RuntimeMetrics.cs (8)
21private static readonly int s_maxGenerations = Math.Min(GC.GetGCMemoryInfo().GenerationInfo.Length, s_genNames.Length); 46() => GC.GetTotalAllocatedBytes(), 52() => GC.GetGCMemoryInfo().TotalCommittedBytes, 70() => GC.GetTotalPauseDuration().TotalSeconds, 163for (int gen = GC.MaxGeneration; gen >= 0; --gen) 165long collectionsFromThisGeneration = GC.CollectionCount(gen); 187GCMemoryInfo gcInfo = GC.GetGCMemoryInfo(); 197GCMemoryInfo gcInfo = GC.GetGCMemoryInfo();
System.Diagnostics.EventLog (11)
System\Diagnostics\EventLogEntry.cs (1)
32GC.SuppressFinalize(this);
System\Diagnostics\EventLogInternal.cs (1)
607GC.SuppressFinalize(this);
System\Diagnostics\Reader\EventLogConfiguration.cs (1)
270GC.SuppressFinalize(this);
System\Diagnostics\Reader\EventLogPropertySelector.cs (1)
42GC.SuppressFinalize(this);
System\Diagnostics\Reader\EventLogReader.cs (1)
182GC.SuppressFinalize(this);
System\Diagnostics\Reader\EventLogRecord.cs (1)
390char[] renderBuffer = GC.AllocateUninitializedArray<char>(2000);
System\Diagnostics\Reader\EventLogSession.cs (1)
129GC.SuppressFinalize(this);
System\Diagnostics\Reader\EventLogWatcher.cs (1)
288GC.SuppressFinalize(this);
System\Diagnostics\Reader\EventRecord.cs (1)
57GC.SuppressFinalize(this);
System\Diagnostics\Reader\NativeWrapper.cs (1)
306buffer = GC.AllocateUninitializedArray<char>(buffUsed);
System\Diagnostics\Reader\ProviderMetadata.cs (1)
538GC.SuppressFinalize(this);
System.Diagnostics.PerformanceCounter (7)
_generated\0\LibraryImports.g.cs (1)
828global::System.GC.KeepAlive(ControlCallback);
System\Diagnostics\PerformanceCounter.cs (3)
65GC.SuppressFinalize(this); 88GC.SuppressFinalize(this); 114GC.SuppressFinalize(this);
System\Diagnostics\PerformanceData\CounterSet.cs (1)
54GC.SuppressFinalize(this);
System\Diagnostics\PerformanceData\CounterSetInstance.cs (1)
78GC.SuppressFinalize(this);
System\Diagnostics\PerformanceData\CounterSetInstanceCounterDataSet.cs (1)
166GC.SuppressFinalize(this);
System.Diagnostics.Process (3)
System\Diagnostics\Process.cs (2)
102GC.SuppressFinalize(this); 112GC.SuppressFinalize(this);
System\Diagnostics\ProcessWaitState.Unix.cs (1)
80GC.SuppressFinalize(this);
System.Diagnostics.TraceSource (5)
System\Diagnostics\Switch.cs (2)
65if (s_LastCollectionCount != GC.CollectionCount(2)) 81s_LastCollectionCount = GC.CollectionCount(2);
System\Diagnostics\TraceListener.cs (1)
66GC.SuppressFinalize(this);
System\Diagnostics\TraceSource.cs (2)
47if (s_LastCollectionCount != GC.CollectionCount(2)) 63s_LastCollectionCount = GC.CollectionCount(2);
System.DirectoryServices (18)
System\DirectoryServices\ActiveDirectory\ActiveDirectoryInterSiteTransport.cs (1)
339GC.SuppressFinalize(this);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySite.cs (1)
1090GC.SuppressFinalize(this);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLink.cs (1)
649GC.SuppressFinalize(this);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLinkBridge.cs (1)
305GC.SuppressFinalize(this);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySubnet.cs (1)
358GC.SuppressFinalize(this);
System\DirectoryServices\ActiveDirectory\DirectoryServer.cs (2)
50GC.SuppressFinalize(this); 647GC.KeepAlive(syncAllCallback);
System\DirectoryServices\ActiveDirectory\ReplicationConnection.cs (1)
206GC.SuppressFinalize(this);
System\DirectoryServices\DirectoryEntry.cs (8)
261GC.KeepAlive(this); 272GC.KeepAlive(this); 365GC.KeepAlive(this); 694GC.KeepAlive(this); 782GC.KeepAlive(this); 815GC.KeepAlive(this); 844GC.KeepAlive(this); 1088GC.KeepAlive(this);
System\DirectoryServices\PropertyCollection.cs (1)
190GC.SuppressFinalize(this);
System\DirectoryServices\SearchResultCollection.cs (1)
154GC.SuppressFinalize(this);
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\Context.cs (1)
1000GC.SuppressFinalize(this);
System\DirectoryServices\AccountManagement\FindResult.cs (1)
48GC.SuppressFinalize(this);
System\DirectoryServices\AccountManagement\Group.cs (1)
227GC.SuppressFinalize(this);
System\DirectoryServices\AccountManagement\Principal.cs (1)
600GC.SuppressFinalize(this);
System\DirectoryServices\AccountManagement\PrincipalSearcher.cs (1)
193GC.SuppressFinalize(this);
System.DirectoryServices.Protocols (7)
_generated\0\LibraryImports.g.cs (3)
543global::System.GC.KeepAlive(outValue); 583global::System.GC.KeepAlive(outValue); 1068global::System.GC.KeepAlive(proc);
src\runtime\src\libraries\Common\src\Interop\Interop.Ldap.cs (1)
268public void OnInvoked() => GC.KeepAlive(_managed);
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
769GC.KeepAlive(modifications); 1143GC.SuppressFinalize(this);
System\DirectoryServices\Protocols\ldap\LdapConnection.Linux.cs (1)
150GC.KeepAlive(defaults); //Making sure we keep it in scope as we will still use ptrToDefaults
System.Drawing.Common (500)
System\Drawing\Bitmap.cs (12)
95GC.KeepAlive(g); 183GC.KeepAlive(this); 207GC.KeepAlive(this); 281GC.KeepAlive(this); 294GC.KeepAlive(this); 311GC.KeepAlive(this); 333GC.KeepAlive(this); 339GC.KeepAlive(this); 361GC.KeepAlive(this); 382GC.KeepAlive(this); 383GC.KeepAlive(effect); 478GC.KeepAlive(this);
System\Drawing\Brush.cs (1)
24GC.SuppressFinalize(this);
System\Drawing\BufferedGraphics.cs (1)
102GC.KeepAlive(refTargetDC.Wrapper);
System\Drawing\BufferedGraphicsContext.cs (4)
173GC.SuppressFinalize(this); 334GC.KeepAlive(this); 436GC.KeepAlive(this); 452GC.KeepAlive(this);
System\Drawing\Drawing2D\AdjustableArrowCap.cs (8)
27GC.KeepAlive(this); 33GC.KeepAlive(this); 43GC.KeepAlive(this); 49GC.KeepAlive(this); 59GC.KeepAlive(this); 65GC.KeepAlive(this); 75GC.KeepAlive(this); 81GC.KeepAlive(this);
System\Drawing\Drawing2D\CustomLineCap.cs (12)
67GC.SuppressFinalize(this); 95GC.KeepAlive(this); 102GC.KeepAlive(this); 111GC.KeepAlive(this); 121GC.KeepAlive(this); 127GC.KeepAlive(this); 137GC.KeepAlive(this); 143GC.KeepAlive(this); 153GC.KeepAlive(this); 159GC.KeepAlive(this); 169GC.KeepAlive(this); 175GC.KeepAlive(this);
System\Drawing\Drawing2D\GraphicsPath.cs (56)
97GC.KeepAlive(this); 112GC.SuppressFinalize(this); 145GC.KeepAlive(this); 154GC.KeepAlive(this); 163GC.KeepAlive(this); 193GC.KeepAlive(this); 203GC.KeepAlive(this); 209GC.KeepAlive(this); 215GC.KeepAlive(this); 221GC.KeepAlive(this); 227GC.KeepAlive(this); 233GC.KeepAlive(this); 240GC.KeepAlive(this); 257GC.KeepAlive(this); 258GC.KeepAlive(graphics); 287GC.KeepAlive(this); 288GC.KeepAlive(pen); 289GC.KeepAlive(graphics); 308GC.KeepAlive(this); 342GC.KeepAlive(this); 369GC.KeepAlive(this); 379GC.KeepAlive(this); 394GC.KeepAlive(this); 414GC.KeepAlive(this); 441GC.KeepAlive(this); 477GC.KeepAlive(this); 502GC.KeepAlive(this); 525GC.KeepAlive(this); 550GC.KeepAlive(this); 576GC.KeepAlive(this); 606GC.KeepAlive(this); 615GC.KeepAlive(this); 635GC.KeepAlive(this); 655GC.KeepAlive(this); 706GC.KeepAlive(this); 724GC.KeepAlive(this); 744GC.KeepAlive(this); 765GC.KeepAlive(this); 773GC.KeepAlive(addingPath); 774GC.KeepAlive(this); 800GC.KeepAlive(family); 801GC.KeepAlive(format); 802GC.KeepAlive(this); 812GC.KeepAlive(matrix); 813GC.KeepAlive(this); 829GC.KeepAlive(this); 830GC.KeepAlive(matrix); 831GC.KeepAlive(pen); 842GC.KeepAlive(this); 859GC.KeepAlive(pen); 860GC.KeepAlive(matrix); 861GC.KeepAlive(this); 920GC.KeepAlive(this); 930GC.KeepAlive(this); 975GC.KeepAlive(this); 1020GC.KeepAlive(this);
System\Drawing\Drawing2D\GraphicsPathIterator.cs (13)
15GC.KeepAlive(path); 22GC.SuppressFinalize(this); 66GC.KeepAlive(this); 77GC.KeepAlive(this); 89GC.KeepAlive(this); 101GC.KeepAlive(this); 110GC.KeepAlive(this); 120GC.KeepAlive(this); 131GC.KeepAlive(this); 140GC.KeepAlive(this); 147GC.KeepAlive(this); 184GC.KeepAlive(this); 233GC.KeepAlive(this);
System\Drawing\Drawing2D\HatchBrush.cs (4)
35GC.KeepAlive(this); 45GC.KeepAlive(this); 56GC.KeepAlive(this); 67GC.KeepAlive(this);
System\Drawing\Drawing2D\LinearGradientBrush.cs (23)
99GC.KeepAlive(this); 109GC.KeepAlive(this); 120GC.KeepAlive(this); 130GC.KeepAlive(this); 141GC.KeepAlive(this); 147GC.KeepAlive(this); 163GC.KeepAlive(this); 175GC.KeepAlive(this); 191GC.KeepAlive(this); 201GC.KeepAlive(this); 210GC.KeepAlive(this); 239GC.KeepAlive(this); 261GC.KeepAlive(this); 272GC.KeepAlive(this); 281GC.KeepAlive(this); 291GC.KeepAlive(this); 298GC.KeepAlive(value); 299GC.KeepAlive(this); 306GC.KeepAlive(this); 316GC.KeepAlive(this); 324GC.KeepAlive(this); 332GC.KeepAlive(this); 340GC.KeepAlive(this);
System\Drawing\Drawing2D\Matrix.cs (23)
82GC.SuppressFinalize(this); 104GC.KeepAlive(this); 127GC.KeepAlive(this); 141GC.KeepAlive(this); 152GC.KeepAlive(this); 177GC.KeepAlive(this); 190GC.KeepAlive(this); 191GC.KeepAlive(matrix); 199GC.KeepAlive(this); 207GC.KeepAlive(this); 215GC.KeepAlive(this); 236GC.KeepAlive(this); 242GC.KeepAlive(this); 248GC.KeepAlive(this); 254GC.KeepAlive(this); 280GC.KeepAlive(this); 309GC.KeepAlive(this); 338GC.KeepAlive(this); 372GC.KeepAlive(this); 381GC.KeepAlive(this); 392GC.KeepAlive(this); 408GC.KeepAlive(this); 409GC.KeepAlive(matrix2);
System\Drawing\Drawing2D\PathGradientBrush.cs (27)
117GC.KeepAlive(this); 127GC.KeepAlive(this); 133GC.KeepAlive(this); 150GC.KeepAlive(this); 166GC.KeepAlive(this); 177GC.KeepAlive(this); 183GC.KeepAlive(this); 193GC.KeepAlive(this); 223GC.KeepAlive(this); 240GC.KeepAlive(this); 250GC.KeepAlive(this); 258GC.KeepAlive(this); 288GC.KeepAlive(this); 307GC.KeepAlive(this); 318GC.KeepAlive(this); 325GC.KeepAlive(value); 326GC.KeepAlive(this); 333GC.KeepAlive(this); 346GC.KeepAlive(matrix); 347GC.KeepAlive(this); 355GC.KeepAlive(this); 363GC.KeepAlive(this); 371GC.KeepAlive(this); 381GC.KeepAlive(this); 387GC.KeepAlive(this); 397GC.KeepAlive(this); 406GC.KeepAlive(this);
System\Drawing\Font.cs (10)
171GC.SuppressFinalize(this); 211GC.KeepAlive(this); 212GC.KeepAlive(graphics); 220GC.KeepAlive(this); 312GC.KeepAlive(this); 313GC.KeepAlive(graphics); 346GC.KeepAlive(this); 542GC.KeepAlive(this); 679GC.KeepAlive(this); 692GC.SuppressFinalize(_fontFamily);
System\Drawing\FontFamily.cs (9)
33GC.SuppressFinalize(this); 126GC.SuppressFinalize(this); 129GC.KeepAlive(fontCollection); 200GC.SuppressFinalize(this); 292GC.KeepAlive(this); 303GC.KeepAlive(this); 314GC.KeepAlive(this); 325GC.KeepAlive(this); 337GC.KeepAlive(this);
System\Drawing\Graphics.cs (99)
137GC.KeepAlive(image); 155GC.SuppressFinalize(this); 435GC.KeepAlive(value); 523GC.KeepAlive(g); 541GC.KeepAlive(path); 548GC.KeepAlive(region); 563GC.KeepAlive(region); 576GC.KeepAlive(region); 628GC.KeepAlive(matrix); 660GC.KeepAlive(pen); 693GC.KeepAlive(pen); 746GC.KeepAlive(pen); 773GC.KeepAlive(pen); 798GC.KeepAlive(pen); 813GC.KeepAlive(pen); 839GC.KeepAlive(pen); 872GC.KeepAlive(pen); 897GC.KeepAlive(pen); 910GC.KeepAlive(pen); 911GC.KeepAlive(path); 932GC.KeepAlive(pen); 958GC.KeepAlive(pen); 996GC.KeepAlive(pen); 1017GC.KeepAlive(pen); 1043GC.KeepAlive(pen); 1078GC.KeepAlive(pen); 1103GC.KeepAlive(pen); 1135GC.KeepAlive(pen); 1159GC.KeepAlive(pen); 1186GC.KeepAlive(pen); 1230GC.KeepAlive(brush); 1269GC.KeepAlive(brush); 1291GC.KeepAlive(brush); 1325GC.KeepAlive(brush); 1364GC.KeepAlive(brush); 1384GC.KeepAlive(brush); 1435GC.KeepAlive(brush); 1466GC.KeepAlive(brush); 1509GC.KeepAlive(brush); 1534GC.KeepAlive(brush); 1572GC.KeepAlive(brush); 1756GC.KeepAlive(font); 1757GC.KeepAlive(brush); 1758GC.KeepAlive(format); 1820GC.KeepAlive(font); 1821GC.KeepAlive(stringFormat); 1987GC.KeepAlive(stringFormat); 1988GC.KeepAlive(font); 2194GC.KeepAlive(imageAttr); 2195GC.KeepAlive(callback); 2247GC.KeepAlive(imageAttr); 2248GC.KeepAlive(callback); 2309GC.KeepAlive(imageAttrs); 2310GC.KeepAlive(callback); 2380GC.KeepAlive(pen); 2409GC.KeepAlive(pen); 2427GC.KeepAlive(pen); 2648GC.KeepAlive(image); 2785GC.KeepAlive(pen); 2810GC.KeepAlive(pen); 2842GC.KeepAlive(pen); 2858GC.KeepAlive(brush); 2859GC.KeepAlive(path); 2875GC.KeepAlive(brush); 2876GC.KeepAlive(region); 2955GC.KeepAlive(imageAttr); 2956GC.KeepAlive(metafile); 2957GC.KeepAlive(this); 2984GC.KeepAlive(imageAttr); 2985GC.KeepAlive(metafile); 2986GC.KeepAlive(this); 3019GC.KeepAlive(imageAttr); 3020GC.KeepAlive(metafile); 3021GC.KeepAlive(this); 3048GC.KeepAlive(imageAttr); 3049GC.KeepAlive(metafile); 3050GC.KeepAlive(this); 3074GC.KeepAlive(imageAttr); 3075GC.KeepAlive(metafile); 3076GC.KeepAlive(this); 3115GC.KeepAlive(imageAttr); 3116GC.KeepAlive(metafile); 3117GC.KeepAlive(this); 3156GC.KeepAlive(imageAttr); 3157GC.KeepAlive(metafile); 3158GC.KeepAlive(this); 3189GC.KeepAlive(imageAttr); 3190GC.KeepAlive(metafile); 3191GC.KeepAlive(this); 3443GC.KeepAlive(this); 3470GC.KeepAlive(this); 3489GC.KeepAlive(this); 3571GC.KeepAlive(this); 3608GC.KeepAlive(cachedBitmap); 3644GC.KeepAlive(effect); 3645GC.KeepAlive(imageAttr); 3646GC.KeepAlive(image); 3647GC.KeepAlive(this); 3654GC.KeepAlive(this);
System\Drawing\Graphics.EnumerateMetafileDataAdapter.cs (2)
43GC.KeepAlive(_callback); 44GC.KeepAlive(_nativeCallback);
System\Drawing\GraphicsContext.cs (1)
31GC.SuppressFinalize(this);
System\Drawing\Icon.cs (3)
254GC.KeepAlive(this); 265GC.SuppressFinalize(this); 584GC.KeepAlive(this); // finalizer mustn't deallocate data blobs while this method is running
System\Drawing\Image.cs (31)
186GC.SuppressFinalize(this); 202GC.KeepAlive(this); 285GC.KeepAlive(this); 286GC.KeepAlive(encoderParams); 326GC.KeepAlive(this); 327GC.KeepAlive(encoderParams); 355GC.KeepAlive(this); 356GC.KeepAlive(encoderParams); 387GC.KeepAlive(this); 388GC.KeepAlive(image); 389GC.KeepAlive(encoderParams); 413GC.KeepAlive(this); 435GC.KeepAlive(this); 452GC.KeepAlive(this); 466GC.KeepAlive(this); 480GC.KeepAlive(this); 495GC.KeepAlive(this); 509GC.KeepAlive(this); 540GC.KeepAlive(this); 574GC.KeepAlive(this); 608GC.KeepAlive(this); 618GC.KeepAlive(this); 642GC.KeepAlive(this); 667GC.KeepAlive(this); 689GC.KeepAlive(this); 701GC.KeepAlive(this); 721GC.KeepAlive(this); 728GC.KeepAlive(this); 737GC.KeepAlive(this); 765GC.KeepAlive(this); 839GC.KeepAlive(this);
System\Drawing\Imaging\CachedBitmap.cs (1)
79GC.SuppressFinalize(this);
System\Drawing\Imaging\ColorPalette.cs (1)
114GC.KeepAlive(bitmap);
System\Drawing\Imaging\Effects\ColorMatrixEffect.cs (1)
30GC.KeepAlive(this);
System\Drawing\Imaging\Effects\Effect.cs (2)
27GC.SuppressFinalize(this); 35GC.KeepAlive(this);
System\Drawing\Imaging\EncoderParameter.cs (19)
57GC.KeepAlive(this); 58GC.SuppressFinalize(this); 72GC.KeepAlive(this); 87GC.KeepAlive(this); 99GC.KeepAlive(this); 111GC.KeepAlive(this); 124GC.KeepAlive(this); 137GC.KeepAlive(this); 157GC.KeepAlive(this); 167GC.KeepAlive(this); 180GC.KeepAlive(this); 193GC.KeepAlive(this); 205GC.KeepAlive(this); 222GC.KeepAlive(this); 242GC.KeepAlive(this); 262GC.KeepAlive(this); 291GC.KeepAlive(this); 317GC.KeepAlive(this); 343GC.KeepAlive(this);
System\Drawing\Imaging\ImageAttributes.cs (16)
78GC.SuppressFinalize(this); 93GC.KeepAlive(this); 134GC.KeepAlive(this); 182GC.KeepAlive(this); 201GC.KeepAlive(this); 220GC.KeepAlive(this); 238GC.KeepAlive(this); 260GC.KeepAlive(this); 281GC.KeepAlive(this); 301GC.KeepAlive(this); 314GC.KeepAlive(this); 378GC.KeepAlive(this); 403GC.KeepAlive(this); 424GC.KeepAlive(this); 451GC.KeepAlive(this); 465GC.KeepAlive(this);
System\Drawing\Imaging\Metafile.cs (2)
548GC.KeepAlive(this); 625GC.KeepAlive(this);
System\Drawing\Pen.cs (48)
72GC.KeepAlive(brush); 92GC.KeepAlive(this); 102GC.SuppressFinalize(this); 141GC.KeepAlive(this); 152GC.KeepAlive(this); 172GC.KeepAlive(this); 184GC.KeepAlive(this); 213GC.KeepAlive(this); 226GC.KeepAlive(this); 255GC.KeepAlive(this); 268GC.KeepAlive(this); 279GC.KeepAlive(value); 280GC.KeepAlive(this); 293GC.KeepAlive(this); 304GC.KeepAlive(value); 305GC.KeepAlive(this); 318GC.KeepAlive(this); 334GC.KeepAlive(this); 347GC.KeepAlive(this); 363GC.KeepAlive(this); 376GC.KeepAlive(this); 387GC.KeepAlive(this); 400GC.KeepAlive(this); 416GC.KeepAlive(this); 429GC.KeepAlive(this); 442GC.KeepAlive(value); 443GC.KeepAlive(this); 453GC.KeepAlive(this); 475GC.KeepAlive(matrix); 476GC.KeepAlive(this); 491GC.KeepAlive(this); 505GC.KeepAlive(this); 519GC.KeepAlive(this); 525GC.KeepAlive(this); 538GC.KeepAlive(this); 559GC.KeepAlive(this); 635GC.KeepAlive(this); 643GC.KeepAlive(this); 656GC.KeepAlive(this); 672GC.KeepAlive(this); 696GC.KeepAlive(this); 714GC.KeepAlive(this); 725GC.KeepAlive(this); 738GC.KeepAlive(this); 767GC.KeepAlive(this); 785GC.KeepAlive(this); 809GC.KeepAlive(this); 824GC.KeepAlive(this);
System\Drawing\Region.cs (23)
39GC.KeepAlive(path); 88GC.KeepAlive(this); 100GC.SuppressFinalize(this); 118GC.KeepAlive(path); 125GC.KeepAlive(region); 137GC.KeepAlive(path); 144GC.KeepAlive(region); 156GC.KeepAlive(path); 163GC.KeepAlive(region); 175GC.KeepAlive(path); 182GC.KeepAlive(region); 194GC.KeepAlive(path); 201GC.KeepAlive(region); 213GC.KeepAlive(matrix); 221GC.KeepAlive(g); 230GC.KeepAlive(g); 239GC.KeepAlive(g); 257GC.KeepAlive(g); 258GC.KeepAlive(region); 295GC.KeepAlive(g); 314GC.KeepAlive(g); 358GC.KeepAlive(matrix); 365GC.KeepAlive(this);
System\Drawing\SolidBrush.cs (3)
40GC.KeepAlive(this); 68GC.KeepAlive(this); 101GC.KeepAlive(this);
System\Drawing\StringFormat.cs (19)
54GC.KeepAlive(format); 63GC.SuppressFinalize(this); 110GC.KeepAlive(this); 116GC.KeepAlive(this); 138GC.KeepAlive(this); 150GC.KeepAlive(this); 161GC.KeepAlive(this); 174GC.KeepAlive(this); 185GC.KeepAlive(this); 198GC.KeepAlive(this); 209GC.KeepAlive(this); 235GC.KeepAlive(this); 259GC.KeepAlive(this); 276GC.KeepAlive(this); 287GC.KeepAlive(this); 349GC.KeepAlive(this); 365GC.KeepAlive(this); 379GC.KeepAlive(this); 388GC.KeepAlive(this);
System\Drawing\Text\FontCollection.cs (2)
22GC.SuppressFinalize(this); 59GC.KeepAlive(this);
System\Drawing\Text\InstalledFontCollection.cs (1)
16GC.SuppressFinalize(this);
System\Drawing\Text\PrivateFontCollection.cs (2)
61GC.KeepAlive(this); 74GC.KeepAlive(this);
System\Drawing\TextureBrush.cs (16)
32GC.KeepAlive(image); 51GC.KeepAlive(image); 77GC.KeepAlive(image); 78GC.KeepAlive(imageAttr); 98GC.KeepAlive(this); 109GC.KeepAlive(this); 116GC.KeepAlive(this); 126GC.KeepAlive(this); 137GC.KeepAlive(this); 147GC.KeepAlive(this); 155GC.KeepAlive(this); 174GC.KeepAlive(this); 175GC.KeepAlive(matrix); 187GC.KeepAlive(this); 199GC.KeepAlive(this); 211GC.KeepAlive(this);
Windows\Win32\PInvoke.AbortDoc.cs (1)
12GC.KeepAlive(hdc.Wrapper);
Windows\Win32\PInvoke.EndDoc.cs (1)
12GC.KeepAlive(hdc.Wrapper);
Windows\Win32\PInvoke.EndPage.cs (1)
12GC.KeepAlive(hdc.Wrapper);
Windows\Win32\PInvoke.StartDoc.cs (1)
14GC.KeepAlive(hdc.Wrapper);
Windows\Win32\PInvoke.StartPage.cs (1)
12GC.KeepAlive(hdc.Wrapper);
System.IO.Compression (2)
System\IO\Compression\DeflateZLib\Deflater.cs (1)
43GC.SuppressFinalize(this);
System\IO\Compression\DeflateZLib\Inflater.cs (1)
222GC.SuppressFinalize(this);
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFile.cs (1)
69GC.SuppressFinalize(this);
System.IO.MemoryMappedFiles (2)
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (1)
457GC.SuppressFinalize(this);
System\IO\MemoryMappedFiles\MemoryMappedView.cs (1)
53GC.SuppressFinalize(this);
System.IO.Packaging (2)
System\IO\Packaging\Package.cs (1)
510GC.SuppressFinalize(this);
System\IO\Packaging\PackageProperties.cs (1)
45GC.SuppressFinalize(this);
System.IO.Pipes (1)
System\IO\Pipes\AnonymousPipeServerStream.cs (1)
89GC.SuppressFinalize(_clientHandle);
System.Linq (2)
System\Linq\SegmentedArrayBuilder.cs (2)
244result = GC.AllocateUninitializedArray<T>(count); 285result = GC.AllocateUninitializedArray<T>(count);
System.Management (41)
System\Management\InteropClasses\WMIInterop.cs (37)
64GC.SuppressFinalize(this); 83GC.KeepAlive(this); 105GC.KeepAlive(this); 113GC.KeepAlive(this); 121GC.KeepAlive(this); 129GC.KeepAlive(this); 138GC.KeepAlive(this); 148GC.KeepAlive(this); 156GC.KeepAlive(this); 170GC.KeepAlive(this); 184GC.KeepAlive(this); 192GC.KeepAlive(this); 206GC.KeepAlive(this); 220GC.KeepAlive(this); 228GC.KeepAlive(pCompareTo); 229GC.KeepAlive(this); 237GC.KeepAlive(this); 245GC.KeepAlive(this); 266GC.KeepAlive(this); 274GC.KeepAlive(pInSignature); 275GC.KeepAlive(pOutSignature); 276GC.KeepAlive(this); 284GC.KeepAlive(this); 292GC.KeepAlive(this); 313GC.KeepAlive(this); 321GC.KeepAlive(this); 334GC.KeepAlive(this); 342GC.KeepAlive(this); 395GC.KeepAlive(this); 397GC.SuppressFinalize(this); 411GC.KeepAlive(this); 420GC.KeepAlive(this); 428GC.KeepAlive(this); 436GC.KeepAlive(this); 444GC.KeepAlive(this); 452GC.KeepAlive(this); 460GC.KeepAlive(this);
System\Management\ManagementBaseObject.cs (1)
243GC.SuppressFinalize(this);
System\Management\ManagementObject.cs (1)
111GC.SuppressFinalize(this);
System\Management\ManagementObjectCollection.cs (2)
112GC.SuppressFinalize(this); 459GC.SuppressFinalize(this);
System.Memory (1)
System\Buffers\MemoryPool.cs (1)
42GC.SuppressFinalize(this);
System.Net.Http (9)
System\Net\Http\HttpContent.cs (1)
664GC.SuppressFinalize(this);
System\Net\Http\HttpMessageHandler.cs (1)
39GC.SuppressFinalize(this);
System\Net\Http\HttpMessageInvoker.cs (1)
120GC.SuppressFinalize(this);
System\Net\Http\HttpRequestMessage.cs (1)
213GC.SuppressFinalize(this);
System\Net\Http\HttpResponseMessage.cs (1)
224GC.SuppressFinalize(this);
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1861GC.SuppressFinalize(this);
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
113GC.SuppressFinalize(this);
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (2)
176GC.SuppressFinalize(cleanup); 222GC.SuppressFinalize(this);
System.Net.Http.WinHttpHandler (1)
_generated\0\LibraryImports.g.cs (1)
1213global::System.GC.KeepAlive(callback);
System.Net.HttpListener (1)
System\Net\Managed\WebSockets\HttpWebSocket.Managed.cs (1)
124GC.SuppressFinalize(this);
System.Net.Mail (1)
System\Net\Mail\SmtpClient.cs (1)
757GC.SuppressFinalize(this);
System.Net.Ping (1)
System\Net\NetworkInformation\Ping.cs (1)
41GC.SuppressFinalize(this);
System.Net.Quic (1)
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeHandleCache.cs (1)
33GC.SuppressFinalize(newHandle);
System.Net.Requests (1)
System\Net\WebResponse.cs (1)
53GC.SuppressFinalize(this);
System.Net.Security (8)
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeHandleCache.cs (1)
33GC.SuppressFinalize(newHandle);
src\runtime\src\libraries\Common\src\System\Net\Security\SafeCredentialReference.cs (1)
40GC.SuppressFinalize(this);
System\Net\Security\AuthenticatedStream.cs (1)
76GC.SuppressFinalize(this);
System\Net\Security\SslStream.IO.cs (1)
75GC.SuppressFinalize(this);
System\Net\Security\SslStreamCertificateContext.Linux.cs (4)
356GC.KeepAlive(TargetCertificate); 357GC.KeepAlive(_privateIntermediateCertificates); 358GC.KeepAlive(_rootCertificate); 359GC.KeepAlive(caCert);
System.Net.Sockets (5)
System\Net\Sockets\Socket.cs (2)
233GC.SuppressFinalize(this); 3549GC.SuppressFinalize(this);
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
520GC.SuppressFinalize(this);
System\Net\Sockets\TCPClient.cs (1)
293GC.SuppressFinalize(this);
System\Net\Sockets\UDPClient.cs (1)
246GC.SuppressFinalize(this);
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
62GC.SuppressFinalize(this);
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\Tensor.cs (2)
372T[] values = GC.AllocateUninitializedArray<T>(checked((int)(shape.LinearLength)), pinned); 1618T[] values = tensor.IsPinned ? GC.AllocateArray<T>((int)newSize) : (new T[newSize]);
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
30_values = GC.AllocateArray<T>(checked((int)(_shape.LinearLength)), pinned);
System.Private.CoreLib (112)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Concurrent\ConcurrentUnifierW.cs (1)
115GC.KeepAlive(value);
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Concurrent\ConcurrentUnifierWKeyed.cs (1)
124GC.KeepAlive(value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (2)
221GCMemoryInfo mi = GC.GetGCMemoryInfo(); 226public long MonitoringTotalAllocatedMemorySize => GC.GetTotalAllocatedBytes(precise: false);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\MemoryManager.cs (1)
65GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\SharedArrayPool.cs (1)
114GC.AllocateUninitializedArray<T>(minimumLength) :
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Utilities.cs (1)
43GCMemoryInfo memoryInfo = GC.GetGCMemoryInfo();
src\runtime\src\libraries\System.Private.CoreLib\src\System\ComAwareWeakReference.cs (1)
146GC.SuppressFinalize(newRef);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Convert.cs (2)
2595byte[] result = GC.AllocateUninitializedArray<byte>(chars.Length / 2); 2621byte[] result = GC.AllocateUninitializedArray<byte>(utf8Source.Length / 2);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventProvider.cs (1)
127GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
1507GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\RuntimeEventSource.cs (15)
81_gcHeapSizeCounter ??= new PollingCounter("gc-heap-size", this, () => ((double)GC.GetTotalMemory(false) / 1_000_000)) { DisplayName = "GC Heap Size", DisplayUnits = "MB" }; 82_gen0GCCounter ??= new IncrementingPollingCounter("gen-0-gc-count", this, () => GC.CollectionCount(0)) { DisplayName = "Gen 0 GC Count", DisplayRateTimeScale = new TimeSpan(0, 1, 0) }; 83_gen1GCCounter ??= new IncrementingPollingCounter("gen-1-gc-count", this, () => GC.CollectionCount(1)) { DisplayName = "Gen 1 GC Count", DisplayRateTimeScale = new TimeSpan(0, 1, 0) }; 84_gen2GCCounter ??= new IncrementingPollingCounter("gen-2-gc-count", this, () => GC.CollectionCount(2)) { DisplayName = "Gen 2 GC Count", DisplayRateTimeScale = new TimeSpan(0, 1, 0) }; 85_gen0BudgetCounter ??= new PollingCounter("gen-0-gc-budget", this, () => GC.GetGenerationBudget(0) / 1_000_000) { DisplayName = "Gen 0 GC Budget", DisplayUnits = "MB" }; 90_allocRateCounter ??= new IncrementingPollingCounter("alloc-rate", this, () => GC.GetTotalAllocatedBytes()) { DisplayName = "Allocation Rate", DisplayUnits = "B", DisplayRateTimeScale = new TimeSpan(0, 0, 1) }; 93var gcInfo = GC.GetGCMemoryInfo(); 97_committedCounter ??= new PollingCounter("gc-committed", this, () => ((double)GC.GetGCMemoryInfo().TotalCommittedBytes / 1_000_000)) { DisplayName = "GC Committed Bytes", DisplayUnits = "MB" }; 99_gcTimeCounter ??= new PollingCounter("time-in-gc", this, () => GC.GetLastGCPercentTimeInGC()) { DisplayName = "% Time in GC since last GC", DisplayUnits = "%" }; 100_totalGcPauseTimeCounter ??= new IncrementingPollingCounter("total-pause-time-by-gc", this, () => GC.GetTotalPauseDuration().TotalMilliseconds) { DisplayName = "Time paused by GC", DisplayUnits = "ms" }; 101_gen0SizeCounter ??= new PollingCounter("gen-0-size", this, () => GC.GetGenerationSize(0)) { DisplayName = "Gen 0 Size", DisplayUnits = "B" }; 102_gen1SizeCounter ??= new PollingCounter("gen-1-size", this, () => GC.GetGenerationSize(1)) { DisplayName = "Gen 1 Size", DisplayUnits = "B" }; 103_gen2SizeCounter ??= new PollingCounter("gen-2-size", this, () => GC.GetGenerationSize(2)) { DisplayName = "Gen 2 Size", DisplayUnits = "B" }; 104_lohSizeCounter ??= new PollingCounter("loh-size", this, () => GC.GetGenerationSize(3)) { DisplayName = "LOH Size", DisplayUnits = "B" }; 105_pohSizeCounter ??= new PollingCounter("poh-size", this, () => GC.GetGenerationSize(4)) { DisplayName = "POH (Pinned Object Heap) Size", DisplayUnits = "B" };
src\runtime\src\libraries\System.Private.CoreLib\src\System\Gen2GcCallback.cs (1)
109GC.ReRegisterForFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.cs (1)
107GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs (2)
57GC.SuppressFinalize(safeHandle); 515GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Iterator.cs (1)
31GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\MemoryStream.cs (1)
570byte[] copy = GC.AllocateUninitializedArray<byte>(count);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Strategies\BufferedFileStreamStrategy.cs (1)
1033Interlocked.CompareExchange(ref _buffer, GC.AllocateUninitializedArray<byte>(_bufferSize), null);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (1)
164GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (2)
198GC.SuppressFinalize(this); 267GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\TextReader.cs (2)
30GC.SuppressFinalize(this); 36GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.cs (2)
60GC.SuppressFinalize(this); 70GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryAccessor.cs (1)
104GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\LocalDataStoreSlot.cs (1)
14GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (7)
437GC.SuppressFinalize(this); 664GC.KeepAlive(this); // Ensure we don't get finalized while accessing DependentHandle 670GC.KeepAlive(this); // Ensure we don't get finalized while accessing DependentHandle 682GC.KeepAlive(this); // Ensure we don't get finalized while accessing DependentHandle 882GC.SuppressFinalize(this); 892GC.KeepAlive(this); // ensure we don't get finalized while accessing DependentHandles. 931GC.ReRegisterForFinalize(this); // next time it's finalized, we'll be sure there are no remaining refs
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (3)
525GC.ReRegisterForFinalize(this); 540GC.ReRegisterForFinalize(this); 658GC.ReRegisterForFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\CriticalHandle.cs (2)
154GC.SuppressFinalize(this); 197GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\PosixSignalRegistration.cs (1)
52GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ReferenceTrackerHost.cs (4)
35GC.Collect(2, GCCollectionMode.Optimized, blocking: true, compacting: false, lowMemoryPressure: true); 39GC.Collect(); 110GC.AddMemoryPressure(bytesAllocated); 126GC.RemoveMemoryPressure(bytesAllocated);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeHandle.cs (3)
65GC.SuppressFinalize(this); 102GC.SuppressFinalize(this); 125GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (3)
98GC.SuppressFinalize(this); 428byte[] bytes = GC.AllocateUninitializedArray<byte>((int)length); 467GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\MemoryFailPoint.cs (3)
124private static readonly ulong s_GCSegmentSize = GC.GetSegmentSize(); 227GC.Collect(); 301GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (7)
139m_ChunkChars = GC.AllocateUninitializedArray<char>(capacity); 165m_ChunkChars = GC.AllocateUninitializedArray<char>(capacity); 219m_ChunkChars = GC.AllocateUninitializedArray<char>(persistedCapacity); 284char[] newArray = GC.AllocateUninitializedArray<char>(newLen); 463char[] newArray = GC.AllocateUninitializedArray<char>(newLen); 2678char[] chunkChars = GC.AllocateUninitializedArray<char>(newBlockLength); 2818m_ChunkChars = GC.AllocateUninitializedArray<char>(size);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\TranscodingStream.cs (1)
201_readBuffer = GC.AllocateUninitializedArray<byte>(_thisEncoding.GetMaxByteCount(_readCharBufferMaxSize));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\CancellationTokenSource.cs (1)
514GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\LowLevelLock.cs (1)
42GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ManualResetEventSlim.cs (1)
609GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PeriodicTimer.cs (4)
34GC.SuppressFinalize(this); 53GC.SuppressFinalize(this); 59GC.SuppressFinalize(this); 151GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (1)
496GCMemoryInfo gcMemoryInfo = GC.GetGCMemoryInfo();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\RegisteredWaitHandle.Portable.cs (1)
63GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\SemaphoreSlim.cs (1)
926GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
1726GC.SuppressFinalize(this); 5531GC.KeepAlive(tasks);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskExceptionHolder.cs (2)
221GC.ReRegisterForFinalize(this); 237GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (1)
155GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (1)
1246GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (3)
796GC.SuppressFinalize(this); 802GC.SuppressFinalize(this); 809GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandle.cs (1)
97GC.SuppressFinalize(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\WeakReference.cs (5)
136GC.KeepAlive(this); 174GC.KeepAlive(this); 188GC.KeepAlive(this); 210GC.KeepAlive(this); 219GC.KeepAlive(this);
src\runtime\src\libraries\System.Private.CoreLib\src\System\WeakReference.T.cs (4)
114GC.KeepAlive(this); 123GC.KeepAlive(this); 149GC.KeepAlive(this); 163GC.KeepAlive(this);
System\GC.NativeAot.cs (2)
737GC.WaitForPendingFinalizers(); 738GC.Collect();
System\Runtime\CompilerServices\RuntimeHelpers.NativeAot.cs (1)
192GC.KeepAlive(obj); // Keep MethodTable alive
System\Runtime\InteropServices\PInvokeMarshal.cs (1)
157GC.ReRegisterForFinalize(this);
System\Threading\SyncTable.cs (2)
164GC.SuppressFinalize(collector); 315GC.ReRegisterForFinalize(this);
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (2)
1601GC.SuppressFinalize(this); 1630GC.SuppressFinalize(this);
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeSystemContextFactory.cs (1)
58if (context.LoadFactor > 200 || GC.GetGeneration(context) > 0)
System.Private.Windows.Core (54)
System\DisposableBase.cs (1)
41GC.SuppressFinalize(this);
System\DisposalTracking.cs (2)
23GC.SuppressFinalize(@object); 33/// Fires if <see cref="GC.SuppressFinalize(object)"/> is not called on the class and the class is finalized.
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
163GC.AllocateUninitializedArray<byte>(size);
System\Private\Windows\Ole\DragDropFormat.cs (1)
126GC.SuppressFinalize(this);
Windows\Win32\Foundation\HandleRef.cs (1)
12/// <see cref="GC.KeepAlive(object?)"/> on the <see cref="Wrapper"/> <see langword="object"/>.
Windows\Win32\Graphics\Gdi\BeginPaintScope.cs (1)
45GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\CreateBitmapScope.cs (1)
50GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\CreateBrushScope.cs (2)
52GC.SuppressFinalize(this); 63GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\CreateDcScope.cs (1)
67GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\CreatePenScope.cs (1)
45GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\HdcHandle.cs (2)
19GC.SuppressFinalize(hdc); 39GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\RegionScope.cs (1)
92GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\SelectObjectScope.cs (1)
53GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\SetBkModeScope.cs (1)
44GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\SetMapModeScope.cs (1)
45GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\SetRop2Scope.cs (1)
44GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\SetTextAlignmentScope.cs (1)
45GC.SuppressFinalize(this);
Windows\Win32\Graphics\Gdi\SetTextColorScope.cs (1)
45GC.SuppressFinalize(this);
Windows\Win32\PInvokeCore.BitBlt.cs (2)
30GC.KeepAlive(hdc.Wrapper); 56GC.KeepAlive(hdcSrc.Wrapper);
Windows\Win32\PInvokeCore.CallWindowProc.cs (1)
18GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.CopyImage.cs (2)
13GC.KeepAlive(hImage.Wrapper); 22GC.KeepAlive(hImage.Wrapper);
Windows\Win32\PInvokeCore.DragAcceptFiles.cs (1)
12GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.DrawIcon.cs (1)
16GC.KeepAlive(hIcon.Wrapper);
Windows\Win32\PInvokeCore.DrawIconEx.cs (1)
26GC.KeepAlive(hIcon.Wrapper);
Windows\Win32\PInvokeCore.EnumChildWindows.cs (1)
35GC.KeepAlive(hwndParent.Wrapper);
Windows\Win32\PInvokeCore.GetClientRect.cs (1)
13GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.GetIconInfo.cs (1)
13GC.KeepAlive(icon.Wrapper);
Windows\Win32\PInvokeCore.GetWindowLong.cs (1)
31GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.GetWindowRect.cs (1)
12GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.GetWindowText.cs (1)
63GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.GetWindowTextLength.cs (1)
12GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.GetWindowThreadProcessId.cs (1)
15GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.MapWindowPoints.cs (4)
18GC.KeepAlive(hWndFrom.Wrapper); 19GC.KeepAlive(hWndTo.Wrapper); 32GC.KeepAlive(hWndFrom.Wrapper); 33GC.KeepAlive(hWndTo.Wrapper);
Windows\Win32\PInvokeCore.PeekMessage.cs (1)
18GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.PostMessage.cs (1)
17GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvokeCore.RegisterDragDrop.cs (1)
22GC.KeepAlive(hwnd.Wrapper);
Windows\Win32\PInvokeCore.RevokeDragDrop.cs (1)
12GC.KeepAlive(hwnd.Wrapper);
Windows\Win32\PInvokeCore.SendMessage.cs (2)
16GC.KeepAlive(hWnd.Wrapper); 28GC.KeepAlive(wParam.Wrapper);
Windows\Win32\PInvokeCore.SetWindowLong.cs (3)
20GC.KeepAlive(hWnd.Wrapper); 29GC.KeepAlive(newValue.Wrapper); 38GC.KeepAlive(dwNewLong);
Windows\Win32\System\Com\AgileComPointer.cs (4)
74GC.AddMemoryPressure(_memoryPressure); 80GC.SuppressFinalize(this); 174GC.SuppressFinalize(this); 189GC.RemoveMemoryPressure(_memoryPressure);
System.Private.Windows.Core.TestUtilities (8)
FileCleanupTestBase.cs (1)
32GC.SuppressFinalize(this);
NoAssertContext.cs (1)
72GC.SuppressFinalize(this);
TempFile.cs (1)
72GC.SuppressFinalize(this);
XUnit\ForceGCAttribute.cs (5)
19GC.Collect(GC.MaxGeneration, GCCollectionMode.Forced, blocking: true); 20GC.WaitForPendingFinalizers(); 21GC.Collect(GC.MaxGeneration, GCCollectionMode.Forced, blocking: true);
System.Private.Windows.GdiPlus (10)
System\Drawing\IIconExtensions.cs (1)
29GC.KeepAlive(icon);
Windows\Win32\Graphics\GdiPlus\GpBitmapExtensions.cs (3)
28GC.KeepAlive(bitmap); 34GC.KeepAlive(bitmap); 47GC.KeepAlive(bitmap);
Windows\Win32\Graphics\GdiPlus\GpImageExtensions.cs (2)
19GC.KeepAlive(image); 29GC.KeepAlive(image);
Windows\Win32\Graphics\GdiPlus\GpMetafileExtensions.cs (1)
14GC.KeepAlive(metafile);
Windows\Win32\Graphics\GdiPlus\GpRegionExtensions.cs (3)
14GC.KeepAlive(region); 15GC.KeepAlive(graphics); 27GC.KeepAlive(region);
System.Private.Xml (2)
System\Xml\Core\XmlWriterAsync.cs (1)
581GC.SuppressFinalize(this);
System\Xml\Dom\XmlElementList.cs (1)
282GC.SuppressFinalize(this);
System.Reflection.Metadata (3)
System\Reflection\Internal\MemoryBlocks\AbstractMemoryBlock.cs (1)
44GC.KeepAlive(this);
System\Reflection\Internal\MemoryBlocks\MemoryBlockProvider.cs (1)
69GC.SuppressFinalize(this);
System\Reflection\Internal\Utilities\CriticalDisposableObject.cs (1)
14GC.SuppressFinalize(this);
System.Reflection.MetadataLoadContext (1)
System\Reflection\MetadataLoadContext.Apis.cs (1)
262GC.SuppressFinalize(this);
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
211[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.GC))]
System.Runtime.Caching (6)
System\Runtime\Caching\CacheMemoryMonitor.cs (2)
48_gen2Count = GC.CollectionCount(2); 163int gen2Count = GC.CollectionCount(2);
System\Runtime\Caching\ChangeMonitor.cs (1)
102GC.SuppressFinalize(this);
System\Runtime\Caching\MemoryCache.cs (1)
455GC.SuppressFinalize(this);
System\Runtime\Caching\MemoryCacheStatistics.cs (2)
113int gen2Count = GC.CollectionCount(2); 207int gen2Count = GC.CollectionCount(2);
System.Runtime.InteropServices (5)
System\Runtime\InteropServices\HandleCollector.cs (4)
78(_gcCounts[collectionGeneration] == GC.CollectionCount(collectionGeneration)))) 80GC.Collect(collectionGeneration); 87_gcCounts[i] = GC.CollectionCount(i); 118_gcCounts[i] = GC.CollectionCount(i);
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
88GC.SuppressFinalize(this);
System.Runtime.InteropServices.JavaScript (2)
System\Runtime\InteropServices\JavaScript\JSProxyContext.cs (2)
492GC.SuppressFinalize(jso); 597GC.SuppressFinalize(this);
System.Security.AccessControl (1)
System\Security\AccessControl\Privilege.cs (1)
292GC.SuppressFinalize(this);
System.Security.Cryptography (37)
Microsoft\Win32\SafeHandles\NCryptSafeHandles.cs (1)
274GC.SuppressFinalize(holder);
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeHandleCache.cs (1)
33GC.SuppressFinalize(newHandle);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsa.cs (1)
1782GC.SuppressFinalize(this);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (1)
545GC.SuppressFinalize(this);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
87GC.SuppressFinalize(this);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (1)
1619GC.SuppressFinalize(this);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (1)
97GC.SuppressFinalize(this);
System\Security\Cryptography\AsymmetricAlgorithm.cs (1)
79GC.SuppressFinalize(this);
System\Security\Cryptography\Base64Transforms.cs (2)
95GC.SuppressFinalize(this); 346GC.SuppressFinalize(this);
System\Security\Cryptography\BasicSymmetricCipher.cs (1)
40GC.SuppressFinalize(this);
System\Security\Cryptography\DeriveBytes.cs (1)
14GC.SuppressFinalize(this);
System\Security\Cryptography\HashAlgorithm.cs (1)
167GC.SuppressFinalize(this);
System\Security\Cryptography\HashProvider.cs (1)
69GC.SuppressFinalize(this);
System\Security\Cryptography\HashStatic.cs (1)
33byte[] buffer = GC.AllocateUninitializedArray<byte>(THash.HashSizeInBytes);
System\Security\Cryptography\RandomNumberGenerator.cs (1)
28GC.SuppressFinalize(this);
System\Security\Cryptography\SymmetricAlgorithm.cs (6)
188GC.SuppressFinalize(this); 522byte[] decryptBuffer = GC.AllocateUninitializedArray<byte>(ciphertext.Length); 641byte[] buffer = GC.AllocateUninitializedArray<byte>(ciphertextLength); 928byte[] buffer = GC.AllocateUninitializedArray<byte>(ciphertextLength); 1124byte[] decryptBuffer = GC.AllocateUninitializedArray<byte>(ciphertext.Length); 1364byte[] buffer = GC.AllocateUninitializedArray<byte>(ciphertextLength);
System\Security\Cryptography\UniversalCryptoDecryptor.cs (1)
155byte[] buffer = GC.AllocateUninitializedArray<byte>(inputCount);
System\Security\Cryptography\UniversalCryptoEncryptor.cs (1)
50byte[] buffer = GC.AllocateUninitializedArray<byte>(ciphertextLength);
System\Security\Cryptography\UniversalCryptoTransform.cs (1)
66GC.SuppressFinalize(this);
System\Security\Cryptography\X25519DiffieHellman.cs (1)
1414GC.SuppressFinalize(this);
System\Security\Cryptography\X509Certificates\ChainPal.Windows.cs (2)
85GC.KeepAlive(this); 99GC.KeepAlive(this);
System\Security\Cryptography\X509Certificates\FindPal.Windows.cs (6)
104GC.KeepAlive(pCertContext); 125GC.KeepAlive(pCertContext); 208GC.KeepAlive(pCertContext); 299GC.KeepAlive(pCertContext); 312GC.KeepAlive(pCertContext); 331GC.KeepAlive(pCertContext);
System\Security\Cryptography\X509Certificates\StorePal.Windows.Export.cs (1)
43GC.KeepAlive(pCertContext);
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (1)
450byte[] certBytes = GC.AllocateUninitializedArray<byte>(fields.DecodedDataLength);
System\Security\Cryptography\X509Certificates\X509Chain.cs (1)
197GC.SuppressFinalize(this);
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\ToBeSignedBuilder.cs (1)
23GC.SuppressFinalize(this);
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (1)
154GC.KeepAlive(cert);
Internal\Cryptography\Pal\Windows\KeyAgreeRecipientInfoPalWindows.cs (1)
172GC.KeepAlive(_pCmsgCmsRecipientInfoMemory);
Internal\Cryptography\Pal\Windows\KeyTransRecipientInfoPalWindows.cs (1)
97GC.KeepAlive(_pCmsgCmsRecipientInfoMemory);
Internal\Cryptography\PkcsHelpers.cs (1)
148GC.KeepAlive(originalCert);
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeHandleCache.cs (1)
33GC.SuppressFinalize(newHandle);
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\DelegatingStream.cs (1)
50GC.SuppressFinalize(this);
System\ServiceModel\Diagnostics\Activity.cs (1)
48GC.SuppressFinalize(this);
System\ServiceModel\Diagnostics\ServiceModelActivity.cs (1)
263GC.SuppressFinalize(this);
System.ServiceProcess.ServiceController (1)
_generated\0\LibraryImports.g.cs (1)
509global::System.GC.KeepAlive(callback);
System.Speech (24)
_generated\0\LibraryImports.g.cs (1)
63global::System.GC.KeepAlive(dwCallback);
Internal\HGlobalSafeHandle.cs (2)
49GC.AddMemoryPressure(size - _bufferSize); 81GC.RemoveMemoryPressure(_bufferSize);
Internal\ObjectToken\RegistryDataKey.cs (1)
148GC.SuppressFinalize(this);
Internal\SapiInterop\SapiGrammar.cs (1)
23GC.SuppressFinalize(this);
Internal\SapiInterop\SapiProxy.cs (1)
16GC.SuppressFinalize(this);
Internal\SapiInterop\SapiRecoContext.cs (1)
27GC.SuppressFinalize(this);
Internal\SapiInterop\SapiRecognizer.cs (1)
55GC.SuppressFinalize(this);
Internal\SapiInterop\SpeechEvent.cs (3)
29GC.AddMemoryPressure(_sizeMemoryPressure = sizeof(ulong)); 76GC.RemoveMemoryPressure(_sizeMemoryPressure); 83GC.SuppressFinalize(this);
Internal\SapiInterop\SpStreamWrapper.cs (1)
24GC.SuppressFinalize(this);
Internal\Synthesis\AudioDeviceOut.cs (2)
35GC.SuppressFinalize(this); 459GC.SuppressFinalize(this);
Internal\Synthesis\AudioFileOut.cs (1)
50GC.SuppressFinalize(this);
Internal\Synthesis\SpeakInfo.cs (1)
131GC.SuppressFinalize(this);
Internal\Synthesis\VoiceSynthesis.cs (1)
94GC.SuppressFinalize(this);
Internal\Synthesis\WaveHeader.cs (1)
33GC.SuppressFinalize(this);
Recognition\RecognizerBase.cs (2)
29GC.SuppressFinalize(this); 3140GC.SuppressFinalize(this);
Recognition\RecognizerInfo.cs (1)
101GC.SuppressFinalize(this);
Recognition\SpeechRecognitionEngine.cs (1)
81GC.SuppressFinalize(this);
Recognition\SpeechRecognizer.cs (1)
24GC.SuppressFinalize(this);
Synthesis\SpeechSynthesizer.cs (1)
29GC.SuppressFinalize(this);
System.Threading (2)
System\Threading\Barrier.cs (1)
932GC.SuppressFinalize(this);
System\Threading\CountdownEvent.cs (1)
141GC.SuppressFinalize(this);
System.Threading.RateLimiting (5)
System\Threading\RateLimiting\PartitionedRateLimiter.T.cs (2)
96GC.SuppressFinalize(this); 120GC.SuppressFinalize(this);
System\Threading\RateLimiting\RateLimiter.cs (2)
144GC.SuppressFinalize(this); 168GC.SuppressFinalize(this);
System\Threading\RateLimiting\RateLimitLease.cs (1)
80GC.SuppressFinalize(this);
System.Threading.Tasks.Dataflow (2)
Base\DataflowBlock.cs (2)
412GC.SuppressFinalize(this); 498GC.SuppressFinalize(this);
System.Transactions.Local (64)
_generated\10\System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction.cs (3)
55global::System.GC.KeepAlive(this); 100global::System.GC.KeepAlive(this); 145global::System.GC.KeepAlive(this);
_generated\11\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionCloner.cs (4)
57global::System.GC.KeepAlive(this); 102global::System.GC.KeepAlive(this); 147global::System.GC.KeepAlive(this); 194global::System.GC.KeepAlive(this);
_generated\12\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionExport.cs (2)
58global::System.GC.KeepAlive(this); 117global::System.GC.KeepAlive(this);
_generated\13\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionExportFactory.cs (2)
53global::System.GC.KeepAlive(this); 102global::System.GC.KeepAlive(this);
_generated\14\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionOptions.cs (2)
53global::System.GC.KeepAlive(this); 93global::System.GC.KeepAlive(this);
_generated\15\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionDispenser.cs (2)
55global::System.GC.KeepAlive(this); 117global::System.GC.KeepAlive(this);
_generated\16\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync.cs (3)
52global::System.GC.KeepAlive(this); 90global::System.GC.KeepAlive(this); 128global::System.GC.KeepAlive(this);
_generated\17\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImport.cs (1)
56global::System.GC.KeepAlive(this);
_generated\18\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts.cs (2)
53global::System.GC.KeepAlive(this); 99global::System.GC.KeepAlive(this);
_generated\19\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0EnlistmentAsync.cs (5)
56global::System.GC.KeepAlive(this); 94global::System.GC.KeepAlive(this); 132global::System.GC.KeepAlive(this); 170global::System.GC.KeepAlive(this); 213global::System.GC.KeepAlive(this);
_generated\20\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0Factory.cs (1)
56global::System.GC.KeepAlive(this);
_generated\21\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync.cs (2)
53global::System.GC.KeepAlive(this); 93global::System.GC.KeepAlive(this);
_generated\22\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionReceiver.cs (4)
61global::System.GC.KeepAlive(this); 125global::System.GC.KeepAlive(this); 178global::System.GC.KeepAlive(this); 241global::System.GC.KeepAlive(this);
_generated\23\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionReceiverFactory.cs (1)
53global::System.GC.KeepAlive(this);
_generated\24\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionResourceAsync.cs (4)
61global::System.GC.KeepAlive(this); 105global::System.GC.KeepAlive(this); 146global::System.GC.KeepAlive(this); 186global::System.GC.KeepAlive(this);
_generated\25\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionTransmitter.cs (5)
61global::System.GC.KeepAlive(this); 110global::System.GC.KeepAlive(this); 156global::System.GC.KeepAlive(this); 207global::System.GC.KeepAlive(this); 252global::System.GC.KeepAlive(this);
_generated\26\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionTransmitterFactory.cs (1)
53global::System.GC.KeepAlive(this);
_generated\27\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterBallotAsync2.cs (1)
48global::System.GC.KeepAlive(this);
_generated\28\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterFactory2.cs (1)
58global::System.GC.KeepAlive(this);
_generated\29\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterNotifyAsync2.cs (5)
59global::System.GC.KeepAlive(this); 102global::System.GC.KeepAlive(this); 142global::System.GC.KeepAlive(this); 180global::System.GC.KeepAlive(this); 218global::System.GC.KeepAlive(this);
_generated\5\System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo.cs (2)
53global::System.GC.KeepAlive(this); 97global::System.GC.KeepAlive(this);
_generated\6\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2.cs (2)
66global::System.GC.KeepAlive(this); 148global::System.GC.KeepAlive(this);
_generated\7\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.cs (4)
69global::System.GC.KeepAlive(this); 141global::System.GC.KeepAlive(this); 190global::System.GC.KeepAlive(this); 235global::System.GC.KeepAlive(this);
_generated\8\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerSink.cs (1)
48global::System.GC.KeepAlive(this);
_generated\9\System.Transactions.DtcProxyShim.DtcInterfaces.ITmNodeName.cs (2)
53global::System.GC.KeepAlive(this); 100global::System.GC.KeepAlive(this);
System\Transactions\InternalTransaction.cs (1)
416GC.SuppressFinalize(this);
System\Transactions\Oletx\OletxTransaction.cs (1)
209GC.SuppressFinalize(this);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (1)
537GC.Collect();
System.Windows.Extensions (2)
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeHandleCache.cs (1)
33GC.SuppressFinalize(newHandle);
System\Security\Cryptography\X509Certificates\X509Utils.cs (1)
17GC.KeepAlive(certificate);
System.Windows.Forms (66)
System\Resources\ResXResourceReader.cs (1)
185GC.SuppressFinalize(this);
System\Resources\ResXResourceWriter.cs (1)
514GC.SuppressFinalize(this);
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2771GC.KeepAlive(this);
System\Windows\Forms\ActiveX\AxHost.ConnectionPointCookie.cs (1)
85GC.SuppressFinalize(this);
System\Windows\Forms\ActiveX\AxHost.cs (1)
3216GC.KeepAlive(this);
System\Windows\Forms\ActiveX\AxHost.State.cs (1)
374GC.SuppressFinalize(this);
System\Windows\Forms\Application.cs (2)
1174GC.KeepAlive(handle); 1239GC.KeepAlive(handle);
System\Windows\Forms\Application.ThreadContext.cs (1)
337GC.SuppressFinalize(this);
System\Windows\Forms\ApplicationContext.cs (2)
36GC.SuppressFinalize(this); 86GC.SuppressFinalize(this);
System\Windows\Forms\Control.cs (2)
9382GC.KeepAlive(this); 12696GC.KeepAlive(this);
System\Windows\Forms\Control.FontHandleWrapper.cs (1)
36GC.SuppressFinalize(this);
System\Windows\Forms\Control.MetafileDCWrapper.cs (1)
79GC.SuppressFinalize(this);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3215GC.KeepAlive(this); 3355GC.KeepAlive(this);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
5728GC.KeepAlive(this);
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (1)
749GC.SuppressFinalize(this);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1122GC.SuppressFinalize(this);
System\Windows\Forms\Controls\DataGridView\DataGridViewElement.cs (1)
33GC.SuppressFinalize(this);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1510GC.KeepAlive(this);
System\Windows\Forms\Controls\ImageList\ImageList.NativeImageList.cs (1)
79GC.SuppressFinalize(this);
System\Windows\Forms\Controls\ListView\ListView.cs (2)
4964GC.KeepAlive(this); 5584GC.KeepAlive(callback);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1003GC.SuppressFinalize(this);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntryCollection.cs (1)
19GC.SuppressFinalize(this);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
2899GC.KeepAlive(callback); 2999GC.KeepAlive(callback);
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
703GC.KeepAlive(ParentInternal);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1648GC.KeepAlive(toolTip);
System\Windows\Forms\Controls\ToolStrips\CachedItemHdcInfo.cs (1)
66GC.SuppressFinalize(this);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3574GC.KeepAlive(ItemHdcInfo);
System\Windows\Forms\Controls\WebBrowser\HtmlHistory.cs (1)
33GC.SuppressFinalize(this);
System\Windows\Forms\Controls\WebBrowser\HtmlShim.cs (1)
80GC.SuppressFinalize(this);
System\Windows\Forms\DataBinding\Command.cs (1)
81GC.Collect();
System\Windows\Forms\Design\ComponentEditorForm.PageSelector.cs (1)
106GC.KeepAlive(Parent);
System\Windows\Forms\Design\PropertyTab.cs (1)
89GC.SuppressFinalize(this);
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (2)
252GC.KeepAlive(ownerWindowProcedure); 261GC.KeepAlive(ownerHwnd.Wrapper);
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (2)
518_charBuffer = GC.AllocateArray<char>(newBufferSize, pinned: true); 744_charBuffer = GC.AllocateArray<char>(FileBufferSize, pinned: true);
System\Windows\Forms\Form.cs (6)
3014GC.KeepAlive(this); 3496GC.KeepAlive(_ctlClient); 3716GC.KeepAlive(ownerHandle.Wrapper); 4961GC.KeepAlive(this); 5816GC.KeepAlive(ownerHwnd.Wrapper); 6129GC.KeepAlive(ownerHwnd);
System\Windows\Forms\Help\Help.cs (1)
218GC.KeepAlive(handle.Wrapper);
System\Windows\Forms\Input\Cursor.cs (4)
35GC.SuppressFinalize(this); 48GC.SuppressFinalize(this); 58GC.SuppressFinalize(this); 239GC.SuppressFinalize(this);
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1480GC.KeepAlive(this);
System\Windows\Forms\MDI\MDIClient.cs (1)
268GC.KeepAlive(child);
System\Windows\Forms\NativeWindow.cs (3)
326GC.ReRegisterForFinalize(this); 546GC.SuppressFinalize(this); 696GC.SuppressFinalize(this);
System\Windows\Forms\Rendering\DrawingEventArgs.cs (1)
106GC.SuppressFinalize(paletteScope);
System\Windows\Forms\Rendering\PaintEventArgs.cs (1)
93GC.SuppressFinalize(this);
System\Windows\Forms\StringSource.cs (1)
53GC.KeepAlive(edit.Wrapper);
System\Windows\Forms\Timer.cs (1)
315GC.KeepAlive(this);
System\Windows\Forms\ToolTip\ToolTipBuffer.cs (1)
27_buffer = GC.AllocateUninitializedArray<char>(text.Length + 1, pinned: true);
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (1)
904GC.SuppressFinalize(this);
System\Windows\Forms\WindowSubclassHandler.cs (2)
137GC.SuppressFinalize(this); 161GC.KeepAlive(_windowProcDelegate);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ComponentDesigner.cs (1)
240GC.SuppressFinalize(this);
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
1259GC.SuppressFinalize(this);
System.Windows.Forms.Primitives (84)
System\Windows\Forms\RefCountedCache.CacheEntry.cs (1)
87GC.SuppressFinalize(this);
System\Windows\Forms\RefCountedCache.cs (1)
190GC.SuppressFinalize(this);
Windows\Win32\PInvoke.ChildWindowFromPointEx.cs (1)
15GC.KeepAlive(hwndParent.Wrapper);
Windows\Win32\PInvoke.ClientToScreen.cs (1)
15GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.CloseHandle.cs (1)
12GC.KeepAlive(handle.Wrapper);
Windows\Win32\PInvoke.DestroyAcceleratorTable.cs (1)
13GC.KeepAlive(hAccel.Wrapper);
Windows\Win32\PInvoke.DrawMenuBar.cs (1)
13GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.EnableMenuItem.cs (1)
13GC.KeepAlive(hMenu.Wrapper);
Windows\Win32\PInvoke.EnableScrollBar.cs (1)
13GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.EnableWindow.cs (1)
13GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.EndDialog.cs (1)
13GC.KeepAlive(hDlg.Wrapper);
Windows\Win32\PInvoke.FillRect.cs (1)
13GC.KeepAlive(hDC.Wrapper);
Windows\Win32\PInvoke.GetAncestor.cs (1)
12GC.KeepAlive(hwnd.Wrapper);
Windows\Win32\PInvoke.GetDlgItem.cs (1)
13GC.KeepAlive(hDlg.Wrapper);
Windows\Win32\PInvoke.GetDpiForWindow.cs (1)
14GC.KeepAlive(hwnd.Wrapper);
Windows\Win32\PInvoke.GetMenu.cs (1)
13GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.GetMenuItemCount.cs (1)
13GC.KeepAlive(hMenu.Wrapper);
Windows\Win32\PInvoke.GetParent.cs (1)
12GC.KeepAlive(hwnd.Wrapper);
Windows\Win32\PInvoke.GetScrollInfo.cs (1)
13GC.KeepAlive(hwnd.Wrapper);
Windows\Win32\PInvoke.GetSystemMenu.cs (1)
12GC.KeepAlive(hwnd.Wrapper);
Windows\Win32\PInvoke.GetTextExtentPoint32.cs (1)
16GC.KeepAlive(hdc.Wrapper);
Windows\Win32\PInvoke.GetThemeFont.cs (1)
17GC.KeepAlive(hTheme.Wrapper);
Windows\Win32\PInvoke.GetWindow.cs (1)
12GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.HtmlHelp.cs (3)
15GC.KeepAlive(hwndCaller.Wrapper); 26GC.KeepAlive(hwndCaller.Wrapper); 43GC.KeepAlive(hwndCaller.Wrapper);
Windows\Win32\PInvoke.ImageList.cs (15)
16GC.KeepAlive(himl.Wrapper); 24GC.KeepAlive(himl.Wrapper); 33GC.KeepAlive(himl.Wrapper); 51GC.KeepAlive(himl.Wrapper); 52GC.KeepAlive(hdcDst.Wrapper); 63GC.KeepAlive(himl.Wrapper); 72GC.KeepAlive(himl.Wrapper); 80GC.KeepAlive(himl.Wrapper); 88GC.KeepAlive(himl.Wrapper); 96GC.KeepAlive(himl.Wrapper); 107GC.KeepAlive(himl.Wrapper); 108GC.KeepAlive(hicon.Wrapper); 116GC.KeepAlive(himl.Wrapper); 125GC.KeepAlive(himl.Wrapper); 137GC.KeepAlive(himl.Wrapper);
Windows\Win32\PInvoke.ImmGetContext.cs (1)
14GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.ImmReleaseContext.cs (1)
14GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.IntersectClipRect.cs (1)
12GC.KeepAlive(hdc.Wrapper);
Windows\Win32\PInvoke.InvalidateRect.cs (1)
13GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.InvalidateRgn.cs (1)
13GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.IsAccelerator.cs (1)
13GC.KeepAlive(hAccel.Wrapper);
Windows\Win32\PInvoke.IsChild.cs (2)
14GC.KeepAlive(hWndParent.Wrapper); 15GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.IsWindow.cs (1)
12GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.IsWindowEnabled.cs (1)
12GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.IsWindowVisible.cs (1)
12GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.KillTimer.cs (1)
13GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.NotifyWinEvent.cs (1)
13GC.KeepAlive(hwnd.Wrapper);
Windows\Win32\PInvoke.RedrawWindow.cs (1)
13GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.ScreenToClient.cs (1)
15GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.ScrollWindow.cs (1)
13GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.ScrollWindowEx.cs (1)
20GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.SendMessageCallback.cs (1)
21GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.SetActiveWindow.cs (1)
12GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.SetCapture.cs (1)
12GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.SetFocus.cs (1)
12GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.SetForegroundWindow.cs (1)
12GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.SetLayeredWindowAttributes.cs (1)
13GC.KeepAlive(hwnd.Wrapper);
Windows\Win32\PInvoke.SetMenu.cs (3)
13GC.KeepAlive(hWnd.Wrapper); 23GC.KeepAlive(hWnd.Wrapper); 24GC.KeepAlive(hMenu.Wrapper);
Windows\Win32\PInvoke.SetParent.cs (2)
14GC.KeepAlive(hWndChild.Wrapper); 15GC.KeepAlive(hWndNewParent.Wrapper);
Windows\Win32\PInvoke.SetScrollInfo.cs (1)
13GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.SetScrollPos.cs (1)
13GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.SetTimer.cs (1)
12GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.SetWindowPos.cs (2)
14GC.KeepAlive(hWnd.Wrapper); 15GC.KeepAlive(hWndInsertAfter.Wrapper);
Windows\Win32\PInvoke.SetWindowRgn.cs (1)
13GC.KeepAlive(hwnd.Wrapper);
Windows\Win32\PInvoke.SetWindowText.cs (1)
12GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.SHAutoComplete.cs (1)
12GC.KeepAlive(hwndEdit.Wrapper);
Windows\Win32\PInvoke.ShowWindow.cs (1)
12GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.UiaHostProviderFromHwnd.cs (1)
15GC.KeepAlive(hwnd.Wrapper);
Windows\Win32\PInvoke.UiaReturnRawElementProvider.cs (1)
20GC.KeepAlive(hwnd.Wrapper);
Windows\Win32\PInvoke.UpdateWindow.cs (1)
12GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.ValidateRect.cs (1)
13GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\System\Com\StandardDispatch.cs (1)
298GC.SuppressFinalize(this);
Windows\Win32\UI\Controls\ToolInfoWrapper.cs (1)
48GC.KeepAlive(_handle);
System.Xaml (5)
System\Xaml\NameScope.cs (1)
267public void Dispose() => GC.SuppressFinalize(this);
System\Xaml\NameScopeDictionary.cs (1)
156GC.SuppressFinalize(this);
System\Xaml\Parser\NodeStreamSorter.cs (1)
160GC.SuppressFinalize(this);
System\Xaml\XamlReader.cs (1)
55GC.SuppressFinalize(this);
System\Xaml\XamlWriter.cs (1)
72GC.SuppressFinalize(this);
UIAutomationClient (7)
MS\Internal\Automation\UiaCoreApi.cs (7)
363GC.KeepAlive(request._condition); // keep condition (and associated unmanaged memory) alive during call 375GC.KeepAlive(request._condition); // keep condition (and associated unmanaged memory) alive during call 387GC.KeepAlive(request._condition); // keep condition (and associated unmanaged memory) alive during call 429GC.KeepAlive(request._condition); // keep condition (and associated unmanaged memory) alive during call 446GC.KeepAlive(request._condition); // keep condition (and associated unmanaged memory) alive during call 447GC.KeepAlive(findCondition); 587GC.KeepAlive(request._condition); // keep condition (and associated unmanaged memory) alive during call
UIAutomationTypes (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\HandleCollector.cs (1)
119GC.Collect();
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsCLR.cs (1)
2011GC.SuppressFinalize(this);
vbc (1)
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
332GC.SuppressFinalize(npcs);
VBCSCompiler (3)
src\roslyn\src\Compilers\Server\VBCSCompiler\ServerDispatcher.cs (2)
233var before = GC.GetTotalMemory(forceFullCollection: false); 234var after = GC.GetTotalMemory(forceFullCollection: true);
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
332GC.SuppressFinalize(npcs);
vstest.console (3)
Publisher\NoOpMetricsPublisher.cs (1)
30GC.SuppressFinalize(this);
Publisher\TextFileTelemetryPublisher.cs (1)
37GC.SuppressFinalize(this);
TestPlatformHelpers\TestRequestManager.cs (1)
675GC.SuppressFinalize(this);
vstest.console.arm64 (3)
src\vstest\src\vstest.console\Publisher\NoOpMetricsPublisher.cs (1)
30GC.SuppressFinalize(this);
src\vstest\src\vstest.console\Publisher\TextFileTelemetryPublisher.cs (1)
37GC.SuppressFinalize(this);
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
675GC.SuppressFinalize(this);