Skip to content

Instantly share code, notes, and snippets.

@EgorBo
Created August 5, 2019 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EgorBo/0784f2d475b371a2005c928ca8305d17 to your computer and use it in GitHub Desktop.
Save EgorBo/0784f2d475b371a2005c928ca8305d17 to your computer and use it in GitHub Desktop.
jit-diff.cs
PS C:\prj\jit-diff\dasmset_2> jit-analyze --base .\base\ --diff .\diff\ --count 1000
Found 45 files with textual diffs.
Summary:
(Lower is better)
Total bytes of diff: -30626 (-0.07% of base)
diff is an improvement.
Top file regressions by size (bytes):
12 : NuGet.Versioning.dasm (0.04% of base)
10 : NuGet.Frameworks.dasm (0.01% of base)
6 : System.Private.Xml.Linq.dasm (0.00% of base)
4 : System.Diagnostics.TextWriterTraceListener.dasm (0.03% of base)
Top file improvements by size (bytes):
-6180 : System.Private.CoreLib.dasm (-0.11% of base)
-4628 : System.Private.Xml.dasm (-0.13% of base)
-4375 : Microsoft.Diagnostics.Tracing.TraceEvent.dasm (-0.14% of base)
-3470 : Microsoft.CodeAnalysis.VisualBasic.dasm (-0.06% of base)
-1985 : System.Net.HttpListener.dasm (-0.82% of base)
-1874 : System.Net.Http.dasm (-0.28% of base)
-1237 : Microsoft.CodeAnalysis.CSharp.dasm (-0.03% of base)
-933 : System.Diagnostics.Process.dasm (-0.91% of base)
-861 : System.Runtime.Extensions.dasm (-1.00% of base)
-580 : System.ComponentModel.TypeConverter.dasm (-0.19% of base)
-445 : Microsoft.CodeAnalysis.dasm (-0.02% of base)
-418 : System.Private.Uri.dasm (-0.45% of base)
-374 : xunit.execution.dotnet.dasm (-0.16% of base)
-273 : System.Net.Mail.dasm (-0.12% of base)
-267 : System.Net.Security.dasm (-0.15% of base)
-256 : System.Data.Common.dasm (-0.02% of base)
-256 : System.Diagnostics.DiagnosticSource.dasm (-1.00% of base)
-256 : System.Drawing.Primitives.dasm (-0.60% of base)
-241 : Newtonsoft.Json.dasm (-0.03% of base)
-211 : System.Diagnostics.FileVersionInfo.dasm (-4.94% of base)
-187 : xunit.assert.dasm (-0.15% of base)
-187 : xunit.core.dasm (-0.28% of base)
-186 : System.Private.DataContractSerialization.dasm (-0.02% of base)
-163 : System.Net.WebClient.dasm (-0.31% of base)
-161 : System.IO.FileSystem.dasm (-0.13% of base)
-102 : System.Net.Requests.dasm (-0.09% of base)
-92 : System.Web.HttpUtility.dasm (-0.86% of base)
-82 : CommandLine.dasm (-0.02% of base)
-82 : System.Collections.Specialized.dasm (-0.30% of base)
-71 : System.Reflection.Metadata.dasm (-0.02% of base)
-67 : System.Net.Sockets.dasm (-0.03% of base)
-49 : System.ComponentModel.Annotations.dasm (-0.11% of base)
-46 : System.CommandLine.dasm (-0.05% of base)
-26 : Microsoft.Extensions.DependencyModel.dasm (-0.06% of base)
-14 : Microsoft.DotNet.ProjectModel.dasm (-0.01% of base)
-11 : NuGet.Common.dasm (-0.03% of base)
-10 : Microsoft.DotNet.Cli.Utils.dasm (-0.01% of base)
-1 : System.Net.WebSockets.Client.dasm (-0.01% of base)
-1 : System.Net.WebSockets.dasm (-0.00% of base)
43 total files with size differences (39 improved, 4 regressed), 86 unchanged.
Top method regressions by size (bytes):
70 ( 3.78% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.ActivityComputer:ResolveWellKnownSymbols():this
60 ( 4.44% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Binder:BindIntegralMinValConstants(ref,ref,ref):ref:this
20 ( 2.40% of base) : System.Private.Xml.dasm - System.Xml.HtmlEncodedRawTextWriter:WriteDocType(ref,ref,ref,ref):this
16 ( 2.02% of base) : System.Private.Xml.dasm - System.Xml.HtmlUtf8RawTextWriter:WriteDocType(ref,ref,ref,ref):this
16 ( 2.41% of base) : System.Private.Xml.dasm - System.Xml.XmlEncodedRawTextWriter:WriteDocType(ref,ref,ref,ref):this
14 ( 0.82% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - <>c__DisplayClass30_0:<SetupCallbacks>b__8(ref):this
12 ( 1.93% of base) : System.Private.Xml.dasm - System.Xml.XmlUtf8RawTextWriter:WriteDocType(ref,ref,ref,ref):this
10 ( 0.66% of base) : NuGet.Frameworks.dasm - NuGet.Frameworks.NuGetFramework:ParseFrameworkName(ref,ref):ref
10 ( 0.88% of base) : NuGet.Versioning.dasm - NuGet.Versioning.VersionRange:TryParse(ref,bool,byref):bool
10 ( 0.63% of base) : System.Diagnostics.DiagnosticSource.dasm - FilterAndTransform:.ctor(ref,int,int,ref,ref):this
10 ( 0.34% of base) : System.Net.Http.dasm - <SendAsync>d__2:MoveNext():this
7 ( 1.33% of base) : System.Private.Xml.dasm - System.Xml.XmlEncodedRawTextWriter:WriteXmlDeclaration(int):this
7 ( 1.42% of base) : System.Private.Xml.dasm - System.Xml.XmlUtf8RawTextWriter:WriteXmlDeclaration(int):this
6 ( 1.52% of base) : System.Private.Xml.dasm - System.Xml.HtmlEncodedRawTextWriter:WriteMetaElement():this
6 ( 1.52% of base) : System.Private.Xml.dasm - System.Xml.HtmlUtf8RawTextWriter:WriteMetaElement():this
6 ( 0.92% of base) : System.Private.Xml.Linq.dasm - System.Xml.Linq.XNamespace:Get(ref,int,int):ref
3 ( 1.49% of base) : System.Private.Xml.dasm - System.Xml.BinHexEncoder:Encode(ref,int,int,ref):int
3 ( 0.90% of base) : System.Private.Xml.dasm - System.Xml.XmlEncodedRawTextWriter:WriteStartNamespaceDeclaration(ref):this
3 ( 1.13% of base) : System.Private.Xml.dasm - System.Xml.XmlUtf8RawTextWriter:WriteStartNamespaceDeclaration(ref):this
2 ( 0.97% of base) : Microsoft.CodeAnalysis.dasm - Roslyn.Utilities.ConsList`1[__Canon][System.__Canon]:ToString():ref:this
2 ( 0.92% of base) : Microsoft.CodeAnalysis.dasm - Roslyn.Utilities.ConsList`1[Byte][System.Byte]:ToString():ref:this
2 ( 0.91% of base) : Microsoft.CodeAnalysis.dasm - Roslyn.Utilities.ConsList`1[Int16][System.Int16]:ToString():ref:this
2 ( 0.93% of base) : Microsoft.CodeAnalysis.dasm - Roslyn.Utilities.ConsList`1[Int32][System.Int32]:ToString():ref:this
2 ( 0.90% of base) : Microsoft.CodeAnalysis.dasm - Roslyn.Utilities.ConsList`1[Double][System.Double]:ToString():ref:this
2 ( 0.87% of base) : Microsoft.CodeAnalysis.dasm - Roslyn.Utilities.ConsList`1[Vector`1][System.Numerics.Vector`1[System.Single]]:ToString():ref:this
2 ( 0.92% of base) : Microsoft.CodeAnalysis.dasm - Roslyn.Utilities.ConsList`1[Int64][System.Int64]:ToString():ref:this
2 ( 0.17% of base) : NuGet.Versioning.dasm - NuGet.Versioning.VersionRangeFormatter:PrettyPrint(ref):ref:this
2 ( 1.14% of base) : System.Diagnostics.TextWriterTraceListener.dasm - System.Diagnostics.DelimitedListTraceListener:WriteEscaped(ref):this
2 ( 0.46% of base) : System.Diagnostics.TextWriterTraceListener.dasm - System.Diagnostics.DelimitedListTraceListener:WriteStackEscaped(ref):this
2 ( 0.81% of base) : System.Net.Http.dasm - System.Net.Http.WinHttpCookieContainerAdapter:ResetCookieRequestHeaders(ref,ref)
2 ( 1.42% of base) : System.Net.Http.dasm - System.Net.Http.WinHttpRequestCallback:ResetAuthRequestHeaders(ref)
2 ( 0.58% of base) : System.Net.Mail.dasm - System.Net.Mail.MailMessage:BuildDeliveryStatusNotificationString():ref:this
Top method improvements by size (bytes):
-829 (-29.20% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Parsers.Kernel.MemoryProcessMemInfoTraceData:ToXml(ref):ref:this
-787 (-29.16% of base) : System.Private.Xml.dasm - System.Xml.XmlConvert:EncodeName(ref,bool,bool):ref
-780 (-39.14% of base) : System.Private.CoreLib.dasm - System.Enum:ValueToHexString(ref):ref
-776 (-16.32% of base) : System.Diagnostics.Process.dasm - System.Diagnostics.NtProcessManager:GetProcessInfos(ref,int,int,struct):ref
-556 (-34.79% of base) : System.Net.Http.dasm - System.Net.Http.HttpWindowsProxy:ParseProxyConfigPart(struct,byref,byref)
-485 (-23.83% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Etlx.TraceLog:DebugWarn(bool,ref,ref):this
-407 (-35.61% of base) : System.Runtime.Extensions.dasm - System.Net.WebUtility:HtmlEncode(struct,byref)
-399 (-11.82% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.BlockContext:CreateMissingEnd(ushort,byref):ref:this
-386 (-42.89% of base) : System.Private.CoreLib.dasm - System.Enum:ValueToHexString():ref:this
-373 (-20.45% of base) : System.Private.Xml.dasm - System.Xml.XmlTextEncoder:Write(ref):this
-312 (-7.71% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.TraceEvent:PayloadString(int,ref):ref:this
-301 (-16.12% of base) : System.Private.Xml.dasm - System.Xml.XmlTextEncoder:Write(ref,int,int):this
-286 (-3.69% of base) : System.Net.HttpListener.dasm - System.Net.HttpListener:HandleAuthentication(ref,byref):ref:this
-284 (-23.61% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.ManifestBuilder:AddKeyword(ref,long):this
-259 (-42.60% of base) : System.Private.CoreLib.dasm - System.IO.Path:GetUncRootLength(struct):int
-256 (-18.47% of base) : System.Drawing.Primitives.dasm - System.Drawing.ColorTranslator:ToHtml(struct):ref
-252 (-24.39% of base) : System.Runtime.Extensions.dasm - System.ApplicationId:ToString():ref:this
-241 (-3.86% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.ManifestBuilder:CreateManifestString():ref:this
-215 (-13.39% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Symbols.SymbolReader:FindExecutableFilePath(ref,int,int,bool):ref:this
-204 (-10.19% of base) : System.Private.Uri.dasm - System.IPv6AddressHelper:ParseCanonicalName(ref,int,byref,byref):ref
-202 (-9.06% of base) : System.Runtime.Extensions.dasm - System.Runtime.Versioning.FrameworkName:.ctor(ref):this
-195 (-39.16% of base) : System.Net.Http.dasm - System.Net.Http.WinHttpTraceHelper:TraceCallbackStatus(ref,long,long,int,ref)
-195 (-40.21% of base) : System.Private.Xml.dasm - System.Xml.XmlConvert:CreateInvalidSurrogatePairException(ushort,ushort,int,int,int):ref
-192 (-24.87% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.ObjectDisplay:FormatLiteral(long,int):ref (2 methods)
-192 (-23.62% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.ObjectDisplay.ObjectDisplay:FormatLiteral(ushort,int):ref (2 methods)
-192 (-25.07% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.ObjectDisplay.ObjectDisplay:FormatLiteral(int,int):ref (2 methods)
-192 (-24.87% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.ObjectDisplay.ObjectDisplay:FormatLiteral(long,int):ref (2 methods)
-188 (-30.42% of base) : System.Net.HttpListener.dasm - HttpRequestStreamAsyncResult:Callback(int,int,long)
-188 (-28.23% of base) : System.Net.HttpListener.dasm - System.Net.HttpResponseStreamAsyncResult:Callback(int,int,long)
-187 (-25.55% of base) : xunit.assert.dasm - Xunit.Sdk.ArgumentFormatter:EscapeHexChars(ref):ref
-187 (-25.55% of base) : xunit.core.dasm - Xunit.Sdk.ArgumentFormatter:EscapeHexChars(ref):ref
-187 (-23.14% of base) : xunit.execution.dotnet.dasm - Xunit.Sdk.TestOutputHelper:EscapeInvalidHexChars(ref):ref
-187 (-25.55% of base) : xunit.execution.dotnet.dasm - Xunit.Sdk.ArgumentFormatter:EscapeHexChars(ref):ref
-186 (-26.05% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.ObjectDisplay:FormatLiteral(ushort,int):ref (2 methods)
-185 (-29.41% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.ObjectDisplay:FormatLiteral(int,int):ref (2 methods)
-181 (-30.17% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.StartStopActivity:AppendActivityPath(ref,struct):ref
-177 (-7.93% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Etlx.TraceLoadedModules:ManagedModuleLoadOrUnload(ref,bool,bool):this
-175 (-30.28% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - IncompleteStack:LogUserStackFragment(long,ref):this
-174 (-14.62% of base) : System.Private.CoreLib.dasm - System.Globalization.CultureData:get_EnglishName():ref:this
-173 (-2.79% of base) : System.Private.CoreLib.dasm - System.DateTimeParse:ParseByFormat(byref,byref,byref,ref,byref):bool
-172 (-27.65% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - IncompleteStack:LogKernelStackFragment(long,ref):bool:this
-171 (-44.76% of base) : System.Net.Http.dasm - CredHandle:ToString():ref:this
-171 (-44.76% of base) : System.Net.HttpListener.dasm - CredHandle:ToString():ref:this
-171 (-44.76% of base) : System.Net.Mail.dasm - CredHandle:ToString():ref:this
-171 (-44.76% of base) : System.Net.Security.dasm - CredHandle:ToString():ref:this
-171 (-39.58% of base) : System.Private.Xml.dasm - System.Xml.XmlTextWriter:GeneratePrefix():ref:this
-169 (-20.36% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - IncompleteStack:EmitStackForEventIfReady(ref):bool:this
-166 (-15.59% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Parsers.DynamicTraceEventData:PayloadString(int,ref):ref:this
-163 (-12.05% of base) : System.Net.WebClient.dasm - System.Net.WebClient:OpenFileInternal(bool,ref,byref,byref,byref,byref):this
-161 (-8.79% of base) : System.IO.FileSystem.dasm - System.IO.FileSystem:RemoveDirectoryRecursive(ref,byref,bool)
-156 (-21.28% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:VerifyXmlNameToken(ref):ref
-155 (-25.20% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Parsers.Kernel.VirtualAllocTraceData:PayloadValue(int):ref:this
-154 (-26.64% of base) : System.Private.CoreLib.dasm - System.Runtime.Intrinsics.Vector64`1[Byte][System.Byte]:ToString():ref:this
-154 (-26.28% of base) : System.Private.CoreLib.dasm - System.Runtime.Intrinsics.Vector128`1[Byte][System.Byte]:ToString():ref:this
-154 (-25.88% of base) : System.Private.CoreLib.dasm - System.Runtime.Intrinsics.Vector256`1[Byte][System.Byte]:ToString():ref:this
-153 (-26.94% of base) : System.Private.CoreLib.dasm - System.Runtime.Intrinsics.Vector64`1[Int32][System.Int32]:ToString():ref:this
-153 (-26.52% of base) : System.Private.CoreLib.dasm - System.Runtime.Intrinsics.Vector128`1[Int32][System.Int32]:ToString():ref:this
-153 (-26.47% of base) : System.Private.CoreLib.dasm - System.Runtime.Intrinsics.Vector128`1[Int64][System.Int64]:ToString():ref:this
-153 (-26.11% of base) : System.Private.CoreLib.dasm - System.Runtime.Intrinsics.Vector256`1[Int32][System.Int32]:ToString():ref:this
-153 (-26.02% of base) : System.Private.CoreLib.dasm - System.Runtime.Intrinsics.Vector256`1[Int64][System.Int64]:ToString():ref:this
-151 (-10.02% of base) : System.Net.Http.dasm - System.Net.Http.Http2Connection:ProcessSettingsFrame(struct):this
-145 (-4.86% of base) : System.Private.CoreLib.dasm - System.IO.Path:GetFullPath(ref,ref):ref
-143 (-5.45% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseExitStatement():ref:this
-143 (-7.68% of base) : System.Private.Xml.dasm - System.Xml.XmlSqlBinaryReader:ValueAsString(int):ref:this
-140 (-18.35% of base) : System.Private.CoreLib.dasm - System.IO.PathHelper:PrependDevicePathChars(byref,bool,byref):int
-139 (-3.93% of base) : System.Private.Uri.dasm - System.Uri:GetUriPartsFromUserString(int):ref:this
-135 (-12.44% of base) : System.Private.Xml.dasm - <WriteCharEntityAsync>d__103:MoveNext():this
-131 (-11.65% of base) : System.Private.Xml.dasm - <WriteCharEntityAsync>d__113:MoveNext():this
-129 (-16.19% of base) : System.Private.CoreLib.dasm - System.Reflection.MethodBase:AppendParameters(byref,ref,int)
-129 (-17.50% of base) : System.Private.Xml.dasm - System.Xml.Xsl.XsltOld.SequentialOutput:WriteHtmlUri(ref):this
-126 (-10.96% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:MissingToken(ushort):ref
-125 (-25.15% of base) : System.Diagnostics.FileVersionInfo.dasm - System.Diagnostics.FileVersionInfo:.ctor(ref):this
-121 (-5.44% of base) : System.Net.HttpListener.dasm - System.Net.HttpResponseStream:WriteCore(ref,int,int):this
-120 (-27.21% of base) : System.Net.HttpListener.dasm - System.Net.HttpListenerRequestUriBuilder:AppendOctetsPercentEncoded(ref,ref)
-119 (-13.90% of base) : System.Net.Http.dasm - System.Net.Http.AuthenticationHelper:ComputeHash(ref,ref):ref
-118 (-22.74% of base) : System.Net.HttpListener.dasm - System.Net.HttpListenerRequestUriBuilder:GetOctetsAsString(ref):ref
-118 (-8.83% of base) : System.Net.HttpListener.dasm - System.Net.HttpResponseStreamAsyncResult:.ctor(ref,ref,ref,ref,int,int,bool,bool,ref):this
-116 (-18.35% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.ManifestBuilder:GetKeywords(long,ref):ref:this
-115 (-15.27% of base) : System.Net.Http.dasm - System.Net.Http.Headers.MediaTypeHeaderValue:GetMediaTypeExpressionLength(ref,int,byref):int
-115 (-13.42% of base) : System.Private.CoreLib.dasm - System.Resources.ManifestBasedResourceGroveler:HandleSatelliteMissing():this
-113 (-16.17% of base) : System.Net.HttpListener.dasm - HttpRequestStreamAsyncResult:IOCompleted(ref,int,int)
-113 (-14.04% of base) : System.Net.HttpListener.dasm - System.Net.HttpResponseStreamAsyncResult:IOCompleted(ref,int,int)
-113 (-13.90% of base) : System.Private.CoreLib.dasm - System.Reflection.AssemblyNameFormatter:ComputeDisplayName(ref,ref,ref,ref,int,int):ref
-112 (-25.40% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.ObjectDisplay.ObjectDisplay:FormatLiteral(short,int):ref
-110 (-28.28% of base) : System.Diagnostics.DiagnosticSource.dasm - System.Diagnostics.Activity:AppendSuffix(ref,ref,ushort):ref:this
-110 (-21.74% of base) : System.Private.CoreLib.dasm - System.Text.DecoderExceptionFallbackBuffer:Throw(ref,int):this
-110 (-13.66% of base) : System.Private.Xml.dasm - <WriteSurrogateCharEntityAsync>d__116:MoveNext():this
-110 (-14.30% of base) : System.Private.Xml.dasm - <WriteSurrogateCharEntityAsync>d__106:MoveNext():this
-108 (-8.04% of base) : System.Net.HttpListener.dasm - System.Net.HttpListenerResponse:ComputeHeaders():int:this
-106 (-20.99% of base) : System.Net.Http.dasm - System.Net.Http.WinHttpRequestState:Dispose(bool):this
-106 (-4.15% of base) : System.Private.Xml.dasm - <WriteXmlDeclarationAsync>d__96:MoveNext():this
-106 (-4.20% of base) : System.Private.Xml.dasm - <WriteXmlDeclarationAsync>d__86:MoveNext():this
-105 (-25.86% of base) : System.Private.CoreLib.dasm - System.DateTimeParse:Hex(struct):ref
-103 (-21.41% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.ObjectDisplay:FormatString(ref,bool):ref
-103 (-5.98% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Etlx.TraceLoadedModules:ImageLoadOrUnload(ref,bool,ref):ref:this
-102 (-20.65% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.EventPipe.ClrThreadStackWalkTraceData:ToXml(ref):ref:this
-102 (-17.50% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Parsers.Kernel.StackWalkStackTraceData:ToXml(ref):ref:this
-102 (-18.44% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Parsers.Kernel.StackWalkDefTraceData:ToXml(ref):ref:this
-102 (-21.47% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Parsers.Clr.ClrStackWalkTraceData:ToXml(ref):ref:this
-102 (-7.52% of base) : System.Net.Requests.dasm - System.Net.CommandStream:ContinueCommandPipeline():ref:this
-102 (-38.35% of base) : System.Private.DataContractSerialization.dasm - System.Xml.XmlExceptionHelper:ThrowInvalidXml(ref,ubyte)
-102 (-38.93% of base) : System.Private.Xml.dasm - System.Xml.XmlConvert:CreateInvalidHighSurrogateCharException(ushort,int,int,int):ref
-102 (-15.13% of base) : System.Private.Xml.dasm - System.Xml.XmlTextEncoder:WriteRawWithSurrogateChecking(ref):this
-101 (-21.86% of base) : System.Net.HttpListener.dasm - DisconnectAsyncResult:WaitCallback(int,int,long)
-101 (-11.84% of base) : System.Private.Xml.dasm - System.Xml.XmlEncodedRawTextWriter:ValidateContentChars(ref,ref,bool):this
-101 (-11.92% of base) : System.Private.Xml.dasm - System.Xml.XmlUtf8RawTextWriter:ValidateContentChars(ref,ref,bool):this
-98 (-21.59% of base) : System.Net.Http.dasm - System.Net.Http.Headers.WarningHeaderValue:ToString():ref:this
-98 (-12.10% of base) : System.Net.HttpListener.dasm - System.Net.ListenerAsyncResult:QueueBeginGetContext():int:this
-98 (-17.92% of base) : System.Private.CoreLib.dasm - System.Runtime.InteropServices.COMException:ToString():ref:this
-98 (-21.92% of base) : System.Private.CoreLib.dasm - System.Runtime.InteropServices.ExternalException:ToString():ref:this
-97 (-31.19% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.ObjectDisplay:FormatLiteral(byte,int):ref
-97 (-31.19% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.ObjectDisplay:FormatLiteral(short,int):ref
-96 (-15.92% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Etlx.TraceCodeAddress:ToString(ref):ref:this
-96 (-22.97% of base) : System.Private.Xml.dasm - System.Xml.XmlUtf8RawTextWriter:WriteCharEntity(ushort):this
-94 (-30.52% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.ObjectDisplay:FormatStringChar(ref,ushort,ushort)
-94 (-31.86% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.CodeAnalysis.AssemblyIdentity:AppendKey(ref,struct)
-94 (-11.82% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Etlx.TraceActivity:get_ID():ref:this
-94 (-3.42% of base) : System.Net.Http.dasm - <ProcessHeadersFrame>d__41:MoveNext():this
-94 (-25.54% of base) : System.Private.CoreLib.dasm - System.Text.InternalEncoderBestFitFallbackBuffer:Fallback(ushort,int):bool:this
-94 (-20.57% of base) : System.Private.Xml.dasm - System.Xml.XmlEncodedRawTextWriter:WriteCharEntity(ushort):this
-94 (-24.35% of base) : System.Private.Xml.dasm - System.Xml.XmlTextEncoder:WriteSurrogateCharEntity(ushort,ushort):this
-94 (-28.57% of base) : System.Private.Xml.dasm - System.Xml.XmlWellFormedWriter:GeneratePrefix():ref:this
-93 (-35.36% of base) : System.Private.CoreLib.dasm - System.DateTimeParse:Hex(ushort):ref
-92 (-35.25% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.ObjectDisplay:FormatLiteral(ubyte,int):ref
-92 (-5.90% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - VB$StateMachine_33_TokenizeString:MoveNext():bool:this
-92 (-24.27% of base) : System.Data.Common.dasm - System.Data.ExceptionBuilder:ProblematicChars(ushort):ref
-92 (-18.07% of base) : System.Diagnostics.DiagnosticSource.dasm - System.Diagnostics.Activity:GenerateHierarchicalId():ref:this
-92 (-32.74% of base) : System.Private.Xml.dasm - System.Xml.XmlEncodedRawTextWriter:CharEntity(long,ushort):long
-92 (-33.82% of base) : System.Private.Xml.dasm - System.Xml.XmlUtf8RawTextWriter:CharEntity(long,ushort):long
-92 (-26.14% of base) : System.Private.Xml.dasm - System.Xml.XmlTextEncoder:WriteCharEntity(ushort):this
-92 (-45.10% of base) : System.Private.Xml.dasm - System.Xml.XmlTextEncoder:WriteCharEntityImpl(ushort):this
-92 (-40.17% of base) : System.Web.HttpUtility.dasm - System.Web.Util.HttpEncoder:AppendCharAsUnicodeJavaScript(ref,ushort)
-91 (-24.53% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Parsers.RegisteredTraceEventParser:GetKeywordStr(ref,long):ref
-91 (-36.11% of base) : System.Data.Common.dasm - System.Data.DataTable:Select():ref:this
-91 (-34.34% of base) : System.Net.Http.dasm - System.Net.Http.Http2ConnectionException:.ctor(int):this
-91 (-34.34% of base) : System.Net.Http.dasm - System.Net.Http.Http2StreamException:.ctor(int):this
-90 (-8.48% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.Cci.MetadataWriter:StrongName(ref):ref
-90 (-30.10% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.ObjectDisplay.ObjectDisplay:FormatLiteral(byte,int):ref
-90 (-12.41% of base) : System.Private.CoreLib.dasm - System.Text.InternalEncoderBestFitFallbackBuffer:Fallback(ushort,ushort,int):bool:this
-90 (-22.50% of base) : System.Private.Xml.dasm - System.Xml.XmlEncodedRawTextWriter:WriteSurrogateCharEntity(ushort,ushort):this
-90 (-25.00% of base) : System.Private.Xml.dasm - System.Xml.XmlUtf8RawTextWriter:WriteSurrogateCharEntity(ushort,ushort):this
-88 (-18.18% of base) : System.Diagnostics.Process.dasm - System.Diagnostics.NtProcessInfoHelper:GetProcessShortName(ref):ref
-88 (-16.51% of base) : System.Net.HttpListener.dasm - System.Net.SSPIWrapper:ErrorDescription(int):ref
-88 (-16.51% of base) : System.Net.Mail.dasm - System.Net.SSPIWrapper:ErrorDescription(int):ref
-88 (-16.51% of base) : System.Net.Security.dasm - System.Net.SSPIWrapper:ErrorDescription(int):ref
-87 (-14.50% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Symbols.CSharpAttributeData:DecodeGuidAttribute(ref,ref):ref:this
-87 (-14.52% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Symbols.VisualBasicAttributeData:DecodeGuidAttribute(ref,ref):this
-87 (-33.98% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.ObjectDisplay.ObjectDisplay:FormatLiteral(ubyte,int):ref
-87 (-13.10% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - ComClassData:ValidateComClassGuid(ref,ref,ref,byref):bool
-87 (-7.69% of base) : Newtonsoft.Json.dasm - Newtonsoft.Json.JsonReader:ReadAsBytes():ref:this
-86 (-34.82% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Utilities.XmlUtilities:XmlQuoteHex(long):ref (2 methods)
-86 (-47.51% of base) : System.Diagnostics.FileVersionInfo.dasm - System.Diagnostics.FileVersionInfo:ConvertTo8DigitHex(int):ref
-86 (-2.73% of base) : System.Private.Xml.dasm - <WriteDocTypeAsync>d__98:MoveNext():this
-86 (-2.77% of base) : System.Private.Xml.dasm - <WriteDocTypeAsync>d__88:MoveNext():this
-85 (-39.53% of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ByteConverter:ToString(ref,ref):ref:this
-85 (-39.53% of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.Int64Converter:ToString(ref,ref):ref:this
-85 (-39.53% of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.UInt64Converter:ToString(ref,ref):ref:this
-85 (-49.71% of base) : System.Private.CoreLib.dasm - System.Char8:ToString():ref:this
-84 (-34.29% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Utilities.XmlUtilities:XmlQuoteHex(int):ref (2 methods)
-84 (-14.46% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Etlx.TraceCodeAddresses:Name(int):ref:this
-84 (-5.80% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Stacks.TraceEventStackSource:GetFrameName(int,bool):ref:this
-84 (-39.44% of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.Int32Converter:ToString(ref,ref):ref:this
-84 (-39.25% of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.UInt16Converter:ToString(ref,ref):ref:this
-84 (-39.44% of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.UInt32Converter:ToString(ref,ref):ref:this
-83 (-11.91% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Etlx.TraceActivity:get_Name():ref:this
-83 (-11.37% of base) : System.Private.CoreLib.dasm - System.Environment:get_Version():ref
-82 (-41.62% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.CodeAnalysis.CommonMessageProvider:GetIdForErrorCode(int):ref:this
-82 (-39.05% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.TraceEvent:XmlAttrib(ref,ref,int):ref
-82 (-38.86% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.TraceEvent:XmlAttrib(ref,ref,long):ref
-82 (-30.48% of base) : System.Collections.Specialized.dasm - <>c:<ToString>b__20_0(struct,struct):this
-81 (-27.00% of base) : Newtonsoft.Json.dasm - Newtonsoft.Json.Utilities.ConvertUtils:TryConvertGuid(ref,byref):bool
-80 (-20.41% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.VisualBasic.CompilerServices.Conversions:ToString(struct):ref (2 methods)
-80 (-2.04% of base) : System.Net.Http.dasm - <ProcessIncomingFramesAsync>d__38:MoveNext():this
-80 (-5.71% of base) : System.Private.CoreLib.dasm - System.Guid:TryFormat(struct,byref,struct):bool:this
-78 (-4.37% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.VisualBasic.CompilerServices.Conversions:ToString(ref):ref
-78 (-33.91% of base) : System.Private.Xml.dasm - System.Xml.BinXmlSqlMoney:ToString():ref:this
-77 (-1.26% of base) : System.Private.CoreLib.dasm - System.DateTimeFormat:FormatCustomized(struct,struct,ref,struct,ref):ref
-73 (-7.34% of base) : Newtonsoft.Json.dasm - Newtonsoft.Json.JsonTextReader:ParseReadString(ushort,int):this
-73 (-27.55% of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.DecimalConverter:ToString(ref,ref):ref:this
-73 (-30.67% of base) : System.Data.Common.dasm - System.Data.SqlTypes.SqlMoney:ToString():ref:this
-70 (-4.53% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseOptionStatement(struct,struct):ref:this
-70 (-6.21% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.SymbolDisplay:AddSymbolDisplayParts(ref,ushort)
-70 (-14.23% of base) : System.Private.CoreLib.dasm - System.Reflection.RuntimePropertyInfo:ToString():ref:this
-69 (-19.44% of base) : CommandLine.dasm - CSharpx.EnumerableExtensions:OnFolderSourceSizeError(int,int):ref
-69 (-12.92% of base) : System.Diagnostics.Process.dasm - System.Diagnostics.ProcessManager:IsRemoteMachineCore(ref):bool
-69 (-10.33% of base) : System.Private.CoreLib.dasm - System.IO.Path:ChangeExtension(ref,ref):ref
-69 (-2.04% of base) : System.Private.Uri.dasm - System.Uri:CombineUri(ref,ref,int):ref
-69 (-9.21% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationReader:ParseWsdlArrayType(ref):this
-67 (-19.42% of base) : System.Net.Sockets.dasm - System.Net.Sockets.UnixDomainSocketEndPoint:ToString():ref:this
-67 (-14.19% of base) : System.Private.CoreLib.dasm - System.Runtime.Intrinsics.Vector64`1[Int64][System.Int64]:ToString():ref:this
-66 (-15.57% of base) : System.Private.CoreLib.dasm - System.Reflection.RuntimeConstructorInfo:ToString():ref:this
-64 (-6.48% of base) : System.Diagnostics.DiagnosticSource.dasm - System.Diagnostics.Activity:GenerateRootId():ref
-63 (-13.88% of base) : System.Private.CoreLib.dasm - System.Text.UTF7Encoding:MakeTables():this
-60 (-4.19% of base) : Microsoft.CodeAnalysis.dasm - VersionResourceSerializer:WriteVerResource(ref):this
-56 (-5.09% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseContinueStatement():ref:this
-53 (-5.94% of base) : System.Net.HttpListener.dasm - Helpers:GetCharSetValueFromHeader(ref):ref
-48 (-14.16% of base) : System.ComponentModel.Annotations.dasm - System.ComponentModel.DataAnnotations.PhoneAttribute:RemoveExtension(ref):ref
-48 (-0.95% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.EventSource:CreateManifestAndDescriptors(ref,ref,ref,int):ref
-48 (-3.40% of base) : System.Private.DataContractSerialization.dasm - System.Xml.XmlBaseReader:ProcessAttributes(ref,int):this
-43 (-3.37% of base) : System.Private.Xml.dasm - <WriteStartNamespaceDeclarationAsync>d__107:MoveNext():this
-43 (-3.55% of base) : System.Private.Xml.dasm - <WriteStartNamespaceDeclarationAsync>d__97:MoveNext():this
-42 (-7.57% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseAnachronisticStatement():ref:this
-42 (-2.64% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseAssignmentInitializer(bool):ref:this
-42 (-5.22% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseBinaryOperator():ref:this
-42 (-1.05% of base) : System.Private.CoreLib.dasm - System.Globalization.IdnMapping:PunycodeDecode(ref):ref
-39 (-1.28% of base) : System.Private.CoreLib.dasm - System.Globalization.IdnMapping:PunycodeEncode(ref):ref
-36 (-1.75% of base) : System.Private.CoreLib.dasm - System.Reflection.CustomAttributeTypedArgument:ToString(bool):ref:this
-28 (-0.97% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LanguageParser:ParseMemberName(byref,byref,byref,bool):this
-28 (-5.85% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.IfBlockContext:CreateBlockSyntax(ref):ref:this
-28 (-5.88% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TryBlockContext:CreateBlockSyntax(ref):ref:this
-28 (-1.22% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseXmlElement(int):ref:this
-28 (-3.07% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:TryParseOptionalWhileOrUntilClause(ref,byref):bool:this
-28 (-2.58% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseInterpolatedStringExpression():ref:this
-28 (-3.31% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseOnErrorStatement():ref:this
-28 (-4.80% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:MakeInvocationExpression(ref):ref:this
-28 (-2.19% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseRedimStatement():ref:this
-28 (-9.27% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:CreateMissingXmlAttribute():ref:this
-28 (-1.76% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseAttributeLists(bool):struct:this
-28 (-7.59% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseAnachronisticEndIfDirective(ref):ref:this
-26 (-6.47% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.EventPipeController:get_DefaultProviderConfiguration():ref
-26 (-3.63% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.ActivityTracker:NormalizeActivityName(ref,ref,int):ref:this
-25 (-1.67% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.StartStopActivity:get_KnownType():ref:this
-25 (-1.50% of base) : System.Private.CoreLib.dasm - System.ParseNumbers:IntToString(int,int,int,ushort,int):ref
-25 (-1.37% of base) : System.Private.CoreLib.dasm - System.ParseNumbers:LongToString(long,int,int,ushort,int):ref
-23 (-5.32% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.CodeAnalysis.ModuleExtensions:GetVTableGapSize(ref):int
-23 (-2.33% of base) : System.CommandLine.dasm - System.CommandLine.ArgumentLexer:Lex(ref,ref):ref
-23 (-9.43% of base) : System.CommandLine.dasm - System.CommandLine.ArgumentLexer:TryExtractOption(ref,byref,byref):bool
-22 (-0.35% of base) : System.Private.CoreLib.dasm - System.Reflection.Emit.CustomAttributeBuilder:InitCustomAttributeBuilder(ref,ref,ref,ref,ref,ref):this
-21 (-13.46% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.Cci.PeWriter:CalculateOffsetToMappedFieldDataStream(ref):int:this
-20 (-1.22% of base) : System.Private.CoreLib.dasm - System.Globalization.DateTimeFormatInfo:Tokenize(int,byref,byref,byref):bool:this
-18 (-13.43% of base) : Microsoft.CodeAnalysis.dasm - Roslyn.Utilities.StringExtensions:TryGetWithoutAttributeSuffix(ref,bool,byref):bool
-18 (-2.62% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseLabel():ref:this
-18 (-0.73% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseGenericParameters():ref:this
-18 (-1.89% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseParameter(struct,struct):ref:this
-18 (-9.28% of base) : System.Private.CoreLib.dasm - System.Globalization.DateTimeFormatInfo:IsAllowedJapaneseTokenFollowedByNonSpaceLetter(ref,ushort):bool:this
-18 (-12.77% of base) : System.Reflection.Metadata.dasm - System.Reflection.PortableExecutable.ManagedTextSection:CalculateOffsetToMappedFieldDataStream():int:this
-17 (-1.96% of base) : System.Private.CoreLib.dasm - System.Globalization.HijriCalendar:GetAdvanceHijriDate():int
-16 (-1.08% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.Lexer:LexXmlDocCommentLeadingTrivia(byref):this
-16 (-0.42% of base) : System.Net.Http.dasm - <GetDigestTokenForCredential>d__40:MoveNext():this
-15 (-2.34% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationWriter:ListUsedPrefixes(ref,ref):ref:this
-15 (-15.15% of base) : System.Reflection.Metadata.dasm - System.Reflection.Metadata.TypeDefinition:GetProjectedName():struct:this
-14 (-0.46% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.DirectiveParser:ParsePragmaDirective(ref,ref,bool):ref:this
-14 (-1.37% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LanguageParser:ParsePostFixExpression(ref):ref:this
-14 (-1.05% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LanguageParser:ParseSwitchSection():ref:this
-14 (-1.09% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LanguageParser:ParseArrayRankSpecifier(bool,bool,byref):ref:this
-14 (-3.22% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LanguageParser:ParseAttributes(struct):this
-14 (-1.21% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LanguageParser:ParseBaseList():ref:this
-14 (-0.90% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LanguageParser:ParseTypeParameterConstraintClause():ref:this
-14 (-3.78% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.Cci.PeWriter:WriteNameTable(ref)
-14 (-56.00% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.Cci.PeWriter:get_SizeOfNameTable():int
-14 (-3.06% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SelectBlockContext:ProcessSyntax(ref):ref:this
-14 (-1.26% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseXmlElementStartTag(int):ref:this
-14 (-0.81% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:CreateXmlElement(ref,ref):ref:this
-14 (-1.31% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ResyncXmlElement(int,ref,ref,struct):ref:this
-14 (-1.79% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseXmlQualifiedName(bool,int,int):ref:this
-14 (-1.31% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseXmlQualifiedNameVB():ref:this
-14 (-10.77% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:HandleUnexpectedKeyword(ushort):ref
-14 (-1.85% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseXmlDocument():ref:this
-14 (-0.37% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseXmlDeclaration():ref:this
-14 (-0.74% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseCaseStatement():ref:this
-14 (-1.56% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseDelegateStatement(struct,struct):ref:this
-14 (-12.28% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:CreateMissingXmlString():ref:this
-14 (-0.70% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseProcDeclareStatement(struct,struct):ref:this
-14 (-1.00% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseCustomEventDefinition(struct,struct):ref:this
-14 (-2.18% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseCollectionInitializer():ref:this
-14 (-1.27% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseObjectInitializerList(bool,bool):ref:this
-14 (-1.80% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseName(bool,bool,bool,bool,bool,bool,bool,byref,bool):ref:this
-14 (-2.06% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseExecutableStatementCore():ref:this
-14 (-8.43% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ReportExpectedXmlName():ref:this
-14 (-2.24% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseParenthesizedArguments(bool):ref:this
-14 (-1.39% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseNamedArguments(struct):this
-14 (-1.48% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseCast():ref:this
-14 (-0.64% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseLetList():struct:this
-14 (-2.25% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseInnerJoinOrGroupJoinExpression(ref,ref):ref:this
-14 (-0.93% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseJoinPredicateExpression():struct:this
-14 (-1.60% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseConditionalCompilationStatement():ref:this
-14 (-0.93% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseWarningDirective(ref):ref:this
-14 (-1.70% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseGetXmlNamespace():ref:this
-14 (-7.82% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ReportExpectedXmlBracketedName():ref:this
-14 (-13.33% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:MissingIdentifier():ref
-14 (-9.72% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:MissingIdentifier(ushort):ref
-14 (-15.05% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:MissingKeyword(ushort):ref
-14 (-15.05% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:MissingPunctuation(ushort):ref
-14 (-12.39% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:MissingStringLiteral():ref
-14 (-14.43% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:MissingCharacterLiteralToken():ref
-14 (-8.38% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:EndOfFileToken(ref):ref
-14 (-15.38% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:EndOfFileToken():ref
-14 (-9.03% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:get_NotMissingEmptyToken():ref
-14 (-7.78% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:get_MissingEmptyToken():ref
-14 (-8.14% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:get_StatementTerminatorToken():ref
-14 (-8.14% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:get_ColonToken():ref
-14 (-56.00% of base) : System.Reflection.Metadata.dasm - System.Reflection.PortableExecutable.ManagedTextSection:get_SizeOfNameTable():int
-13 (-3.71% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Symbols.QuickAttributeChecker:AddName(ref,ubyte):this
-13 (-8.84% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Symbols.GeneratedNames:TryParseStateMachineTypeName(ref,byref):bool
-13 (-11.61% of base) : Microsoft.DotNet.ProjectModel.dasm - Microsoft.DotNet.ProjectModel.Compilation.LibraryAssetExtensions:GetAssemblyName(struct):ref
-13 (-5.88% of base) : Microsoft.Extensions.DependencyModel.dasm - Microsoft.Extensions.DependencyModel.DependencyContextExtensions:GetAssemblyName(ref):ref
-13 (-5.75% of base) : Microsoft.Extensions.DependencyModel.dasm - Microsoft.Extensions.DependencyModel.RuntimeAssembly:Create(ref):ref
-13 (-0.87% of base) : System.Private.CoreLib.dasm - System.Threading.CancellationTokenSource:InternalRegister(ref,ref,ref,ref):struct:this
-13 (-0.23% of base) : System.Private.CoreLib.dasm - <AsyncModeCopyToAsync>d__136:MoveNext():this
-12 (-0.51% of base) : Microsoft.CodeAnalysis.dasm - TargetSymbolResolver:Resolve(ref):this
-12 (-3.34% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Symbols.GeneratedNames:TryParseStateMachineHoistedUserVariableName(ref,byref,byref):bool
-12 (-4.20% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Scanner:XmlMakeAmpLiteralToken(struct):ref:this
-12 (-4.20% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Scanner:XmlMakeAposLiteralToken(struct):ref:this
-12 (-4.20% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Scanner:XmlMakeGtLiteralToken(struct):ref:this
-12 (-4.20% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Scanner:XmlMakeLtLiteralToken(struct):ref:this
-12 (-4.20% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Scanner:XmlMakeQuotLiteralToken(struct):ref:this
-12 (-1.63% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Utilities.Command:ThrowCommandFailure(ref):this
-12 (-6.94% of base) : System.Private.CoreLib.dasm - System.DateTimeParse:ParseJapaneseEraStart(byref,ref):bool
-12 (-1.55% of base) : System.Private.CoreLib.dasm - System.Reflection.CustomAttributeData:ToString():ref:this
-12 (-0.48% of base) : System.Private.CoreLib.dasm - FormatLiterals:Init(struct,bool):this
-12 (-0.98% of base) : System.Private.CoreLib.dasm - <get_ForEnumeration>d__51:MoveNext():bool:this
-12 (-1.26% of base) : System.Private.CoreLib.dasm - <get_ForEnumeration>d__39:MoveNext():bool:this
-11 (-0.95% of base) : CommandLine.dasm - <>c__DisplayClass13_0:<get_FormatMutuallyExclusiveSetErrors>b__3(ref):ref:this
-11 (-1.84% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Symbols.AbstractTypeParameterMap:GetDebuggerDisplay():ref:this
-11 (-3.64% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Symbols.GeneratedNames:TryParseAnonymousTypeTemplateName(ref,byref):bool
-11 (-17.46% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.CodeAnalysis.ErrorLogger:DecreaseIndentation():this
-11 (-1.78% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.CodeAnalysis.MetadataReaderExtensions:GetWinMdVersion(ref,byref,byref):bool
-11 (-5.61% of base) : NuGet.Common.dasm - NuGet.Common.PathResolver:NormalizeBasePath(ref,byref):ref
-11 (-5.82% of base) : System.Private.CoreLib.dasm - System.RuntimeType:FormatTypeName():ref:this
-11 (-5.56% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.ManifestBuilder:GetLocalizedMessage(ref,ref,bool):ref:this
-11 (-11.58% of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.DataContract:GetDataContractNamespaceFromUri(ref):ref
-11 (-1.22% of base) : System.Private.Xml.dasm - System.Xml.Schema.XdrBuilder:LoadSchema(ref):bool:this
-11 (-1.12% of base) : System.Private.Xml.dasm - System.Xml.Schema.XdrValidator:LoadSchemaFromLocation(ref):this
-11 (-0.38% of base) : System.Private.Xml.dasm - System.Xml.Xsl.Runtime.DecimalFormatter:.ctor(ref,ref):this
-11 (-3.19% of base) : System.Private.Xml.dasm - System.Xml.Serialization.AttributeAccessor:CheckSpecial():this
-11 (-4.35% of base) : System.Reflection.Metadata.dasm - System.Reflection.Metadata.Ecma335.MetadataRootBuilder:.ctor(ref,ref,bool):this
-11 (-7.14% of base) : System.Reflection.Metadata.dasm - System.Reflection.Metadata.Ecma335.PortablePdbBuilder:.ctor(ref,struct,struct,ref):this
-10 (-4.41% of base) : Microsoft.DotNet.Cli.Utils.dasm - Microsoft.DotNet.Cli.Utils.ArgumentEscaper:ArgumentContainsWhitespace(ref):bool
-10 (-0.72% of base) : System.Private.CoreLib.dasm - System.Text.EncodingTable:InternalGetCodePageFromName(ref):int
-10 (-1.09% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.EventPipeEventDispatcher:CommitDispatchConfiguration():this
-10 (-1.89% of base) : System.Private.DataContractSerialization.dasm - System.Text.SurrogateChar:.ctor(ushort,ushort):this
-10 (-0.56% of base) : System.Private.DataContractSerialization.dasm - System.Xml.XmlBaseWriter:StartAttribute(byref,ref,ref,ref):this
-10 (-2.67% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_string(ref):this
-10 (-2.73% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_base64Binary(ref):this
-10 (-2.69% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_QName(ref):this
-8 (-0.84% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.CodeAnalysis.CommandLineParser:TryParseClientArgs(ref,byref,byref,byref,byref):bool
-8 (-6.84% of base) : System.Private.Xml.dasm - System.Xml.Schema.XdrBuilder:IsXdrSchema(ref):bool
-6 (-2.05% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_int(ref):this
-6 (-2.26% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_boolean(ref):this
-6 (-2.17% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_short(ref):this
-6 (-2.04% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_long(ref):this
-6 (-2.47% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_float(ref):this
-6 (-2.47% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_double(ref):this
-6 (-1.71% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_decimal(ref):this
-6 (-2.51% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_dateTime(ref):this
-6 (-2.04% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_unsignedByte(ref):this
-6 (-2.18% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_byte(ref):this
-6 (-2.05% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_unsignedShort(ref):this
-6 (-2.05% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_unsignedInt(ref):this
-6 (-2.04% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_unsignedLong(ref):this
-6 (-2.31% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_guid(ref):this
-6 (-2.51% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_TimeSpan(ref):this
-6 (-2.05% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_char(ref):this
-5 (-1.62% of base) : System.Private.DataContractSerialization.dasm - System.Text.SurrogateChar:.ctor(int):this
-4 (-1.41% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - PEFile.PEHeader:RvaToFileOffset(int):int:this
-4 (-0.19% of base) : System.Net.Http.dasm - System.Net.Http.HttpConnection:WriteHexInt32Async(int):ref:this
-4 (-0.43% of base) : System.Net.Mail.dasm - System.Net.Security.NegotiateStreamPal:VerifySignature(ref,ref,int,int):int
-4 (-0.53% of base) : System.Net.Mail.dasm - System.Net.Security.NegotiateStreamPal:MakeSignature(ref,ref,int,int,byref):int
-4 (-1.42% of base) : System.Net.Mail.dasm - System.Net.Mail.MailCommand:PrepareCommand(ref,ref,ref,bool)
-4 (-0.99% of base) : System.Net.Mail.dasm - System.Net.Mime.BaseWriter:WriteHeader(ref,ref,bool):this
-4 (-0.43% of base) : System.Net.Security.dasm - System.Net.Security.NegotiateStreamPal:VerifySignature(ref,ref,int,int):int
-4 (-0.53% of base) : System.Net.Security.dasm - System.Net.Security.NegotiateStreamPal:MakeSignature(ref,ref,int,int,byref):int
-3 (-0.18% of base) : System.Private.CoreLib.dasm - System.Reflection.AssemblyName:EscapeString(ref,int,int,ref,byref,bool,ushort,ushort,ushort):ref
-2 (-0.15% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Diagnostics.Tracing.StackSources.FilterStackSource:GetFrameInfo(int):ref:this
-2 (-0.25% of base) : System.Private.CoreLib.dasm - System.Collections.Concurrent.ConcurrentQueueSegment`1[__Canon][System.__Canon]:.ctor(int):this
-2 (-0.26% of base) : System.Private.CoreLib.dasm - System.Collections.Concurrent.ConcurrentQueueSegment`1[Byte][System.Byte]:.ctor(int):this
-2 (-0.26% of base) : System.Private.CoreLib.dasm - System.Collections.Concurrent.ConcurrentQueueSegment`1[Int16][System.Int16]:.ctor(int):this
-2 (-0.26% of base) : System.Private.CoreLib.dasm - System.Collections.Concurrent.ConcurrentQueueSegment`1[Int32][System.Int32]:.ctor(int):this
-2 (-0.26% of base) : System.Private.CoreLib.dasm - System.Collections.Concurrent.ConcurrentQueueSegment`1[Double][System.Double]:.ctor(int):this
-2 (-0.26% of base) : System.Private.CoreLib.dasm - System.Collections.Concurrent.ConcurrentQueueSegment`1[Vector`1][System.Numerics.Vector`1[System.Single]]:.ctor(int):this
-2 (-0.26% of base) : System.Private.CoreLib.dasm - System.Collections.Concurrent.ConcurrentQueueSegment`1[Int64][System.Int64]:.ctor(int):this
-2 (-1.54% of base) : System.Private.Uri.dasm - System.UriHelper:IsNotSafeForUnescape(ushort):bool
-2 (-1.13% of base) : System.Reflection.Metadata.dasm - System.Reflection.Metadata.MetadataReader:GetMetadataKind(ref):int:this
-1 (-0.46% of base) : CommandLine.dasm - <>c__DisplayClass3_0:<FormatWithQuotesIfString>b__1(ref):ref:this
-1 (-0.80% of base) : CommandLine.dasm - <>c:<FormatWithQuotesIfString>b__3_0(ref):ref:this
-1 (-0.32% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.Cci.TypeNameSerializer:GetMangledAndEscapedName(ref):ref
-1 (-0.17% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Symbols.AssemblySymbol:GetTypeByMetadataName(ref,bool,bool,bool):ref:this
-1 (-0.60% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Utilities.Command:FindOnPath(ref):ref
-1 (-0.02% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Parsers.WppTraceEventParser:CreateTemplatesForTMFFile(struct,ref):ref:this
-1 (-0.29% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - <>c__DisplayClass30_0:<SetupCallbacks>b__3(ref):this
-1 (-0.08% of base) : Microsoft.DotNet.ProjectModel.dasm - Microsoft.DotNet.ProjectModel.Files.NamedResourceReader:ReadNamedResources(ref,ref):ref
-1 (-0.24% of base) : System.ComponentModel.Annotations.dasm - System.ComponentModel.DataAnnotations.PhoneAttribute:IsValid(ref):bool:this
-1 (-0.15% of base) : System.Net.Http.dasm - System.Net.Http.MultipartContent:ValidateBoundary(ref)
-1 (-0.18% of base) : System.Net.HttpListener.dasm - System.Net.WebSockets.WebSocketValidate:ValidateSubprotocol(ref)
-1 (-0.18% of base) : System.Net.WebSockets.Client.dasm - System.Net.WebSockets.WebSocketValidate:ValidateSubprotocol(ref)
-1 (-0.18% of base) : System.Net.WebSockets.dasm - System.Net.WebSockets.WebSocketValidate:ValidateSubprotocol(ref)
-1 (-0.12% of base) : System.Private.CoreLib.dasm - Kernel32:GetMessage(int,long):ref
-1 (-0.15% of base) : System.Private.CoreLib.dasm - System.Convert:ToBase64String(struct,int):ref
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.DateTimeParse:LexTraceExit(ref,int)
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.DateTimeParse:TPTraceExit(ref,int)
-1 (-0.30% of base) : System.Private.CoreLib.dasm - System.Memory`1[__Canon][System.__Canon]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Memory`1[Byte][System.Byte]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Memory`1[Int16][System.Int16]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Memory`1[Int32][System.Int32]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Memory`1[Double][System.Double]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Memory`1[Vector`1][System.Numerics.Vector`1[System.Single]]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Memory`1[Int64][System.Int64]:ToString():ref:this
-1 (-0.13% of base) : System.Private.CoreLib.dasm - System.OperatingSystem:get_VersionString():ref:this
-1 (-0.30% of base) : System.Private.CoreLib.dasm - System.ReadOnlySpan`1[__Canon][System.__Canon]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlySpan`1[Byte][System.Byte]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlySpan`1[Int16][System.Int16]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlySpan`1[Int32][System.Int32]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlySpan`1[Double][System.Double]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlySpan`1[Vector`1][System.Numerics.Vector`1[System.Single]]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlySpan`1[Int64][System.Int64]:ToString():ref:this
-1 (-0.30% of base) : System.Private.CoreLib.dasm - System.ReadOnlyMemory`1[__Canon][System.__Canon]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlyMemory`1[Byte][System.Byte]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlyMemory`1[Int16][System.Int16]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlyMemory`1[Int32][System.Int32]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlyMemory`1[Double][System.Double]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlyMemory`1[Vector`1][System.Numerics.Vector`1[System.Single]]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlyMemory`1[Int64][System.Int64]:ToString():ref:this
-1 (-0.30% of base) : System.Private.CoreLib.dasm - System.Span`1[__Canon][System.__Canon]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Span`1[Byte][System.Byte]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Span`1[Int16][System.Int16]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Span`1[Int32][System.Int32]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Span`1[Double][System.Double]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Span`1[Vector`1][System.Numerics.Vector`1[System.Single]]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Span`1[Int64][System.Int64]:ToString():ref:this
-1 (-0.24% of base) : System.Private.CoreLib.dasm - <>c:<.cctor>b__26_0(ref):this
-1 (-0.23% of base) : System.Private.CoreLib.dasm - System.Threading.CancellationTokenSource:GetPartitionCount():int
-1 (-0.14% of base) : System.Private.CoreLib.dasm - <>c:<.cctor>b__4_0(ref):this (2 methods)
-1 (-0.20% of base) : System.Private.CoreLib.dasm - <>c:<ExecuteCallback>b__9_0(ref):this
-1 (-0.23% of base) : System.Private.CoreLib.dasm - <>c:<.cctor>b__56_0(ref):this
-1 (-0.15% of base) : System.Private.CoreLib.dasm - System.Security.SecureString:InitializeSecureString(long,int):this
-1 (-0.17% of base) : System.Private.CoreLib.dasm - System.Runtime.GCSettings:set_LatencyMode(int)
-1 (-0.14% of base) : System.Private.CoreLib.dasm - System.Runtime.CompilerServices.AsyncMethodBuilderCore:GetAsyncStateMachineDescription(ref):ref
-1 (-0.10% of base) : System.Private.CoreLib.dasm - System.Reflection.Assembly:LoadFile(ref):ref
-1 (-1.30% of base) : System.Private.CoreLib.dasm - System.Reflection.AssemblyName:IsReservedUnreservedOrHash(ushort):bool
-1 (-1.30% of base) : System.Private.CoreLib.dasm - System.Reflection.AssemblyName:IsUnreserved(ushort):bool
-1 (-0.33% of base) : System.Private.CoreLib.dasm - System.Reflection.MetadataToken:ToString():ref:this
-1 (-0.34% of base) : System.Private.CoreLib.dasm - System.Reflection.MetadataException:ToString():ref:this
-1 (-0.23% of base) : System.Private.CoreLib.dasm - System.Reflection.CustomAttributeNamedArgument:ToString():ref:this
-1 (-0.26% of base) : System.Private.CoreLib.dasm - AsyncCopyToAwaitable:ResetForNextOperation():this
-1 (-0.23% of base) : System.Private.CoreLib.dasm - AsyncCopyToAwaitable:UnsafeOnCompleted(ref):this
-1 (-0.26% of base) : System.Private.CoreLib.dasm - System.Globalization.CultureNotFoundException:get_FormattedInvalidCultureId():ref:this
-1 (-0.28% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.EventCounter:ToString():ref:this
-1 (-0.10% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.EventCounter:WritePayload(float,int):this
-1 (-0.22% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.EventSource:ReportOutOfBandMessage(ref,bool):this
-1 (-0.09% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.ManifestBuilder:TranslateToManifestConvention(ref,ref):ref:this
-1 (-0.33% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.IncrementingEventCounter:ToString():ref:this
-1 (-0.10% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.IncrementingEventCounter:WritePayload(float,int):this
-1 (-0.33% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.IncrementingPollingCounter:ToString():ref:this
-1 (-0.10% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.IncrementingPollingCounter:WritePayload(float,int):this
-1 (-0.28% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.PollingCounter:ToString():ref:this
-1 (-0.09% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.PollingCounter:WritePayload(float,int):this
-1 (-0.26% of base) : System.Private.CoreLib.dasm - Internal.Win32.RegistryKey:OpenSubKey(ref,bool):ref:this
-1 (-0.59% of base) : System.Private.Uri.dasm - System.IriHelper:CheckIsReserved(ushort,int):bool
-1 (-1.28% of base) : System.Private.Uri.dasm - System.UriHelper:IsReservedUnreservedOrHash(ushort):bool
-1 (-1.28% of base) : System.Private.Uri.dasm - System.UriHelper:IsUnreserved(ushort):bool
-1 (-1.28% of base) : System.Private.Uri.dasm - System.UriHelper:Is3986Unreserved(ushort):bool
Top method regressions by size (percentage):
60 ( 4.44% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Binder:BindIntegralMinValConstants(ref,ref,ref):ref:this
70 ( 3.78% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.ActivityComputer:ResolveWellKnownSymbols():this
16 ( 2.41% of base) : System.Private.Xml.dasm - System.Xml.XmlEncodedRawTextWriter:WriteDocType(ref,ref,ref,ref):this
20 ( 2.40% of base) : System.Private.Xml.dasm - System.Xml.HtmlEncodedRawTextWriter:WriteDocType(ref,ref,ref,ref):this
16 ( 2.02% of base) : System.Private.Xml.dasm - System.Xml.HtmlUtf8RawTextWriter:WriteDocType(ref,ref,ref,ref):this
12 ( 1.93% of base) : System.Private.Xml.dasm - System.Xml.XmlUtf8RawTextWriter:WriteDocType(ref,ref,ref,ref):this
6 ( 1.52% of base) : System.Private.Xml.dasm - System.Xml.HtmlEncodedRawTextWriter:WriteMetaElement():this
6 ( 1.52% of base) : System.Private.Xml.dasm - System.Xml.HtmlUtf8RawTextWriter:WriteMetaElement():this
3 ( 1.49% of base) : System.Private.Xml.dasm - System.Xml.BinHexEncoder:Encode(ref,int,int,ref):int
7 ( 1.42% of base) : System.Private.Xml.dasm - System.Xml.XmlUtf8RawTextWriter:WriteXmlDeclaration(int):this
2 ( 1.42% of base) : System.Net.Http.dasm - System.Net.Http.WinHttpRequestCallback:ResetAuthRequestHeaders(ref)
7 ( 1.33% of base) : System.Private.Xml.dasm - System.Xml.XmlEncodedRawTextWriter:WriteXmlDeclaration(int):this
2 ( 1.14% of base) : System.Diagnostics.TextWriterTraceListener.dasm - System.Diagnostics.DelimitedListTraceListener:WriteEscaped(ref):this
3 ( 1.13% of base) : System.Private.Xml.dasm - System.Xml.XmlUtf8RawTextWriter:WriteStartNamespaceDeclaration(ref):this
2 ( 0.97% of base) : Microsoft.CodeAnalysis.dasm - Roslyn.Utilities.ConsList`1[__Canon][System.__Canon]:ToString():ref:this
2 ( 0.93% of base) : Microsoft.CodeAnalysis.dasm - Roslyn.Utilities.ConsList`1[Int32][System.Int32]:ToString():ref:this
6 ( 0.92% of base) : System.Private.Xml.Linq.dasm - System.Xml.Linq.XNamespace:Get(ref,int,int):ref
2 ( 0.92% of base) : Microsoft.CodeAnalysis.dasm - Roslyn.Utilities.ConsList`1[Byte][System.Byte]:ToString():ref:this
2 ( 0.92% of base) : Microsoft.CodeAnalysis.dasm - Roslyn.Utilities.ConsList`1[Int64][System.Int64]:ToString():ref:this
2 ( 0.91% of base) : Microsoft.CodeAnalysis.dasm - Roslyn.Utilities.ConsList`1[Int16][System.Int16]:ToString():ref:this
3 ( 0.90% of base) : System.Private.Xml.dasm - System.Xml.XmlEncodedRawTextWriter:WriteStartNamespaceDeclaration(ref):this
2 ( 0.90% of base) : Microsoft.CodeAnalysis.dasm - Roslyn.Utilities.ConsList`1[Double][System.Double]:ToString():ref:this
10 ( 0.88% of base) : NuGet.Versioning.dasm - NuGet.Versioning.VersionRange:TryParse(ref,bool,byref):bool
2 ( 0.87% of base) : Microsoft.CodeAnalysis.dasm - Roslyn.Utilities.ConsList`1[Vector`1][System.Numerics.Vector`1[System.Single]]:ToString():ref:this
14 ( 0.82% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - <>c__DisplayClass30_0:<SetupCallbacks>b__8(ref):this
2 ( 0.81% of base) : System.Net.Http.dasm - System.Net.Http.WinHttpCookieContainerAdapter:ResetCookieRequestHeaders(ref,ref)
10 ( 0.66% of base) : NuGet.Frameworks.dasm - NuGet.Frameworks.NuGetFramework:ParseFrameworkName(ref,ref):ref
10 ( 0.63% of base) : System.Diagnostics.DiagnosticSource.dasm - FilterAndTransform:.ctor(ref,int,int,ref,ref):this
2 ( 0.58% of base) : System.Net.Mail.dasm - System.Net.Mail.MailMessage:BuildDeliveryStatusNotificationString():ref:this
2 ( 0.46% of base) : System.Diagnostics.TextWriterTraceListener.dasm - System.Diagnostics.DelimitedListTraceListener:WriteStackEscaped(ref):this
10 ( 0.34% of base) : System.Net.Http.dasm - <SendAsync>d__2:MoveNext():this
2 ( 0.17% of base) : NuGet.Versioning.dasm - NuGet.Versioning.VersionRangeFormatter:PrettyPrint(ref):ref:this
Top method improvements by size (percentage):
-14 (-56.00% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.Cci.PeWriter:get_SizeOfNameTable():int
-14 (-56.00% of base) : System.Reflection.Metadata.dasm - System.Reflection.PortableExecutable.ManagedTextSection:get_SizeOfNameTable():int
-85 (-49.71% of base) : System.Private.CoreLib.dasm - System.Char8:ToString():ref:this
-86 (-47.51% of base) : System.Diagnostics.FileVersionInfo.dasm - System.Diagnostics.FileVersionInfo:ConvertTo8DigitHex(int):ref
-92 (-45.10% of base) : System.Private.Xml.dasm - System.Xml.XmlTextEncoder:WriteCharEntityImpl(ushort):this
-171 (-44.76% of base) : System.Net.Http.dasm - CredHandle:ToString():ref:this
-171 (-44.76% of base) : System.Net.HttpListener.dasm - CredHandle:ToString():ref:this
-171 (-44.76% of base) : System.Net.Mail.dasm - CredHandle:ToString():ref:this
-171 (-44.76% of base) : System.Net.Security.dasm - CredHandle:ToString():ref:this
-386 (-42.89% of base) : System.Private.CoreLib.dasm - System.Enum:ValueToHexString():ref:this
-259 (-42.60% of base) : System.Private.CoreLib.dasm - System.IO.Path:GetUncRootLength(struct):int
-82 (-41.62% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.CodeAnalysis.CommonMessageProvider:GetIdForErrorCode(int):ref:this
-195 (-40.21% of base) : System.Private.Xml.dasm - System.Xml.XmlConvert:CreateInvalidSurrogatePairException(ushort,ushort,int,int,int):ref
-92 (-40.17% of base) : System.Web.HttpUtility.dasm - System.Web.Util.HttpEncoder:AppendCharAsUnicodeJavaScript(ref,ushort)
-171 (-39.58% of base) : System.Private.Xml.dasm - System.Xml.XmlTextWriter:GeneratePrefix():ref:this
-85 (-39.53% of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.ByteConverter:ToString(ref,ref):ref:this
-85 (-39.53% of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.Int64Converter:ToString(ref,ref):ref:this
-85 (-39.53% of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.UInt64Converter:ToString(ref,ref):ref:this
-84 (-39.44% of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.Int32Converter:ToString(ref,ref):ref:this
-84 (-39.44% of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.UInt32Converter:ToString(ref,ref):ref:this
-84 (-39.25% of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.UInt16Converter:ToString(ref,ref):ref:this
-195 (-39.16% of base) : System.Net.Http.dasm - System.Net.Http.WinHttpTraceHelper:TraceCallbackStatus(ref,long,long,int,ref)
-780 (-39.14% of base) : System.Private.CoreLib.dasm - System.Enum:ValueToHexString(ref):ref
-82 (-39.05% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.TraceEvent:XmlAttrib(ref,ref,int):ref
-102 (-38.93% of base) : System.Private.Xml.dasm - System.Xml.XmlConvert:CreateInvalidHighSurrogateCharException(ushort,int,int,int):ref
-82 (-38.86% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.TraceEvent:XmlAttrib(ref,ref,long):ref
-102 (-38.35% of base) : System.Private.DataContractSerialization.dasm - System.Xml.XmlExceptionHelper:ThrowInvalidXml(ref,ubyte)
-91 (-36.11% of base) : System.Data.Common.dasm - System.Data.DataTable:Select():ref:this
-407 (-35.61% of base) : System.Runtime.Extensions.dasm - System.Net.WebUtility:HtmlEncode(struct,byref)
-93 (-35.36% of base) : System.Private.CoreLib.dasm - System.DateTimeParse:Hex(ushort):ref
-92 (-35.25% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.ObjectDisplay:FormatLiteral(ubyte,int):ref
-86 (-34.82% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Utilities.XmlUtilities:XmlQuoteHex(long):ref (2 methods)
-556 (-34.79% of base) : System.Net.Http.dasm - System.Net.Http.HttpWindowsProxy:ParseProxyConfigPart(struct,byref,byref)
-91 (-34.34% of base) : System.Net.Http.dasm - System.Net.Http.Http2ConnectionException:.ctor(int):this
-91 (-34.34% of base) : System.Net.Http.dasm - System.Net.Http.Http2StreamException:.ctor(int):this
-84 (-34.29% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Utilities.XmlUtilities:XmlQuoteHex(int):ref (2 methods)
-87 (-33.98% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.ObjectDisplay.ObjectDisplay:FormatLiteral(ubyte,int):ref
-78 (-33.91% of base) : System.Private.Xml.dasm - System.Xml.BinXmlSqlMoney:ToString():ref:this
-92 (-33.82% of base) : System.Private.Xml.dasm - System.Xml.XmlUtf8RawTextWriter:CharEntity(long,ushort):long
-92 (-32.74% of base) : System.Private.Xml.dasm - System.Xml.XmlEncodedRawTextWriter:CharEntity(long,ushort):long
-94 (-31.86% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.CodeAnalysis.AssemblyIdentity:AppendKey(ref,struct)
-97 (-31.19% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.ObjectDisplay:FormatLiteral(byte,int):ref
-97 (-31.19% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.ObjectDisplay:FormatLiteral(short,int):ref
-73 (-30.67% of base) : System.Data.Common.dasm - System.Data.SqlTypes.SqlMoney:ToString():ref:this
-94 (-30.52% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.ObjectDisplay:FormatStringChar(ref,ushort,ushort)
-82 (-30.48% of base) : System.Collections.Specialized.dasm - <>c:<ToString>b__20_0(struct,struct):this
-188 (-30.42% of base) : System.Net.HttpListener.dasm - HttpRequestStreamAsyncResult:Callback(int,int,long)
-175 (-30.28% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - IncompleteStack:LogUserStackFragment(long,ref):this
-181 (-30.17% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.StartStopActivity:AppendActivityPath(ref,struct):ref
-90 (-30.10% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.ObjectDisplay.ObjectDisplay:FormatLiteral(byte,int):ref
-185 (-29.41% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.ObjectDisplay:FormatLiteral(int,int):ref (2 methods)
-829 (-29.20% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Parsers.Kernel.MemoryProcessMemInfoTraceData:ToXml(ref):ref:this
-787 (-29.16% of base) : System.Private.Xml.dasm - System.Xml.XmlConvert:EncodeName(ref,bool,bool):ref
-94 (-28.57% of base) : System.Private.Xml.dasm - System.Xml.XmlWellFormedWriter:GeneratePrefix():ref:this
-110 (-28.28% of base) : System.Diagnostics.DiagnosticSource.dasm - System.Diagnostics.Activity:AppendSuffix(ref,ref,ushort):ref:this
-188 (-28.23% of base) : System.Net.HttpListener.dasm - System.Net.HttpResponseStreamAsyncResult:Callback(int,int,long)
-172 (-27.65% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - IncompleteStack:LogKernelStackFragment(long,ref):bool:this
-73 (-27.55% of base) : System.ComponentModel.TypeConverter.dasm - System.ComponentModel.DecimalConverter:ToString(ref,ref):ref:this
-120 (-27.21% of base) : System.Net.HttpListener.dasm - System.Net.HttpListenerRequestUriBuilder:AppendOctetsPercentEncoded(ref,ref)
-81 (-27.00% of base) : Newtonsoft.Json.dasm - Newtonsoft.Json.Utilities.ConvertUtils:TryConvertGuid(ref,byref):bool
-153 (-26.94% of base) : System.Private.CoreLib.dasm - System.Runtime.Intrinsics.Vector64`1[Int32][System.Int32]:ToString():ref:this
-154 (-26.64% of base) : System.Private.CoreLib.dasm - System.Runtime.Intrinsics.Vector64`1[Byte][System.Byte]:ToString():ref:this
-153 (-26.52% of base) : System.Private.CoreLib.dasm - System.Runtime.Intrinsics.Vector128`1[Int32][System.Int32]:ToString():ref:this
-153 (-26.47% of base) : System.Private.CoreLib.dasm - System.Runtime.Intrinsics.Vector128`1[Int64][System.Int64]:ToString():ref:this
-154 (-26.28% of base) : System.Private.CoreLib.dasm - System.Runtime.Intrinsics.Vector128`1[Byte][System.Byte]:ToString():ref:this
-92 (-26.14% of base) : System.Private.Xml.dasm - System.Xml.XmlTextEncoder:WriteCharEntity(ushort):this
-153 (-26.11% of base) : System.Private.CoreLib.dasm - System.Runtime.Intrinsics.Vector256`1[Int32][System.Int32]:ToString():ref:this
-186 (-26.05% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.ObjectDisplay:FormatLiteral(ushort,int):ref (2 methods)
-153 (-26.02% of base) : System.Private.CoreLib.dasm - System.Runtime.Intrinsics.Vector256`1[Int64][System.Int64]:ToString():ref:this
-154 (-25.88% of base) : System.Private.CoreLib.dasm - System.Runtime.Intrinsics.Vector256`1[Byte][System.Byte]:ToString():ref:this
-105 (-25.86% of base) : System.Private.CoreLib.dasm - System.DateTimeParse:Hex(struct):ref
-187 (-25.55% of base) : xunit.assert.dasm - Xunit.Sdk.ArgumentFormatter:EscapeHexChars(ref):ref
-187 (-25.55% of base) : xunit.core.dasm - Xunit.Sdk.ArgumentFormatter:EscapeHexChars(ref):ref
-187 (-25.55% of base) : xunit.execution.dotnet.dasm - Xunit.Sdk.ArgumentFormatter:EscapeHexChars(ref):ref
-94 (-25.54% of base) : System.Private.CoreLib.dasm - System.Text.InternalEncoderBestFitFallbackBuffer:Fallback(ushort,int):bool:this
-112 (-25.40% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.ObjectDisplay.ObjectDisplay:FormatLiteral(short,int):ref
-155 (-25.20% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Parsers.Kernel.VirtualAllocTraceData:PayloadValue(int):ref:this
-125 (-25.15% of base) : System.Diagnostics.FileVersionInfo.dasm - System.Diagnostics.FileVersionInfo:.ctor(ref):this
-192 (-25.07% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.ObjectDisplay.ObjectDisplay:FormatLiteral(int,int):ref (2 methods)
-90 (-25.00% of base) : System.Private.Xml.dasm - System.Xml.XmlUtf8RawTextWriter:WriteSurrogateCharEntity(ushort,ushort):this
-192 (-24.87% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.ObjectDisplay:FormatLiteral(long,int):ref (2 methods)
-192 (-24.87% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.ObjectDisplay.ObjectDisplay:FormatLiteral(long,int):ref (2 methods)
-91 (-24.53% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Parsers.RegisteredTraceEventParser:GetKeywordStr(ref,long):ref
-252 (-24.39% of base) : System.Runtime.Extensions.dasm - System.ApplicationId:ToString():ref:this
-94 (-24.35% of base) : System.Private.Xml.dasm - System.Xml.XmlTextEncoder:WriteSurrogateCharEntity(ushort,ushort):this
-92 (-24.27% of base) : System.Data.Common.dasm - System.Data.ExceptionBuilder:ProblematicChars(ushort):ref
-485 (-23.83% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Etlx.TraceLog:DebugWarn(bool,ref,ref):this
-192 (-23.62% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.ObjectDisplay.ObjectDisplay:FormatLiteral(ushort,int):ref (2 methods)
-284 (-23.61% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.ManifestBuilder:AddKeyword(ref,long):this
-187 (-23.14% of base) : xunit.execution.dotnet.dasm - Xunit.Sdk.TestOutputHelper:EscapeInvalidHexChars(ref):ref
-96 (-22.97% of base) : System.Private.Xml.dasm - System.Xml.XmlUtf8RawTextWriter:WriteCharEntity(ushort):this
-118 (-22.74% of base) : System.Net.HttpListener.dasm - System.Net.HttpListenerRequestUriBuilder:GetOctetsAsString(ref):ref
-90 (-22.50% of base) : System.Private.Xml.dasm - System.Xml.XmlEncodedRawTextWriter:WriteSurrogateCharEntity(ushort,ushort):this
-98 (-21.92% of base) : System.Private.CoreLib.dasm - System.Runtime.InteropServices.ExternalException:ToString():ref:this
-101 (-21.86% of base) : System.Net.HttpListener.dasm - DisconnectAsyncResult:WaitCallback(int,int,long)
-110 (-21.74% of base) : System.Private.CoreLib.dasm - System.Text.DecoderExceptionFallbackBuffer:Throw(ref,int):this
-98 (-21.59% of base) : System.Net.Http.dasm - System.Net.Http.Headers.WarningHeaderValue:ToString():ref:this
-102 (-21.47% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Parsers.Clr.ClrStackWalkTraceData:ToXml(ref):ref:this
-103 (-21.41% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.ObjectDisplay:FormatString(ref,bool):ref
-156 (-21.28% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:VerifyXmlNameToken(ref):ref
-106 (-20.99% of base) : System.Net.Http.dasm - System.Net.Http.WinHttpRequestState:Dispose(bool):this
-102 (-20.65% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.EventPipe.ClrThreadStackWalkTraceData:ToXml(ref):ref:this
-94 (-20.57% of base) : System.Private.Xml.dasm - System.Xml.XmlEncodedRawTextWriter:WriteCharEntity(ushort):this
-373 (-20.45% of base) : System.Private.Xml.dasm - System.Xml.XmlTextEncoder:Write(ref):this
-80 (-20.41% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.VisualBasic.CompilerServices.Conversions:ToString(struct):ref (2 methods)
-169 (-20.36% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - IncompleteStack:EmitStackForEventIfReady(ref):bool:this
-69 (-19.44% of base) : CommandLine.dasm - CSharpx.EnumerableExtensions:OnFolderSourceSizeError(int,int):ref
-67 (-19.42% of base) : System.Net.Sockets.dasm - System.Net.Sockets.UnixDomainSocketEndPoint:ToString():ref:this
-256 (-18.47% of base) : System.Drawing.Primitives.dasm - System.Drawing.ColorTranslator:ToHtml(struct):ref
-102 (-18.44% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Parsers.Kernel.StackWalkDefTraceData:ToXml(ref):ref:this
-116 (-18.35% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.ManifestBuilder:GetKeywords(long,ref):ref:this
-140 (-18.35% of base) : System.Private.CoreLib.dasm - System.IO.PathHelper:PrependDevicePathChars(byref,bool,byref):int
-88 (-18.18% of base) : System.Diagnostics.Process.dasm - System.Diagnostics.NtProcessInfoHelper:GetProcessShortName(ref):ref
-92 (-18.07% of base) : System.Diagnostics.DiagnosticSource.dasm - System.Diagnostics.Activity:GenerateHierarchicalId():ref:this
-98 (-17.92% of base) : System.Private.CoreLib.dasm - System.Runtime.InteropServices.COMException:ToString():ref:this
-129 (-17.50% of base) : System.Private.Xml.dasm - System.Xml.Xsl.XsltOld.SequentialOutput:WriteHtmlUri(ref):this
-102 (-17.50% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Parsers.Kernel.StackWalkStackTraceData:ToXml(ref):ref:this
-11 (-17.46% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.CodeAnalysis.ErrorLogger:DecreaseIndentation():this
-88 (-16.51% of base) : System.Net.HttpListener.dasm - System.Net.SSPIWrapper:ErrorDescription(int):ref
-88 (-16.51% of base) : System.Net.Mail.dasm - System.Net.SSPIWrapper:ErrorDescription(int):ref
-88 (-16.51% of base) : System.Net.Security.dasm - System.Net.SSPIWrapper:ErrorDescription(int):ref
-776 (-16.32% of base) : System.Diagnostics.Process.dasm - System.Diagnostics.NtProcessManager:GetProcessInfos(ref,int,int,struct):ref
-129 (-16.19% of base) : System.Private.CoreLib.dasm - System.Reflection.MethodBase:AppendParameters(byref,ref,int)
-113 (-16.17% of base) : System.Net.HttpListener.dasm - HttpRequestStreamAsyncResult:IOCompleted(ref,int,int)
-301 (-16.12% of base) : System.Private.Xml.dasm - System.Xml.XmlTextEncoder:Write(ref,int,int):this
-96 (-15.92% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Etlx.TraceCodeAddress:ToString(ref):ref:this
-166 (-15.59% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Parsers.DynamicTraceEventData:PayloadString(int,ref):ref:this
-66 (-15.57% of base) : System.Private.CoreLib.dasm - System.Reflection.RuntimeConstructorInfo:ToString():ref:this
-14 (-15.38% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:EndOfFileToken():ref
-115 (-15.27% of base) : System.Net.Http.dasm - System.Net.Http.Headers.MediaTypeHeaderValue:GetMediaTypeExpressionLength(ref,int,byref):int
-15 (-15.15% of base) : System.Reflection.Metadata.dasm - System.Reflection.Metadata.TypeDefinition:GetProjectedName():struct:this
-102 (-15.13% of base) : System.Private.Xml.dasm - System.Xml.XmlTextEncoder:WriteRawWithSurrogateChecking(ref):this
-14 (-15.05% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:MissingKeyword(ushort):ref
-14 (-15.05% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:MissingPunctuation(ushort):ref
-174 (-14.62% of base) : System.Private.CoreLib.dasm - System.Globalization.CultureData:get_EnglishName():ref:this
-87 (-14.52% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Symbols.VisualBasicAttributeData:DecodeGuidAttribute(ref,ref):this
-87 (-14.50% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Symbols.CSharpAttributeData:DecodeGuidAttribute(ref,ref):ref:this
-84 (-14.46% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Etlx.TraceCodeAddresses:Name(int):ref:this
-14 (-14.43% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:MissingCharacterLiteralToken():ref
-110 (-14.30% of base) : System.Private.Xml.dasm - <WriteSurrogateCharEntityAsync>d__106:MoveNext():this
-70 (-14.23% of base) : System.Private.CoreLib.dasm - System.Reflection.RuntimePropertyInfo:ToString():ref:this
-67 (-14.19% of base) : System.Private.CoreLib.dasm - System.Runtime.Intrinsics.Vector64`1[Int64][System.Int64]:ToString():ref:this
-48 (-14.16% of base) : System.ComponentModel.Annotations.dasm - System.ComponentModel.DataAnnotations.PhoneAttribute:RemoveExtension(ref):ref
-113 (-14.04% of base) : System.Net.HttpListener.dasm - System.Net.HttpResponseStreamAsyncResult:IOCompleted(ref,int,int)
-119 (-13.90% of base) : System.Net.Http.dasm - System.Net.Http.AuthenticationHelper:ComputeHash(ref,ref):ref
-113 (-13.90% of base) : System.Private.CoreLib.dasm - System.Reflection.AssemblyNameFormatter:ComputeDisplayName(ref,ref,ref,ref,int,int):ref
-63 (-13.88% of base) : System.Private.CoreLib.dasm - System.Text.UTF7Encoding:MakeTables():this
-110 (-13.66% of base) : System.Private.Xml.dasm - <WriteSurrogateCharEntityAsync>d__116:MoveNext():this
-21 (-13.46% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.Cci.PeWriter:CalculateOffsetToMappedFieldDataStream(ref):int:this
-18 (-13.43% of base) : Microsoft.CodeAnalysis.dasm - Roslyn.Utilities.StringExtensions:TryGetWithoutAttributeSuffix(ref,bool,byref):bool
-115 (-13.42% of base) : System.Private.CoreLib.dasm - System.Resources.ManifestBasedResourceGroveler:HandleSatelliteMissing():this
-215 (-13.39% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Symbols.SymbolReader:FindExecutableFilePath(ref,int,int,bool):ref:this
-14 (-13.33% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:MissingIdentifier():ref
-87 (-13.10% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - ComClassData:ValidateComClassGuid(ref,ref,ref,byref):bool
-69 (-12.92% of base) : System.Diagnostics.Process.dasm - System.Diagnostics.ProcessManager:IsRemoteMachineCore(ref):bool
-18 (-12.77% of base) : System.Reflection.Metadata.dasm - System.Reflection.PortableExecutable.ManagedTextSection:CalculateOffsetToMappedFieldDataStream():int:this
-135 (-12.44% of base) : System.Private.Xml.dasm - <WriteCharEntityAsync>d__103:MoveNext():this
-90 (-12.41% of base) : System.Private.CoreLib.dasm - System.Text.InternalEncoderBestFitFallbackBuffer:Fallback(ushort,ushort,int):bool:this
-14 (-12.39% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:MissingStringLiteral():ref
-14 (-12.28% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:CreateMissingXmlString():ref:this
-98 (-12.10% of base) : System.Net.HttpListener.dasm - System.Net.ListenerAsyncResult:QueueBeginGetContext():int:this
-163 (-12.05% of base) : System.Net.WebClient.dasm - System.Net.WebClient:OpenFileInternal(bool,ref,byref,byref,byref,byref):this
-101 (-11.92% of base) : System.Private.Xml.dasm - System.Xml.XmlUtf8RawTextWriter:ValidateContentChars(ref,ref,bool):this
-83 (-11.91% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Etlx.TraceActivity:get_Name():ref:this
-101 (-11.84% of base) : System.Private.Xml.dasm - System.Xml.XmlEncodedRawTextWriter:ValidateContentChars(ref,ref,bool):this
-94 (-11.82% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Etlx.TraceActivity:get_ID():ref:this
-399 (-11.82% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.BlockContext:CreateMissingEnd(ushort,byref):ref:this
-131 (-11.65% of base) : System.Private.Xml.dasm - <WriteCharEntityAsync>d__113:MoveNext():this
-13 (-11.61% of base) : Microsoft.DotNet.ProjectModel.dasm - Microsoft.DotNet.ProjectModel.Compilation.LibraryAssetExtensions:GetAssemblyName(struct):ref
-11 (-11.58% of base) : System.Private.DataContractSerialization.dasm - System.Runtime.Serialization.DataContract:GetDataContractNamespaceFromUri(ref):ref
-83 (-11.37% of base) : System.Private.CoreLib.dasm - System.Environment:get_Version():ref
-126 (-10.96% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:MissingToken(ushort):ref
-14 (-10.77% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:HandleUnexpectedKeyword(ushort):ref
-69 (-10.33% of base) : System.Private.CoreLib.dasm - System.IO.Path:ChangeExtension(ref,ref):ref
-204 (-10.19% of base) : System.Private.Uri.dasm - System.IPv6AddressHelper:ParseCanonicalName(ref,int,byref,byref):ref
-151 (-10.02% of base) : System.Net.Http.dasm - System.Net.Http.Http2Connection:ProcessSettingsFrame(struct):this
-14 (-9.72% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:MissingIdentifier(ushort):ref
-23 (-9.43% of base) : System.CommandLine.dasm - System.CommandLine.ArgumentLexer:TryExtractOption(ref,byref,byref):bool
-18 (-9.28% of base) : System.Private.CoreLib.dasm - System.Globalization.DateTimeFormatInfo:IsAllowedJapaneseTokenFollowedByNonSpaceLetter(ref,ushort):bool:this
-28 (-9.27% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:CreateMissingXmlAttribute():ref:this
-69 (-9.21% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationReader:ParseWsdlArrayType(ref):this
-202 (-9.06% of base) : System.Runtime.Extensions.dasm - System.Runtime.Versioning.FrameworkName:.ctor(ref):this
-14 (-9.03% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:get_NotMissingEmptyToken():ref
-13 (-8.84% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Symbols.GeneratedNames:TryParseStateMachineTypeName(ref,byref):bool
-118 (-8.83% of base) : System.Net.HttpListener.dasm - System.Net.HttpResponseStreamAsyncResult:.ctor(ref,ref,ref,ref,int,int,bool,bool,ref):this
-161 (-8.79% of base) : System.IO.FileSystem.dasm - System.IO.FileSystem:RemoveDirectoryRecursive(ref,byref,bool)
-90 (-8.48% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.Cci.MetadataWriter:StrongName(ref):ref
-14 (-8.43% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ReportExpectedXmlName():ref:this
-14 (-8.38% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:EndOfFileToken(ref):ref
-14 (-8.14% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:get_StatementTerminatorToken():ref
-14 (-8.14% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:get_ColonToken():ref
-108 (-8.04% of base) : System.Net.HttpListener.dasm - System.Net.HttpListenerResponse:ComputeHeaders():int:this
-177 (-7.93% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Etlx.TraceLoadedModules:ManagedModuleLoadOrUnload(ref,bool,bool):this
-14 (-7.82% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ReportExpectedXmlBracketedName():ref:this
-14 (-7.78% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SyntaxFactory:get_MissingEmptyToken():ref
-312 (-7.71% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.TraceEvent:PayloadString(int,ref):ref:this
-87 (-7.69% of base) : Newtonsoft.Json.dasm - Newtonsoft.Json.JsonReader:ReadAsBytes():ref:this
-143 (-7.68% of base) : System.Private.Xml.dasm - System.Xml.XmlSqlBinaryReader:ValueAsString(int):ref:this
-28 (-7.59% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseAnachronisticEndIfDirective(ref):ref:this
-42 (-7.57% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseAnachronisticStatement():ref:this
-102 (-7.52% of base) : System.Net.Requests.dasm - System.Net.CommandStream:ContinueCommandPipeline():ref:this
-73 (-7.34% of base) : Newtonsoft.Json.dasm - Newtonsoft.Json.JsonTextReader:ParseReadString(ushort,int):this
-11 (-7.14% of base) : System.Reflection.Metadata.dasm - System.Reflection.Metadata.Ecma335.PortablePdbBuilder:.ctor(ref,struct,struct,ref):this
-12 (-6.94% of base) : System.Private.CoreLib.dasm - System.DateTimeParse:ParseJapaneseEraStart(byref,ref):bool
-8 (-6.84% of base) : System.Private.Xml.dasm - System.Xml.Schema.XdrBuilder:IsXdrSchema(ref):bool
-64 (-6.48% of base) : System.Diagnostics.DiagnosticSource.dasm - System.Diagnostics.Activity:GenerateRootId():ref
-26 (-6.47% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.EventPipeController:get_DefaultProviderConfiguration():ref
-70 (-6.21% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.SymbolDisplay:AddSymbolDisplayParts(ref,ushort)
-103 (-5.98% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Etlx.TraceLoadedModules:ImageLoadOrUnload(ref,bool,ref):ref:this
-53 (-5.94% of base) : System.Net.HttpListener.dasm - Helpers:GetCharSetValueFromHeader(ref):ref
-92 (-5.90% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - VB$StateMachine_33_TokenizeString:MoveNext():bool:this
-28 (-5.88% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TryBlockContext:CreateBlockSyntax(ref):ref:this
-13 (-5.88% of base) : Microsoft.Extensions.DependencyModel.dasm - Microsoft.Extensions.DependencyModel.DependencyContextExtensions:GetAssemblyName(ref):ref
-28 (-5.85% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.IfBlockContext:CreateBlockSyntax(ref):ref:this
-11 (-5.82% of base) : System.Private.CoreLib.dasm - System.RuntimeType:FormatTypeName():ref:this
-84 (-5.80% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Stacks.TraceEventStackSource:GetFrameName(int,bool):ref:this
-13 (-5.75% of base) : Microsoft.Extensions.DependencyModel.dasm - Microsoft.Extensions.DependencyModel.RuntimeAssembly:Create(ref):ref
-80 (-5.71% of base) : System.Private.CoreLib.dasm - System.Guid:TryFormat(struct,byref,struct):bool:this
-11 (-5.61% of base) : NuGet.Common.dasm - NuGet.Common.PathResolver:NormalizeBasePath(ref,byref):ref
-11 (-5.56% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.ManifestBuilder:GetLocalizedMessage(ref,ref,bool):ref:this
-143 (-5.45% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseExitStatement():ref:this
-121 (-5.44% of base) : System.Net.HttpListener.dasm - System.Net.HttpResponseStream:WriteCore(ref,int,int):this
-23 (-5.32% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.CodeAnalysis.ModuleExtensions:GetVTableGapSize(ref):int
-42 (-5.22% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseBinaryOperator():ref:this
-56 (-5.09% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseContinueStatement():ref:this
-145 (-4.86% of base) : System.Private.CoreLib.dasm - System.IO.Path:GetFullPath(ref,ref):ref
-28 (-4.80% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:MakeInvocationExpression(ref):ref:this
-70 (-4.53% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseOptionStatement(struct,struct):ref:this
-10 (-4.41% of base) : Microsoft.DotNet.Cli.Utils.dasm - Microsoft.DotNet.Cli.Utils.ArgumentEscaper:ArgumentContainsWhitespace(ref):bool
-78 (-4.37% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.VisualBasic.CompilerServices.Conversions:ToString(ref):ref
-11 (-4.35% of base) : System.Reflection.Metadata.dasm - System.Reflection.Metadata.Ecma335.MetadataRootBuilder:.ctor(ref,ref,bool):this
-106 (-4.20% of base) : System.Private.Xml.dasm - <WriteXmlDeclarationAsync>d__86:MoveNext():this
-12 (-4.20% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Scanner:XmlMakeAmpLiteralToken(struct):ref:this
-12 (-4.20% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Scanner:XmlMakeAposLiteralToken(struct):ref:this
-12 (-4.20% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Scanner:XmlMakeGtLiteralToken(struct):ref:this
-12 (-4.20% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Scanner:XmlMakeLtLiteralToken(struct):ref:this
-12 (-4.20% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Scanner:XmlMakeQuotLiteralToken(struct):ref:this
-60 (-4.19% of base) : Microsoft.CodeAnalysis.dasm - VersionResourceSerializer:WriteVerResource(ref):this
-106 (-4.15% of base) : System.Private.Xml.dasm - <WriteXmlDeclarationAsync>d__96:MoveNext():this
-139 (-3.93% of base) : System.Private.Uri.dasm - System.Uri:GetUriPartsFromUserString(int):ref:this
-241 (-3.86% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.ManifestBuilder:CreateManifestString():ref:this
-14 (-3.78% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.Cci.PeWriter:WriteNameTable(ref)
-13 (-3.71% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Symbols.QuickAttributeChecker:AddName(ref,ubyte):this
-286 (-3.69% of base) : System.Net.HttpListener.dasm - System.Net.HttpListener:HandleAuthentication(ref,byref):ref:this
-11 (-3.64% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Symbols.GeneratedNames:TryParseAnonymousTypeTemplateName(ref,byref):bool
-26 (-3.63% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.ActivityTracker:NormalizeActivityName(ref,ref,int):ref:this
-43 (-3.55% of base) : System.Private.Xml.dasm - <WriteStartNamespaceDeclarationAsync>d__97:MoveNext():this
-94 (-3.42% of base) : System.Net.Http.dasm - <ProcessHeadersFrame>d__41:MoveNext():this
-48 (-3.40% of base) : System.Private.DataContractSerialization.dasm - System.Xml.XmlBaseReader:ProcessAttributes(ref,int):this
-43 (-3.37% of base) : System.Private.Xml.dasm - <WriteStartNamespaceDeclarationAsync>d__107:MoveNext():this
-12 (-3.34% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Symbols.GeneratedNames:TryParseStateMachineHoistedUserVariableName(ref,byref,byref):bool
-28 (-3.31% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseOnErrorStatement():ref:this
-14 (-3.22% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LanguageParser:ParseAttributes(struct):this
-11 (-3.19% of base) : System.Private.Xml.dasm - System.Xml.Serialization.AttributeAccessor:CheckSpecial():this
-28 (-3.07% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:TryParseOptionalWhileOrUntilClause(ref,byref):bool:this
-14 (-3.06% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SelectBlockContext:ProcessSyntax(ref):ref:this
-173 (-2.79% of base) : System.Private.CoreLib.dasm - System.DateTimeParse:ParseByFormat(byref,byref,byref,ref,byref):bool
-86 (-2.77% of base) : System.Private.Xml.dasm - <WriteDocTypeAsync>d__88:MoveNext():this
-10 (-2.73% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_base64Binary(ref):this
-86 (-2.73% of base) : System.Private.Xml.dasm - <WriteDocTypeAsync>d__98:MoveNext():this
-10 (-2.69% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_QName(ref):this
-10 (-2.67% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_string(ref):this
-42 (-2.64% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseAssignmentInitializer(bool):ref:this
-18 (-2.62% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseLabel():ref:this
-28 (-2.58% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseInterpolatedStringExpression():ref:this
-6 (-2.51% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_dateTime(ref):this
-6 (-2.51% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_TimeSpan(ref):this
-6 (-2.47% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_float(ref):this
-6 (-2.47% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_double(ref):this
-15 (-2.34% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationWriter:ListUsedPrefixes(ref,ref):ref:this
-23 (-2.33% of base) : System.CommandLine.dasm - System.CommandLine.ArgumentLexer:Lex(ref,ref):ref
-6 (-2.31% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_guid(ref):this
-6 (-2.26% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_boolean(ref):this
-14 (-2.25% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseInnerJoinOrGroupJoinExpression(ref,ref):ref:this
-14 (-2.24% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseParenthesizedArguments(bool):ref:this
-28 (-2.19% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseRedimStatement():ref:this
-6 (-2.18% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_byte(ref):this
-14 (-2.18% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseCollectionInitializer():ref:this
-6 (-2.17% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_short(ref):this
-14 (-2.06% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseExecutableStatementCore():ref:this
-6 (-2.05% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_int(ref):this
-6 (-2.05% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_unsignedInt(ref):this
-6 (-2.05% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_unsignedShort(ref):this
-6 (-2.05% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_char(ref):this
-80 (-2.04% of base) : System.Net.Http.dasm - <ProcessIncomingFramesAsync>d__38:MoveNext():this
-6 (-2.04% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_long(ref):this
-6 (-2.04% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_unsignedByte(ref):this
-6 (-2.04% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_unsignedLong(ref):this
-69 (-2.04% of base) : System.Private.Uri.dasm - System.Uri:CombineUri(ref,ref,int):ref
-17 (-1.96% of base) : System.Private.CoreLib.dasm - System.Globalization.HijriCalendar:GetAdvanceHijriDate():int
-18 (-1.89% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseParameter(struct,struct):ref:this
-10 (-1.89% of base) : System.Private.DataContractSerialization.dasm - System.Text.SurrogateChar:.ctor(ushort,ushort):this
-14 (-1.85% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseXmlDocument():ref:this
-11 (-1.84% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Symbols.AbstractTypeParameterMap:GetDebuggerDisplay():ref:this
-14 (-1.80% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseName(bool,bool,bool,bool,bool,bool,bool,byref,bool):ref:this
-14 (-1.79% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseXmlQualifiedName(bool,int,int):ref:this
-11 (-1.78% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.CodeAnalysis.MetadataReaderExtensions:GetWinMdVersion(ref,byref,byref):bool
-28 (-1.76% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseAttributeLists(bool):struct:this
-36 (-1.75% of base) : System.Private.CoreLib.dasm - System.Reflection.CustomAttributeTypedArgument:ToString(bool):ref:this
-6 (-1.71% of base) : System.Private.Xml.dasm - System.Xml.Serialization.XmlSerializationPrimitiveWriter:Write_decimal(ref):this
-14 (-1.70% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseGetXmlNamespace():ref:this
-25 (-1.67% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.StartStopActivity:get_KnownType():ref:this
-12 (-1.63% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Utilities.Command:ThrowCommandFailure(ref):this
-5 (-1.62% of base) : System.Private.DataContractSerialization.dasm - System.Text.SurrogateChar:.ctor(int):this
-14 (-1.60% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseConditionalCompilationStatement():ref:this
-14 (-1.56% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseDelegateStatement(struct,struct):ref:this
-12 (-1.55% of base) : System.Private.CoreLib.dasm - System.Reflection.CustomAttributeData:ToString():ref:this
-2 (-1.54% of base) : System.Private.Uri.dasm - System.UriHelper:IsNotSafeForUnescape(ushort):bool
-25 (-1.50% of base) : System.Private.CoreLib.dasm - System.ParseNumbers:IntToString(int,int,int,ushort,int):ref
-14 (-1.48% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseCast():ref:this
-4 (-1.42% of base) : System.Net.Mail.dasm - System.Net.Mail.MailCommand:PrepareCommand(ref,ref,ref,bool)
-4 (-1.41% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - PEFile.PEHeader:RvaToFileOffset(int):int:this
-14 (-1.39% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseNamedArguments(struct):this
-14 (-1.37% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LanguageParser:ParsePostFixExpression(ref):ref:this
-25 (-1.37% of base) : System.Private.CoreLib.dasm - System.ParseNumbers:LongToString(long,int,int,ushort,int):ref
-14 (-1.31% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ResyncXmlElement(int,ref,ref,struct):ref:this
-14 (-1.31% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseXmlQualifiedNameVB():ref:this
-1 (-1.30% of base) : System.Private.CoreLib.dasm - System.Reflection.AssemblyName:IsReservedUnreservedOrHash(ushort):bool
-1 (-1.30% of base) : System.Private.CoreLib.dasm - System.Reflection.AssemblyName:IsUnreserved(ushort):bool
-1 (-1.28% of base) : System.Private.Uri.dasm - System.UriHelper:IsReservedUnreservedOrHash(ushort):bool
-1 (-1.28% of base) : System.Private.Uri.dasm - System.UriHelper:IsUnreserved(ushort):bool
-1 (-1.28% of base) : System.Private.Uri.dasm - System.UriHelper:Is3986Unreserved(ushort):bool
-39 (-1.28% of base) : System.Private.CoreLib.dasm - System.Globalization.IdnMapping:PunycodeEncode(ref):ref
-14 (-1.27% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseObjectInitializerList(bool,bool):ref:this
-77 (-1.26% of base) : System.Private.CoreLib.dasm - System.DateTimeFormat:FormatCustomized(struct,struct,ref,struct,ref):ref
-14 (-1.26% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseXmlElementStartTag(int):ref:this
-12 (-1.26% of base) : System.Private.CoreLib.dasm - <get_ForEnumeration>d__39:MoveNext():bool:this
-28 (-1.22% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseXmlElement(int):ref:this
-11 (-1.22% of base) : System.Private.Xml.dasm - System.Xml.Schema.XdrBuilder:LoadSchema(ref):bool:this
-20 (-1.22% of base) : System.Private.CoreLib.dasm - System.Globalization.DateTimeFormatInfo:Tokenize(int,byref,byref,byref):bool:this
-14 (-1.21% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LanguageParser:ParseBaseList():ref:this
-2 (-1.13% of base) : System.Reflection.Metadata.dasm - System.Reflection.Metadata.MetadataReader:GetMetadataKind(ref):int:this
-11 (-1.12% of base) : System.Private.Xml.dasm - System.Xml.Schema.XdrValidator:LoadSchemaFromLocation(ref):this
-14 (-1.09% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LanguageParser:ParseArrayRankSpecifier(bool,bool,byref):ref:this
-10 (-1.09% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.EventPipeEventDispatcher:CommitDispatchConfiguration():this
-16 (-1.08% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.Lexer:LexXmlDocCommentLeadingTrivia(byref):this
-42 (-1.05% of base) : System.Private.CoreLib.dasm - System.Globalization.IdnMapping:PunycodeDecode(ref):ref
-14 (-1.05% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LanguageParser:ParseSwitchSection():ref:this
-14 (-1.00% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseCustomEventDefinition(struct,struct):ref:this
-4 (-0.99% of base) : System.Net.Mail.dasm - System.Net.Mime.BaseWriter:WriteHeader(ref,ref,bool):this
-12 (-0.98% of base) : System.Private.CoreLib.dasm - <get_ForEnumeration>d__51:MoveNext():bool:this
-28 (-0.97% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LanguageParser:ParseMemberName(byref,byref,byref,bool):this
-11 (-0.95% of base) : CommandLine.dasm - <>c__DisplayClass13_0:<get_FormatMutuallyExclusiveSetErrors>b__3(ref):ref:this
-48 (-0.95% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.EventSource:CreateManifestAndDescriptors(ref,ref,ref,int):ref
-14 (-0.93% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseWarningDirective(ref):ref:this
-14 (-0.93% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseJoinPredicateExpression():struct:this
-14 (-0.90% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.LanguageParser:ParseTypeParameterConstraintClause():ref:this
-13 (-0.87% of base) : System.Private.CoreLib.dasm - System.Threading.CancellationTokenSource:InternalRegister(ref,ref,ref,ref):struct:this
-8 (-0.84% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.CodeAnalysis.CommandLineParser:TryParseClientArgs(ref,byref,byref,byref,byref):bool
-14 (-0.81% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:CreateXmlElement(ref,ref):ref:this
-1 (-0.80% of base) : CommandLine.dasm - <>c:<FormatWithQuotesIfString>b__3_0(ref):ref:this
-14 (-0.74% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseCaseStatement():ref:this
-18 (-0.73% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseGenericParameters():ref:this
-10 (-0.72% of base) : System.Private.CoreLib.dasm - System.Text.EncodingTable:InternalGetCodePageFromName(ref):int
-14 (-0.70% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseProcDeclareStatement(struct,struct):ref:this
-14 (-0.64% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseLetList():struct:this
-1 (-0.60% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Utilities.Command:FindOnPath(ref):ref
-1 (-0.59% of base) : System.Private.Uri.dasm - System.IriHelper:CheckIsReserved(ushort,int):bool
-10 (-0.56% of base) : System.Private.DataContractSerialization.dasm - System.Xml.XmlBaseWriter:StartAttribute(byref,ref,ref,ref):this
-4 (-0.53% of base) : System.Net.Mail.dasm - System.Net.Security.NegotiateStreamPal:MakeSignature(ref,ref,int,int,byref):int
-4 (-0.53% of base) : System.Net.Security.dasm - System.Net.Security.NegotiateStreamPal:MakeSignature(ref,ref,int,int,byref):int
-12 (-0.51% of base) : Microsoft.CodeAnalysis.dasm - TargetSymbolResolver:Resolve(ref):this
-12 (-0.48% of base) : System.Private.CoreLib.dasm - FormatLiterals:Init(struct,bool):this
-14 (-0.46% of base) : Microsoft.CodeAnalysis.CSharp.dasm - Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.DirectiveParser:ParsePragmaDirective(ref,ref,bool):ref:this
-1 (-0.46% of base) : CommandLine.dasm - <>c__DisplayClass3_0:<FormatWithQuotesIfString>b__1(ref):ref:this
-4 (-0.43% of base) : System.Net.Mail.dasm - System.Net.Security.NegotiateStreamPal:VerifySignature(ref,ref,int,int):int
-4 (-0.43% of base) : System.Net.Security.dasm - System.Net.Security.NegotiateStreamPal:VerifySignature(ref,ref,int,int):int
-16 (-0.42% of base) : System.Net.Http.dasm - <GetDigestTokenForCredential>d__40:MoveNext():this
-11 (-0.38% of base) : System.Private.Xml.dasm - System.Xml.Xsl.Runtime.DecimalFormatter:.ctor(ref,ref):this
-14 (-0.37% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.Parser:ParseXmlDeclaration():ref:this
-22 (-0.35% of base) : System.Private.CoreLib.dasm - System.Reflection.Emit.CustomAttributeBuilder:InitCustomAttributeBuilder(ref,ref,ref,ref,ref,ref):this
-1 (-0.34% of base) : System.Private.CoreLib.dasm - System.Reflection.MetadataException:ToString():ref:this
-1 (-0.33% of base) : System.Private.CoreLib.dasm - System.Reflection.MetadataToken:ToString():ref:this
-1 (-0.33% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.IncrementingEventCounter:ToString():ref:this
-1 (-0.33% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.IncrementingPollingCounter:ToString():ref:this
-1 (-0.32% of base) : Microsoft.CodeAnalysis.dasm - Microsoft.Cci.TypeNameSerializer:GetMangledAndEscapedName(ref):ref
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Memory`1[Byte][System.Byte]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Memory`1[Int16][System.Int16]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Memory`1[Int32][System.Int32]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Memory`1[Double][System.Double]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Memory`1[Vector`1][System.Numerics.Vector`1[System.Single]]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Memory`1[Int64][System.Int64]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlySpan`1[Byte][System.Byte]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlySpan`1[Int16][System.Int16]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlySpan`1[Int32][System.Int32]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlySpan`1[Double][System.Double]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlySpan`1[Vector`1][System.Numerics.Vector`1[System.Single]]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlySpan`1[Int64][System.Int64]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlyMemory`1[Byte][System.Byte]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlyMemory`1[Int16][System.Int16]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlyMemory`1[Int32][System.Int32]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlyMemory`1[Double][System.Double]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlyMemory`1[Vector`1][System.Numerics.Vector`1[System.Single]]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.ReadOnlyMemory`1[Int64][System.Int64]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Span`1[Byte][System.Byte]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Span`1[Int16][System.Int16]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Span`1[Int32][System.Int32]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Span`1[Double][System.Double]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Span`1[Vector`1][System.Numerics.Vector`1[System.Single]]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.Span`1[Int64][System.Int64]:ToString():ref:this
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.DateTimeParse:LexTraceExit(ref,int)
-1 (-0.31% of base) : System.Private.CoreLib.dasm - System.DateTimeParse:TPTraceExit(ref,int)
-1 (-0.30% of base) : System.Private.CoreLib.dasm - System.Memory`1[__Canon][System.__Canon]:ToString():ref:this
-1 (-0.30% of base) : System.Private.CoreLib.dasm - System.ReadOnlySpan`1[__Canon][System.__Canon]:ToString():ref:this
-1 (-0.30% of base) : System.Private.CoreLib.dasm - System.ReadOnlyMemory`1[__Canon][System.__Canon]:ToString():ref:this
-1 (-0.30% of base) : System.Private.CoreLib.dasm - System.Span`1[__Canon][System.__Canon]:ToString():ref:this
-1 (-0.29% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - <>c__DisplayClass30_0:<SetupCallbacks>b__3(ref):this
-1 (-0.28% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.PollingCounter:ToString():ref:this
-1 (-0.28% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.EventCounter:ToString():ref:this
-2 (-0.26% of base) : System.Private.CoreLib.dasm - System.Collections.Concurrent.ConcurrentQueueSegment`1[Byte][System.Byte]:.ctor(int):this
-2 (-0.26% of base) : System.Private.CoreLib.dasm - System.Collections.Concurrent.ConcurrentQueueSegment`1[Int16][System.Int16]:.ctor(int):this
-2 (-0.26% of base) : System.Private.CoreLib.dasm - System.Collections.Concurrent.ConcurrentQueueSegment`1[Int32][System.Int32]:.ctor(int):this
-2 (-0.26% of base) : System.Private.CoreLib.dasm - System.Collections.Concurrent.ConcurrentQueueSegment`1[Vector`1][System.Numerics.Vector`1[System.Single]]:.ctor(int):this
-2 (-0.26% of base) : System.Private.CoreLib.dasm - System.Collections.Concurrent.ConcurrentQueueSegment`1[Double][System.Double]:.ctor(int):this
-2 (-0.26% of base) : System.Private.CoreLib.dasm - System.Collections.Concurrent.ConcurrentQueueSegment`1[Int64][System.Int64]:.ctor(int):this
-1 (-0.26% of base) : System.Private.CoreLib.dasm - System.Globalization.CultureNotFoundException:get_FormattedInvalidCultureId():ref:this
-1 (-0.26% of base) : System.Private.CoreLib.dasm - Internal.Win32.RegistryKey:OpenSubKey(ref,bool):ref:this
-1 (-0.26% of base) : System.Private.CoreLib.dasm - AsyncCopyToAwaitable:ResetForNextOperation():this
-2 (-0.25% of base) : System.Private.CoreLib.dasm - System.Collections.Concurrent.ConcurrentQueueSegment`1[__Canon][System.__Canon]:.ctor(int):this
-1 (-0.24% of base) : System.ComponentModel.Annotations.dasm - System.ComponentModel.DataAnnotations.PhoneAttribute:IsValid(ref):bool:this
-1 (-0.24% of base) : System.Private.CoreLib.dasm - <>c:<.cctor>b__26_0(ref):this
-1 (-0.23% of base) : System.Private.CoreLib.dasm - System.Reflection.CustomAttributeNamedArgument:ToString():ref:this
-13 (-0.23% of base) : System.Private.CoreLib.dasm - <AsyncModeCopyToAsync>d__136:MoveNext():this
-1 (-0.23% of base) : System.Private.CoreLib.dasm - <>c:<.cctor>b__56_0(ref):this
-1 (-0.23% of base) : System.Private.CoreLib.dasm - AsyncCopyToAwaitable:UnsafeOnCompleted(ref):this
-1 (-0.23% of base) : System.Private.CoreLib.dasm - System.Threading.CancellationTokenSource:GetPartitionCount():int
-1 (-0.22% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.EventSource:ReportOutOfBandMessage(ref,bool):this
-1 (-0.20% of base) : System.Private.CoreLib.dasm - <>c:<ExecuteCallback>b__9_0(ref):this
-4 (-0.19% of base) : System.Net.Http.dasm - System.Net.Http.HttpConnection:WriteHexInt32Async(int):ref:this
-1 (-0.18% of base) : System.Net.HttpListener.dasm - System.Net.WebSockets.WebSocketValidate:ValidateSubprotocol(ref)
-1 (-0.18% of base) : System.Net.WebSockets.Client.dasm - System.Net.WebSockets.WebSocketValidate:ValidateSubprotocol(ref)
-1 (-0.18% of base) : System.Net.WebSockets.dasm - System.Net.WebSockets.WebSocketValidate:ValidateSubprotocol(ref)
-3 (-0.18% of base) : System.Private.CoreLib.dasm - System.Reflection.AssemblyName:EscapeString(ref,int,int,ref,byref,bool,ushort,ushort,ushort):ref
-1 (-0.17% of base) : System.Private.CoreLib.dasm - System.Runtime.GCSettings:set_LatencyMode(int)
-1 (-0.17% of base) : Microsoft.CodeAnalysis.VisualBasic.dasm - Microsoft.CodeAnalysis.VisualBasic.Symbols.AssemblySymbol:GetTypeByMetadataName(ref,bool,bool,bool):ref:this
-1 (-0.15% of base) : System.Private.CoreLib.dasm - System.Convert:ToBase64String(struct,int):ref
-2 (-0.15% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Diagnostics.Tracing.StackSources.FilterStackSource:GetFrameInfo(int):ref:this
-1 (-0.15% of base) : System.Private.CoreLib.dasm - System.Security.SecureString:InitializeSecureString(long,int):this
-1 (-0.15% of base) : System.Net.Http.dasm - System.Net.Http.MultipartContent:ValidateBoundary(ref)
-1 (-0.14% of base) : System.Private.CoreLib.dasm - System.Runtime.CompilerServices.AsyncMethodBuilderCore:GetAsyncStateMachineDescription(ref):ref
-1 (-0.14% of base) : System.Private.CoreLib.dasm - <>c:<.cctor>b__4_0(ref):this (2 methods)
-1 (-0.13% of base) : System.Private.CoreLib.dasm - System.OperatingSystem:get_VersionString():ref:this
-1 (-0.12% of base) : System.Private.CoreLib.dasm - Kernel32:GetMessage(int,long):ref
-1 (-0.10% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.IncrementingPollingCounter:WritePayload(float,int):this
-1 (-0.10% of base) : System.Private.CoreLib.dasm - System.Reflection.Assembly:LoadFile(ref):ref
-1 (-0.10% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.EventCounter:WritePayload(float,int):this
-1 (-0.10% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.IncrementingEventCounter:WritePayload(float,int):this
-1 (-0.09% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.ManifestBuilder:TranslateToManifestConvention(ref,ref):ref:this
-1 (-0.09% of base) : System.Private.CoreLib.dasm - System.Diagnostics.Tracing.PollingCounter:WritePayload(float,int):this
-1 (-0.08% of base) : Microsoft.DotNet.ProjectModel.dasm - Microsoft.DotNet.ProjectModel.Files.NamedResourceReader:ReadNamedResources(ref,ref):ref
-1 (-0.02% of base) : Microsoft.Diagnostics.Tracing.TraceEvent.dasm - Microsoft.Diagnostics.Tracing.Parsers.WppTraceEventParser:CreateTemplatesForTMFFile(struct,ref):ref:this
483 total methods with size differences (451 improved, 32 regressed), 249702 unchanged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment