From 016b3d70639bd529a16ff593847125da5b89a1a2 Mon Sep 17 00:00:00 2001 From: Francisco Gomez Gamino Date: Mon, 27 Oct 2025 09:49:01 -0700 Subject: [PATCH 1/2] Add JitTrace files for v4.1045 --- .../PreJIT/coldstart.jittrace | 1859 +++++++++++++++-- .../PreJIT/linux.coldstart.jittrace | 217 +- 2 files changed, 1743 insertions(+), 333 deletions(-) diff --git a/src/WebJobs.Script.WebHost/PreJIT/coldstart.jittrace b/src/WebJobs.Script.WebHost/PreJIT/coldstart.jittrace index d9c6b8fdbf..e3ae931aa8 100644 --- a/src/WebJobs.Script.WebHost/PreJIT/coldstart.jittrace +++ b/src/WebJobs.Script.WebHost/PreJIT/coldstart.jittrace @@ -59,9 +59,11 @@ [Azure.Core]Azure.Core.HttpMessage..ctor(Request,ResponseClassifier)~Azure.Core.HttpMessage,Azure.Core~2~0~.ctor [Azure.Core]Azure.Core.HttpMessage.ApplyRequestContext(RequestContext,ResponseClassifier)~Azure.Core.HttpMessage,Azure.Core~2~0~ApplyRequestContext [Azure.Core]Azure.Core.HttpMessage.Dispose()~Azure.Core.HttpMessage,Azure.Core~0~0~Dispose +[Azure.Core]Azure.Core.HttpMessage.ExtractResponseContent()~Azure.Core.HttpMessage,Azure.Core~0~0~ExtractResponseContent [Azure.Core]Azure.Core.HttpMessage.get_HasResponse()~Azure.Core.HttpMessage,Azure.Core~0~0~get_HasResponse [Azure.Core]Azure.Core.HttpMessage.get_Request()~Azure.Core.HttpMessage,Azure.Core~0~0~get_Request [Azure.Core]Azure.Core.HttpMessage.get_Response()~Azure.Core.HttpMessage,Azure.Core~0~0~get_Response +[Azure.Core]Azure.Core.HttpMessage.set_BufferResponse(bool)~Azure.Core.HttpMessage,Azure.Core~1~0~set_BufferResponse [Azure.Core]Azure.Core.HttpMessage.TryGetProperty(string,object&)~Azure.Core.HttpMessage,Azure.Core~2~0~TryGetProperty [Azure.Core]Azure.Core.HttpMessage.TryGetProperty(Type,object&)~Azure.Core.HttpMessage,Azure.Core~2~0~TryGetProperty [Azure.Core]Azure.Core.HttpMessageSanitizer..cctor()~Azure.Core.HttpMessageSanitizer,Azure.Core~0~0~.cctor @@ -80,6 +82,7 @@ [Azure.Core]Azure.Core.Pipeline.HttpClientTransport.CreateRequest()~Azure.Core.Pipeline.HttpClientTransport,Azure.Core~0~0~CreateRequest [Azure.Core]Azure.Core.Pipeline.HttpClientTransport.GetHeaders(HttpHeaders,HttpContent)~Azure.Core.Pipeline.HttpClientTransport,Azure.Core~2~0~GetHeaders [Azure.Core]Azure.Core.Pipeline.HttpClientTransport.JoinHeaderValues(HeaderStringValues)~Azure.Core.Pipeline.HttpClientTransport,Azure.Core~1~0~JoinHeaderValues +[Azure.Core]Azure.Core.Pipeline.HttpClientTransport.Process(HttpMessage)~Azure.Core.Pipeline.HttpClientTransport,Azure.Core~1~0~Process [Azure.Core]Azure.Core.Pipeline.HttpClientTransport.ProcessAsync(HttpMessage)~Azure.Core.Pipeline.HttpClientTransport,Azure.Core~1~0~ProcessAsync [Azure.Core]Azure.Core.Pipeline.HttpClientTransport.ProcessSyncOrAsync(HttpMessage,bool)~Azure.Core.Pipeline.HttpClientTransport,Azure.Core~2~0~ProcessSyncOrAsync [Azure.Core]Azure.Core.Pipeline.HttpClientTransport.SetProxySettings(HttpMessageHandler)~Azure.Core.Pipeline.HttpClientTransport,Azure.Core~1~0~SetProxySettings @@ -123,6 +126,8 @@ [Azure.Core]Azure.Core.Pipeline.HttpPipeline.AddHttpMessageProperties(HttpMessage)~Azure.Core.Pipeline.HttpPipeline,Azure.Core~1~0~AddHttpMessageProperties [Azure.Core]Azure.Core.Pipeline.HttpPipeline.CreateMessage()~Azure.Core.Pipeline.HttpPipeline,Azure.Core~0~0~CreateMessage [Azure.Core]Azure.Core.Pipeline.HttpPipeline.CreateMessage(RequestContext,ResponseClassifier)~Azure.Core.Pipeline.HttpPipeline,Azure.Core~2~0~CreateMessage +[Azure.Core]Azure.Core.Pipeline.HttpPipeline.get_ResponseClassifier()~Azure.Core.Pipeline.HttpPipeline,Azure.Core~0~0~get_ResponseClassifier +[Azure.Core]Azure.Core.Pipeline.HttpPipeline.Send(HttpMessage,CancellationToken)~Azure.Core.Pipeline.HttpPipeline,Azure.Core~2~0~Send [Azure.Core]Azure.Core.Pipeline.HttpPipeline.SendAsync(HttpMessage,CancellationToken)~Azure.Core.Pipeline.HttpPipeline,Azure.Core~2~0~SendAsync [Azure.Core]Azure.Core.Pipeline.HttpPipelineBuilder..cctor()~Azure.Core.Pipeline.HttpPipelineBuilder,Azure.Core~0~0~.cctor [Azure.Core]Azure.Core.Pipeline.HttpPipelineBuilder.g__AddNonNullPolicies|6_1(HttpPipelinePolicy[],<>c__DisplayClass6_0&)~Azure.Core.Pipeline.HttpPipelineBuilder,Azure.Core~2~0~g__AddNonNullPolicies|6_1 @@ -135,17 +140,22 @@ [Azure.Core]Azure.Core.Pipeline.HttpPipelineOptions.get_PerRetryPolicies()~Azure.Core.Pipeline.HttpPipelineOptions,Azure.Core~0~0~get_PerRetryPolicies [Azure.Core]Azure.Core.Pipeline.HttpPipelineOptions.set_RequestFailedDetailsParser(RequestFailedDetailsParser)~Azure.Core.Pipeline.HttpPipelineOptions,Azure.Core~1~0~set_RequestFailedDetailsParser [Azure.Core]Azure.Core.Pipeline.HttpPipelineOptions.set_ResponseClassifier(ResponseClassifier)~Azure.Core.Pipeline.HttpPipelineOptions,Azure.Core~1~0~set_ResponseClassifier +[Azure.Core]Azure.Core.Pipeline.HttpPipelinePolicy.ProcessNext(HttpMessage,ReadOnlyMemory`1)~Azure.Core.Pipeline.HttpPipelinePolicy,Azure.Core~2~0~ProcessNext [Azure.Core]Azure.Core.Pipeline.HttpPipelinePolicy.ProcessNextAsync(HttpMessage,ReadOnlyMemory`1)~Azure.Core.Pipeline.HttpPipelinePolicy,Azure.Core~2~0~ProcessNextAsync [Azure.Core]Azure.Core.Pipeline.HttpPipelineSynchronousPolicy..cctor()~Azure.Core.Pipeline.HttpPipelineSynchronousPolicy,Azure.Core~0~0~.cctor [Azure.Core]Azure.Core.Pipeline.HttpPipelineSynchronousPolicy..ctor()~Azure.Core.Pipeline.HttpPipelineSynchronousPolicy,Azure.Core~0~0~.ctor [Azure.Core]Azure.Core.Pipeline.HttpPipelineSynchronousPolicy.InnerProcessAsync(HttpMessage,ReadOnlyMemory`1)~Azure.Core.Pipeline.HttpPipelineSynchronousPolicy,Azure.Core~2~0~InnerProcessAsync +[Azure.Core]Azure.Core.Pipeline.HttpPipelineSynchronousPolicy.OnReceivedResponse(HttpMessage)~Azure.Core.Pipeline.HttpPipelineSynchronousPolicy,Azure.Core~1~0~OnReceivedResponse [Azure.Core]Azure.Core.Pipeline.HttpPipelineSynchronousPolicy.OnSendingRequest(HttpMessage)~Azure.Core.Pipeline.HttpPipelineSynchronousPolicy,Azure.Core~1~0~OnSendingRequest +[Azure.Core]Azure.Core.Pipeline.HttpPipelineSynchronousPolicy.Process(HttpMessage,ReadOnlyMemory`1)~Azure.Core.Pipeline.HttpPipelineSynchronousPolicy,Azure.Core~2~0~Process [Azure.Core]Azure.Core.Pipeline.HttpPipelineSynchronousPolicy.ProcessAsync(HttpMessage,ReadOnlyMemory`1)~Azure.Core.Pipeline.HttpPipelineSynchronousPolicy,Azure.Core~2~0~ProcessAsync [Azure.Core]Azure.Core.Pipeline.HttpPipelineSynchronousPolicy+d__5.MoveNext()~Azure.Core.Pipeline.HttpPipelineSynchronousPolicy+d__5,Azure.Core~0~0~MoveNext [Azure.Core]Azure.Core.Pipeline.HttpPipelineTransport.Create(HttpPipelineTransportOptions)~Azure.Core.Pipeline.HttpPipelineTransport,Azure.Core~1~0~Create +[Azure.Core]Azure.Core.Pipeline.HttpPipelineTransportPolicy.Process(HttpMessage,ReadOnlyMemory`1)~Azure.Core.Pipeline.HttpPipelineTransportPolicy,Azure.Core~2~0~Process [Azure.Core]Azure.Core.Pipeline.HttpPipelineTransportPolicy.ProcessAsync(HttpMessage,ReadOnlyMemory`1)~Azure.Core.Pipeline.HttpPipelineTransportPolicy,Azure.Core~2~0~ProcessAsync [Azure.Core]Azure.Core.Pipeline.HttpPipelineTransportPolicy+d__4.MoveNext()~Azure.Core.Pipeline.HttpPipelineTransportPolicy+d__4,Azure.Core~0~0~MoveNext [Azure.Core]Azure.Core.Pipeline.LoggingPolicy..cctor()~Azure.Core.Pipeline.LoggingPolicy,Azure.Core~0~0~.cctor +[Azure.Core]Azure.Core.Pipeline.LoggingPolicy.Process(HttpMessage,ReadOnlyMemory`1)~Azure.Core.Pipeline.LoggingPolicy,Azure.Core~2~0~Process [Azure.Core]Azure.Core.Pipeline.LoggingPolicy.ProcessAsync(HttpMessage,ReadOnlyMemory`1,bool)~Azure.Core.Pipeline.LoggingPolicy,Azure.Core~3~0~ProcessAsync [Azure.Core]Azure.Core.Pipeline.LoggingPolicy.ProcessAsync(HttpMessage,ReadOnlyMemory`1)~Azure.Core.Pipeline.LoggingPolicy,Azure.Core~2~0~ProcessAsync [Azure.Core]Azure.Core.Pipeline.LoggingPolicy+d__9.MoveNext()~Azure.Core.Pipeline.LoggingPolicy+d__9,Azure.Core~0~0~MoveNext @@ -156,23 +166,38 @@ [Azure.Core]Azure.Core.Pipeline.LoggingPolicy+ContentEventSourceWrapper+d__6.MoveNext()~Azure.Core.Pipeline.LoggingPolicy+ContentEventSourceWrapper+d__6,Azure.Core~0~0~MoveNext [Azure.Core]Azure.Core.Pipeline.ReadClientRequestIdPolicy..cctor()~Azure.Core.Pipeline.ReadClientRequestIdPolicy,Azure.Core~0~0~.cctor [Azure.Core]Azure.Core.Pipeline.ReadClientRequestIdPolicy.OnSendingRequest(HttpMessage)~Azure.Core.Pipeline.ReadClientRequestIdPolicy,Azure.Core~1~0~OnSendingRequest +[Azure.Core]Azure.Core.Pipeline.ReadTimeoutStream.get_CanRead()~Azure.Core.Pipeline.ReadTimeoutStream,Azure.Core~0~0~get_CanRead +[Azure.Core]Azure.Core.Pipeline.ReadTimeoutStream.get_CanSeek()~Azure.Core.Pipeline.ReadTimeoutStream,Azure.Core~0~0~get_CanSeek +[Azure.Core]Azure.Core.Pipeline.ReadTimeoutStream.InitializeTokenSource()~Azure.Core.Pipeline.ReadTimeoutStream,Azure.Core~0~0~InitializeTokenSource +[Azure.Core]Azure.Core.Pipeline.ReadTimeoutStream.Read(uint8[],int32,int32)~Azure.Core.Pipeline.ReadTimeoutStream,Azure.Core~3~0~Read +[Azure.Core]Azure.Core.Pipeline.ReadTimeoutStream.StartTimeout(CancellationToken,bool&)~Azure.Core.Pipeline.ReadTimeoutStream,Azure.Core~2~0~StartTimeout +[Azure.Core]Azure.Core.Pipeline.ReadTimeoutStream.StopTimeout(CancellationTokenSource,bool)~Azure.Core.Pipeline.ReadTimeoutStream,Azure.Core~2~0~StopTimeout +[Azure.Core]Azure.Core.Pipeline.ReadTimeoutStream.UpdateReadTimeout()~Azure.Core.Pipeline.ReadTimeoutStream,Azure.Core~0~0~UpdateReadTimeout +[Azure.Core]Azure.Core.Pipeline.ReadTimeoutStream+<>c..cctor()~Azure.Core.Pipeline.ReadTimeoutStream+<>c,Azure.Core~0~0~.cctor [Azure.Core]Azure.Core.Pipeline.RedirectPolicy..cctor()~Azure.Core.Pipeline.RedirectPolicy,Azure.Core~0~0~.cctor [Azure.Core]Azure.Core.Pipeline.RedirectPolicy.AllowAutoRedirect(HttpMessage)~Azure.Core.Pipeline.RedirectPolicy,Azure.Core~1~0~AllowAutoRedirect +[Azure.Core]Azure.Core.Pipeline.RedirectPolicy.Process(HttpMessage,ReadOnlyMemory`1)~Azure.Core.Pipeline.RedirectPolicy,Azure.Core~2~0~Process [Azure.Core]Azure.Core.Pipeline.RedirectPolicy.ProcessAsync(HttpMessage,ReadOnlyMemory`1,bool)~Azure.Core.Pipeline.RedirectPolicy,Azure.Core~3~0~ProcessAsync [Azure.Core]Azure.Core.Pipeline.RedirectPolicy.ProcessAsync(HttpMessage,ReadOnlyMemory`1)~Azure.Core.Pipeline.RedirectPolicy,Azure.Core~2~0~ProcessAsync [Azure.Core]Azure.Core.Pipeline.RedirectPolicy+d__7.MoveNext()~Azure.Core.Pipeline.RedirectPolicy+d__7,Azure.Core~0~0~MoveNext [Azure.Core]Azure.Core.Pipeline.RequestActivityPolicy.get_ShouldCreateActivity()~Azure.Core.Pipeline.RequestActivityPolicy,Azure.Core~0~0~get_ShouldCreateActivity +[Azure.Core]Azure.Core.Pipeline.RequestActivityPolicy.Process(HttpMessage,ReadOnlyMemory`1)~Azure.Core.Pipeline.RequestActivityPolicy,Azure.Core~2~0~Process [Azure.Core]Azure.Core.Pipeline.RequestActivityPolicy.ProcessAsync(HttpMessage,ReadOnlyMemory`1)~Azure.Core.Pipeline.RequestActivityPolicy,Azure.Core~2~0~ProcessAsync [Azure.Core]Azure.Core.Pipeline.RequestActivityPolicy.ProcessNextAsync(HttpMessage,ReadOnlyMemory`1,bool)~Azure.Core.Pipeline.RequestActivityPolicy,Azure.Core~3~0~ProcessNextAsync +[Azure.Core]Azure.Core.Pipeline.ResponseBodyPolicy.CopyTo(Stream,Stream,CancellationTokenSource)~Azure.Core.Pipeline.ResponseBodyPolicy,Azure.Core~3~0~CopyTo [Azure.Core]Azure.Core.Pipeline.ResponseBodyPolicy.CopyToAsync(Stream,Stream,CancellationTokenSource)~Azure.Core.Pipeline.ResponseBodyPolicy,Azure.Core~3~0~CopyToAsync +[Azure.Core]Azure.Core.Pipeline.ResponseBodyPolicy.Process(HttpMessage,ReadOnlyMemory`1)~Azure.Core.Pipeline.ResponseBodyPolicy,Azure.Core~2~0~Process [Azure.Core]Azure.Core.Pipeline.ResponseBodyPolicy.ProcessAsync(HttpMessage,ReadOnlyMemory`1,bool)~Azure.Core.Pipeline.ResponseBodyPolicy,Azure.Core~3~0~ProcessAsync [Azure.Core]Azure.Core.Pipeline.ResponseBodyPolicy.ProcessAsync(HttpMessage,ReadOnlyMemory`1)~Azure.Core.Pipeline.ResponseBodyPolicy,Azure.Core~2~0~ProcessAsync [Azure.Core]Azure.Core.Pipeline.ResponseBodyPolicy+<>c..cctor()~Azure.Core.Pipeline.ResponseBodyPolicy+<>c,Azure.Core~0~0~.cctor [Azure.Core]Azure.Core.Pipeline.ResponseBodyPolicy+d__6.MoveNext()~Azure.Core.Pipeline.ResponseBodyPolicy+d__6,Azure.Core~0~0~MoveNext [Azure.Core]Azure.Core.Pipeline.ResponseBodyPolicy+d__5.MoveNext()~Azure.Core.Pipeline.ResponseBodyPolicy+d__5,Azure.Core~0~0~MoveNext [Azure.Core]Azure.Core.Pipeline.RetryPolicy..ctor(int32,DelayStrategy)~Azure.Core.Pipeline.RetryPolicy,Azure.Core~2~0~.ctor +[Azure.Core]Azure.Core.Pipeline.RetryPolicy.OnRequestSent(HttpMessage)~Azure.Core.Pipeline.RetryPolicy,Azure.Core~1~0~OnRequestSent [Azure.Core]Azure.Core.Pipeline.RetryPolicy.OnRequestSentAsync(HttpMessage)~Azure.Core.Pipeline.RetryPolicy,Azure.Core~1~0~OnRequestSentAsync +[Azure.Core]Azure.Core.Pipeline.RetryPolicy.OnSendingRequest(HttpMessage)~Azure.Core.Pipeline.RetryPolicy,Azure.Core~1~0~OnSendingRequest [Azure.Core]Azure.Core.Pipeline.RetryPolicy.OnSendingRequestAsync(HttpMessage)~Azure.Core.Pipeline.RetryPolicy,Azure.Core~1~0~OnSendingRequestAsync +[Azure.Core]Azure.Core.Pipeline.RetryPolicy.Process(HttpMessage,ReadOnlyMemory`1)~Azure.Core.Pipeline.RetryPolicy,Azure.Core~2~0~Process [Azure.Core]Azure.Core.Pipeline.RetryPolicy.ProcessAsync(HttpMessage,ReadOnlyMemory`1,bool)~Azure.Core.Pipeline.RetryPolicy,Azure.Core~3~0~ProcessAsync [Azure.Core]Azure.Core.Pipeline.RetryPolicy.ProcessAsync(HttpMessage,ReadOnlyMemory`1)~Azure.Core.Pipeline.RetryPolicy,Azure.Core~2~0~ProcessAsync [Azure.Core]Azure.Core.Pipeline.RetryPolicy+d__5.MoveNext()~Azure.Core.Pipeline.RetryPolicy+d__5,Azure.Core~0~0~MoveNext @@ -191,6 +216,7 @@ [Azure.Core]Azure.Core.RequestHeaders.SetValue(string,string)~Azure.Core.RequestHeaders,Azure.Core~2~0~SetValue [Azure.Core]Azure.Core.RequestHeaders.TryGetValue(string,string&)~Azure.Core.RequestHeaders,Azure.Core~2~0~TryGetValue [Azure.Core]Azure.Core.RequestMethod..cctor()~Azure.Core.RequestMethod,Azure.Core~0~0~.cctor +[Azure.Core]Azure.Core.RequestMethod.get_Get()~Azure.Core.RequestMethod,Azure.Core~0~0~get_Get [Azure.Core]Azure.Core.RequestMethod.get_Head()~Azure.Core.RequestMethod,Azure.Core~0~0~get_Head [Azure.Core]Azure.Core.RequestMethod.get_Put()~Azure.Core.RequestMethod,Azure.Core~0~0~get_Put [Azure.Core]Azure.Core.RequestMethod.ToString()~Azure.Core.RequestMethod,Azure.Core~0~0~ToString @@ -212,6 +238,7 @@ [Azure.Core]Azure.Core.RequestUriBuilder.ToString()~Azure.Core.RequestUriBuilder,Azure.Core~0~0~ToString [Azure.Core]Azure.Core.RequestUriBuilder.ToUri()~Azure.Core.RequestUriBuilder,Azure.Core~0~0~ToUri [Azure.Core]Azure.Core.ResourceIdentifier.op_Inequality(ResourceIdentifier,ResourceIdentifier)~Azure.Core.ResourceIdentifier,Azure.Core~2~0~op_Inequality +[Azure.Core]Azure.Core.ResponseClassificationHandler..ctor()~Azure.Core.ResponseClassificationHandler,Azure.Core~0~0~.ctor [Azure.Core]Azure.Core.ResponseClassifier..cctor()~Azure.Core.ResponseClassifier,Azure.Core~0~0~.cctor [Azure.Core]Azure.Core.ResponseClassifier..ctor()~Azure.Core.ResponseClassifier,Azure.Core~0~0~.ctor [Azure.Core]Azure.Core.ResponseClassifier.IsErrorResponse(HttpMessage)~Azure.Core.ResponseClassifier,Azure.Core~1~0~IsErrorResponse @@ -233,6 +260,7 @@ [Azure.Core]Azure.Core.RuntimeInformationWrapper.get_OSDescription()~Azure.Core.RuntimeInformationWrapper,Azure.Core~0~0~get_OSDescription [Azure.Core]Azure.Core.StatusCodeClassifier..ctor(ReadOnlySpan`1)~Azure.Core.StatusCodeClassifier,Azure.Core~1~0~.ctor [Azure.Core]Azure.Core.StatusCodeClassifier.AddClassifier(int32,bool)~Azure.Core.StatusCodeClassifier,Azure.Core~2~0~AddClassifier +[Azure.Core]Azure.Core.StatusCodeClassifier.Clone()~Azure.Core.StatusCodeClassifier,Azure.Core~0~0~Clone [Azure.Core]Azure.Core.StatusCodeClassifier.IsErrorResponse(HttpMessage)~Azure.Core.StatusCodeClassifier,Azure.Core~1~0~IsErrorResponse [Azure.Core]Azure.Core.StatusCodeClassifier.IsSuccessCode(int32)~Azure.Core.StatusCodeClassifier,Azure.Core~1~0~IsSuccessCode [Azure.Core]Azure.Core.TelemetryDetails..ctor(Assembly,string,RuntimeInformationWrapper)~Azure.Core.TelemetryDetails,Azure.Core~3~0~.ctor @@ -240,22 +268,31 @@ [Azure.Core]Azure.Core.TelemetryDetails.GenerateUserAgentString(Assembly,string,RuntimeInformationWrapper)~Azure.Core.TelemetryDetails,Azure.Core~3~0~GenerateUserAgentString [Azure.Core]Azure.Core.TokenCredential..ctor()~Azure.Core.TokenCredential,Azure.Core~0~0~.ctor [Azure.Core]Azure.ETag..ctor(string)~Azure.ETag,Azure.Core~1~0~.ctor +[Azure.Core]Azure.HttpRange.Equals(HttpRange)~Azure.HttpRange,Azure.Core~1~0~Equals +[Azure.Core]Azure.HttpRange.op_Inequality(HttpRange,HttpRange)~Azure.HttpRange,Azure.Core~2~0~op_Inequality [Azure.Core]Azure.MatchConditions.get_IfMatch()~Azure.MatchConditions,Azure.Core~0~0~get_IfMatch [Azure.Core]Azure.MatchConditions.get_IfNoneMatch()~Azure.MatchConditions,Azure.Core~0~0~get_IfNoneMatch +[Azure.Core]Azure.MatchConditions.set_IfMatch(Nullable`1)~Azure.MatchConditions,Azure.Core~1~0~set_IfMatch [Azure.Core]Azure.RequestConditions..ctor()~Azure.RequestConditions,Azure.Core~0~0~.ctor [Azure.Core]Azure.RequestConditions.get_IfModifiedSince()~Azure.RequestConditions,Azure.Core~0~0~get_IfModifiedSince [Azure.Core]Azure.RequestConditions.get_IfUnmodifiedSince()~Azure.RequestConditions,Azure.Core~0~0~get_IfUnmodifiedSince [Azure.Core]Azure.RequestContext..ctor()~Azure.RequestContext,Azure.Core~0~0~.ctor +[Azure.Core]Azure.RequestContext.AddClassifier(ResponseClassificationHandler)~Azure.RequestContext,Azure.Core~1~0~AddClassifier [Azure.Core]Azure.RequestContext.Apply(ResponseClassifier)~Azure.RequestContext,Azure.Core~1~0~Apply [Azure.Core]Azure.RequestContext.get_CancellationToken()~Azure.RequestContext,Azure.Core~0~0~get_CancellationToken [Azure.Core]Azure.RequestContext.get_ErrorOptions()~Azure.RequestContext,Azure.Core~0~0~get_ErrorOptions [Azure.Core]Azure.RequestContext.set_CancellationToken(CancellationToken)~Azure.RequestContext,Azure.Core~1~0~set_CancellationToken [Azure.Core]Azure.Response.DisposeStreamIfNotBuffered(Stream&)~Azure.Response,Azure.Core~1~0~DisposeStreamIfNotBuffered [Azure.Core]Azure.Response.FromValue<__Canon>(__Canon,Response)~Azure.Response,Azure.Core~2~1:System.__Canon,System.Private.CoreLib~FromValue +[Azure.Core]Azure.Response.FromValue(bool,Response)~Azure.Response,Azure.Core~2~1:System.Boolean,System.Private.CoreLib~FromValue [Azure.Core]Azure.Response.get_Headers()~Azure.Response,Azure.Core~0~0~get_Headers [Azure.Core]Azure.Response.get_IsError()~Azure.Response,Azure.Core~0~0~get_IsError [Azure.Core]Azure.Response.set_IsError(bool)~Azure.Response,Azure.Core~1~0~set_IsError +[Azure.Core]Azure.Response`1.op_Implicit(Response`1)~Azure.Response`1[[System.Boolean,System.Private.CoreLib]],Azure.Core~1~0~op_Implicit +[Azure.Core]Azure.Response`1..ctor()~Azure.Response`1[[System.__Canon,System.Private.CoreLib]],Azure.Core~0~0~.ctor +[Azure.Core]Azure.ValueResponse`1.get_Value()~Azure.ValueResponse`1[[System.Boolean,System.Private.CoreLib]],Azure.Core~0~0~get_Value [Azure.Core]Azure.ValueResponse`1.get_Value()~Azure.ValueResponse`1[[System.__Canon,System.Private.CoreLib]],Azure.Core~0~0~get_Value +[Azure.Core]Azure.ValueResponse`1.GetRawResponse()~Azure.ValueResponse`1[[System.__Canon,System.Private.CoreLib]],Azure.Core~0~0~GetRawResponse [Azure.Identity]Azure.Core.AsyncLockWithValue`1..ctor()~Azure.Core.AsyncLockWithValue`1[[System.__Canon,System.Private.CoreLib]],Azure.Identity~0~0~.ctor [Azure.Identity]Azure.Core.AsyncLockWithValue`1>..ctor()~Azure.Core.AsyncLockWithValue`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],Azure.Identity~0~0~.ctor [Azure.Identity]Azure.Core.Pipeline.ClientDiagnostics..ctor(ClientOptions,Nullable`1)~Azure.Core.Pipeline.ClientDiagnostics,Azure.Identity~2~0~.ctor @@ -335,6 +372,10 @@ [Azure.Storage.Blobs]Azure.Core.Pipeline.DiagnosticScope.Start()~Azure.Core.Pipeline.DiagnosticScope,Azure.Storage.Blobs~0~0~Start [Azure.Storage.Blobs]Azure.Core.Pipeline.DiagnosticScopeFactory..ctor(string,string,bool,bool,bool)~Azure.Core.Pipeline.DiagnosticScopeFactory,Azure.Storage.Blobs~5~0~.ctor [Azure.Storage.Blobs]Azure.Core.Pipeline.DiagnosticScopeFactory.CreateScope(string,ActivityKind)~Azure.Core.Pipeline.DiagnosticScopeFactory,Azure.Storage.Blobs~2~0~CreateScope +[Azure.Storage.Blobs]Azure.Core.Pipeline.RetriableStream+RetriableStreamImpl..ctor(Stream,Func`2,Func`2>,ResponseClassifier,int32)~Azure.Core.Pipeline.RetriableStream+RetriableStreamImpl,Azure.Storage.Blobs~5~0~.ctor +[Azure.Storage.Blobs]Azure.Core.Pipeline.RetriableStream+RetriableStreamImpl.get_CanRead()~Azure.Core.Pipeline.RetriableStream+RetriableStreamImpl,Azure.Storage.Blobs~0~0~get_CanRead +[Azure.Storage.Blobs]Azure.Core.Pipeline.RetriableStream+RetriableStreamImpl.Read(uint8[],int32,int32)~Azure.Core.Pipeline.RetriableStream+RetriableStreamImpl,Azure.Storage.Blobs~3~0~Read +[Azure.Storage.Blobs]Azure.Core.Pipeline.TaskExtensions.EnsureCompleted<__Canon>(Task`1<__Canon>)~Azure.Core.Pipeline.TaskExtensions,Azure.Storage.Blobs~1~1:System.__Canon,System.Private.CoreLib~EnsureCompleted [Azure.Storage.Blobs]Azure.Core.RawRequestUriBuilder..cctor()~Azure.Core.RawRequestUriBuilder,Azure.Storage.Blobs~0~0~.cctor [Azure.Storage.Blobs]Azure.Core.RawRequestUriBuilder.AppendRaw(ReadOnlySpan`1,bool)~Azure.Core.RawRequestUriBuilder,Azure.Storage.Blobs~2~0~AppendRaw [Azure.Storage.Blobs]Azure.Core.RequestHeaderExtensions.Add(RequestHeaders,RequestConditions,string)~Azure.Core.RequestHeaderExtensions,Azure.Storage.Blobs~3~0~Add @@ -345,25 +386,76 @@ [Azure.Storage.Blobs]Azure.Core.ResponseHeadersExtensions.TryGetValue(ResponseHeaders,string,Nullable`1&)~Azure.Core.ResponseHeadersExtensions,Azure.Storage.Blobs~3~1:System.Boolean,System.Private.CoreLib~TryGetValue [Azure.Storage.Blobs]Azure.Core.ResponseHeadersExtensions.TryGetValue(ResponseHeaders,string,Nullable`1&)~Azure.Core.ResponseHeadersExtensions,Azure.Storage.Blobs~3~1:System.Int32,System.Private.CoreLib~TryGetValue [Azure.Storage.Blobs]Azure.Core.ResponseHeadersExtensions.TryGetValue(ResponseHeaders,string,Nullable`1&)~Azure.Core.ResponseHeadersExtensions,Azure.Storage.Blobs~3~1:System.Int64,System.Private.CoreLib~TryGetValue +[Azure.Storage.Blobs]Azure.Core.ResponseWithHeaders.FromValue<__Canon,__Canon>(__Canon,__Canon,Response)~Azure.Core.ResponseWithHeaders,Azure.Storage.Blobs~3~2:System.__Canon,System.Private.CoreLib:System.__Canon,System.Private.CoreLib~FromValue +[Azure.Storage.Blobs]Azure.Core.ResponseWithHeaders`2.get_Headers()~Azure.Core.ResponseWithHeaders`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Azure.Storage.Blobs~0~0~get_Headers +[Azure.Storage.Blobs]Azure.Core.ResponseWithHeaders`2.get_Value()~Azure.Core.ResponseWithHeaders`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Azure.Storage.Blobs~0~0~get_Value +[Azure.Storage.Blobs]Azure.Core.ResponseWithHeaders`2.GetRawResponse()~Azure.Core.ResponseWithHeaders`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Azure.Storage.Blobs~0~0~GetRawResponse [Azure.Storage.Blobs]Azure.Core.TypeFormatters..cctor()~Azure.Core.TypeFormatters,Azure.Storage.Blobs~0~0~.cctor [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobAcquireLeaseHeaders.get_LastModified()~Azure.Storage.Blobs.BlobAcquireLeaseHeaders,Azure.Storage.Blobs~0~0~get_LastModified [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobAcquireLeaseHeaders.get_LeaseId()~Azure.Storage.Blobs.BlobAcquireLeaseHeaders,Azure.Storage.Blobs~0~0~get_LeaseId [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobClientConfiguration.get_CustomerProvidedKey()~Azure.Storage.Blobs.BlobClientConfiguration,Azure.Storage.Blobs~0~0~get_CustomerProvidedKey +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobClientConfiguration.get_TransferValidation()~Azure.Storage.Blobs.BlobClientConfiguration,Azure.Storage.Blobs~0~0~get_TransferValidation [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobClientConfiguration.get_Version()~Azure.Storage.Blobs.BlobClientConfiguration,Azure.Storage.Blobs~0~0~get_Version [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobClientOptions..ctor(ServiceVersion)~Azure.Storage.Blobs.BlobClientOptions,Azure.Storage.Blobs~1~0~.ctor [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobClientOptions.AddHeadersAndQueryParameters()~Azure.Storage.Blobs.BlobClientOptions,Azure.Storage.Blobs~0~0~AddHeadersAndQueryParameters [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobContainerClient..ctor(Uri,BlobClientConfiguration,ClientSideEncryptionOptions)~Azure.Storage.Blobs.BlobContainerClient,Azure.Storage.Blobs~3~0~.ctor [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobContainerClient.BuildContainerRestClient(Uri)~Azure.Storage.Blobs.BlobContainerClient,Azure.Storage.Blobs~1~0~BuildContainerRestClient +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobContainerClient.Exists(CancellationToken)~Azure.Storage.Blobs.BlobContainerClient,Azure.Storage.Blobs~1~0~Exists +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobContainerClient.ExistsInternal(bool,CancellationToken)~Azure.Storage.Blobs.BlobContainerClient,Azure.Storage.Blobs~2~0~ExistsInternal [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobContainerClient.get_ClientConfiguration()~Azure.Storage.Blobs.BlobContainerClient,Azure.Storage.Blobs~0~0~get_ClientConfiguration [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobContainerClient.get_ClientSideEncryption()~Azure.Storage.Blobs.BlobContainerClient,Azure.Storage.Blobs~0~0~get_ClientSideEncryption +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobContainerClient.get_ContainerRestClient()~Azure.Storage.Blobs.BlobContainerClient,Azure.Storage.Blobs~0~0~get_ContainerRestClient [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobContainerClient.get_Uri()~Azure.Storage.Blobs.BlobContainerClient,Azure.Storage.Blobs~0~0~get_Uri [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobContainerClient.GetBlobClient(string)~Azure.Storage.Blobs.BlobContainerClient,Azure.Storage.Blobs~1~0~GetBlobClient +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobContainerClient.GetPropertiesInternal(BlobRequestConditions,bool,CancellationToken)~Azure.Storage.Blobs.BlobContainerClient,Azure.Storage.Blobs~3~0~GetPropertiesInternal +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobContainerClient+d__61.MoveNext()~Azure.Storage.Blobs.BlobContainerClient+d__61,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobContainerClient+d__64.MoveNext()~Azure.Storage.Blobs.BlobContainerClient+d__64,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_AcceptRanges()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_AcceptRanges +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_BlobCommittedBlockCount()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_BlobCommittedBlockCount +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_BlobContentMD5()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_BlobContentMD5 +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_BlobSequenceNumber()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_BlobSequenceNumber +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_BlobType()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_BlobType +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_CacheControl()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_CacheControl +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_ContentDisposition()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_ContentDisposition +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_ContentEncoding()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_ContentEncoding +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_ContentLanguage()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_ContentLanguage +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_ContentLength()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_ContentLength +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_ContentMD5()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_ContentMD5 +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_ContentRange()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_ContentRange +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_ContentType()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_ContentType +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_CopyCompletionTime()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_CopyCompletionTime +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_CopyId()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_CopyId +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_CopyProgress()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_CopyProgress +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_CopySource()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_CopySource +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_CopyStatus()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_CopyStatus +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_CopyStatusDescription()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_CopyStatusDescription +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_CreationTime()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_CreationTime +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_EncryptionKeySha256()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_EncryptionKeySha256 +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_EncryptionScope()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_EncryptionScope +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_ImmutabilityPolicyExpiresOn()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_ImmutabilityPolicyExpiresOn +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_ImmutabilityPolicyMode()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_ImmutabilityPolicyMode +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_IsSealed()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_IsSealed +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_IsServerEncrypted()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_IsServerEncrypted +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_LastAccessed()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_LastAccessed +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_LastModified()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_LastModified +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_LeaseDuration()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_LeaseDuration +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_LeaseState()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_LeaseState +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_LeaseStatus()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_LeaseStatus +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_LegalHold()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_LegalHold +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_ObjectReplicationPolicyId()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_ObjectReplicationPolicyId +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_TagCount()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_TagCount +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobDownloadHeaders.get_VersionId()~Azure.Storage.Blobs.BlobDownloadHeaders,Azure.Storage.Blobs~0~0~get_VersionId [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobErrors.VerifyCpkAndEncryptionScopeNotBothSet(Nullable`1,string)~Azure.Storage.Blobs.BlobErrors,Azure.Storage.Blobs~2~0~VerifyCpkAndEncryptionScopeNotBothSet [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobErrors.VerifyHttpsCustomerProvidedKey(Uri,Nullable`1)~Azure.Storage.Blobs.BlobErrors,Azure.Storage.Blobs~2~0~VerifyHttpsCustomerProvidedKey [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobExtensions.ExtractLeaseTime(ResponseHeaders)~Azure.Storage.Blobs.BlobExtensions,Azure.Storage.Blobs~1~0~ExtractLeaseTime +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobExtensions.ExtractMultiHeaderDownloadProperties(ResponseHeaders,IDictionary`2&,IDictionary`2&)~Azure.Storage.Blobs.BlobExtensions,Azure.Storage.Blobs~3~0~ExtractMultiHeaderDownloadProperties +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobExtensions.ToBlobContainerProperties(ResponseWithHeaders`1)~Azure.Storage.Blobs.BlobExtensions,Azure.Storage.Blobs~1~0~ToBlobContainerProperties +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobExtensions.ToBlobDownloadStreamingResult(ResponseWithHeaders`2)~Azure.Storage.Blobs.BlobExtensions,Azure.Storage.Blobs~1~0~ToBlobDownloadStreamingResult [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobExtensions.ToBlobInfo(ResponseWithHeaders`1)~Azure.Storage.Blobs.BlobExtensions,Azure.Storage.Blobs~1~0~ToBlobInfo [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobExtensions.ToBlobLease(ResponseWithHeaders`1)~Azure.Storage.Blobs.BlobExtensions,Azure.Storage.Blobs~1~0~ToBlobLease +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobExtensions.ToBlobLease(ResponseWithHeaders`1)~Azure.Storage.Blobs.BlobExtensions,Azure.Storage.Blobs~1~0~ToBlobLease [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobExtensions.ToBlobProperties(ResponseWithHeaders`1)~Azure.Storage.Blobs.BlobExtensions,Azure.Storage.Blobs~1~0~ToBlobProperties +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobExtensions.ToMetadata(IDictionary`2)~Azure.Storage.Blobs.BlobExtensions,Azure.Storage.Blobs~1~0~ToMetadata [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobExtensions.ValidateConditionsNotPresent(BlobLeaseRequestConditions,BlobRequestConditionProperty,List`1&)~Azure.Storage.Blobs.BlobExtensions,Azure.Storage.Blobs~3~0~ValidateConditionsNotPresent [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobExtensions.ValidateConditionsNotPresent(BlobRequestConditions,BlobRequestConditionProperty,List`1&)~Azure.Storage.Blobs.BlobExtensions,Azure.Storage.Blobs~3~0~ValidateConditionsNotPresent [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobExtensions.ValidateConditionsNotPresent(BlobRequestConditions,BlobRequestConditionProperty,string,string)~Azure.Storage.Blobs.BlobExtensions,Azure.Storage.Blobs~4~0~ValidateConditionsNotPresent @@ -412,17 +504,25 @@ [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobGetPropertiesHeaders.get_RehydratePriority()~Azure.Storage.Blobs.BlobGetPropertiesHeaders,Azure.Storage.Blobs~0~0~get_RehydratePriority [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobGetPropertiesHeaders.get_TagCount()~Azure.Storage.Blobs.BlobGetPropertiesHeaders,Azure.Storage.Blobs~0~0~get_TagCount [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobGetPropertiesHeaders.get_VersionId()~Azure.Storage.Blobs.BlobGetPropertiesHeaders,Azure.Storage.Blobs~0~0~get_VersionId +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRenewLeaseHeaders.get_LastModified()~Azure.Storage.Blobs.BlobRenewLeaseHeaders,Azure.Storage.Blobs~0~0~get_LastModified +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRenewLeaseHeaders.get_LeaseId()~Azure.Storage.Blobs.BlobRenewLeaseHeaders,Azure.Storage.Blobs~0~0~get_LeaseId [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient..ctor(ClientDiagnostics,HttpPipeline,string,string)~Azure.Storage.Blobs.BlobRestClient,Azure.Storage.Blobs~4~0~.ctor [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient.AcquireLeaseAsync(Nullable`1,Nullable`1,string,string,RequestConditions,RequestContext)~Azure.Storage.Blobs.BlobRestClient,Azure.Storage.Blobs~6~0~AcquireLeaseAsync [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient.CreateAcquireLeaseRequest(Nullable`1,Nullable`1,string,string,RequestConditions,RequestContext)~Azure.Storage.Blobs.BlobRestClient,Azure.Storage.Blobs~6~0~CreateAcquireLeaseRequest +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient.CreateDownloadRequest(string,string,Nullable`1,string,string,Nullable`1,Nullable`1,string,string,Nullable`1,Nullable`1,Nullable`1,string,string,string)~Azure.Storage.Blobs.BlobRestClient,Azure.Storage.Blobs~15~0~CreateDownloadRequest [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient.CreateGetPropertiesRequest(string,string,Nullable`1,string,string,string,string,string,RequestConditions,RequestContext)~Azure.Storage.Blobs.BlobRestClient,Azure.Storage.Blobs~10~0~CreateGetPropertiesRequest +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient.CreateRenewLeaseRequest(string,Nullable`1,Nullable`1,Nullable`1,string,string,string)~Azure.Storage.Blobs.BlobRestClient,Azure.Storage.Blobs~7~0~CreateRenewLeaseRequest [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient.CreateSetMetadataRequest(Nullable`1,IDictionary`2,string,string,string,Nullable`1,string,Nullable`1,Nullable`1,string,string,string)~Azure.Storage.Blobs.BlobRestClient,Azure.Storage.Blobs~12~0~CreateSetMetadataRequest +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient.DownloadAsync(string,string,Nullable`1,string,string,Nullable`1,Nullable`1,string,string,Nullable`1,Nullable`1,Nullable`1,string,string,string,CancellationToken)~Azure.Storage.Blobs.BlobRestClient,Azure.Storage.Blobs~16~0~DownloadAsync [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient.get_ResponseClassifier200()~Azure.Storage.Blobs.BlobRestClient,Azure.Storage.Blobs~0~0~get_ResponseClassifier200 [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient.get_ResponseClassifier201()~Azure.Storage.Blobs.BlobRestClient,Azure.Storage.Blobs~0~0~get_ResponseClassifier201 [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient.GetPropertiesAsync(string,string,Nullable`1,string,string,string,string,string,RequestConditions,RequestContext)~Azure.Storage.Blobs.BlobRestClient,Azure.Storage.Blobs~10~0~GetPropertiesAsync +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient.RenewLeaseAsync(string,Nullable`1,Nullable`1,Nullable`1,string,string,string,CancellationToken)~Azure.Storage.Blobs.BlobRestClient,Azure.Storage.Blobs~8~0~RenewLeaseAsync [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient.SetMetadataAsync(Nullable`1,IDictionary`2,string,string,string,Nullable`1,string,Nullable`1,Nullable`1,string,string,string,CancellationToken)~Azure.Storage.Blobs.BlobRestClient,Azure.Storage.Blobs~13~0~SetMetadataAsync [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient+d__44.MoveNext()~Azure.Storage.Blobs.BlobRestClient+d__44,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient+d__8.MoveNext()~Azure.Storage.Blobs.BlobRestClient+d__8,Azure.Storage.Blobs~0~0~MoveNext [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient+d__14.MoveNext()~Azure.Storage.Blobs.BlobRestClient+d__14,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient+d__50.MoveNext()~Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs~0~0~MoveNext [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient+d__38.MoveNext()~Azure.Storage.Blobs.BlobRestClient+d__38,Azure.Storage.Blobs~0~0~MoveNext [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobServiceClient..ctor(string,BlobClientOptions)~Azure.Storage.Blobs.BlobServiceClient,Azure.Storage.Blobs~2~0~.ctor [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobServiceClient.BuildServiceRestClient(Uri)~Azure.Storage.Blobs.BlobServiceClient,Azure.Storage.Blobs~1~0~BuildServiceRestClient @@ -435,7 +535,24 @@ [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobUriBuilder..ctor(Uri,bool)~Azure.Storage.Blobs.BlobUriBuilder,Azure.Storage.Blobs~2~0~.ctor [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobUriBuilder.BuildUri()~Azure.Storage.Blobs.BlobUriBuilder,Azure.Storage.Blobs~0~0~BuildUri [Azure.Storage.Blobs]Azure.Storage.Blobs.BlobUriBuilder.ToUri()~Azure.Storage.Blobs.BlobUriBuilder,Azure.Storage.Blobs~0~0~ToUri +[Azure.Storage.Blobs]Azure.Storage.Blobs.ContainerGetPropertiesHeaders.get_BlobPublicAccess()~Azure.Storage.Blobs.ContainerGetPropertiesHeaders,Azure.Storage.Blobs~0~0~get_BlobPublicAccess +[Azure.Storage.Blobs]Azure.Storage.Blobs.ContainerGetPropertiesHeaders.get_DefaultEncryptionScope()~Azure.Storage.Blobs.ContainerGetPropertiesHeaders,Azure.Storage.Blobs~0~0~get_DefaultEncryptionScope +[Azure.Storage.Blobs]Azure.Storage.Blobs.ContainerGetPropertiesHeaders.get_DenyEncryptionScopeOverride()~Azure.Storage.Blobs.ContainerGetPropertiesHeaders,Azure.Storage.Blobs~0~0~get_DenyEncryptionScopeOverride +[Azure.Storage.Blobs]Azure.Storage.Blobs.ContainerGetPropertiesHeaders.get_HasImmutabilityPolicy()~Azure.Storage.Blobs.ContainerGetPropertiesHeaders,Azure.Storage.Blobs~0~0~get_HasImmutabilityPolicy +[Azure.Storage.Blobs]Azure.Storage.Blobs.ContainerGetPropertiesHeaders.get_HasLegalHold()~Azure.Storage.Blobs.ContainerGetPropertiesHeaders,Azure.Storage.Blobs~0~0~get_HasLegalHold +[Azure.Storage.Blobs]Azure.Storage.Blobs.ContainerGetPropertiesHeaders.get_IsImmutableStorageWithVersioningEnabled()~Azure.Storage.Blobs.ContainerGetPropertiesHeaders,Azure.Storage.Blobs~0~0~get_IsImmutableStorageWithVersioningEnabled +[Azure.Storage.Blobs]Azure.Storage.Blobs.ContainerGetPropertiesHeaders.get_LastModified()~Azure.Storage.Blobs.ContainerGetPropertiesHeaders,Azure.Storage.Blobs~0~0~get_LastModified +[Azure.Storage.Blobs]Azure.Storage.Blobs.ContainerGetPropertiesHeaders.get_LeaseDuration()~Azure.Storage.Blobs.ContainerGetPropertiesHeaders,Azure.Storage.Blobs~0~0~get_LeaseDuration +[Azure.Storage.Blobs]Azure.Storage.Blobs.ContainerGetPropertiesHeaders.get_LeaseState()~Azure.Storage.Blobs.ContainerGetPropertiesHeaders,Azure.Storage.Blobs~0~0~get_LeaseState +[Azure.Storage.Blobs]Azure.Storage.Blobs.ContainerGetPropertiesHeaders.get_LeaseStatus()~Azure.Storage.Blobs.ContainerGetPropertiesHeaders,Azure.Storage.Blobs~0~0~get_LeaseStatus +[Azure.Storage.Blobs]Azure.Storage.Blobs.ContainerGetPropertiesHeaders.get_Metadata()~Azure.Storage.Blobs.ContainerGetPropertiesHeaders,Azure.Storage.Blobs~0~0~get_Metadata [Azure.Storage.Blobs]Azure.Storage.Blobs.ContainerRestClient..ctor(ClientDiagnostics,HttpPipeline,string,string)~Azure.Storage.Blobs.ContainerRestClient,Azure.Storage.Blobs~4~0~.ctor +[Azure.Storage.Blobs]Azure.Storage.Blobs.ContainerRestClient.CreateGetPropertiesRequest(Nullable`1,string)~Azure.Storage.Blobs.ContainerRestClient,Azure.Storage.Blobs~2~0~CreateGetPropertiesRequest +[Azure.Storage.Blobs]Azure.Storage.Blobs.ContainerRestClient.GetProperties(Nullable`1,string,CancellationToken)~Azure.Storage.Blobs.ContainerRestClient,Azure.Storage.Blobs~3~0~GetProperties +[Azure.Storage.Blobs]Azure.Storage.Blobs.Models.BlobBaseClientExistsClassifier.IsResourceNotFoundResponse(Response)~Azure.Storage.Blobs.Models.BlobBaseClientExistsClassifier,Azure.Storage.Blobs~1~0~IsResourceNotFoundResponse +[Azure.Storage.Blobs]Azure.Storage.Blobs.Models.BlobBaseClientExistsClassifier.IsUsesCustomerSpecifiedEncryptionResponse(Response)~Azure.Storage.Blobs.Models.BlobBaseClientExistsClassifier,Azure.Storage.Blobs~1~0~IsUsesCustomerSpecifiedEncryptionResponse +[Azure.Storage.Blobs]Azure.Storage.Blobs.Models.BlobBaseClientExistsClassifier.TryClassify(HttpMessage,bool&)~Azure.Storage.Blobs.Models.BlobBaseClientExistsClassifier,Azure.Storage.Blobs~2~0~TryClassify +[Azure.Storage.Blobs]Azure.Storage.Blobs.Models.BlobDownloadInfo.get_Content()~Azure.Storage.Blobs.Models.BlobDownloadInfo,Azure.Storage.Blobs~0~0~get_Content [Azure.Storage.Blobs]Azure.Storage.Blobs.Models.BlobLease.get_LeaseId()~Azure.Storage.Blobs.Models.BlobLease,Azure.Storage.Blobs~0~0~get_LeaseId [Azure.Storage.Blobs]Azure.Storage.Blobs.Models.BlobProperties..ctor(DateTimeOffset,DateTimeOffset,IDictionary`2,string,IList`1,BlobType,DateTimeOffset,string,string,string,Uri,Nullable`1,bool,string,LeaseDurationType,LeaseState,LeaseStatus,int64,string,ETag,uint8[],string,string,string,string,int64,string,int32,bool,string,string,string,bool,string,DateTimeOffset,string,bool,int64,DateTimeOffset,bool,string,DateTimeOffset,BlobImmutabilityPolicy,bool)~Azure.Storage.Blobs.Models.BlobProperties,Azure.Storage.Blobs~44~0~.ctor [Azure.Storage.Blobs]Azure.Storage.Blobs.Models.BlobProperties.get_LeaseState()~Azure.Storage.Blobs.Models.BlobProperties,Azure.Storage.Blobs~0~0~get_LeaseState @@ -449,17 +566,37 @@ [Azure.Storage.Blobs]Azure.Storage.Blobs.ServiceRestClient..ctor(ClientDiagnostics,HttpPipeline,string,string)~Azure.Storage.Blobs.ServiceRestClient,Azure.Storage.Blobs~4~0~.ctor [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient..ctor(Uri,BlobClientConfiguration,ClientSideEncryptionOptions)~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~3~0~.ctor [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.BuildBlobRestClient(Uri)~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~1~0~BuildBlobRestClient +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.DownloadAsync()~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~0~0~DownloadAsync +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.DownloadAsync(CancellationToken)~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~1~0~DownloadAsync +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.DownloadAsync(HttpRange,BlobRequestConditions,bool,CancellationToken)~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~4~0~DownloadAsync +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.DownloadInternal(HttpRange,BlobRequestConditions,bool,bool,CancellationToken)~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~5~0~DownloadInternal +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.DownloadStreamingDirect(HttpRange,BlobRequestConditions,DownloadTransferValidationOptions,IProgress`1,string,bool,CancellationToken)~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~7~0~DownloadStreamingDirect +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.DownloadStreamingInternal(HttpRange,BlobRequestConditions,DownloadTransferValidationOptions,IProgress`1,string,bool,CancellationToken)~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~7~0~DownloadStreamingInternal +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.ExistsAsync(CancellationToken)~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~1~0~ExistsAsync +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.ExistsInternal(bool,CancellationToken)~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~2~0~ExistsInternal [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.get_BlobRestClient()~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~0~0~get_BlobRestClient [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.get_ClientConfiguration()~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~0~0~get_ClientConfiguration +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.get_ClientSideEncryption()~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~0~0~get_ClientSideEncryption +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.get_UsingClientSideEncryption()~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~0~0~get_UsingClientSideEncryption [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.GetBlobLeaseClientCore(string)~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~1~0~GetBlobLeaseClientCore [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.GetPropertiesAsync(BlobRequestConditions,CancellationToken)~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~2~0~GetPropertiesAsync [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.GetPropertiesInternal(BlobRequestConditions,bool,RequestContext,string)~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~4~0~GetPropertiesInternal [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.SetMetadataAsync(IDictionary`2,BlobRequestConditions,CancellationToken)~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~3~0~SetMetadataAsync [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.SetMetadataInternal(IDictionary`2,BlobRequestConditions,bool,CancellationToken)~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~4~0~SetMetadataInternal +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.StartDownloadAsync(HttpRange,BlobRequestConditions,DownloadTransferValidationOptions,int64,bool,CancellationToken)~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~6~0~StartDownloadAsync +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient+d__49.MoveNext()~Azure.Storage.Blobs.Specialized.BlobBaseClient+d__49,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient+d__51.MoveNext()~Azure.Storage.Blobs.Specialized.BlobBaseClient+d__51,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient+d__53.MoveNext()~Azure.Storage.Blobs.Specialized.BlobBaseClient+d__53,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient+d__54.MoveNext()~Azure.Storage.Blobs.Specialized.BlobBaseClient+d__54,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient+d__61.MoveNext()~Azure.Storage.Blobs.Specialized.BlobBaseClient+d__61,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient+d__62.MoveNext()~Azure.Storage.Blobs.Specialized.BlobBaseClient+d__62,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient+d__117.MoveNext()~Azure.Storage.Blobs.Specialized.BlobBaseClient+d__117,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient+d__118.MoveNext()~Azure.Storage.Blobs.Specialized.BlobBaseClient+d__118,Azure.Storage.Blobs~0~0~MoveNext [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient+d__123.MoveNext()~Azure.Storage.Blobs.Specialized.BlobBaseClient+d__123,Azure.Storage.Blobs~0~0~MoveNext [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient+d__124.MoveNext()~Azure.Storage.Blobs.Specialized.BlobBaseClient+d__124,Azure.Storage.Blobs~0~0~MoveNext [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient+d__129.MoveNext()~Azure.Storage.Blobs.Specialized.BlobBaseClient+d__129,Azure.Storage.Blobs~0~0~MoveNext [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient+d__130.MoveNext()~Azure.Storage.Blobs.Specialized.BlobBaseClient+d__130,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient+d__63.MoveNext()~Azure.Storage.Blobs.Specialized.BlobBaseClient+d__63,Azure.Storage.Blobs~0~0~MoveNext [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobLeaseClient..ctor(BlobBaseClient,string)~Azure.Storage.Blobs.Specialized.BlobLeaseClient,Azure.Storage.Blobs~2~0~.ctor [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobLeaseClient.AcquireAsync(TimeSpan,RequestConditions,CancellationToken)~Azure.Storage.Blobs.Specialized.BlobLeaseClient,Azure.Storage.Blobs~3~0~AcquireAsync [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobLeaseClient.AcquireInternal(TimeSpan,RequestConditions,bool,RequestContext)~Azure.Storage.Blobs.Specialized.BlobLeaseClient,Azure.Storage.Blobs~4~0~AcquireInternal @@ -469,11 +606,18 @@ [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobLeaseClient.get_LeaseId()~Azure.Storage.Blobs.Specialized.BlobLeaseClient,Azure.Storage.Blobs~0~0~get_LeaseId [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobLeaseClient.get_Pipeline()~Azure.Storage.Blobs.Specialized.BlobLeaseClient,Azure.Storage.Blobs~0~0~get_Pipeline [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobLeaseClient.ParseAcquireResponse(Response)~Azure.Storage.Blobs.Specialized.BlobLeaseClient,Azure.Storage.Blobs~1~0~ParseAcquireResponse +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobLeaseClient.RenewAsync(RequestConditions,CancellationToken)~Azure.Storage.Blobs.Specialized.BlobLeaseClient,Azure.Storage.Blobs~2~0~RenewAsync +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobLeaseClient.RenewInternal(RequestConditions,bool,CancellationToken)~Azure.Storage.Blobs.Specialized.BlobLeaseClient,Azure.Storage.Blobs~3~0~RenewInternal [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__25.MoveNext()~Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__25,Azure.Storage.Blobs~0~0~MoveNext [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__29.MoveNext()~Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__29,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31.MoveNext()~Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32.MoveNext()~Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs~0~0~MoveNext [Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.SpecializedBlobExtensions.GetBlobLeaseClient(BlobBaseClient,string)~Azure.Storage.Blobs.Specialized.SpecializedBlobExtensions,Azure.Storage.Blobs~2~0~GetBlobLeaseClient [Azure.Storage.Blobs]Azure.Storage.CompatSwitches.get_DisableRequestConditionsValidation()~Azure.Storage.CompatSwitches,Azure.Storage.Blobs~0~0~get_DisableRequestConditionsValidation [Azure.Storage.Blobs]Azure.Storage.Constants+Sas..cctor()~Azure.Storage.Constants+Sas,Azure.Storage.Blobs~0~0~.cctor +[Azure.Storage.Blobs]Azure.Storage.DisposableBucket.Dispose()~Azure.Storage.DisposableBucket,Azure.Storage.Blobs~0~0~Dispose +[Azure.Storage.Blobs]Azure.Storage.NonDisposingStream.get_CanRead()~Azure.Storage.NonDisposingStream,Azure.Storage.Blobs~0~0~get_CanRead +[Azure.Storage.Blobs]Azure.Storage.NonDisposingStream.Read(uint8[],int32,int32)~Azure.Storage.NonDisposingStream,Azure.Storage.Blobs~3~0~Read [Azure.Storage.Blobs]Azure.Storage.Shared.StorageClientConfiguration.get_ClientDiagnostics()~Azure.Storage.Shared.StorageClientConfiguration,Azure.Storage.Blobs~0~0~get_ClientDiagnostics [Azure.Storage.Blobs]Azure.Storage.Shared.StorageClientConfiguration.get_Pipeline()~Azure.Storage.Shared.StorageClientConfiguration,Azure.Storage.Blobs~0~0~get_Pipeline [Azure.Storage.Blobs]Azure.Storage.Shared.StorageClientConfiguration.get_SharedKeyCredential()~Azure.Storage.Shared.StorageClientConfiguration,Azure.Storage.Blobs~0~0~get_SharedKeyCredential @@ -518,6 +662,8 @@ [Azure.Storage.Blobs]Azure.Storage.StorageConnectionString+<>c__DisplayClass83_0.b__0(IDictionary`2)~Azure.Storage.StorageConnectionString+<>c__DisplayClass83_0,Azure.Storage.Blobs~1~0~b__0 [Azure.Storage.Blobs]Azure.Storage.StorageConnectionString+<>c..cctor()~Azure.Storage.StorageConnectionString+<>c,Azure.Storage.Blobs~0~0~.cctor [Azure.Storage.Blobs]Azure.Storage.StorageConnectionString+<>c.b__82_2(IDictionary`2)~Azure.Storage.StorageConnectionString+<>c,Azure.Storage.Blobs~1~0~b__82_2 +[Azure.Storage.Blobs]Azure.Storage.StorageExceptionExtensions.IsUnavailable<__Canon>(Response`1<__Canon>)~Azure.Storage.StorageExceptionExtensions,Azure.Storage.Blobs~1~1:System.__Canon,System.Private.CoreLib~IsUnavailable +[Azure.Storage.Blobs]Azure.Storage.StorageProgressExtensions.WithProgress(Stream,IProgress`1)~Azure.Storage.StorageProgressExtensions,Azure.Storage.Blobs~2~0~WithProgress [Azure.Storage.Blobs]Azure.Storage.StorageRequestValidationPipelinePolicy.OnReceivedResponse(HttpMessage)~Azure.Storage.StorageRequestValidationPipelinePolicy,Azure.Storage.Blobs~1~0~OnReceivedResponse [Azure.Storage.Blobs]Azure.Storage.StorageResponseClassifier.IsErrorResponse(HttpMessage)~Azure.Storage.StorageResponseClassifier,Azure.Storage.Blobs~1~0~IsErrorResponse [Azure.Storage.Blobs]Azure.Storage.StorageServerTimeoutPolicy..cctor()~Azure.Storage.StorageServerTimeoutPolicy,Azure.Storage.Blobs~0~0~.cctor @@ -532,6 +678,8 @@ [Azure.Storage.Blobs]Azure.Storage.StorageTelemetryPolicy..cctor()~Azure.Storage.StorageTelemetryPolicy,Azure.Storage.Blobs~0~0~.cctor [Azure.Storage.Blobs]Azure.Storage.StorageTelemetryPolicy.OnSendingRequest(HttpMessage)~Azure.Storage.StorageTelemetryPolicy,Azure.Storage.Blobs~1~0~OnSendingRequest [Azure.Storage.Blobs]Azure.Storage.StorageVersionExtensions.ToVersionString(ServiceVersion)~Azure.Storage.StorageVersionExtensions,Azure.Storage.Blobs~1~0~ToVersionString +[Azure.Storage.Blobs]Azure.Storage.StreamExtensions.WithNoDispose(Stream)~Azure.Storage.StreamExtensions,Azure.Storage.Blobs~1~0~WithNoDispose +[Azure.Storage.Blobs]Azure.Storage.TransferValidationOptionsExtensions.ToValidationOptions(bool)~Azure.Storage.TransferValidationOptionsExtensions,Azure.Storage.Blobs~1~0~ToValidationOptions [Azure.Storage.Blobs]Azure.Storage.UriExtensions.AppendToPath(Uri,string)~Azure.Storage.UriExtensions,Azure.Storage.Blobs~2~0~AppendToPath [Azure.Storage.Blobs]Azure.Storage.UriExtensions.GetAccountNameFromDomain(string,string)~Azure.Storage.UriExtensions,Azure.Storage.Blobs~2~0~GetAccountNameFromDomain [Azure.Storage.Blobs]Azure.Storage.UriExtensions.GetPath(Uri)~Azure.Storage.UriExtensions,Azure.Storage.Blobs~1~0~GetPath @@ -539,11 +687,13 @@ [Azure.Storage.Blobs]Azure.Storage.UriExtensions.IsHostIPEndPointStyle(Uri)~Azure.Storage.UriExtensions,Azure.Storage.Blobs~1~0~IsHostIPEndPointStyle [Azure.Storage.Blobs]Azure.Storage.UriQueryParamsCollection..ctor(string)~Azure.Storage.UriQueryParamsCollection,Azure.Storage.Blobs~1~0~.ctor [Azure.Storage.Blobs]Azure.Storage.UriQueryParamsCollection.ToString()~Azure.Storage.UriQueryParamsCollection,Azure.Storage.Blobs~0~0~ToString +[Azure.Storage.Common]Azure.Storage.DownloadTransferValidationOptions.get_ChecksumAlgorithm()~Azure.Storage.DownloadTransferValidationOptions,Azure.Storage.Common~0~0~get_ChecksumAlgorithm [Azure.Storage.Common]Azure.Storage.StorageSharedKeyCredential..ctor(string,string)~Azure.Storage.StorageSharedKeyCredential,Azure.Storage.Common~2~0~.ctor [Azure.Storage.Common]Azure.Storage.StorageSharedKeyCredential.ComputeHMACSHA256(string)~Azure.Storage.StorageSharedKeyCredential,Azure.Storage.Common~1~0~ComputeHMACSHA256 [Azure.Storage.Common]Azure.Storage.StorageSharedKeyCredential.ComputeSasSignature(StorageSharedKeyCredential,string)~Azure.Storage.StorageSharedKeyCredential,Azure.Storage.Common~2~0~ComputeSasSignature [Azure.Storage.Common]Azure.Storage.StorageSharedKeyCredential.get_AccountName()~Azure.Storage.StorageSharedKeyCredential,Azure.Storage.Common~0~0~get_AccountName [Azure.Storage.Common]Azure.Storage.TransferValidationOptions..ctor()~Azure.Storage.TransferValidationOptions,Azure.Storage.Common~0~0~.ctor +[Azure.Storage.Common]Azure.Storage.TransferValidationOptions.get_Download()~Azure.Storage.TransferValidationOptions,Azure.Storage.Common~0~0~get_Download [Google.Protobuf]Google.Protobuf.ByteString..cctor()~Google.Protobuf.ByteString,Google.Protobuf~0~0~.cctor [Google.Protobuf]Google.Protobuf.ByteString.AttachBytes(uint8[])~Google.Protobuf.ByteString,Google.Protobuf~1~0~AttachBytes [Google.Protobuf]Google.Protobuf.ByteString.CopyFrom(uint8[])~Google.Protobuf.ByteString,Google.Protobuf~1~0~CopyFrom @@ -957,6 +1107,8 @@ [Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.set_SamplingPercentageDecreaseTimeout(TimeSpan)~Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings,Microsoft.AI.ServerTelemetryChannel~1~0~set_SamplingPercentageDecreaseTimeout [Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.set_SamplingPercentageIncreaseTimeout(TimeSpan)~Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings,Microsoft.AI.ServerTelemetryChannel~1~0~set_SamplingPercentageIncreaseTimeout [Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.set_ExcludedTypes(string)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor,Microsoft.AI.ServerTelemetryChannel~1~0~set_ExcludedTypes +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.ExceptionHandler.Start<__Canon>(Func`2<__Canon,Task>,__Canon)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.ExceptionHandler,Microsoft.AI.ServerTelemetryChannel~2~1:System.__Canon,System.Private.CoreLib~Start +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.ExceptionHandler+<>c__1`1..cctor()~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.ExceptionHandler+<>c__1`1[[System.__Canon,System.Private.CoreLib]],Microsoft.AI.ServerTelemetryChannel~0~0~.cctor [Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingInternals.SamplingIncludesUtility..cctor()~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingInternals.SamplingIncludesUtility,Microsoft.AI.ServerTelemetryChannel~0~0~.cctor [Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingInternals.SamplingIncludesUtility.Calculate(Func`3,SamplingTelemetryItemTypes,string)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingInternals.SamplingIncludesUtility,Microsoft.AI.ServerTelemetryChannel~3~0~Calculate [Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingInternals.SamplingIncludesUtility.CalculateFromExcludes(string)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingInternals.SamplingIncludesUtility,Microsoft.AI.ServerTelemetryChannel~1~0~CalculateFromExcludes @@ -964,10 +1116,29 @@ [Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingInternals.SamplingIncludesUtility.GetAllowedTypes()~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingInternals.SamplingIncludesUtility,Microsoft.AI.ServerTelemetryChannel~0~0~GetAllowedTypes [Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorTelemetryProcessor.Process(ITelemetry)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorTelemetryProcessor,Microsoft.AI.ServerTelemetryChannel~1~0~Process [Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TaskTimerInternal.Start(Func`1)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TaskTimerInternal,Microsoft.AI.ServerTelemetryChannel~1~0~Start +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TaskTimerInternal+<>c__DisplayClass8_0.b__0(Task)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TaskTimerInternal+<>c__DisplayClass8_0,Microsoft.AI.ServerTelemetryChannel~1~0~b__0 +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TaskTimerInternal+<>c__DisplayClass8_0+<b__0>d.MoveNext()~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TaskTimerInternal+<>c__DisplayClass8_0+<b__0>d,Microsoft.AI.ServerTelemetryChannel~0~0~MoveNext +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer.FlushAsync()~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer,Microsoft.AI.ServerTelemetryChannel~0~0~FlushAsync [Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer.Process(ITelemetry)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer,Microsoft.AI.ServerTelemetryChannel~1~0~Process +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer+<>c__DisplayClass21_0.b__0()~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer+<>c__DisplayClass21_0,Microsoft.AI.ServerTelemetryChannel~0~0~b__0 +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer+d__21.MoveNext()~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer+d__21,Microsoft.AI.ServerTelemetryChannel~0~0~MoveNext +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetrySerializer.Serialize(ICollection`1)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetrySerializer,Microsoft.AI.ServerTelemetryChannel~1~0~Serialize +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionPolicy.AuthenticationTransmissionPolicy.HandleTransmissionSentEvent(object,TransmissionProcessedEventArgs)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionPolicy.AuthenticationTransmissionPolicy,Microsoft.AI.ServerTelemetryChannel~2~0~HandleTransmissionSentEvent +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionPolicy.ErrorHandlingTransmissionPolicy.AdditionalVerboseTracing(string)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionPolicy.ErrorHandlingTransmissionPolicy,Microsoft.AI.ServerTelemetryChannel~1~0~AdditionalVerboseTracing +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionPolicy.ErrorHandlingTransmissionPolicy.HandleTransmissionSentEvent(object,TransmissionProcessedEventArgs)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionPolicy.ErrorHandlingTransmissionPolicy,Microsoft.AI.ServerTelemetryChannel~2~0~HandleTransmissionSentEvent +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionPolicy.PartialSuccessTransmissionPolicy.HandleTransmissionSentEvent(object,TransmissionProcessedEventArgs)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionPolicy.PartialSuccessTransmissionPolicy,Microsoft.AI.ServerTelemetryChannel~2~0~HandleTransmissionSentEvent +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionPolicy.ThrottlingTransmissionPolicy.HandleTransmissionSentEvent(object,TransmissionProcessedEventArgs)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionPolicy.ThrottlingTransmissionPolicy,Microsoft.AI.ServerTelemetryChannel~2~0~HandleTransmissionSentEvent +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender.get_ApplyThrottle()~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender,Microsoft.AI.ServerTelemetryChannel~0~0~get_ApplyThrottle +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender.StartSending(Transmission)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender,Microsoft.AI.ServerTelemetryChannel~1~0~StartSending +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender.Throttle(Transmission)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender,Microsoft.AI.ServerTelemetryChannel~1~0~Throttle +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender+d__32.MoveNext()~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender+d__32,Microsoft.AI.ServerTelemetryChannel~0~0~MoveNext +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.Transmitter.Enqueue(Transmission)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.Transmitter,Microsoft.AI.ServerTelemetryChannel~1~0~Enqueue +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.Transmitter.HandleSenderTransmissionSentEvent(object,TransmissionProcessedEventArgs)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.Transmitter,Microsoft.AI.ServerTelemetryChannel~2~0~HandleSenderTransmissionSentEvent +[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.Transmitter+<>c__DisplayClass44_0.b__0()~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.Transmitter+<>c__DisplayClass44_0,Microsoft.AI.ServerTelemetryChannel~0~0~b__0 [Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor.HandlePossibleProactiveSampling(ITelemetry,float64,ISupportAdvancedSampling)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor,Microsoft.AI.ServerTelemetryChannel~3~0~HandlePossibleProactiveSampling [Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor.IsSamplingApplicable(SamplingTelemetryItemTypes)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor,Microsoft.AI.ServerTelemetryChannel~1~0~IsSamplingApplicable [Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor.set_ExcludedTypes(string)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor,Microsoft.AI.ServerTelemetryChannel~1~0~set_ExcludedTypes +[Microsoft.AI.WindowsServer]Microsoft.ApplicationInsights.WindowsServer.Implementation.AppServiceEnvironmentVariableMonitor.OnEnvironmentVariableUpdated()~Microsoft.ApplicationInsights.WindowsServer.Implementation.AppServiceEnvironmentVariableMonitor,Microsoft.AI.WindowsServer~0~0~OnEnvironmentVariableUpdated [Microsoft.ApplicationInsights.AspNetCore]Microsoft.ApplicationInsights.AspNetCore.RequestTrackingTelemetryModule.Dispose()~Microsoft.ApplicationInsights.AspNetCore.RequestTrackingTelemetryModule,Microsoft.ApplicationInsights.AspNetCore~0~0~Dispose [Microsoft.ApplicationInsights.AspNetCore]Microsoft.ApplicationInsights.AspNetCore.RequestTrackingTelemetryModule.Dispose(bool)~Microsoft.ApplicationInsights.AspNetCore.RequestTrackingTelemetryModule,Microsoft.ApplicationInsights.AspNetCore~1~0~Dispose [Microsoft.ApplicationInsights.AspNetCore]Microsoft.ApplicationInsights.AspNetCore.RequestTrackingTelemetryModule.System.IObserver.OnCompleted()~Microsoft.ApplicationInsights.AspNetCore.RequestTrackingTelemetryModule,Microsoft.ApplicationInsights.AspNetCore~0~0~System.IObserver.OnCompleted @@ -977,8 +1148,28 @@ [Microsoft.ApplicationInsights.AspNetCore]Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.ClientIpHeaderTelemetryInitializer.TryParseIpWithPort(string,string&)~Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.ClientIpHeaderTelemetryInitializer,Microsoft.ApplicationInsights.AspNetCore~2~0~TryParseIpWithPort [Microsoft.ApplicationInsights.AspNetCore]Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.TelemetryInitializerBase..ctor(IHttpContextAccessor)~Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.TelemetryInitializerBase,Microsoft.ApplicationInsights.AspNetCore~1~0~.ctor [Microsoft.ApplicationInsights.AspNetCore]Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.TelemetryInitializerBase.Initialize(ITelemetry)~Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.TelemetryInitializerBase,Microsoft.ApplicationInsights.AspNetCore~1~0~Initialize +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.RedirectHttpHandler..ctor()~Microsoft.ApplicationInsights.Channel.RedirectHttpHandler,Microsoft.ApplicationInsights~0~0~.ctor +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.RedirectHttpHandler.SendAsync(HttpRequestMessage,CancellationToken)~Microsoft.ApplicationInsights.Channel.RedirectHttpHandler,Microsoft.ApplicationInsights~2~0~SendAsync +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.RedirectHttpHandler+d__4.MoveNext()~Microsoft.ApplicationInsights.Channel.RedirectHttpHandler+d__4,Microsoft.ApplicationInsights~0~0~MoveNext +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.RedirectHttpHandler+Cache`1..ctor()~Microsoft.ApplicationInsights.Channel.RedirectHttpHandler+Cache`1[[System.__Canon,System.Private.CoreLib]],Microsoft.ApplicationInsights~0~0~.ctor +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.RedirectHttpHandler+Cache`1.TryRead(__Canon&)~Microsoft.ApplicationInsights.Channel.RedirectHttpHandler+Cache`1[[System.__Canon,System.Private.CoreLib]],Microsoft.ApplicationInsights~1~0~TryRead [Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.SamplingScoreGenerator.GetSamplingHashCode(string)~Microsoft.ApplicationInsights.Channel.SamplingScoreGenerator,Microsoft.ApplicationInsights~1~0~GetSamplingHashCode [Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.SamplingScoreGenerator.GetSamplingScore(ITelemetry)~Microsoft.ApplicationInsights.Channel.SamplingScoreGenerator,Microsoft.ApplicationInsights~1~0~GetSamplingScore +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.Transmission..cctor()~Microsoft.ApplicationInsights.Channel.Transmission,Microsoft.ApplicationInsights~0~0~.cctor +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.Transmission..ctor(Uri,ICollection`1,TimeSpan)~Microsoft.ApplicationInsights.Channel.Transmission,Microsoft.ApplicationInsights~3~0~.ctor +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.Transmission..ctor(Uri,uint8[],string,string,TimeSpan)~Microsoft.ApplicationInsights.Channel.Transmission,Microsoft.ApplicationInsights~5~0~.ctor +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.Transmission.CreateRequestMessage(Uri,Stream)~Microsoft.ApplicationInsights.Channel.Transmission,Microsoft.ApplicationInsights~2~0~CreateRequestMessage +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.Transmission.get_EndpointAddress()~Microsoft.ApplicationInsights.Channel.Transmission,Microsoft.ApplicationInsights~0~0~get_EndpointAddress +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.Transmission.get_FlushAsyncId()~Microsoft.ApplicationInsights.Channel.Transmission,Microsoft.ApplicationInsights~0~0~get_FlushAsyncId +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.Transmission.get_Id()~Microsoft.ApplicationInsights.Channel.Transmission,Microsoft.ApplicationInsights~0~0~get_Id +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.Transmission.get_TelemetryItems()~Microsoft.ApplicationInsights.Channel.Transmission,Microsoft.ApplicationInsights~0~0~get_TelemetryItems +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.Transmission.SendAsync()~Microsoft.ApplicationInsights.Channel.Transmission,Microsoft.ApplicationInsights~0~0~SendAsync +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.Transmission.set_CredentialEnvelope(CredentialEnvelope)~Microsoft.ApplicationInsights.Channel.Transmission,Microsoft.ApplicationInsights~1~0~set_CredentialEnvelope +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.Transmission.set_IsFlushAsyncInProgress(bool)~Microsoft.ApplicationInsights.Channel.Transmission,Microsoft.ApplicationInsights~1~0~set_IsFlushAsyncInProgress +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.Transmission.set_TransmissionStatusEvent(EventHandler`1)~Microsoft.ApplicationInsights.Channel.Transmission,Microsoft.ApplicationInsights~1~0~set_TransmissionStatusEvent +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.Transmission+d__53.MoveNext()~Microsoft.ApplicationInsights.Channel.Transmission+d__53,Microsoft.ApplicationInsights~0~0~MoveNext +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.TransmissionStatusEventArgs.get_Response()~Microsoft.ApplicationInsights.Channel.TransmissionStatusEventArgs,Microsoft.ApplicationInsights~0~0~get_Response +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Channel.TransmissionStatusEventArgs.get_ResponseDurationInMs()~Microsoft.ApplicationInsights.Channel.TransmissionStatusEventArgs,Microsoft.ApplicationInsights~0~0~get_ResponseDurationInMs [Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry..ctor()~Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry,Microsoft.ApplicationInsights~0~0~.ctor [Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.get_Context()~Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry,Microsoft.ApplicationInsights~0~0~get_Context [Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.get_Data()~Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry,Microsoft.ApplicationInsights~0~0~get_Data @@ -998,12 +1189,91 @@ [Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.set_Timestamp(DateTimeOffset)~Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry,Microsoft.ApplicationInsights~1~0~set_Timestamp [Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.set_Type(string)~Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry,Microsoft.ApplicationInsights~1~0~set_Type [Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.SetOperationDetail(string,object)~Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry,Microsoft.ApplicationInsights~2~0~SetOperationDetail +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.get_Count()~Microsoft.ApplicationInsights.DataContracts.MetricTelemetry,Microsoft.ApplicationInsights~0~0~get_Count +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.get_Extension()~Microsoft.ApplicationInsights.DataContracts.MetricTelemetry,Microsoft.ApplicationInsights~0~0~get_Extension +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.get_Sequence()~Microsoft.ApplicationInsights.DataContracts.MetricTelemetry,Microsoft.ApplicationInsights~0~0~get_Sequence +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.Microsoft.ApplicationInsights.Channel.IAiSerializableTelemetry.get_BaseType()~Microsoft.ApplicationInsights.DataContracts.MetricTelemetry,Microsoft.ApplicationInsights~0~0~Microsoft.ApplicationInsights.Channel.IAiSerializableTelemetry.get_BaseType +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.Microsoft.ApplicationInsights.Channel.IAiSerializableTelemetry.get_TelemetryName()~Microsoft.ApplicationInsights.DataContracts.MetricTelemetry,Microsoft.ApplicationInsights~0~0~Microsoft.ApplicationInsights.Channel.IAiSerializableTelemetry.get_TelemetryName +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.Microsoft.ApplicationInsights.Channel.ITelemetry.Sanitize()~Microsoft.ApplicationInsights.DataContracts.MetricTelemetry,Microsoft.ApplicationInsights~0~0~Microsoft.ApplicationInsights.Channel.ITelemetry.Sanitize +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.SerializeData(ISerializationWriter)~Microsoft.ApplicationInsights.DataContracts.MetricTelemetry,Microsoft.ApplicationInsights~1~0~SerializeData +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.b__78_0()~Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,Microsoft.ApplicationInsights~0~0~b__78_0 +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.get_Data()~Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,Microsoft.ApplicationInsights~0~0~get_Data +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.get_Extension()~Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,Microsoft.ApplicationInsights~0~0~get_Extension +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.get_Sequence()~Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,Microsoft.ApplicationInsights~0~0~get_Sequence +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.Microsoft.ApplicationInsights.Channel.IAiSerializableTelemetry.get_BaseType()~Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,Microsoft.ApplicationInsights~0~0~Microsoft.ApplicationInsights.Channel.IAiSerializableTelemetry.get_BaseType +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.Microsoft.ApplicationInsights.Channel.IAiSerializableTelemetry.get_TelemetryName()~Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,Microsoft.ApplicationInsights~0~0~Microsoft.ApplicationInsights.Channel.IAiSerializableTelemetry.get_TelemetryName +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.Microsoft.ApplicationInsights.Channel.ITelemetry.Sanitize()~Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,Microsoft.ApplicationInsights~0~0~Microsoft.ApplicationInsights.Channel.ITelemetry.Sanitize +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.Microsoft.ApplicationInsights.DataContracts.ISupportSampling.get_SamplingPercentage()~Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,Microsoft.ApplicationInsights~0~0~Microsoft.ApplicationInsights.DataContracts.ISupportSampling.get_SamplingPercentage +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.SerializeData(ISerializationWriter)~Microsoft.ApplicationInsights.DataContracts.RequestTelemetry,Microsoft.ApplicationInsights~1~0~SerializeData +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.TelemetryContext.get_SanitizedTags()~Microsoft.ApplicationInsights.DataContracts.TelemetryContext,Microsoft.ApplicationInsights~0~0~get_SanitizedTags +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.TraceTelemetry.get_Extension()~Microsoft.ApplicationInsights.DataContracts.TraceTelemetry,Microsoft.ApplicationInsights~0~0~get_Extension [Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.TraceTelemetry.get_ItemTypeFlag()~Microsoft.ApplicationInsights.DataContracts.TraceTelemetry,Microsoft.ApplicationInsights~0~0~get_ItemTypeFlag +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.TraceTelemetry.get_Sequence()~Microsoft.ApplicationInsights.DataContracts.TraceTelemetry,Microsoft.ApplicationInsights~0~0~get_Sequence +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.TraceTelemetry.Microsoft.ApplicationInsights.Channel.IAiSerializableTelemetry.get_BaseType()~Microsoft.ApplicationInsights.DataContracts.TraceTelemetry,Microsoft.ApplicationInsights~0~0~Microsoft.ApplicationInsights.Channel.IAiSerializableTelemetry.get_BaseType +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.TraceTelemetry.Microsoft.ApplicationInsights.Channel.IAiSerializableTelemetry.get_TelemetryName()~Microsoft.ApplicationInsights.DataContracts.TraceTelemetry,Microsoft.ApplicationInsights~0~0~Microsoft.ApplicationInsights.Channel.IAiSerializableTelemetry.get_TelemetryName +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.TraceTelemetry.Microsoft.ApplicationInsights.Channel.ITelemetry.Sanitize()~Microsoft.ApplicationInsights.DataContracts.TraceTelemetry,Microsoft.ApplicationInsights~0~0~Microsoft.ApplicationInsights.Channel.ITelemetry.Sanitize [Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.TraceTelemetry.Microsoft.ApplicationInsights.DataContracts.ISupportSampling.get_SamplingPercentage()~Microsoft.ApplicationInsights.DataContracts.TraceTelemetry,Microsoft.ApplicationInsights~0~0~Microsoft.ApplicationInsights.DataContracts.ISupportSampling.get_SamplingPercentage [Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.TraceTelemetry.Microsoft.ApplicationInsights.DataContracts.ISupportSampling.set_SamplingPercentage(Nullable`1)~Microsoft.ApplicationInsights.DataContracts.TraceTelemetry,Microsoft.ApplicationInsights~1~0~Microsoft.ApplicationInsights.DataContracts.ISupportSampling.set_SamplingPercentage +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.TraceTelemetry.SerializeData(ISerializationWriter)~Microsoft.ApplicationInsights.DataContracts.TraceTelemetry,Microsoft.ApplicationInsights~1~0~SerializeData [Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.Authentication.AuthToken.get_Token()~Microsoft.ApplicationInsights.Extensibility.Implementation.Authentication.AuthToken,Microsoft.ApplicationInsights~0~0~get_Token +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.CloudContext.UpdateTags(IDictionary`2)~Microsoft.ApplicationInsights.Extensibility.Implementation.CloudContext,Microsoft.ApplicationInsights~1~0~UpdateTags +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.External.ContextTagKeys..ctor()~Microsoft.ApplicationInsights.Extensibility.Implementation.External.ContextTagKeys,Microsoft.ApplicationInsights~0~0~.ctor +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.External.ContextTagKeys..ctor(string,string)~Microsoft.ApplicationInsights.Extensibility.Implementation.External.ContextTagKeys,Microsoft.ApplicationInsights~2~0~.ctor +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.External.DataPoint.Serialize(ISerializationWriter)~Microsoft.ApplicationInsights.Extensibility.Implementation.External.DataPoint,Microsoft.ApplicationInsights~1~0~Serialize +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.External.MessageData.get_measurements()~Microsoft.ApplicationInsights.Extensibility.Implementation.External.MessageData,Microsoft.ApplicationInsights~0~0~get_measurements +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.External.MessageData.Serialize(ISerializationWriter)~Microsoft.ApplicationInsights.Extensibility.Implementation.External.MessageData,Microsoft.ApplicationInsights~1~0~Serialize +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.External.MessageData+<>c..cctor()~Microsoft.ApplicationInsights.Extensibility.Implementation.External.MessageData+<>c,Microsoft.ApplicationInsights~0~0~.cctor +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.External.MessageData+<>c.b__22_0()~Microsoft.ApplicationInsights.Extensibility.Implementation.External.MessageData+<>c,Microsoft.ApplicationInsights~0~0~b__22_0 +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.External.MetricData.Serialize(ISerializationWriter)~Microsoft.ApplicationInsights.Extensibility.Implementation.External.MetricData,Microsoft.ApplicationInsights~1~0~Serialize +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.External.RequestData..ctor(string,string)~Microsoft.ApplicationInsights.Extensibility.Implementation.External.RequestData,Microsoft.ApplicationInsights~2~0~.ctor +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.External.RequestData.Serialize(ISerializationWriter)~Microsoft.ApplicationInsights.Extensibility.Implementation.External.RequestData,Microsoft.ApplicationInsights~1~0~Serialize +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.External.Tags.UpdateTagValue(IDictionary`2,string,string)~Microsoft.ApplicationInsights.Extensibility.Implementation.External.Tags,Microsoft.ApplicationInsights~3~0~UpdateTagValue +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.HttpWebResponseWrapper.get_Content()~Microsoft.ApplicationInsights.Extensibility.Implementation.HttpWebResponseWrapper,Microsoft.ApplicationInsights~0~0~get_Content +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.HttpWebResponseWrapper.get_RetryAfterHeader()~Microsoft.ApplicationInsights.Extensibility.Implementation.HttpWebResponseWrapper,Microsoft.ApplicationInsights~0~0~get_RetryAfterHeader +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.HttpWebResponseWrapper.get_StatusCode()~Microsoft.ApplicationInsights.Extensibility.Implementation.HttpWebResponseWrapper,Microsoft.ApplicationInsights~0~0~get_StatusCode +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.HttpWebResponseWrapper.get_StatusDescription()~Microsoft.ApplicationInsights.Extensibility.Implementation.HttpWebResponseWrapper,Microsoft.ApplicationInsights~0~0~get_StatusDescription +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.InternalContext.UpdateTags(IDictionary`2)~Microsoft.ApplicationInsights.Extensibility.Implementation.InternalContext,Microsoft.ApplicationInsights~1~0~UpdateTags +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter.WriteProperty(ISerializableWithWriter)~Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter,Microsoft.ApplicationInsights~1~0~WriteProperty +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter.WriteProperty(string,IDictionary`2)~Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter,Microsoft.ApplicationInsights~2~0~WriteProperty +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter.WriteProperty(string,IDictionary`2)~Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter,Microsoft.ApplicationInsights~2~0~WriteProperty +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter.WriteProperty(string,IList`1)~Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter,Microsoft.ApplicationInsights~2~0~WriteProperty +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter.WriteProperty(string,Nullable`1)~Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter,Microsoft.ApplicationInsights~2~0~WriteProperty +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter.WriteProperty(string,Nullable`1)~Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter,Microsoft.ApplicationInsights~2~0~WriteProperty +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter.WriteProperty(string,Nullable`1)~Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter,Microsoft.ApplicationInsights~2~0~WriteProperty +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter.WriteProperty(string,Nullable`1)~Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter,Microsoft.ApplicationInsights~2~0~WriteProperty +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter.WriteProperty(string,string)~Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter,Microsoft.ApplicationInsights~2~0~WriteProperty +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter.WritePropertyName(string)~Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter,Microsoft.ApplicationInsights~1~0~WritePropertyName +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter.WriteString(string)~Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializationWriter,Microsoft.ApplicationInsights~1~0~WriteString +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer..cctor()~Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer,Microsoft.ApplicationInsights~0~0~.cctor +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer.Serialize(IEnumerable`1,bool)~Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer,Microsoft.ApplicationInsights~2~0~Serialize +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer.SerializeHelper(ITelemetry,JsonSerializationWriter,string,string)~Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer,Microsoft.ApplicationInsights~4~0~SerializeHelper +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer.SerializeTelemetryItem(ITelemetry,JsonSerializationWriter)~Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer,Microsoft.ApplicationInsights~2~0~SerializeTelemetryItem +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer.SerializeToStream(IEnumerable`1,TextWriter)~Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer,Microsoft.ApplicationInsights~2~0~SerializeToStream +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.LocationContext.UpdateTags(IDictionary`2)~Microsoft.ApplicationInsights.Extensibility.Implementation.LocationContext,Microsoft.ApplicationInsights~1~0~UpdateTags +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.OperationContext.get_CorrelationVector()~Microsoft.ApplicationInsights.Extensibility.Implementation.OperationContext,Microsoft.ApplicationInsights~0~0~get_CorrelationVector +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.OperationContext.get_SyntheticSource()~Microsoft.ApplicationInsights.Extensibility.Implementation.OperationContext,Microsoft.ApplicationInsights~0~0~get_SyntheticSource +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.OperationContext.UpdateTags(IDictionary`2)~Microsoft.ApplicationInsights.Extensibility.Implementation.OperationContext,Microsoft.ApplicationInsights~1~0~UpdateTags +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.Property..cctor()~Microsoft.ApplicationInsights.Extensibility.Implementation.Property,Microsoft.ApplicationInsights~0~0~.cctor +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.Property.MakeKeyUnique<__Canon>(string,IDictionary`2)~Microsoft.ApplicationInsights.Extensibility.Implementation.Property,Microsoft.ApplicationInsights~2~1:System.__Canon,System.Private.CoreLib~MakeKeyUnique +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.Property.SanitizeProperties(IDictionary`2)~Microsoft.ApplicationInsights.Extensibility.Implementation.Property,Microsoft.ApplicationInsights~1~0~SanitizeProperties +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.Property.SanitizeUri(Uri)~Microsoft.ApplicationInsights.Extensibility.Implementation.Property,Microsoft.ApplicationInsights~1~0~SanitizeUri +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.Property.TrimAndTruncate(string,int32)~Microsoft.ApplicationInsights.Extensibility.Implementation.Property,Microsoft.ApplicationInsights~2~0~TrimAndTruncate +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.Property.Truncate(string,int32)~Microsoft.ApplicationInsights.Extensibility.Implementation.Property,Microsoft.ApplicationInsights~2~0~Truncate +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.Telemetry.CopyGlobalPropertiesIfExist(ITelemetry)~Microsoft.ApplicationInsights.Extensibility.Implementation.Telemetry,Microsoft.ApplicationInsights~1~0~CopyGlobalPropertiesIfExist +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.Telemetry.FlattenIExtensionIfExists(ITelemetry)~Microsoft.ApplicationInsights.Extensibility.Implementation.Telemetry,Microsoft.ApplicationInsights~1~0~FlattenIExtensionIfExists +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.Telemetry.WriteEnvelopeProperties(ITelemetry,ISerializationWriter)~Microsoft.ApplicationInsights.Extensibility.Implementation.Telemetry,Microsoft.ApplicationInsights~2~0~WriteEnvelopeProperties +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.Telemetry.WriteTelemetryContext(ISerializationWriter,TelemetryContext)~Microsoft.ApplicationInsights.Extensibility.Implementation.Telemetry,Microsoft.ApplicationInsights~2~0~WriteTelemetryContext +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryExtensions.GetEnvelopeName(ITelemetry)~Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryExtensions,Microsoft.ApplicationInsights~1~0~GetEnvelopeName +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.CoreEventSource.IngestionResponseTime(int32,float32,string)~Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.CoreEventSource,Microsoft.ApplicationInsights~3~0~IngestionResponseTime +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.DiagnosticsTelemetryModule.SetHeartbeatProperty(string,string,Nullable`1)~Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.DiagnosticsTelemetryModule,Microsoft.ApplicationInsights~3~0~SetHeartbeatProperty +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.HeartbeatProvider.SetHeartbeatProperty(string,bool,string,Nullable`1)~Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.HeartbeatProvider,Microsoft.ApplicationInsights~4~0~SetHeartbeatProperty +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.HeartbeatProvider+<>c__DisplayClass35_0.b__1(string,HeartbeatPropertyPayload)~Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.HeartbeatProvider+<>c__DisplayClass35_0,Microsoft.ApplicationInsights~2~0~b__1 +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.HeartbeatProvider+<>c..cctor()~Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.HeartbeatProvider+<>c,Microsoft.ApplicationInsights~0~0~.cctor +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.Utils.PopulateRequiredStringValue(string,string,string)~Microsoft.ApplicationInsights.Extensibility.Implementation.Utils,Microsoft.ApplicationInsights~3~0~PopulateRequiredStringValue +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.Utils.SanitizeNanAndInfinity(float64,bool&)~Microsoft.ApplicationInsights.Extensibility.Implementation.Utils,Microsoft.ApplicationInsights~2~0~SanitizeNanAndInfinity [Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.SdkInternalOperationsMonitor.IsEntered()~Microsoft.ApplicationInsights.Extensibility.SdkInternalOperationsMonitor,Microsoft.ApplicationInsights~0~0~IsEntered [Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration.set_InstrumentationKey(string)~Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration,Microsoft.ApplicationInsights~1~0~set_InstrumentationKey +[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Metrics.MetricManager.Flush(bool)~Microsoft.ApplicationInsights.Metrics.MetricManager,Microsoft.ApplicationInsights~1~0~Flush [Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.TelemetryClient.TrackDependency(DependencyTelemetry)~Microsoft.ApplicationInsights.TelemetryClient,Microsoft.ApplicationInsights~1~0~TrackDependency [Microsoft.AspNetCore.Authentication.Abstractions]Microsoft.AspNetCore.Authentication.AuthenticateResult..cctor()~Microsoft.AspNetCore.Authentication.AuthenticateResult,Microsoft.AspNetCore.Authentication.Abstractions~0~0~.cctor [Microsoft.AspNetCore.Authentication.Abstractions]Microsoft.AspNetCore.Authentication.AuthenticateResult.get_Failure()~Microsoft.AspNetCore.Authentication.AuthenticateResult,Microsoft.AspNetCore.Authentication.Abstractions~0~0~get_Failure @@ -1108,6 +1378,42 @@ [Microsoft.AspNetCore.Authorization]Microsoft.AspNetCore.Authorization.Infrastructure.PassThroughAuthorizationHandler+d__3.MoveNext()~Microsoft.AspNetCore.Authorization.Infrastructure.PassThroughAuthorizationHandler+d__3,Microsoft.AspNetCore.Authorization~0~0~MoveNext [Microsoft.AspNetCore.Authorization]Microsoft.Extensions.Logging.LoggingExtensions..cctor()~Microsoft.Extensions.Logging.LoggingExtensions,Microsoft.AspNetCore.Authorization~0~0~.cctor [Microsoft.AspNetCore.Authorization]Microsoft.Extensions.Logging.LoggingExtensions.UserAuthorizationSucceeded(ILogger)~Microsoft.Extensions.Logging.LoggingExtensions,Microsoft.AspNetCore.Authorization~1~0~UserAuthorizationSucceeded +[Microsoft.AspNetCore.Cryptography.Internal]Microsoft.AspNetCore.Cryptography.CryptoUtil.TimeConstantBuffersAreEqual(uint8*,uint8*,uint32)~Microsoft.AspNetCore.Cryptography.CryptoUtil,Microsoft.AspNetCore.Cryptography.Internal~3~0~TimeConstantBuffersAreEqual +[Microsoft.AspNetCore.Cryptography.Internal]Microsoft.AspNetCore.Cryptography.UnsafeBufferUtil.BlockCopy(void*,void*,int32)~Microsoft.AspNetCore.Cryptography.UnsafeBufferUtil,Microsoft.AspNetCore.Cryptography.Internal~3~0~BlockCopy +[Microsoft.AspNetCore.Cryptography.Internal]Microsoft.AspNetCore.Cryptography.UnsafeNativeMethods.BCryptDecrypt(BCryptKeyHandle,uint8*,uint32,void*,uint8*,uint32,uint8*,uint32,uint32&,BCryptEncryptFlags)~Microsoft.AspNetCore.Cryptography.UnsafeNativeMethods,Microsoft.AspNetCore.Cryptography.Internal~10~0~BCryptDecrypt +[Microsoft.AspNetCore.Cryptography.Internal]Microsoft.AspNetCore.Cryptography.UnsafeNativeMethods.BCryptHashData(BCryptHashHandle,uint8*,uint32,uint32)~Microsoft.AspNetCore.Cryptography.UnsafeNativeMethods,Microsoft.AspNetCore.Cryptography.Internal~4~0~BCryptHashData +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo.get_DeserializerType()~Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo,Microsoft.AspNetCore.DataProtection~0~0~get_DeserializerType +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo.get_SerializedDescriptorElement()~Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo,Microsoft.AspNetCore.DataProtection~0~0~get_SerializedDescriptorElement +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.Cng.CbcAuthenticatedEncryptor.DecryptImpl(uint8*,uint32,uint8*,uint32)~Microsoft.AspNetCore.DataProtection.Cng.CbcAuthenticatedEncryptor,Microsoft.AspNetCore.DataProtection~4~0~DecryptImpl +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.Cng.CbcAuthenticatedEncryptor.DoCbcDecrypt(BCryptKeyHandle,uint8*,uint8*,uint32)~Microsoft.AspNetCore.DataProtection.Cng.CbcAuthenticatedEncryptor,Microsoft.AspNetCore.DataProtection~4~0~DoCbcDecrypt +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.Cng.CbcAuthenticatedEncryptor.ValidateHash(BCryptHashHandle,uint8*,uint32,uint8*)~Microsoft.AspNetCore.DataProtection.Cng.CbcAuthenticatedEncryptor,Microsoft.AspNetCore.DataProtection~4~0~ValidateHash +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.Cng.Internal.CngAuthenticatedEncryptorBase.Decrypt(ArraySegment`1,ArraySegment`1)~Microsoft.AspNetCore.DataProtection.Cng.Internal.CngAuthenticatedEncryptorBase,Microsoft.AspNetCore.DataProtection~2~0~Decrypt +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions.DisableAutomaticKeyGeneration(IDataProtectionBuilder)~Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions,Microsoft.AspNetCore.DataProtection~1~0~DisableAutomaticKeyGeneration +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions.SetDefaultKeyLifetime(IDataProtectionBuilder,TimeSpan)~Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions,Microsoft.AspNetCore.DataProtection~2~0~SetDefaultKeyLifetime +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions+<>c__DisplayClass15_0.b__0(KeyManagementOptions)~Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions+<>c__DisplayClass15_0,Microsoft.AspNetCore.DataProtection~1~0~b__0 +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions+<>c..cctor()~Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions+<>c,Microsoft.AspNetCore.DataProtection~0~0~.cctor +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions+<>c.b__5_0(KeyManagementOptions)~Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions+<>c,Microsoft.AspNetCore.DataProtection~1~0~b__5_0 +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.Internal.DataProtectionBuilder.get_Services()~Microsoft.AspNetCore.DataProtection.Internal.DataProtectionBuilder,Microsoft.AspNetCore.DataProtection~0~0~get_Services +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.Internal.HostingApplicationDiscriminator..ctor()~Microsoft.AspNetCore.DataProtection.Internal.HostingApplicationDiscriminator,Microsoft.AspNetCore.DataProtection~0~0~.ctor +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.Internal.KeyManagementOptionsPostSetup..ctor()~Microsoft.AspNetCore.DataProtection.Internal.KeyManagementOptionsPostSetup,Microsoft.AspNetCore.DataProtection~0~0~.ctor +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.Internal.KeyManagementOptionsSetup..ctor(IRegistryPolicyResolver)~Microsoft.AspNetCore.DataProtection.Internal.KeyManagementOptionsSetup,Microsoft.AspNetCore.DataProtection~1~0~.ctor +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver..ctor()~Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver,Microsoft.AspNetCore.DataProtection~0~0~.ctor +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions.get_AuthenticatedEncryptorConfiguration()~Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions,Microsoft.AspNetCore.DataProtection~0~0~get_AuthenticatedEncryptorConfiguration +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions.set_NewKeyLifetime(TimeSpan)~Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions,Microsoft.AspNetCore.DataProtection~1~0~set_NewKeyLifetime +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions.set_XmlRepository(IXmlRepository)~Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions,Microsoft.AspNetCore.DataProtection~1~0~set_XmlRepository +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRing.GetAuthenticatedEncryptorByKeyId(Guid,bool&)~Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRing,Microsoft.AspNetCore.DataProtection~2~0~GetAuthenticatedEncryptorByKeyId +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRing+KeyHolder.GetEncryptorInstance(bool&)~Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRing+KeyHolder,Microsoft.AspNetCore.DataProtection~1~0~GetEncryptorInstance +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.DangerousUnprotect(uint8[],bool,bool&,bool&)~Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector,Microsoft.AspNetCore.DataProtection~4~0~DangerousUnprotect +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.ReadBigEndian32BitInteger(uint8*)~Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector,Microsoft.AspNetCore.DataProtection~1~0~ReadBigEndian32BitInteger +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.ReadGuid(void*)~Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector,Microsoft.AspNetCore.DataProtection~1~0~ReadGuid +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.TryGetVersionFromMagicHeader(uint32,int32&)~Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector,Microsoft.AspNetCore.DataProtection~2~0~TryGetVersionFromMagicHeader +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.UnprotectCore(uint8[],bool,UnprotectStatus&)~Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector,Microsoft.AspNetCore.DataProtection~3~0~UnprotectCore +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector+AdditionalAuthenticatedDataTemplate.GetAadForKey(Guid,bool)~Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector+AdditionalAuthenticatedDataTemplate,Microsoft.AspNetCore.DataProtection~2~0~GetAadForKey +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider..ctor(IKeyManager,IOptions`1,IDefaultKeyResolver)~Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider,Microsoft.AspNetCore.DataProtection~3~0~.ctor +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager..ctor(IOptions`1,IActivator)~Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager,Microsoft.AspNetCore.DataProtection~2~0~.ctor +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.Secret..ctor(uint8[])~Microsoft.AspNetCore.DataProtection.Secret,Microsoft.AspNetCore.DataProtection~1~0~.ctor +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.SP800_108.SP800_108_CTR_HMACSHA512Extensions.DeriveKeyWithContextHeader(ISP800_108_CTR_HMACSHA512Provider,uint8*,uint32,uint8[],uint8*,uint32,uint8*,uint32)~Microsoft.AspNetCore.DataProtection.SP800_108.SP800_108_CTR_HMACSHA512Extensions,Microsoft.AspNetCore.DataProtection~8~0~DeriveKeyWithContextHeader +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.TypeForwardingActivator..ctor(IServiceProvider)~Microsoft.AspNetCore.DataProtection.TypeForwardingActivator,Microsoft.AspNetCore.DataProtection~1~0~.ctor [Microsoft.AspNetCore.HostFiltering]Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.<.ctor>b__7_0(HostFilteringOptions)~Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware,Microsoft.AspNetCore.HostFiltering~1~0~<.ctor>b__7_0 [Microsoft.AspNetCore.Http]Microsoft.AspNetCore.Http.DefaultHttpContext.set_User(ClaimsPrincipal)~Microsoft.AspNetCore.Http.DefaultHttpContext,Microsoft.AspNetCore.Http~1~0~set_User [Microsoft.AspNetCore.Http]Microsoft.AspNetCore.Http.DefaultHttpRequest.get_IsHttps()~Microsoft.AspNetCore.Http.DefaultHttpRequest,Microsoft.AspNetCore.Http~0~0~get_IsHttps @@ -1189,6 +1495,12 @@ [Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets]Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketSender.SetBufferList(ReadOnlySequence`1&)~Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketSender,Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets~1~0~SetBufferList [Microsoft.AspNetCore.WebUtilities]Microsoft.AspNetCore.WebUtilities.QueryStringEnumerable+EncodedNameValuePair+<>c..cctor()~Microsoft.AspNetCore.WebUtilities.QueryStringEnumerable+EncodedNameValuePair+<>c,Microsoft.AspNetCore.WebUtilities~0~0~.cctor [Microsoft.AspNetCore.WebUtilities]Microsoft.AspNetCore.WebUtilities.QueryStringEnumerable+EncodedNameValuePair+<>c.b__9_0(Span`1,native int)~Microsoft.AspNetCore.WebUtilities.QueryStringEnumerable+EncodedNameValuePair+<>c,Microsoft.AspNetCore.WebUtilities~2~0~b__9_0 +[Microsoft.AspNetCore.WebUtilities]Microsoft.AspNetCore.WebUtilities.WebEncoders.Base64UrlDecode(string,int32,char[],int32,int32)~Microsoft.AspNetCore.WebUtilities.WebEncoders,Microsoft.AspNetCore.WebUtilities~5~0~Base64UrlDecode +[Microsoft.AspNetCore.WebUtilities]Microsoft.AspNetCore.WebUtilities.WebEncoders.Base64UrlDecode(string,int32,int32)~Microsoft.AspNetCore.WebUtilities.WebEncoders,Microsoft.AspNetCore.WebUtilities~3~0~Base64UrlDecode +[Microsoft.AspNetCore.WebUtilities]Microsoft.AspNetCore.WebUtilities.WebEncoders.Base64UrlDecode(string)~Microsoft.AspNetCore.WebUtilities.WebEncoders,Microsoft.AspNetCore.WebUtilities~1~0~Base64UrlDecode +[Microsoft.AspNetCore.WebUtilities]Microsoft.AspNetCore.WebUtilities.WebEncoders.GetArraySizeRequiredToDecode(int32)~Microsoft.AspNetCore.WebUtilities.WebEncoders,Microsoft.AspNetCore.WebUtilities~1~0~GetArraySizeRequiredToDecode +[Microsoft.AspNetCore.WebUtilities]Microsoft.AspNetCore.WebUtilities.WebEncoders.GetNumBase64PaddingCharsToAddForDecode(int32)~Microsoft.AspNetCore.WebUtilities.WebEncoders,Microsoft.AspNetCore.WebUtilities~1~0~GetNumBase64PaddingCharsToAddForDecode +[Microsoft.AspNetCore.WebUtilities]Microsoft.AspNetCore.WebUtilities.WebEncoders.ValidateParameters(int32,string,int32,int32)~Microsoft.AspNetCore.WebUtilities.WebEncoders,Microsoft.AspNetCore.WebUtilities~4~0~ValidateParameters [Microsoft.Azure.WebJobs.Extensions.Http]Microsoft.Azure.WebJobs.Extensions.Http.HttpRequestExtensions.GetQueryParameterDictionary(HttpRequest)~Microsoft.Azure.WebJobs.Extensions.Http.HttpRequestExtensions,Microsoft.Azure.WebJobs.Extensions.Http~1~0~GetQueryParameterDictionary [Microsoft.Azure.WebJobs.Extensions.Http]Microsoft.Azure.WebJobs.Extensions.Http.HttpRequestExtensions+<>c..cctor()~Microsoft.Azure.WebJobs.Extensions.Http.HttpRequestExtensions+<>c,Microsoft.Azure.WebJobs.Extensions.Http~0~0~.cctor [Microsoft.Azure.WebJobs.Extensions.Http]Microsoft.Azure.WebJobs.Extensions.Http.HttpRequestExtensions+<>c.b__5_0(KeyValuePair`2)~Microsoft.Azure.WebJobs.Extensions.Http.HttpRequestExtensions+<>c,Microsoft.Azure.WebJobs.Extensions.Http~1~0~b__5_0 @@ -1206,6 +1518,7 @@ [Microsoft.Azure.WebJobs.Host.Storage]Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager.GetContainerClient(string)~Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager,Microsoft.Azure.WebJobs.Host.Storage~1~0~GetContainerClient [Microsoft.Azure.WebJobs.Host.Storage]Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager.GetLockPath(string)~Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager,Microsoft.Azure.WebJobs.Host.Storage~1~0~GetLockPath [Microsoft.Azure.WebJobs.Host.Storage]Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager.ReadLeaseBlobMetadata(BlobClient,CancellationToken)~Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager,Microsoft.Azure.WebJobs.Host.Storage~2~0~ReadLeaseBlobMetadata +[Microsoft.Azure.WebJobs.Host.Storage]Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager.RenewAsync(IDistributedLock,CancellationToken)~Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager,Microsoft.Azure.WebJobs.Host.Storage~2~0~RenewAsync [Microsoft.Azure.WebJobs.Host.Storage]Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager.TryAcquireLeaseAsync(BlobClient,TimeSpan,string,CancellationToken)~Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager,Microsoft.Azure.WebJobs.Host.Storage~4~0~TryAcquireLeaseAsync [Microsoft.Azure.WebJobs.Host.Storage]Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager.TryLockAsync(string,string,string,string,TimeSpan,CancellationToken)~Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager,Microsoft.Azure.WebJobs.Host.Storage~6~0~TryLockAsync [Microsoft.Azure.WebJobs.Host.Storage]Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager.WriteLeaseBlobMetadata(BlobClient,string,string,CancellationToken)~Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager,Microsoft.Azure.WebJobs.Host.Storage~4~0~WriteLeaseBlobMetadata @@ -1213,6 +1526,8 @@ [Microsoft.Azure.WebJobs.Host.Storage]Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__15.MoveNext()~Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__15,Microsoft.Azure.WebJobs.Host.Storage~0~0~MoveNext [Microsoft.Azure.WebJobs.Host.Storage]Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__9.MoveNext()~Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__9,Microsoft.Azure.WebJobs.Host.Storage~0~0~MoveNext [Microsoft.Azure.WebJobs.Host.Storage]Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__18.MoveNext()~Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__18,Microsoft.Azure.WebJobs.Host.Storage~0~0~MoveNext +[Microsoft.Azure.WebJobs.Host.Storage]Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle.RenewAsync(ILogger,CancellationToken)~Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle,Microsoft.Azure.WebJobs.Host.Storage~2~0~RenewAsync +[Microsoft.Azure.WebJobs.Host.Storage]Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17.MoveNext()~Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage~0~0~MoveNext [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Binder..ctor(IAttributeBindingSource)~Microsoft.Azure.WebJobs.Binder,Microsoft.Azure.WebJobs.Host~1~0~.ctor [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Binder.Complete(CancellationToken)~Microsoft.Azure.WebJobs.Binder,Microsoft.Azure.WebJobs.Host~1~0~Complete [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Binder.Dispose(bool)~Microsoft.Azure.WebJobs.Binder,Microsoft.Azure.WebJobs.Host~1~0~Dispose @@ -1220,6 +1535,7 @@ [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Binder+d__14.MoveNext()~Microsoft.Azure.WebJobs.Binder+d__14,Microsoft.Azure.WebJobs.Host~0~0~MoveNext [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.ExecutionContext.get_InvocationId()~Microsoft.Azure.WebJobs.ExecutionContext,Microsoft.Azure.WebJobs.Host~0~0~get_InvocationId [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.ExecutionContext.get_RetryContext()~Microsoft.Azure.WebJobs.ExecutionContext,Microsoft.Azure.WebJobs.Host~0~0~get_RetryContext +[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.ExtensionInfo.get_ConfigurationSectionName()~Microsoft.Azure.WebJobs.ExtensionInfo,Microsoft.Azure.WebJobs.Host~0~0~get_ConfigurationSectionName [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Host.Bindings.AmbientBindingContext.get_BindingData()~Microsoft.Azure.WebJobs.Host.Bindings.AmbientBindingContext,Microsoft.Azure.WebJobs.Host~0~0~get_BindingData [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Host.Bindings.BindingContext.b__18_0()~Microsoft.Azure.WebJobs.Host.Bindings.BindingContext,Microsoft.Azure.WebJobs.Host~0~0~b__18_0 [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Host.Bindings.BindingContext.get_AmbientContext()~Microsoft.Azure.WebJobs.Host.Bindings.BindingContext,Microsoft.Azure.WebJobs.Host~0~0~get_AmbientContext @@ -1245,9 +1561,10 @@ [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Host.Bindings.Runtime.RuntimeValueProvider.ToInvokeString()~Microsoft.Azure.WebJobs.Host.Bindings.Runtime.RuntimeValueProvider,Microsoft.Azure.WebJobs.Host~0~0~ToInvokeString [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Host.Bindings.Runtime.RuntimeValueProvider+d__7.MoveNext()~Microsoft.Azure.WebJobs.Host.Bindings.Runtime.RuntimeValueProvider+d__7,Microsoft.Azure.WebJobs.Host~0~0~MoveNext [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Host.Bindings.SystemBindingData.AddToBindingData(Dictionary`2)~Microsoft.Azure.WebJobs.Host.Bindings.SystemBindingData,Microsoft.Azure.WebJobs.Host~1~0~AddToBindingData +[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Host.Config.ExtensionOptionsProvider`1.get_ExtensionInfo()~Microsoft.Azure.WebJobs.Host.Config.ExtensionOptionsProvider`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Host~0~0~get_ExtensionInfo +[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Host.Config.ExtensionOptionsProvider`1.GetOptions()~Microsoft.Azure.WebJobs.Host.Config.ExtensionOptionsProvider`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Host~0~0~GetOptions [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Host.ContextAccessor`1.get_Value()~Microsoft.Azure.WebJobs.Host.ContextAccessor`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Host~0~0~get_Value [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Host.Executors.Internal.FunctionInvoker.BeginSystemScope(string,string,int32)~Microsoft.Azure.WebJobs.Host.Executors.Internal.FunctionInvoker,Microsoft.Azure.WebJobs.Host~3~0~BeginSystemScope -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Host.Executors.Internal.FunctionInvoker.get_CurrentScope()~Microsoft.Azure.WebJobs.Host.Executors.Internal.FunctionInvoker,Microsoft.Azure.WebJobs.Host~0~0~get_CurrentScope [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Host.Hosting.TrackedConfigurationBuilder.Add(IConfigurationSource)~Microsoft.Azure.WebJobs.Host.Hosting.TrackedConfigurationBuilder,Microsoft.Azure.WebJobs.Host~1~0~Add [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Host.Hosting.TrackedConfigurationBuilder.get_TrackedConfigurationSources()~Microsoft.Azure.WebJobs.Host.Hosting.TrackedConfigurationBuilder,Microsoft.Azure.WebJobs.Host~0~0~get_TrackedConfigurationSources [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Host.Hosting.TrackedConfigurationBuilder.ResetTracking()~Microsoft.Azure.WebJobs.Host.Hosting.TrackedConfigurationBuilder,Microsoft.Azure.WebJobs.Host~0~0~ResetTracking @@ -1258,6 +1575,7 @@ [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Host.NameResolverExtensions.ResolveWholeStringCore(INameResolver,string,bool)~Microsoft.Azure.WebJobs.Host.NameResolverExtensions,Microsoft.Azure.WebJobs.Host~3~0~ResolveWholeStringCore [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Host.NameResolverExtensions.TryResolveWholeString(INameResolver,string,string&)~Microsoft.Azure.WebJobs.Host.NameResolverExtensions,Microsoft.Azure.WebJobs.Host~3~0~TryResolveWholeString [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Hosting.PrimaryHostCoordinator.b__33_0()~Microsoft.Azure.WebJobs.Hosting.PrimaryHostCoordinator,Microsoft.Azure.WebJobs.Host~0~0~b__33_0 +[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Hosting.PrimaryHostStateProvider.get_IsPrimary()~Microsoft.Azure.WebJobs.Hosting.PrimaryHostStateProvider,Microsoft.Azure.WebJobs.Host~0~0~get_IsPrimary [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Hosting.WebJobsConfigurationBuilder.get_ConfigurationBuilder()~Microsoft.Azure.WebJobs.Hosting.WebJobsConfigurationBuilder,Microsoft.Azure.WebJobs.Host~0~0~get_ConfigurationBuilder [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionOutputLogger.Log<__Canon>(LogLevel,EventId,__Canon,Exception,Func`3<__Canon,Exception,string>)~Microsoft.Azure.WebJobs.Logging.FunctionOutputLogger,Microsoft.Azure.WebJobs.Host~5~1:System.__Canon,System.Private.CoreLib~Log [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.WebJobsBuilderExtensions..cctor()~Microsoft.Azure.WebJobs.WebJobsBuilderExtensions,Microsoft.Azure.WebJobs.Host~0~0~.cctor @@ -1268,6 +1586,7 @@ [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.WebJobsBuilderExtensions.UseWebJobsStartup(IWebJobsBuilder,Type,WebJobsBuilderContext,ILoggerFactory)~Microsoft.Azure.WebJobs.WebJobsBuilderExtensions,Microsoft.Azure.WebJobs.Host~4~0~UseWebJobsStartup [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.WebJobsBuilderExtensions+<>c.b__26_0(Type)~Microsoft.Azure.WebJobs.WebJobsBuilderExtensions+<>c,Microsoft.Azure.WebJobs.Host~1~0~b__26_0 [Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.WebJobsBuilderExtensions+<>c.b__16_0(Type)~Microsoft.Azure.WebJobs.WebJobsBuilderExtensions+<>c,Microsoft.Azure.WebJobs.Host~1~0~b__16_0 +[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.WebJobsExtensionBuilderExtensions+<>c__DisplayClass2_0`1.b__1(IServiceProvider)~Microsoft.Azure.WebJobs.WebJobsExtensionBuilderExtensions+<>c__DisplayClass2_0`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Host~1~0~b__1 [Microsoft.Azure.WebJobs.Logging.ApplicationInsights]Microsoft.Azure.WebJobs.Logging.ApplicationInsights.ApplicationInsightsLogger.Log<__Canon>(LogLevel,EventId,__Canon,Exception,Func`3<__Canon,Exception,string>)~Microsoft.Azure.WebJobs.Logging.ApplicationInsights.ApplicationInsightsLogger,Microsoft.Azure.WebJobs.Logging.ApplicationInsights~5~1:System.__Canon,System.Private.CoreLib~Log [Microsoft.Azure.WebJobs.Logging.ApplicationInsights]Microsoft.Azure.WebJobs.Logging.ApplicationInsights.ApplicationInsightsLoggerOptions.get_AdaptiveSamplingInitializationDelay()~Microsoft.Azure.WebJobs.Logging.ApplicationInsights.ApplicationInsightsLoggerOptions,Microsoft.Azure.WebJobs.Logging.ApplicationInsights~0~0~get_AdaptiveSamplingInitializationDelay [Microsoft.Azure.WebJobs.Logging.ApplicationInsights]Microsoft.Azure.WebJobs.Logging.ApplicationInsights.ApplicationInsightsLoggerOptions.get_ConnectionString()~Microsoft.Azure.WebJobs.Logging.ApplicationInsights.ApplicationInsightsLoggerOptions,Microsoft.Azure.WebJobs.Logging.ApplicationInsights~0~0~get_ConnectionString @@ -1539,6 +1858,8 @@ [Microsoft.Azure.WebJobs.Script.Grpc]RpcClaimsIdentity.CalculateSize()~RpcClaimsIdentity,Microsoft.Azure.WebJobs.Script.Grpc~0~0~CalculateSize [Microsoft.Azure.WebJobs.Script.Grpc]RpcClaimsIdentity.pb::Google.Protobuf.IBufferMessage.InternalWriteTo(WriteContext&)~RpcClaimsIdentity,Microsoft.Azure.WebJobs.Script.Grpc~1~0~pb::Google.Protobuf.IBufferMessage.InternalWriteTo [Microsoft.Azure.WebJobs.Script.Grpc]RpcClaimsIdentity+<>c..cctor()~RpcClaimsIdentity+<>c,Microsoft.Azure.WebJobs.Script.Grpc~0~0~.cctor +[Microsoft.Azure.WebJobs.Script.WebHost]<>f__AnonymousType8`6..ctor(__Canon,__Canon,__Canon,__Canon,__Canon,__Canon)~<>f__AnonymousType8`6[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost~6~0~.ctor +[Microsoft.Azure.WebJobs.Script.WebHost]<>f__AnonymousType8`6.Equals(object)~<>f__AnonymousType8`6[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost~1~0~Equals [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.AssemblyAnalyzer.AssemblyAnalysisService.b__10_0(StandbyOptions)~Microsoft.Azure.WebJobs.Script.WebHost.AssemblyAnalyzer.AssemblyAnalysisService,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__10_0 [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.AssemblyAnalyzer.AssemblyAnalysisService.ScheduleAssemblyAnalysis()~Microsoft.Azure.WebJobs.Script.WebHost.AssemblyAnalyzer.AssemblyAnalysisService,Microsoft.Azure.WebJobs.Script.WebHost~0~0~ScheduleAssemblyAnalysis [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.AssemblyAnalyzer.AssemblyAnalysisService+<>c..cctor()~Microsoft.Azure.WebJobs.Script.WebHost.AssemblyAnalyzer.AssemblyAnalysisService+<>c,Microsoft.Azure.WebJobs.Script.WebHost~0~0~.cctor @@ -1550,11 +1871,19 @@ [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Authentication.AuthenticationLevelOptions..ctor()~Microsoft.Azure.WebJobs.Script.WebHost.Authentication.AuthenticationLevelOptions,Microsoft.Azure.WebJobs.Script.WebHost~0~0~.ctor [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.BaseSecretsRepository..ctor(string,ILogger,IEnvironment)~Microsoft.Azure.WebJobs.Script.WebHost.BaseSecretsRepository,Microsoft.Azure.WebJobs.Script.WebHost~3~0~.ctor [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.BaseSecretsRepository.add_SecretsChanged(EventHandler`1)~Microsoft.Azure.WebJobs.Script.WebHost.BaseSecretsRepository,Microsoft.Azure.WebJobs.Script.WebHost~1~0~add_SecretsChanged +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.BaseSecretsRepository.GetSecretFileName(string)~Microsoft.Azure.WebJobs.Script.WebHost.BaseSecretsRepository,Microsoft.Azure.WebJobs.Script.WebHost~1~0~GetSecretFileName [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.BaseSecretsRepository.InitializeSentinelDirectoryAndWatcher()~Microsoft.Azure.WebJobs.Script.WebHost.BaseSecretsRepository,Microsoft.Azure.WebJobs.Script.WebHost~0~0~InitializeSentinelDirectoryAndWatcher [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository..ctor(string,string,string,ILogger,IEnvironment,IAzureBlobStorageProvider)~Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository,Microsoft.Azure.WebJobs.Script.WebHost~6~0~.ctor +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository.CreateBlobContainerClient(string)~Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository,Microsoft.Azure.WebJobs.Script.WebHost~1~0~CreateBlobContainerClient [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository.get_IsEncryptionSupported()~Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository,Microsoft.Azure.WebJobs.Script.WebHost~0~0~get_IsEncryptionSupported [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository.get_Name()~Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository,Microsoft.Azure.WebJobs.Script.WebHost~0~0~get_Name +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository.ReadAsync(ScriptSecretsType,string)~Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository,Microsoft.Azure.WebJobs.Script.WebHost~2~0~ReadAsync +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__15.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__15,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Configuration.ScriptApplicationHostOptionsChangeTokenSource.<.ctor>b__3_0(StandbyOptions)~Microsoft.Azure.WebJobs.Script.WebHost.Configuration.ScriptApplicationHostOptionsChangeTokenSource,Microsoft.Azure.WebJobs.Script.WebHost~1~0~<.ctor>b__3_0 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.DataProtectionKeyValueConverter..ctor(FileAccess)~Microsoft.Azure.WebJobs.Script.WebHost.DataProtectionKeyValueConverter,Microsoft.Azure.WebJobs.Script.WebHost~1~0~.ctor +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.DataProtectionKeyValueConverter.ReadValue(Key)~Microsoft.Azure.WebJobs.Script.WebHost.DataProtectionKeyValueConverter,Microsoft.Azure.WebJobs.Script.WebHost~1~0~ReadValue +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.DataProtectionKeyValueConverter.Unprotect(Key)~Microsoft.Azure.WebJobs.Script.WebHost.DataProtectionKeyValueConverter,Microsoft.Azure.WebJobs.Script.WebHost~1~0~Unprotect +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.DefaultKeyValueConverterFactory.GetValueReader(Key)~Microsoft.Azure.WebJobs.Script.WebHost.DefaultKeyValueConverterFactory,Microsoft.Azure.WebJobs.Script.WebHost~1~0~GetValueReader [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.DefaultKeyValueConverterFactory.IsEncryptionSupported()~Microsoft.Azure.WebJobs.Script.WebHost.DefaultKeyValueConverterFactory,Microsoft.Azure.WebJobs.Script.WebHost~0~0~IsEncryptionSupported [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.DefaultSecretManagerProvider.<.ctor>b__12_0(ScriptApplicationHostOptions)~Microsoft.Azure.WebJobs.Script.WebHost.DefaultSecretManagerProvider,Microsoft.Azure.WebJobs.Script.WebHost~1~0~<.ctor>b__12_0 [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.DefaultSecretManagerProvider.Create()~Microsoft.Azure.WebJobs.Script.WebHost.DefaultSecretManagerProvider,Microsoft.Azure.WebJobs.Script.WebHost~0~0~Create @@ -1568,17 +1897,79 @@ [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DiagnosticEventLogger.IsDiagnosticEvent(IDictionary`2)~Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DiagnosticEventLogger,Microsoft.Azure.WebJobs.Script.WebHost~1~0~IsDiagnosticEvent [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DiagnosticEventLogger.Log<__Canon>(LogLevel,EventId,__Canon,Exception,Func`3<__Canon,Exception,string>)~Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DiagnosticEventLogger,Microsoft.Azure.WebJobs.Script.WebHost~5~1:System.__Canon,System.Private.CoreLib~Log [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DiagnosticListenerService+<>c.<.ctor>b__6_0(StandbyOptions)~Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DiagnosticListenerService+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~<.ctor>b__6_0 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DiagnosticListenerService+HostListenerObserver.OnNext(KeyValuePair`2)~Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DiagnosticListenerService+HostListenerObserver,Microsoft.Azure.WebJobs.Script.WebHost~1~0~OnNext [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.MetricsEventManager.<.ctor>b__9_0(AppServiceOptions)~Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.MetricsEventManager,Microsoft.Azure.WebJobs.Script.WebHost~1~0~<.ctor>b__9_0 [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.MetricsEventManager+FunctionActivityTracker.<.ctor>b__15_0(AppServiceOptions)~Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.MetricsEventManager+FunctionActivityTracker,Microsoft.Azure.WebJobs.Script.WebHost~1~0~<.ctor>b__15_0 [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.SystemLogger.<.ctor>b__11_0(AppServiceOptions)~Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.SystemLogger,Microsoft.Azure.WebJobs.Script.WebHost~1~0~<.ctor>b__11_0 -[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.SystemLogger.Log<__Canon>(LogLevel,EventId,__Canon,Exception,Func`3<__Canon,Exception,string>)~Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.SystemLogger,Microsoft.Azure.WebJobs.Script.WebHost~5~1:System.__Canon,System.Private.CoreLib~Log +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions.GetFunctionConfig(FunctionMetadata,string)~Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions,Microsoft.Azure.WebJobs.Script.WebHost~2~0~GetFunctionConfig +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions.GetFunctionConfigFromMetadata(FunctionMetadata)~Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions,Microsoft.Azure.WebJobs.Script.WebHost~1~0~GetFunctionConfigFromMetadata +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions.GetFunctionHref(string,string)~Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions,Microsoft.Azure.WebJobs.Script.WebHost~2~0~GetFunctionHref +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions.GetFunctionInvokeUrlTemplate(string,FunctionMetadata,string)~Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions,Microsoft.Azure.WebJobs.Script.WebHost~3~0~GetFunctionInvokeUrlTemplate +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions.GetFunctionPathOrNull(string,string)~Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions,Microsoft.Azure.WebJobs.Script.WebHost~2~0~GetFunctionPathOrNull +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions.GetMetadataPathOrNull(string)~Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions,Microsoft.Azure.WebJobs.Script.WebHost~1~0~GetMetadataPathOrNull +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions.GetTestData(string,ScriptJobHostOptions)~Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions,Microsoft.Azure.WebJobs.Script.WebHost~2~0~GetTestData +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions.GetTestDataFilePath(string,ScriptJobHostOptions)~Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions,Microsoft.Azure.WebJobs.Script.WebHost~2~0~GetTestDataFilePath +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions.ToFunctionMetadataResponse(FunctionMetadata,ScriptJobHostOptions,string,string,bool)~Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions,Microsoft.Azure.WebJobs.Script.WebHost~5~0~ToFunctionMetadataResponse +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions.ToFunctionTrigger(FunctionMetadata,ScriptJobHostOptions,bool)~Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions,Microsoft.Azure.WebJobs.Script.WebHost~3~0~ToFunctionTrigger +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+<>c..cctor()~Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+<>c,Microsoft.Azure.WebJobs.Script.WebHost~0~0~.cctor +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+<>c.b__8_0(BindingMetadata)~Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__8_0 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+<>c.b__11_0(BindingMetadata)~Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__11_0 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__6.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__6,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__9.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__9,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__0.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__0,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__1.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__1,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Extensions.IEnumerableTasksExtensions.WhenAll<__Canon>(IEnumerable`1>)~Microsoft.Azure.WebJobs.Script.WebHost.Extensions.IEnumerableTasksExtensions,Microsoft.Azure.WebJobs.Script.WebHost~1~1:System.__Canon,System.Private.CoreLib~WhenAll +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Extensions.WebHostSettingsExtensions.ToHostOptions(ScriptApplicationHostOptions,bool)~Microsoft.Azure.WebJobs.Script.WebHost.Extensions.WebHostSettingsExtensions,Microsoft.Azure.WebJobs.Script.WebHost~2~0~ToHostOptions [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Features.FunctionExecutionFeature+<>c__DisplayClass9_0.b__0(Dictionary`2,Exception)~Microsoft.Azure.WebJobs.Script.WebHost.Features.FunctionExecutionFeature+<>c__DisplayClass9_0,Microsoft.Azure.WebJobs.Script.WebHost~2~0~b__0 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.FunctionSecrets.get_HasStaleKeys()~Microsoft.Azure.WebJobs.Script.WebHost.FunctionSecrets,Microsoft.Azure.WebJobs.Script.WebHost~0~0~get_HasStaleKeys +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.FunctionSecrets+<>c..cctor()~Microsoft.Azure.WebJobs.Script.WebHost.FunctionSecrets+<>c,Microsoft.Azure.WebJobs.Script.WebHost~0~0~.cctor +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.FunctionSecrets+<>c.b__7_0(Key)~Microsoft.Azure.WebJobs.Script.WebHost.FunctionSecrets+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__7_0 [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService..ctor(ILoggerFactory,IScriptHostManager,IPrimaryHostStateProvider,IFunctionsSyncManager,IEnvironment)~Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService,Microsoft.Azure.WebJobs.Script.WebHost~5~0~.ctor +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService.get_ShouldSyncTriggers()~Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService,Microsoft.Azure.WebJobs.Script.WebHost~0~0~get_ShouldSyncTriggers +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService.OnSyncTimerTick(object)~Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService,Microsoft.Azure.WebJobs.Script.WebHost~1~0~OnSyncTimerTick [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService.StartAsync(CancellationToken)~Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService,Microsoft.Azure.WebJobs.Script.WebHost~1~0~StartAsync +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService+d__16.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService+d__16,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Health.TokenExpirationService.<.ctor>b__4_0(StandbyOptions)~Microsoft.Azure.WebJobs.Script.WebHost.Health.TokenExpirationService,Microsoft.Azure.WebJobs.Script.WebHost~1~0~<.ctor>b__4_0 [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Health.TokenExpirationService.AnalyzeSasTokenInUri()~Microsoft.Azure.WebJobs.Script.WebHost.Health.TokenExpirationService,Microsoft.Azure.WebJobs.Script.WebHost~0~0~AnalyzeSasTokenInUri [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Health.TokenExpirationService.EmitLogging(Dictionary`2)~Microsoft.Azure.WebJobs.Script.WebHost.Health.TokenExpirationService,Microsoft.Azure.WebJobs.Script.WebHost~1~0~EmitLogging +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.HostSecrets.get_HasStaleKeys()~Microsoft.Azure.WebJobs.Script.WebHost.HostSecrets,Microsoft.Azure.WebJobs.Script.WebHost~0~0~get_HasStaleKeys +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.HostSecrets+<>c..cctor()~Microsoft.Azure.WebJobs.Script.WebHost.HostSecrets+<>c,Microsoft.Azure.WebJobs.Script.WebHost~0~0~.cctor +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.HostSecrets+<>c.b__13_0(Key)~Microsoft.Azure.WebJobs.Script.WebHost.HostSecrets+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__13_0 [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Key.SecretValueEquals(string,string)~Microsoft.Azure.WebJobs.Script.WebHost.Key,Microsoft.Azure.WebJobs.Script.WebHost~2~0~SecretValueEquals +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.KeyValueConverter.ValidateAccess(FileAccess)~Microsoft.Azure.WebJobs.Script.WebHost.KeyValueConverter,Microsoft.Azure.WebJobs.Script.WebHost~1~0~ValidateAccess +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager.CheckHashAsync(BlobClient,string)~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager,Microsoft.Azure.WebJobs.Script.WebHost~2~0~CheckHashAsync +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager.get_ArmCacheEnabled()~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager,Microsoft.Azure.WebJobs.Script.WebHost~0~0~get_ArmCacheEnabled +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager.GetFunctionTriggers(IEnumerable`1,ScriptJobHostOptions)~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager,Microsoft.Azure.WebJobs.Script.WebHost~2~0~GetFunctionTriggers +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager.GetHashBlobAsync()~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager,Microsoft.Azure.WebJobs.Script.WebHost~0~0~GetHashBlobAsync +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager.GetMinimalPayload(string,JArray,JObject)~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager,Microsoft.Azure.WebJobs.Script.WebHost~3~0~GetMinimalPayload +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager.GetSyncTriggersPayload()~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager,Microsoft.Azure.WebJobs.Script.WebHost~0~0~GetSyncTriggersPayload +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager.IsDurableTrigger(JObject)~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager,Microsoft.Azure.WebJobs.Script.WebHost~1~0~IsDurableTrigger +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager.PrepareSyncTriggers()~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager,Microsoft.Azure.WebJobs.Script.WebHost~0~0~PrepareSyncTriggers +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager.TrySyncTriggersAsync(bool)~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager,Microsoft.Azure.WebJobs.Script.WebHost~1~0~TrySyncTriggersAsync +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c__DisplayClass42_0.b__1(FunctionMetadata)~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c__DisplayClass42_0,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__1 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c..cctor()~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c,Microsoft.Azure.WebJobs.Script.WebHost~0~0~.cctor +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c.b__36_0(StringBuilder,uint8)~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c,Microsoft.Azure.WebJobs.Script.WebHost~2~0~b__36_0 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c.b__42_0(FunctionMetadata)~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__42_0 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c.b__42_2(JObject)~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__42_2 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c.b__39_0(FunctionMetadata)~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__39_0 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c.b__39_1(FunctionMetadata)~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__39_1 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c.b__39_2(FunctionMetadata)~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__39_2 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c.b__39_3(FunctionMetadataResponse)~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__39_3 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c.b__39_4(FunctionMetadata)~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__39_4 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c.b__39_5(FunctionMetadata)~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__39_5 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c.b__39_6(BindingMetadata)~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__39_6 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__36.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__36,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__42.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__42,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__38.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__38,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__39.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__39,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__33.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.VirtualFileSystem.FilePathToVfsUri(string,string,ScriptJobHostOptions,bool)~Microsoft.Azure.WebJobs.Script.WebHost.Management.VirtualFileSystem,Microsoft.Azure.WebJobs.Script.WebHost~4~0~FilePathToVfsUri +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager.GetBaseUrl(HostNameProvider)~Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager,Microsoft.Azure.WebJobs.Script.WebHost~1~0~GetBaseUrl +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager.GetFunctionMetadataResponse(IEnumerable`1,ScriptJobHostOptions,HostNameProvider,bool)~Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager,Microsoft.Azure.WebJobs.Script.WebHost~4~0~GetFunctionMetadataResponse +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager.GetRoutePrefix(string)~Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager,Microsoft.Azure.WebJobs.Script.WebHost~1~0~GetRoutePrefix +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+<>c__DisplayClass12_0.b__0(FunctionMetadata)~Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+<>c__DisplayClass12_0,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__0 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__12.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__12,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__20.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__20,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Metrics.HostMetricsProvider.<.ctor>b__8_0(StandbyOptions)~Microsoft.Azure.WebJobs.Script.WebHost.Metrics.HostMetricsProvider,Microsoft.Azure.WebJobs.Script.WebHost~1~0~<.ctor>b__8_0 [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Metrics.HostMetricsProvider.b__17_0(Instrument,MeterListener)~Microsoft.Azure.WebJobs.Script.WebHost.Metrics.HostMetricsProvider,Microsoft.Azure.WebJobs.Script.WebHost~2~0~b__17_0 [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Metrics.HostMetricsProvider.AddOrUpdateMetricsCache(string,int64)~Microsoft.Azure.WebJobs.Script.WebHost.Metrics.HostMetricsProvider,Microsoft.Azure.WebJobs.Script.WebHost~2~0~AddOrUpdateMetricsCache @@ -1590,25 +1981,51 @@ [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Metrics.HostMetricsProvider+<>c.b__17_1(KeyValuePair`2)~Microsoft.Azure.WebJobs.Script.WebHost.Metrics.HostMetricsProvider+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__17_1 [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Middleware.SystemTraceMiddleware+<>c.b__5_1(Claim)~Microsoft.Azure.WebJobs.Script.WebHost.Middleware.SystemTraceMiddleware+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__5_1 [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Properties.Resources.get_HostSpecializationTrace()~Microsoft.Azure.WebJobs.Script.WebHost.Properties.Resources,Microsoft.Azure.WebJobs.Script.WebHost~0~0~get_HostSpecializationTrace +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecrets..ctor()~Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecrets,Microsoft.Azure.WebJobs.Script.WebHost~0~0~.ctor +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializer..cctor()~Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializer,Microsoft.Azure.WebJobs.Script.WebHost~0~0~.cctor +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializer.DeserializeSecrets<__Canon>(string)~Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializer,Microsoft.Azure.WebJobs.Script.WebHost~1~1:System.__Canon,System.Private.CoreLib~DeserializeSecrets +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializer.GetSerializer(JObject,Type)~Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializer,Microsoft.Azure.WebJobs.Script.WebHost~2~0~GetSerializer +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializer.ResolveSerializerAndRun<__Canon>(string,Type,Func`3)~Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializer,Microsoft.Azure.WebJobs.Script.WebHost~3~1:System.__Canon,System.Private.CoreLib~ResolveSerializerAndRun +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializer+<>c__6`1..cctor()~Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializer+<>c__6`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost~0~0~.cctor +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializer+<>c__6`1.b__6_0(IScriptSecretSerializer,JObject)~Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializer+<>c__6`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost~2~0~b__6_0 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializer+<>c__DisplayClass8_0.b__0(IScriptSecretSerializer)~Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializer+<>c__DisplayClass8_0,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__0 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializerV0.CanSerialize(JObject,Type)~Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializerV0,Microsoft.Azure.WebJobs.Script.WebHost~2~0~CanSerialize +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializerV1.CanSerialize(JObject,Type)~Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializerV1,Microsoft.Azure.WebJobs.Script.WebHost~2~0~CanSerialize +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializerV1.DeserializeSecrets<__Canon>(JObject)~Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializerV1,Microsoft.Azure.WebJobs.Script.WebHost~1~1:System.__Canon,System.Private.CoreLib~DeserializeSecrets [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager..ctor(ISecretsRepository,IKeyValueConverterFactory,ILogger,IMetricsLogger,HostNameProvider,StartupContextProvider)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~6~0~.ctor [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.g__GetAuthorizationLevelAndValidateAsync|34_0(string,string)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~2~0~g__GetAuthorizationLevelAndValidateAsync|34_0 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.b__48_0(Key)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__48_0 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.ClearCache()~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~0~0~ClearCache [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.GetAuthorizationLevelAsync(ISecretManager,string,string)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~3~0~GetAuthorizationLevelAsync [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.GetAuthorizationLevelOrNullAsync(string,string)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~2~0~GetAuthorizationLevelOrNullAsync [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.GetFunctionSecretsAsync(string,bool)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~2~0~GetFunctionSecretsAsync +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.GetFunctionSecretsLock(string)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~1~0~GetFunctionSecretsLock [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.GetHostSecretsAsync()~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~0~0~GetHostSecretsAsync +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.GetSecretsType<__Canon>()~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~0~1:System.__Canon,System.Private.CoreLib~GetSecretsType [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.HasMatchingKey(IDictionary`2,string,string&)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~3~0~HasMatchingKey [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.InitializeCache()~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~0~0~InitializeCache +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.LoadSecretsAsync(ScriptSecretsType,string)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~2~0~LoadSecretsAsync +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.LoadSecretsAsync<__Canon>(string)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~1~1:System.__Canon,System.Private.CoreLib~LoadSecretsAsync +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.ReadHostSecrets(HostSecrets)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~1~0~ReadHostSecrets [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.ValidateHostSecrets(string,IDictionary`2,IDictionary`2)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~3~0~ValidateHostSecrets [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.ValidateSecret(string,string,uint64,string)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~4~0~ValidateSecret [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.ValidateSecrets(IDictionary`2,uint64,string)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~3~0~ValidateSecrets [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<>c__DisplayClass22_0.b__3(Key)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<>c__DisplayClass22_0,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__3 [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<>c__DisplayClass36_0.b__0(KeyValuePair`2)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<>c__DisplayClass36_0,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__0 [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<>c..cctor()~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<>c,Microsoft.Azure.WebJobs.Script.WebHost~0~0~.cctor [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<>c.<.ctor>b__18_0()~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<>c,Microsoft.Azure.WebJobs.Script.WebHost~0~0~<.ctor>b__18_0 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<>c.b__22_0(Key)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__22_0 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<>c.b__22_1(Key)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__22_1 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<>c.b__62_0(string)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__62_0 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<>c.b__21_0(Key)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__21_0 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<>c.b__21_1(Key)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__21_1 [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__22.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__22,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__21.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__21,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__32`1.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__32`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__33.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretsUtility.GetEncryptionKeyValue(IEnvironment)~Microsoft.Azure.WebJobs.Script.WebHost.SecretsUtility,Microsoft.Azure.WebJobs.Script.WebHost~1~0~GetEncryptionKeyValue [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretsUtility.GetTokenIssuerSigningKeys()~Microsoft.Azure.WebJobs.Script.WebHost.SecretsUtility,Microsoft.Azure.WebJobs.Script.WebHost~0~0~GetTokenIssuerSigningKeys [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretsUtility.ToKeyBytes(string)~Microsoft.Azure.WebJobs.Script.WebHost.SecretsUtility,Microsoft.Azure.WebJobs.Script.WebHost~1~0~ToKeyBytes @@ -1674,7 +2091,39 @@ [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Binding.RawScriptResult+d__19.MoveNext()~Microsoft.Azure.WebJobs.Script.Binding.RawScriptResult+d__19,Microsoft.Azure.WebJobs.Script~0~0~MoveNext [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Binding.WebJobsCoreScriptBindingProvider+HttpScriptBinding.get_DefaultType()~Microsoft.Azure.WebJobs.Script.Binding.WebJobsCoreScriptBindingProvider+HttpScriptBinding,Microsoft.Azure.WebJobs.Script~0~0~get_DefaultType [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.BlobServiceClientProvider.CreateClient(IConfiguration,TokenCredential,BlobClientOptions)~Microsoft.Azure.WebJobs.Script.BlobServiceClientProvider,Microsoft.Azure.WebJobs.Script~3~0~CreateClient +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.FunctionsHostingConfigOptions.get_IsTestDataSuppressionEnabled()~Microsoft.Azure.WebJobs.Script.Config.FunctionsHostingConfigOptions,Microsoft.Azure.WebJobs.Script~0~0~get_IsTestDataSuppressionEnabled +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext..cctor()~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~0~0~.cctor +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.Create_Int32(JsonSerializerOptions)~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~1~0~Create_Int32 +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.Create_Int64(JsonSerializerOptions)~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~1~0~Create_Int64 +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.Create_LogMessage(JsonSerializerOptions)~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~1~0~Create_LogMessage +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.Create_NullableInt32(JsonSerializerOptions)~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~1~0~Create_NullableInt32 +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.Create_NullableInt64(JsonSerializerOptions)~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~1~0~Create_NullableInt64 +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.get_GeneratedSerializerOptions()~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~0~0~get_GeneratedSerializerOptions +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.get_LogMessage()~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~0~0~get_LogMessage +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.get_NullableInt32()~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~0~0~get_NullableInt32 +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.get_NullableInt64()~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~0~0~get_NullableInt64 +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.GetRuntimeConverterForType(Type,JsonSerializerOptions)~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~2~0~GetRuntimeConverterForType +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.global::System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver.GetTypeInfo(Type,JsonSerializerOptions)~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~2~0~global::System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver.GetTypeInfo +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.IEnumerableStringSerializeHandler(Utf8JsonWriter,IEnumerable`1)~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~2~0~IEnumerableStringSerializeHandler +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.IEnumerableTelemetryItemSerializeHandler(Utf8JsonWriter,IEnumerable`1)~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~2~0~IEnumerableTelemetryItemSerializeHandler +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.LogMessageSerializeHandler(Utf8JsonWriter,LogMessage)~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~2~0~LogMessageSerializeHandler +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.TelemetryItemSerializeHandler(Utf8JsonWriter,TelemetryItem)~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~2~0~TelemetryItemSerializeHandler +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.TryGetTypeInfoForRuntimeCustomConverter<__Canon>(JsonSerializerOptions,JsonTypeInfo`1<__Canon>&)~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~2~1:System.__Canon,System.Private.CoreLib~TryGetTypeInfoForRuntimeCustomConverter +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.TryGetTypeInfoForRuntimeCustomConverter(JsonSerializerOptions,JsonTypeInfo`1&)~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~2~1:System.Int32,System.Private.CoreLib~TryGetTypeInfoForRuntimeCustomConverter +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.TryGetTypeInfoForRuntimeCustomConverter(JsonSerializerOptions,JsonTypeInfo`1&)~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~2~1:System.Int64,System.Private.CoreLib~TryGetTypeInfoForRuntimeCustomConverter +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.TryGetTypeInfoForRuntimeCustomConverter>(JsonSerializerOptions,JsonTypeInfo`1>&)~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~2~1:System.Nullable`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~TryGetTypeInfoForRuntimeCustomConverter +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext.TryGetTypeInfoForRuntimeCustomConverter>(JsonSerializerOptions,JsonTypeInfo`1>&)~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext,Microsoft.Azure.WebJobs.Script~2~1:System.Nullable`1[[System.Int64,System.Private.CoreLib]],System.Private.CoreLib~TryGetTypeInfoForRuntimeCustomConverter +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.LogMessageContext+<>c..cctor()~Microsoft.Azure.WebJobs.Script.Config.LogMessageContext+<>c,Microsoft.Azure.WebJobs.Script~0~0~.cctor +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.ScriptSettingsManager.get_AzureWebsiteInstanceId()~Microsoft.Azure.WebJobs.Script.Config.ScriptSettingsManager,Microsoft.Azure.WebJobs.Script~0~0~get_AzureWebsiteInstanceId [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.ScriptSettingsManager.get_Instance()~Microsoft.Azure.WebJobs.Script.Config.ScriptSettingsManager,Microsoft.Azure.WebJobs.Script~0~0~get_Instance +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.TransmissionStatusHandler..cctor()~Microsoft.Azure.WebJobs.Script.Config.TransmissionStatusHandler,Microsoft.Azure.WebJobs.Script~0~0~.cctor +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.TransmissionStatusHandler.FormattedLog(object,TransmissionStatusEventArgs)~Microsoft.Azure.WebJobs.Script.Config.TransmissionStatusHandler,Microsoft.Azure.WebJobs.Script~2~0~FormattedLog +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.TransmissionStatusHandler.Handler(object,TransmissionStatusEventArgs)~Microsoft.Azure.WebJobs.Script.Config.TransmissionStatusHandler,Microsoft.Azure.WebJobs.Script~2~0~Handler +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.TransmissionStatusHandler+<>c..cctor()~Microsoft.Azure.WebJobs.Script.Config.TransmissionStatusHandler+<>c,Microsoft.Azure.WebJobs.Script~0~0~.cctor +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.TransmissionStatusHandler+<>c.b__2_0(ITelemetry)~Microsoft.Azure.WebJobs.Script.Config.TransmissionStatusHandler+<>c,Microsoft.Azure.WebJobs.Script~1~0~b__2_0 +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.TransmissionStatusHandler+<>c.b__2_1(IGrouping`2)~Microsoft.Azure.WebJobs.Script.Config.TransmissionStatusHandler+<>c,Microsoft.Azure.WebJobs.Script~1~0~b__2_1 +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.TransmissionStatusHandler+<>c.b__2_2(ITelemetry)~Microsoft.Azure.WebJobs.Script.Config.TransmissionStatusHandler+<>c,Microsoft.Azure.WebJobs.Script~1~0~b__2_2 +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Config.TransmissionStatusHandler+<>c.b__2_3(IGrouping`2)~Microsoft.Azure.WebJobs.Script.Config.TransmissionStatusHandler+<>c,Microsoft.Azure.WebJobs.Script~1~0~b__2_3 [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Configuration.ActiveHostConfigurationSource+ActiveHostConfigurationProvider.b__3_0(object)~Microsoft.Azure.WebJobs.Script.Configuration.ActiveHostConfigurationSource+ActiveHostConfigurationProvider,Microsoft.Azure.WebJobs.Script~1~0~b__3_0 [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.DebugStateProvider.<.ctor>b__7_2(ScriptApplicationHostOptions)~Microsoft.Azure.WebJobs.Script.DebugStateProvider,Microsoft.Azure.WebJobs.Script~1~0~<.ctor>b__7_2 [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.DependencyInjection.ExternalConfigurationStartupValidator..ctor(IConfiguration,IFunctionMetadataManager)~Microsoft.Azure.WebJobs.Script.DependencyInjection.ExternalConfigurationStartupValidator,Microsoft.Azure.WebJobs.Script~2~0~.ctor @@ -1758,10 +2207,17 @@ [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.EnvironmentExtensions.IsContainerReady(IEnvironment)~Microsoft.Azure.WebJobs.Script.EnvironmentExtensions,Microsoft.Azure.WebJobs.Script~1~0~IsContainerReady [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.EnvironmentExtensions.IsDotNetInProcSupported(IEnvironment)~Microsoft.Azure.WebJobs.Script.EnvironmentExtensions,Microsoft.Azure.WebJobs.Script~1~0~IsDotNetInProcSupported [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.EnvironmentExtensions.IsEasyAuthEnabled(IEnvironment)~Microsoft.Azure.WebJobs.Script.EnvironmentExtensions,Microsoft.Azure.WebJobs.Script~1~0~IsEasyAuthEnabled +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.EnvironmentExtensions.IsInValidationMode(IEnvironment)~Microsoft.Azure.WebJobs.Script.EnvironmentExtensions,Microsoft.Azure.WebJobs.Script~1~0~IsInValidationMode [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ExtensionBundle.ExtensionBundleManager.GetOutdatedBundleVersion()~Microsoft.Azure.WebJobs.Script.ExtensionBundle.ExtensionBundleManager,Microsoft.Azure.WebJobs.Script~0~0~GetOutdatedBundleVersion [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Extensions.BindingMetadataExtensions.SupportsDeferredBinding(BindingMetadata)~Microsoft.Azure.WebJobs.Script.Extensions.BindingMetadataExtensions,Microsoft.Azure.WebJobs.Script~1~0~SupportsDeferredBinding +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Extensions.JObjectExtensions.CamelCaseString(string)~Microsoft.Azure.WebJobs.Script.Extensions.JObjectExtensions,Microsoft.Azure.WebJobs.Script~1~0~CamelCaseString +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Extensions.JObjectExtensions.ToCamelCase(JObject)~Microsoft.Azure.WebJobs.Script.Extensions.JObjectExtensions,Microsoft.Azure.WebJobs.Script~1~0~ToCamelCase +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Extensions.JObjectExtensions.ToCamelCaseJToken(JToken)~Microsoft.Azure.WebJobs.Script.Extensions.JObjectExtensions,Microsoft.Azure.WebJobs.Script~1~0~ToCamelCaseJToken [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Extensions.TokenExtensions.ContainsToken(ReadOnlySpan`1,ReadOnlySpan`1,char,StringComparison)~Microsoft.Azure.WebJobs.Script.Extensions.TokenExtensions,Microsoft.Azure.WebJobs.Script~4~0~ContainsToken [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Extensions.TokenExtensions.ContainsToken(string,string,char,StringComparison)~Microsoft.Azure.WebJobs.Script.Extensions.TokenExtensions,Microsoft.Azure.WebJobs.Script~4~0~ContainsToken +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.FileUtility.DirectoryExists(string)~Microsoft.Azure.WebJobs.Script.FileUtility,Microsoft.Azure.WebJobs.Script~1~0~DirectoryExists +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.FileUtility.ReadAsync(string,Encoding)~Microsoft.Azure.WebJobs.Script.FileUtility,Microsoft.Azure.WebJobs.Script~2~0~ReadAsync +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.FileUtility+d__11.MoveNext()~Microsoft.Azure.WebJobs.Script.FileUtility+d__11,Microsoft.Azure.WebJobs.Script~0~0~MoveNext [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.FunctionMetadataExtensions.GetFunctionId(FunctionMetadata)~Microsoft.Azure.WebJobs.Script.FunctionMetadataExtensions,Microsoft.Azure.WebJobs.Script~1~0~GetFunctionId [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.FunctionMetadataExtensions.SetFunctionId(FunctionMetadata,string)~Microsoft.Azure.WebJobs.Script.FunctionMetadataExtensions,Microsoft.Azure.WebJobs.Script~2~0~SetFunctionId [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Host.ExtensionBundleManagerValidator..ctor(IExtensionBundleManager)~Microsoft.Azure.WebJobs.Script.Host.ExtensionBundleManagerValidator,Microsoft.Azure.WebJobs.Script~1~0~.ctor @@ -1774,6 +2230,9 @@ [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Host.MissingAzureFunctionsFolderValidator.Validate(ScriptJobHostOptions,IEnvironment,ILogger)~Microsoft.Azure.WebJobs.Script.Host.MissingAzureFunctionsFolderValidator,Microsoft.Azure.WebJobs.Script~3~0~Validate [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.HostNameProvider.get_Value()~Microsoft.Azure.WebJobs.Script.HostNameProvider,Microsoft.Azure.WebJobs.Script~0~0~get_Value [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.HostNameProvider.Reset()~Microsoft.Azure.WebJobs.Script.HostNameProvider,Microsoft.Azure.WebJobs.Script~0~0~Reset +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.HostOptionsProvider..ctor(IEnumerable`1,IOptionsMonitor`1,ILogger`1)~Microsoft.Azure.WebJobs.Script.HostOptionsProvider,Microsoft.Azure.WebJobs.Script~3~0~.ctor +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.HostOptionsProvider.GetExtensionOptions()~Microsoft.Azure.WebJobs.Script.HostOptionsProvider,Microsoft.Azure.WebJobs.Script~0~0~GetExtensionOptions +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.HostOptionsProvider.GetOptions()~Microsoft.Azure.WebJobs.Script.HostOptionsProvider,Microsoft.Azure.WebJobs.Script~0~0~GetOptions [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.IDictionaryExtensions.ToDictionaryAsync<__Canon,__Canon,__Canon>(IEnumerable`1<__Canon>,Func`2<__Canon,__Canon>,Func`2<__Canon,Task`1<__Canon>>)~Microsoft.Azure.WebJobs.Script.IDictionaryExtensions,Microsoft.Azure.WebJobs.Script~3~3:System.__Canon,System.Private.CoreLib:System.__Canon,System.Private.CoreLib:System.__Canon,System.Private.CoreLib~ToDictionaryAsync [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.IDictionaryExtensions.TryGetValue(IDictionary`2,string,bool&,bool)~Microsoft.Azure.WebJobs.Script.IDictionaryExtensions,Microsoft.Azure.WebJobs.Script~4~1:System.Boolean,System.Private.CoreLib~TryGetValue [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.IDictionaryExtensions.TryGetValue(IDictionary`2,string,CancellationTokenRegistration&,bool)~Microsoft.Azure.WebJobs.Script.IDictionaryExtensions,Microsoft.Azure.WebJobs.Script~4~1:System.Threading.CancellationTokenRegistration,System.Private.CoreLib~TryGetValue @@ -1805,12 +2264,16 @@ [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Models.ExtensionReferencesJsonContext+<>c..cctor()~Microsoft.Azure.WebJobs.Script.Models.ExtensionReferencesJsonContext+<>c,Microsoft.Azure.WebJobs.Script~0~0~.cctor [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Models.ExtensionReferencesJsonContext+<>c.b__3_0(object[])~Microsoft.Azure.WebJobs.Script.Models.ExtensionReferencesJsonContext+<>c,Microsoft.Azure.WebJobs.Script~1~0~b__3_0 [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Models.ExtensionReferencesJsonContext+<>c.b__15_0(object[])~Microsoft.Azure.WebJobs.Script.Models.ExtensionReferencesJsonContext+<>c,Microsoft.Azure.WebJobs.Script~1~0~b__15_0 +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptApplicationHostOptions.get_LogPath()~Microsoft.Azure.WebJobs.Script.ScriptApplicationHostOptions,Microsoft.Azure.WebJobs.Script~0~0~get_LogPath [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptApplicationHostOptions.get_SecretsPath()~Microsoft.Azure.WebJobs.Script.ScriptApplicationHostOptions,Microsoft.Azure.WebJobs.Script~0~0~get_SecretsPath +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptApplicationHostOptions.get_TestDataPath()~Microsoft.Azure.WebJobs.Script.ScriptApplicationHostOptions,Microsoft.Azure.WebJobs.Script~0~0~get_TestDataPath [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptHost.ValidateAndLogRuntimeMismatch(IEnumerable`1,string,IOptions`1,ILogger)~Microsoft.Azure.WebJobs.Script.ScriptHost,Microsoft.Azure.WebJobs.Script~4~0~ValidateAndLogRuntimeMismatch [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptHost+<>c__DisplayClass112_0.b__1(RpcWorkerConfig)~Microsoft.Azure.WebJobs.Script.ScriptHost+<>c__DisplayClass112_0,Microsoft.Azure.WebJobs.Script~1~0~b__1 [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptHost+<>c.b__114_2(FunctionMetadata)~Microsoft.Azure.WebJobs.Script.ScriptHost+<>c,Microsoft.Azure.WebJobs.Script~1~0~b__114_2 [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptHostBuilderExtensions+<>c.b__7_10(IServiceProvider)~Microsoft.Azure.WebJobs.Script.ScriptHostBuilderExtensions+<>c,Microsoft.Azure.WebJobs.Script~1~0~b__7_10 [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptJobHostOptions.get_TelemetryMode()~Microsoft.Azure.WebJobs.Script.ScriptJobHostOptions,Microsoft.Azure.WebJobs.Script~0~0~get_TelemetryMode +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptJobHostOptions.set_RootLogPath(string)~Microsoft.Azure.WebJobs.Script.ScriptJobHostOptions,Microsoft.Azure.WebJobs.Script~1~0~set_RootLogPath +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptJobHostOptions.set_TestDataPath(string)~Microsoft.Azure.WebJobs.Script.ScriptJobHostOptions,Microsoft.Azure.WebJobs.Script~1~0~set_TestDataPath [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.StorageClientProvider`2.CreateClient(IConfiguration,TokenCredential,__Canon)~Microsoft.Azure.WebJobs.Script.StorageClientProvider`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script~3~0~CreateClient [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.StorageClientProvider`2.CreateClientOptions(IConfiguration)~Microsoft.Azure.WebJobs.Script.StorageClientProvider`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script~1~0~CreateClientOptions [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.StorageClientProvider`2.IsConnectionStringPresent(IConfiguration)~Microsoft.Azure.WebJobs.Script.StorageClientProvider`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script~1~0~IsConnectionStringPresent @@ -1840,6 +2303,7 @@ [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.WorkerFunctionMetadataProvider+<>c.b__13_0(RawFunctionMetadata)~Microsoft.Azure.WebJobs.Script.WorkerFunctionMetadataProvider+<>c,Microsoft.Azure.WebJobs.Script~1~0~b__13_0 [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.WorkerFunctionMetadataProvider+<>c.b__18_0(BindingMetadata)~Microsoft.Azure.WebJobs.Script.WorkerFunctionMetadataProvider+<>c,Microsoft.Azure.WebJobs.Script~1~0~b__18_0 [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.WorkerFunctionMetadataProvider+d__13.MoveNext()~Microsoft.Azure.WebJobs.Script.WorkerFunctionMetadataProvider+d__13,Microsoft.Azure.WebJobs.Script~0~0~MoveNext +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.Rpc.Configuration.ExplicitWorkerConfigurationProvider.get_Logger()~Microsoft.Azure.WebJobs.Script.Workers.Rpc.Configuration.ExplicitWorkerConfigurationProvider,Microsoft.Azure.WebJobs.Script~0~0~get_Logger [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcFunctionInvocationDispatcher.b__61_0(RpcWorkerConfig)~Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcFunctionInvocationDispatcher,Microsoft.Azure.WebJobs.Script~1~0~b__61_0 [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcFunctionInvocationDispatcher.AddLogUserCategory(IEnumerable`1)~Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcFunctionInvocationDispatcher,Microsoft.Azure.WebJobs.Script~1~0~AddLogUserCategory [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcFunctionInvocationDispatcher.get_State()~Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcFunctionInvocationDispatcher,Microsoft.Azure.WebJobs.Script~0~0~get_State @@ -1853,6 +2317,15 @@ [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcFunctionInvocationDispatcher+<>c.b__63_0(IRpcWorkerChannel)~Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcFunctionInvocationDispatcher+<>c,Microsoft.Azure.WebJobs.Script~1~0~b__63_0 [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcFunctionInvocationDispatcher+d__64.MoveNext()~Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcFunctionInvocationDispatcher+d__64,Microsoft.Azure.WebJobs.Script~0~0~MoveNext [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcFunctionInvocationDispatcherLoadBalancer.GetLanguageWorkerChannel(IEnumerable`1)~Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcFunctionInvocationDispatcherLoadBalancer,Microsoft.Azure.WebJobs.Script~1~0~GetLanguageWorkerChannel +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerDescription..ctor()~Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerDescription,Microsoft.Azure.WebJobs.Script~0~0~.ctor +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerDescription.get_Extensions()~Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerDescription,Microsoft.Azure.WebJobs.Script~0~0~get_Extensions +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerDescription.get_SanitizeRuntimeVersionRegex()~Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerDescription,Microsoft.Azure.WebJobs.Script~0~0~get_SanitizeRuntimeVersionRegex +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerDescription.get_SupportedArchitectures()~Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerDescription,Microsoft.Azure.WebJobs.Script~0~0~get_SupportedArchitectures +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerDescription.get_SupportedOperatingSystems()~Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerDescription,Microsoft.Azure.WebJobs.Script~0~0~get_SupportedOperatingSystems +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerDescription.get_SupportedRuntimeVersions()~Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerDescription,Microsoft.Azure.WebJobs.Script~0~0~get_SupportedRuntimeVersions +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerDescription.get_WorkerIndexing()~Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerDescription,Microsoft.Azure.WebJobs.Script~0~0~get_WorkerIndexing +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerDescription.set_Extensions(List`1)~Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerDescription,Microsoft.Azure.WebJobs.Script~1~0~set_Extensions +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerDescription.set_UseStdErrorStreamForErrorsOnly(bool)~Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerDescription,Microsoft.Azure.WebJobs.Script~1~0~set_UseStdErrorStreamForErrorsOnly [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.Rpc.WebHostRpcWorkerChannelManager.b__20_0(KeyValuePair`2>>)~Microsoft.Azure.WebJobs.Script.Workers.Rpc.WebHostRpcWorkerChannelManager,Microsoft.Azure.WebJobs.Script~1~0~b__20_0 [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.Rpc.WebHostRpcWorkerChannelManager.ScheduleShutdownStandbyChannels()~Microsoft.Azure.WebJobs.Script.Workers.Rpc.WebHostRpcWorkerChannelManager,Microsoft.Azure.WebJobs.Script~0~0~ScheduleShutdownStandbyChannels [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.Rpc.WebHostRpcWorkerChannelManager.SpecializeAsync()~Microsoft.Azure.WebJobs.Script.Workers.Rpc.WebHostRpcWorkerChannelManager,Microsoft.Azure.WebJobs.Script~0~0~SpecializeAsync @@ -1861,11 +2334,32 @@ [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.WorkerConsoleLogService.ProcessLogs()~Microsoft.Azure.WebJobs.Script.Workers.WorkerConsoleLogService,Microsoft.Azure.WebJobs.Script~0~0~ProcessLogs [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.WorkerConsoleLogService+d__10.MoveNext()~Microsoft.Azure.WebJobs.Script.Workers.WorkerConsoleLogService+d__10,Microsoft.Azure.WebJobs.Script~0~0~MoveNext [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.WorkerConsoleLogSource.get_LogStream()~Microsoft.Azure.WebJobs.Script.Workers.WorkerConsoleLogSource,Microsoft.Azure.WebJobs.Script~0~0~get_LogStream +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.WorkerDescription.get_Arguments()~Microsoft.Azure.WebJobs.Script.Workers.WorkerDescription,Microsoft.Azure.WebJobs.Script~0~0~get_Arguments +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.WorkerDescription.get_DefaultWorkerPath()~Microsoft.Azure.WebJobs.Script.Workers.WorkerDescription,Microsoft.Azure.WebJobs.Script~0~0~get_DefaultWorkerPath +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.WorkerDescription.get_ExecutableWorkingDirectory()~Microsoft.Azure.WebJobs.Script.Workers.WorkerDescription,Microsoft.Azure.WebJobs.Script~0~0~get_ExecutableWorkingDirectory +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.WorkerDescription.get_IsDisabled()~Microsoft.Azure.WebJobs.Script.Workers.WorkerDescription,Microsoft.Azure.WebJobs.Script~0~0~get_IsDisabled +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.WorkerDescription.get_WorkerArguments()~Microsoft.Azure.WebJobs.Script.Workers.WorkerDescription,Microsoft.Azure.WebJobs.Script~0~0~get_WorkerArguments +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.WorkerDescription.set_DefaultExecutablePath(string)~Microsoft.Azure.WebJobs.Script.Workers.WorkerDescription,Microsoft.Azure.WebJobs.Script~1~0~set_DefaultExecutablePath +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.WorkerDescription.set_WorkerDirectory(string)~Microsoft.Azure.WebJobs.Script.Workers.WorkerDescription,Microsoft.Azure.WebJobs.Script~1~0~set_WorkerDirectory [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.WorkerProcess.get_Process()~Microsoft.Azure.WebJobs.Script.Workers.WorkerProcess,Microsoft.Azure.WebJobs.Script~0~0~get_Process [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.WorkerProcessCountOptions.get_EnvironmentReloadTimeout()~Microsoft.Azure.WebJobs.Script.Workers.WorkerProcessCountOptions,Microsoft.Azure.WebJobs.Script~0~0~get_EnvironmentReloadTimeout [Microsoft.Azure.WebJobs]Microsoft.Azure.WebJobs.Description.BindingAttribute.get_TriggerHandlesReturnValue()~Microsoft.Azure.WebJobs.Description.BindingAttribute,Microsoft.Azure.WebJobs~0~0~get_TriggerHandlesReturnValue +[Microsoft.Azure.WebSites.DataProtection]Microsoft.Azure.Web.DataProtection.AzureWebsitesXmlRepository..cctor()~Microsoft.Azure.Web.DataProtection.AzureWebsitesXmlRepository,Microsoft.Azure.WebSites.DataProtection~0~0~.cctor +[Microsoft.Azure.WebSites.DataProtection]Microsoft.Azure.Web.DataProtection.AzureWebsitesXmlRepository.b__13_0(CryptographicKey,int32)~Microsoft.Azure.Web.DataProtection.AzureWebsitesXmlRepository,Microsoft.Azure.WebSites.DataProtection~2~0~b__13_0 +[Microsoft.Azure.WebSites.DataProtection]Microsoft.Azure.Web.DataProtection.AzureWebsitesXmlRepository.CreateKeyElement(CryptographicKey,int32)~Microsoft.Azure.Web.DataProtection.AzureWebsitesXmlRepository,Microsoft.Azure.WebSites.DataProtection~2~0~CreateKeyElement +[Microsoft.Azure.WebSites.DataProtection]Microsoft.Azure.Web.DataProtection.AzureWebsitesXmlRepository.GetAllElements()~Microsoft.Azure.Web.DataProtection.AzureWebsitesXmlRepository,Microsoft.Azure.WebSites.DataProtection~0~0~GetAllElements +[Microsoft.Azure.WebSites.DataProtection]Microsoft.Azure.Web.DataProtection.AzureWebsitesXmlRepository.GetDefaultKey()~Microsoft.Azure.Web.DataProtection.AzureWebsitesXmlRepository,Microsoft.Azure.WebSites.DataProtection~0~0~GetDefaultKey +[Microsoft.Azure.WebSites.DataProtection]Microsoft.Azure.Web.DataProtection.AzureWebsitesXmlRepository.GetReferencedKey(string)~Microsoft.Azure.Web.DataProtection.AzureWebsitesXmlRepository,Microsoft.Azure.WebSites.DataProtection~1~0~GetReferencedKey +[Microsoft.Azure.WebSites.DataProtection]Microsoft.Azure.Web.DataProtection.DataProtectionProvider.CreateAzureDataProtector(Action`1,bool)~Microsoft.Azure.Web.DataProtection.DataProtectionProvider,Microsoft.Azure.WebSites.DataProtection~2~0~CreateAzureDataProtector +[Microsoft.Azure.WebSites.DataProtection]Microsoft.Azure.Web.DataProtection.DataProtectionProvider.CreateAzureDataProtector(Action`1)~Microsoft.Azure.Web.DataProtection.DataProtectionProvider,Microsoft.Azure.WebSites.DataProtection~1~0~CreateAzureDataProtector +[Microsoft.Azure.WebSites.DataProtection]Microsoft.Azure.Web.DataProtection.DataProtectorBuilderExtensions.UseAzureWebsitesProviderSettings(IDataProtectionBuilder,bool)~Microsoft.Azure.Web.DataProtection.DataProtectorBuilderExtensions,Microsoft.Azure.WebSites.DataProtection~2~0~UseAzureWebsitesProviderSettings +[Microsoft.Azure.WebSites.DataProtection]Microsoft.Azure.Web.DataProtection.DataProtectorBuilderExtensions+<>c..cctor()~Microsoft.Azure.Web.DataProtection.DataProtectorBuilderExtensions+<>c,Microsoft.Azure.WebSites.DataProtection~0~0~.cctor +[Microsoft.Azure.WebSites.DataProtection]Microsoft.Azure.Web.DataProtection.DataProtectorBuilderExtensions+<>c.b__0_0(KeyManagementOptions)~Microsoft.Azure.Web.DataProtection.DataProtectorBuilderExtensions+<>c,Microsoft.Azure.WebSites.DataProtection~1~0~b__0_0 +[Microsoft.Azure.WebSites.DataProtection]Microsoft.Azure.Web.DataProtection.Util..cctor()~Microsoft.Azure.Web.DataProtection.Util,Microsoft.Azure.WebSites.DataProtection~0~0~.cctor +[Microsoft.Azure.WebSites.DataProtection]Microsoft.Azure.Web.DataProtection.Util.ConvertHexToByteArray(string)~Microsoft.Azure.Web.DataProtection.Util,Microsoft.Azure.WebSites.DataProtection~1~0~ConvertHexToByteArray [Microsoft.Azure.WebSites.DataProtection]Microsoft.Azure.Web.DataProtection.Util.GetDefaultKeyValue()~Microsoft.Azure.Web.DataProtection.Util,Microsoft.Azure.WebSites.DataProtection~0~0~GetDefaultKeyValue [Microsoft.Azure.WebSites.DataProtection]Microsoft.Azure.Web.DataProtection.Util.GetMachineConfigKey()~Microsoft.Azure.Web.DataProtection.Util,Microsoft.Azure.WebSites.DataProtection~0~0~GetMachineConfigKey +[Microsoft.Azure.WebSites.DataProtection]Microsoft.Azure.Web.DataProtection.Util+<>c__DisplayClass1_0.b__0(int32)~Microsoft.Azure.Web.DataProtection.Util+<>c__DisplayClass1_0,Microsoft.Azure.WebSites.DataProtection~1~0~b__0 [Microsoft.Extensions.Azure]<>z__ReadOnlySingleElementList`1+Enumerator>.System.Collections.Generic.IEnumerator.get_Current()~<>z__ReadOnlySingleElementList`1+Enumerator[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],Microsoft.Extensions.Azure~0~0~System.Collections.Generic.IEnumerator.get_Current [Microsoft.Extensions.Azure]<>z__ReadOnlySingleElementList`1+Enumerator>.System.Collections.IEnumerator.MoveNext()~<>z__ReadOnlySingleElementList`1+Enumerator[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],Microsoft.Extensions.Azure~0~0~System.Collections.IEnumerator.MoveNext [Microsoft.Extensions.Azure]<>z__ReadOnlySingleElementList`1+Enumerator>.System.IDisposable.Dispose()~<>z__ReadOnlySingleElementList`1+Enumerator[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],Microsoft.Extensions.Azure~0~0~System.IDisposable.Dispose @@ -1889,7 +2383,10 @@ [Microsoft.Extensions.Azure]Microsoft.Extensions.Azure.ClientFactory+<>c..cctor()~Microsoft.Extensions.Azure.ClientFactory+<>c,Microsoft.Extensions.Azure~0~0~.cctor [Microsoft.Extensions.Azure]Microsoft.Extensions.Azure.ClientFactory+<>c.b__3_0(ConstructorInfo)~Microsoft.Extensions.Azure.ClientFactory+<>c,Microsoft.Extensions.Azure~1~0~b__3_0 [Microsoft.Extensions.Azure]Microsoft.Extensions.Azure.ClientFactory+<>c.b__12_0(string)~Microsoft.Extensions.Azure.ClientFactory+<>c,Microsoft.Extensions.Azure~1~0~b__12_0 +[Microsoft.Extensions.Configuration.Binder]Microsoft.Extensions.Configuration.BindingPoint.get_HasNewValue()~Microsoft.Extensions.Configuration.BindingPoint,Microsoft.Extensions.Configuration.Binder~0~0~get_HasNewValue +[Microsoft.Extensions.Configuration.Binder]Microsoft.Extensions.Configuration.ConfigurationBinder.BindDictionary(object,Type,IConfiguration,BinderOptions)~Microsoft.Extensions.Configuration.ConfigurationBinder,Microsoft.Extensions.Configuration.Binder~4~0~BindDictionary [Microsoft.Extensions.Configuration.Binder]Microsoft.Extensions.Configuration.ConfigurationBinder.CreateInstance(Type,IConfiguration,BinderOptions,ParameterInfo[]&)~Microsoft.Extensions.Configuration.ConfigurationBinder,Microsoft.Extensions.Configuration.Binder~4~0~CreateInstance +[Microsoft.Extensions.Configuration.Binder]Microsoft.Extensions.Configuration.ConfigurationBinder+<>c__DisplayClass24_1.b__0()~Microsoft.Extensions.Configuration.ConfigurationBinder+<>c__DisplayClass24_1,Microsoft.Extensions.Configuration.Binder~0~0~b__0 [Microsoft.Extensions.Configuration.Binder]Microsoft.Extensions.Configuration.ConfigurationBinder+<>c..cctor()~Microsoft.Extensions.Configuration.ConfigurationBinder+<>c,Microsoft.Extensions.Configuration.Binder~0~0~.cctor [Microsoft.Extensions.Configuration.Binder]Microsoft.Extensions.Configuration.ConfigurationBinder+<>c.b__20_0(ConstructorInfo)~Microsoft.Extensions.Configuration.ConfigurationBinder+<>c,Microsoft.Extensions.Configuration.Binder~1~0~b__20_0 [Microsoft.Extensions.Configuration]Microsoft.Extensions.Configuration.ConfigurationRoot.Reload()~Microsoft.Extensions.Configuration.ConfigurationRoot,Microsoft.Extensions.Configuration~0~0~Reload @@ -1918,11 +2415,8 @@ [Microsoft.Extensions.Logging.Console]Microsoft.Extensions.Logging.Console.JsonConsoleFormatter.ReloadLoggerOptions(JsonConsoleFormatterOptions)~Microsoft.Extensions.Logging.Console.JsonConsoleFormatter,Microsoft.Extensions.Logging.Console~1~0~ReloadLoggerOptions [Microsoft.Extensions.Logging.Console]Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter.ReloadLoggerOptions(SimpleConsoleFormatterOptions)~Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter,Microsoft.Extensions.Logging.Console~1~0~ReloadLoggerOptions [Microsoft.Extensions.Logging.Console]Microsoft.Extensions.Logging.Console.SystemdConsoleFormatter.ReloadLoggerOptions(ConsoleFormatterOptions)~Microsoft.Extensions.Logging.Console.SystemdConsoleFormatter,Microsoft.Extensions.Logging.Console~1~0~ReloadLoggerOptions -[Microsoft.Extensions.Logging]Microsoft.Extensions.Logging.Logger.g__LoggerLog|14_0<__Canon>(LogLevel,EventId,ILogger,Exception,Func`3<__Canon,Exception,string>,List`1&,__Canon&)~Microsoft.Extensions.Logging.Logger,Microsoft.Extensions.Logging~7~1:System.__Canon,System.Private.CoreLib~g__LoggerLog|14_0 -[Microsoft.Extensions.Logging]Microsoft.Extensions.Logging.Logger.Log<__Canon>(LogLevel,EventId,__Canon,Exception,Func`3<__Canon,Exception,string>)~Microsoft.Extensions.Logging.Logger,Microsoft.Extensions.Logging~5~1:System.__Canon,System.Private.CoreLib~Log [Microsoft.Extensions.Logging]Microsoft.Extensions.Logging.Logger.Log(LogLevel,EventId,EventSourceEvent,Exception,Func`3)~Microsoft.Extensions.Logging.Logger,Microsoft.Extensions.Logging~5~1:Azure.Core.Shared.EventSourceEvent,Microsoft.Extensions.Azure~Log [Microsoft.Extensions.Options]Microsoft.Extensions.Options.ValidateOptions`1.Validate(string,__Canon)~Microsoft.Extensions.Options.ValidateOptions`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Extensions.Options~2~0~Validate -[Microsoft.Extensions.Options]Microsoft.Extensions.Options.ValidateOptionsResult..cctor()~Microsoft.Extensions.Options.ValidateOptionsResult,Microsoft.Extensions.Options~0~0~.cctor [Microsoft.Extensions.Primitives]Microsoft.Extensions.Primitives.StringSegment.op_Inequality(StringSegment,StringSegment)~Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives~2~0~op_Inequality [Microsoft.Extensions.Primitives]Microsoft.Extensions.Primitives.StringValues.System.Collections.Generic.IList.get_Item(int32)~Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives~1~0~System.Collections.Generic.IList.get_Item [Microsoft.Identity.Client]Microsoft.Identity.Client.AppConfig.ManagedIdentityId..cctor()~Microsoft.Identity.Client.AppConfig.ManagedIdentityId,Microsoft.Identity.Client~0~0~.cctor @@ -1961,63 +2455,177 @@ [Microsoft.Security.Utilities]Microsoft.Security.Utilities.Marvin.ComputeHash32(uint8&,uint32,uint32,uint32)~Microsoft.Security.Utilities.Marvin,Microsoft.Security.Utilities~4~0~ComputeHash32 [Newtonsoft.Json]Newtonsoft.Json.DefaultJsonNameTable.TextEquals(string,char[],int32,int32)~Newtonsoft.Json.DefaultJsonNameTable,Newtonsoft.Json~4~0~TextEquals [Newtonsoft.Json]Newtonsoft.Json.JsonConvert.SerializeObject(object,Formatting)~Newtonsoft.Json.JsonConvert,Newtonsoft.Json~2~0~SerializeObject +[Newtonsoft.Json]Newtonsoft.Json.JsonConvert.SerializeObject(object)~Newtonsoft.Json.JsonConvert,Newtonsoft.Json~1~0~SerializeObject [Newtonsoft.Json]Newtonsoft.Json.JsonConvert.SerializeObjectInternal(object,Type,JsonSerializer)~Newtonsoft.Json.JsonConvert,Newtonsoft.Json~3~0~SerializeObjectInternal +[Newtonsoft.Json]Newtonsoft.Json.JsonIgnoreAttribute..ctor()~Newtonsoft.Json.JsonIgnoreAttribute,Newtonsoft.Json~0~0~.ctor +[Newtonsoft.Json]Newtonsoft.Json.JsonPropertyAttribute..ctor()~Newtonsoft.Json.JsonPropertyAttribute,Newtonsoft.Json~0~0~.ctor [Newtonsoft.Json]Newtonsoft.Json.JsonPropertyAttribute..ctor(string)~Newtonsoft.Json.JsonPropertyAttribute,Newtonsoft.Json~1~0~.ctor +[Newtonsoft.Json]Newtonsoft.Json.JsonPropertyAttribute.set_PropertyName(string)~Newtonsoft.Json.JsonPropertyAttribute,Newtonsoft.Json~1~0~set_PropertyName [Newtonsoft.Json]Newtonsoft.Json.JsonReader.ReadAsBoolean()~Newtonsoft.Json.JsonReader,Newtonsoft.Json~0~0~ReadAsBoolean [Newtonsoft.Json]Newtonsoft.Json.JsonReader.ReadBooleanString(string)~Newtonsoft.Json.JsonReader,Newtonsoft.Json~1~0~ReadBooleanString [Newtonsoft.Json]Newtonsoft.Json.JsonReader.set_DateParseHandling(DateParseHandling)~Newtonsoft.Json.JsonReader,Newtonsoft.Json~1~0~set_DateParseHandling [Newtonsoft.Json]Newtonsoft.Json.JsonSerializer.get_Formatting()~Newtonsoft.Json.JsonSerializer,Newtonsoft.Json~0~0~get_Formatting [Newtonsoft.Json]Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter,object,Type)~Newtonsoft.Json.JsonSerializer,Newtonsoft.Json~3~0~SerializeInternal [Newtonsoft.Json]Newtonsoft.Json.JsonSerializer.set_Formatting(Formatting)~Newtonsoft.Json.JsonSerializer,Newtonsoft.Json~1~0~set_Formatting +[Newtonsoft.Json]Newtonsoft.Json.JsonTextReader.ParseFalse()~Newtonsoft.Json.JsonTextReader,Newtonsoft.Json~0~0~ParseFalse [Newtonsoft.Json]Newtonsoft.Json.JsonTextReader.ParseTrue()~Newtonsoft.Json.JsonTextReader,Newtonsoft.Json~0~0~ParseTrue [Newtonsoft.Json]Newtonsoft.Json.JsonTextWriter.WritePropertyName(string,bool)~Newtonsoft.Json.JsonTextWriter,Newtonsoft.Json~2~0~WritePropertyName +[Newtonsoft.Json]Newtonsoft.Json.JsonTextWriter.WriteValue(Uri)~Newtonsoft.Json.JsonTextWriter,Newtonsoft.Json~1~0~WriteValue +[Newtonsoft.Json]Newtonsoft.Json.JsonWriter.WritePropertyName(string,bool)~Newtonsoft.Json.JsonWriter,Newtonsoft.Json~2~0~WritePropertyName [Newtonsoft.Json]Newtonsoft.Json.JsonWriter.WriteValue(JsonWriter,PrimitiveTypeCode,object)~Newtonsoft.Json.JsonWriter,Newtonsoft.Json~3~0~WriteValue +[Newtonsoft.Json]Newtonsoft.Json.JsonWriter.WriteValue(Uri)~Newtonsoft.Json.JsonWriter,Newtonsoft.Json~1~0~WriteValue +[Newtonsoft.Json]Newtonsoft.Json.JsonWriter.WriteValueDelimiter()~Newtonsoft.Json.JsonWriter,Newtonsoft.Json~0~0~WriteValueDelimiter +[Newtonsoft.Json]Newtonsoft.Json.Linq.JArray..ctor(object)~Newtonsoft.Json.Linq.JArray,Newtonsoft.Json~1~0~.ctor +[Newtonsoft.Json]Newtonsoft.Json.Linq.JArray.CloneToken(JsonCloneSettings)~Newtonsoft.Json.Linq.JArray,Newtonsoft.Json~1~0~CloneToken +[Newtonsoft.Json]Newtonsoft.Json.Linq.JContainer..ctor(JContainer,JsonCloneSettings)~Newtonsoft.Json.Linq.JContainer,Newtonsoft.Json~2~0~.ctor +[Newtonsoft.Json]Newtonsoft.Json.Linq.JContainer.AddAndSkipParentCheck(JToken)~Newtonsoft.Json.Linq.JContainer,Newtonsoft.Json~1~0~AddAndSkipParentCheck +[Newtonsoft.Json]Newtonsoft.Json.Linq.JContainer.TryAdd(object)~Newtonsoft.Json.Linq.JContainer,Newtonsoft.Json~1~0~TryAdd +[Newtonsoft.Json]Newtonsoft.Json.Linq.JObject.CloneToken(JsonCloneSettings)~Newtonsoft.Json.Linq.JObject,Newtonsoft.Json~1~0~CloneToken +[Newtonsoft.Json]Newtonsoft.Json.Linq.JObject.FromObject(object,JsonSerializer)~Newtonsoft.Json.Linq.JObject,Newtonsoft.Json~2~0~FromObject +[Newtonsoft.Json]Newtonsoft.Json.Linq.JObject.FromObject(object)~Newtonsoft.Json.Linq.JObject,Newtonsoft.Json~1~0~FromObject [Newtonsoft.Json]Newtonsoft.Json.Linq.JObject.get_Item(object)~Newtonsoft.Json.Linq.JObject,Newtonsoft.Json~1~0~get_Item [Newtonsoft.Json]Newtonsoft.Json.Linq.JObject.Load(JsonReader)~Newtonsoft.Json.Linq.JObject,Newtonsoft.Json~1~0~Load +[Newtonsoft.Json]Newtonsoft.Json.Linq.JObject.Remove(string)~Newtonsoft.Json.Linq.JObject,Newtonsoft.Json~1~0~Remove +[Newtonsoft.Json]Newtonsoft.Json.Linq.JObject.TryGetValue(string,JToken&)~Newtonsoft.Json.Linq.JObject,Newtonsoft.Json~2~0~TryGetValue +[Newtonsoft.Json]Newtonsoft.Json.Linq.JProperty..ctor(JProperty,JsonCloneSettings)~Newtonsoft.Json.Linq.JProperty,Newtonsoft.Json~2~0~.ctor +[Newtonsoft.Json]Newtonsoft.Json.Linq.JProperty.CloneToken(JsonCloneSettings)~Newtonsoft.Json.Linq.JProperty,Newtonsoft.Json~1~0~CloneToken +[Newtonsoft.Json]Newtonsoft.Json.Linq.JProperty+JPropertyList.GetEnumerator()~Newtonsoft.Json.Linq.JProperty+JPropertyList,Newtonsoft.Json~0~0~GetEnumerator +[Newtonsoft.Json]Newtonsoft.Json.Linq.JProperty+JPropertyList+d__1.MoveNext()~Newtonsoft.Json.Linq.JProperty+JPropertyList+d__1,Newtonsoft.Json~0~0~MoveNext +[Newtonsoft.Json]Newtonsoft.Json.Linq.JProperty+JPropertyList+d__1.System.Collections.Generic.IEnumerator.get_Current()~Newtonsoft.Json.Linq.JProperty+JPropertyList+d__1,Newtonsoft.Json~0~0~System.Collections.Generic.IEnumerator.get_Current +[Newtonsoft.Json]Newtonsoft.Json.Linq.JProperty+JPropertyList+d__1.System.IDisposable.Dispose()~Newtonsoft.Json.Linq.JProperty+JPropertyList+d__1,Newtonsoft.Json~0~0~System.IDisposable.Dispose +[Newtonsoft.Json]Newtonsoft.Json.Linq.JsonPath.FieldFilter.ExecuteFilter(JToken,IEnumerable`1,JsonSelectSettings)~Newtonsoft.Json.Linq.JsonPath.FieldFilter,Newtonsoft.Json~3~0~ExecuteFilter +[Newtonsoft.Json]Newtonsoft.Json.Linq.JsonPath.FieldFilter+d__2.MoveNext()~Newtonsoft.Json.Linq.JsonPath.FieldFilter+d__2,Newtonsoft.Json~0~0~MoveNext +[Newtonsoft.Json]Newtonsoft.Json.Linq.JsonPath.FieldFilter+d__2.System.Collections.Generic.IEnumerable.GetEnumerator()~Newtonsoft.Json.Linq.JsonPath.FieldFilter+d__2,Newtonsoft.Json~0~0~System.Collections.Generic.IEnumerable.GetEnumerator +[Newtonsoft.Json]Newtonsoft.Json.Linq.JsonPath.FieldFilter+d__2.System.IDisposable.Dispose()~Newtonsoft.Json.Linq.JsonPath.FieldFilter+d__2,Newtonsoft.Json~0~0~System.IDisposable.Dispose +[Newtonsoft.Json]Newtonsoft.Json.Linq.JsonPath.JPath..ctor(string)~Newtonsoft.Json.Linq.JsonPath.JPath,Newtonsoft.Json~1~0~.ctor +[Newtonsoft.Json]Newtonsoft.Json.Linq.JsonPath.JPath.CreatePathFilter(string,bool)~Newtonsoft.Json.Linq.JsonPath.JPath,Newtonsoft.Json~2~0~CreatePathFilter +[Newtonsoft.Json]Newtonsoft.Json.Linq.JsonPath.JPath.EatWhitespace()~Newtonsoft.Json.Linq.JsonPath.JPath,Newtonsoft.Json~0~0~EatWhitespace +[Newtonsoft.Json]Newtonsoft.Json.Linq.JsonPath.JPath.EnsureLength(string)~Newtonsoft.Json.Linq.JsonPath.JPath,Newtonsoft.Json~1~0~EnsureLength +[Newtonsoft.Json]Newtonsoft.Json.Linq.JsonPath.JPath.Evaluate(List`1,JToken,JToken,JsonSelectSettings)~Newtonsoft.Json.Linq.JsonPath.JPath,Newtonsoft.Json~4~0~Evaluate +[Newtonsoft.Json]Newtonsoft.Json.Linq.JsonPath.JPath.ParseIndexer(char,bool)~Newtonsoft.Json.Linq.JsonPath.JPath,Newtonsoft.Json~2~0~ParseIndexer +[Newtonsoft.Json]Newtonsoft.Json.Linq.JsonPath.JPath.ParseMain()~Newtonsoft.Json.Linq.JsonPath.JPath,Newtonsoft.Json~0~0~ParseMain +[Newtonsoft.Json]Newtonsoft.Json.Linq.JsonPath.JPath.ParsePath(List`1,int32,bool)~Newtonsoft.Json.Linq.JsonPath.JPath,Newtonsoft.Json~3~0~ParsePath +[Newtonsoft.Json]Newtonsoft.Json.Linq.JsonPath.JPath.ParseQuotedField(char,bool)~Newtonsoft.Json.Linq.JsonPath.JPath,Newtonsoft.Json~2~0~ParseQuotedField +[Newtonsoft.Json]Newtonsoft.Json.Linq.JsonPath.JPath.ReadQuotedString()~Newtonsoft.Json.Linq.JsonPath.JPath,Newtonsoft.Json~0~0~ReadQuotedString +[Newtonsoft.Json]Newtonsoft.Json.Linq.JToken..cctor()~Newtonsoft.Json.Linq.JToken,Newtonsoft.Json~0~0~.cctor [Newtonsoft.Json]Newtonsoft.Json.Linq.JToken.CopyAnnotations(JToken,JToken)~Newtonsoft.Json.Linq.JToken,Newtonsoft.Json~2~0~CopyAnnotations +[Newtonsoft.Json]Newtonsoft.Json.Linq.JToken.DeepClone()~Newtonsoft.Json.Linq.JToken,Newtonsoft.Json~0~0~DeepClone +[Newtonsoft.Json]Newtonsoft.Json.Linq.JToken.EnsureValue(JToken)~Newtonsoft.Json.Linq.JToken,Newtonsoft.Json~1~0~EnsureValue +[Newtonsoft.Json]Newtonsoft.Json.Linq.JToken.FromObjectInternal(object,JsonSerializer)~Newtonsoft.Json.Linq.JToken,Newtonsoft.Json~2~0~FromObjectInternal [Newtonsoft.Json]Newtonsoft.Json.Linq.JToken.ReadFrom(JsonReader,JsonLoadSettings)~Newtonsoft.Json.Linq.JToken,Newtonsoft.Json~2~0~ReadFrom +[Newtonsoft.Json]Newtonsoft.Json.Linq.JToken.SelectToken(string,bool)~Newtonsoft.Json.Linq.JToken,Newtonsoft.Json~2~0~SelectToken +[Newtonsoft.Json]Newtonsoft.Json.Linq.JToken.SelectToken(string,JsonSelectSettings)~Newtonsoft.Json.Linq.JToken,Newtonsoft.Json~2~0~SelectToken +[Newtonsoft.Json]Newtonsoft.Json.Linq.JToken.System.Collections.Generic.IEnumerable.GetEnumerator()~Newtonsoft.Json.Linq.JToken,Newtonsoft.Json~0~0~System.Collections.Generic.IEnumerable.GetEnumerator +[Newtonsoft.Json]Newtonsoft.Json.Linq.JToken.ValidateToken(JToken,JTokenType[],bool)~Newtonsoft.Json.Linq.JToken,Newtonsoft.Json~3~0~ValidateToken +[Newtonsoft.Json]Newtonsoft.Json.Linq.JTokenWriter.AddJValue(JValue,JsonToken)~Newtonsoft.Json.Linq.JTokenWriter,Newtonsoft.Json~2~0~AddJValue +[Newtonsoft.Json]Newtonsoft.Json.Linq.JTokenWriter.AddParent(JContainer)~Newtonsoft.Json.Linq.JTokenWriter,Newtonsoft.Json~1~0~AddParent +[Newtonsoft.Json]Newtonsoft.Json.Linq.JTokenWriter.RemoveParent()~Newtonsoft.Json.Linq.JTokenWriter,Newtonsoft.Json~0~0~RemoveParent +[Newtonsoft.Json]Newtonsoft.Json.Linq.JTokenWriter.WriteEnd(JsonToken)~Newtonsoft.Json.Linq.JTokenWriter,Newtonsoft.Json~1~0~WriteEnd +[Newtonsoft.Json]Newtonsoft.Json.Linq.JTokenWriter.WriteNull()~Newtonsoft.Json.Linq.JTokenWriter,Newtonsoft.Json~0~0~WriteNull +[Newtonsoft.Json]Newtonsoft.Json.Linq.JTokenWriter.WritePropertyName(string)~Newtonsoft.Json.Linq.JTokenWriter,Newtonsoft.Json~1~0~WritePropertyName +[Newtonsoft.Json]Newtonsoft.Json.Linq.JTokenWriter.WriteStartArray()~Newtonsoft.Json.Linq.JTokenWriter,Newtonsoft.Json~0~0~WriteStartArray +[Newtonsoft.Json]Newtonsoft.Json.Linq.JTokenWriter.WriteStartObject()~Newtonsoft.Json.Linq.JTokenWriter,Newtonsoft.Json~0~0~WriteStartObject +[Newtonsoft.Json]Newtonsoft.Json.Linq.JTokenWriter.WriteValue(bool)~Newtonsoft.Json.Linq.JTokenWriter,Newtonsoft.Json~1~0~WriteValue +[Newtonsoft.Json]Newtonsoft.Json.Linq.JTokenWriter.WriteValue(float32)~Newtonsoft.Json.Linq.JTokenWriter,Newtonsoft.Json~1~0~WriteValue +[Newtonsoft.Json]Newtonsoft.Json.Linq.JTokenWriter.WriteValue(int32)~Newtonsoft.Json.Linq.JTokenWriter,Newtonsoft.Json~1~0~WriteValue +[Newtonsoft.Json]Newtonsoft.Json.Linq.JTokenWriter.WriteValue(string)~Newtonsoft.Json.Linq.JTokenWriter,Newtonsoft.Json~1~0~WriteValue +[Newtonsoft.Json]Newtonsoft.Json.Linq.JTokenWriter.WriteValue(Uri)~Newtonsoft.Json.Linq.JTokenWriter,Newtonsoft.Json~1~0~WriteValue [Newtonsoft.Json]Newtonsoft.Json.Linq.JValue..ctor(JValue,JsonCloneSettings)~Newtonsoft.Json.Linq.JValue,Newtonsoft.Json~2~0~.ctor [Newtonsoft.Json]Newtonsoft.Json.Linq.JValue.CloneToken(JsonCloneSettings)~Newtonsoft.Json.Linq.JValue,Newtonsoft.Json~1~0~CloneToken +[Newtonsoft.Json]Newtonsoft.Json.Serialization.CamelCaseNamingStrategy.ResolvePropertyName(string)~Newtonsoft.Json.Serialization.CamelCaseNamingStrategy,Newtonsoft.Json~1~0~ResolvePropertyName +[Newtonsoft.Json]Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver..cctor()~Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver,Newtonsoft.Json~0~0~.cctor +[Newtonsoft.Json]Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver..ctor()~Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver,Newtonsoft.Json~0~0~.ctor +[Newtonsoft.Json]Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.GetNameTable()~Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver,Newtonsoft.Json~0~0~GetNameTable +[Newtonsoft.Json]Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.ResolveContract(Type)~Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver,Newtonsoft.Json~1~0~ResolveContract [Newtonsoft.Json]Newtonsoft.Json.Serialization.DefaultContractResolver.CreateArrayContract(Type)~Newtonsoft.Json.Serialization.DefaultContractResolver,Newtonsoft.Json~1~0~CreateArrayContract [Newtonsoft.Json]Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDictionaryContract(Type)~Newtonsoft.Json.Serialization.DefaultContractResolver,Newtonsoft.Json~1~0~CreateDictionaryContract +[Newtonsoft.Json]Newtonsoft.Json.Serialization.DefaultContractResolver.CreateLinqContract(Type)~Newtonsoft.Json.Serialization.DefaultContractResolver,Newtonsoft.Json~1~0~CreateLinqContract +[Newtonsoft.Json]Newtonsoft.Json.Serialization.DefaultContractResolver.GetParameterizedConstructor(Type)~Newtonsoft.Json.Serialization.DefaultContractResolver,Newtonsoft.Json~1~0~GetParameterizedConstructor [Newtonsoft.Json]Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveDictionaryKey(string)~Newtonsoft.Json.Serialization.DefaultContractResolver,Newtonsoft.Json~1~0~ResolveDictionaryKey [Newtonsoft.Json]Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(object)~Newtonsoft.Json.Serialization.ExpressionValueProvider,Newtonsoft.Json~1~0~GetValue [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonArrayContract..ctor(Type)~Newtonsoft.Json.Serialization.JsonArrayContract,Newtonsoft.Json~1~0~.ctor [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonArrayContract.CreateTemporaryCollection()~Newtonsoft.Json.Serialization.JsonArrayContract,Newtonsoft.Json~0~0~CreateTemporaryCollection +[Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonArrayContract.CreateWrapper(object)~Newtonsoft.Json.Serialization.JsonArrayContract,Newtonsoft.Json~1~0~CreateWrapper [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonArrayContract.get_HasParameterizedCreatorInternal()~Newtonsoft.Json.Serialization.JsonArrayContract,Newtonsoft.Json~0~0~get_HasParameterizedCreatorInternal [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonContainerContract.set_ItemContract(JsonContract)~Newtonsoft.Json.Serialization.JsonContainerContract,Newtonsoft.Json~1~0~set_ItemContract [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonContract.InvokeOnSerialized(object,StreamingContext)~Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json~2~0~InvokeOnSerialized [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonContract.InvokeOnSerializing(object,StreamingContext)~Newtonsoft.Json.Serialization.JsonContract,Newtonsoft.Json~2~0~InvokeOnSerializing [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonDictionaryContract..ctor(Type)~Newtonsoft.Json.Serialization.JsonDictionaryContract,Newtonsoft.Json~1~0~.ctor [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonDictionaryContract.get_HasParameterizedCreatorInternal()~Newtonsoft.Json.Serialization.JsonDictionaryContract,Newtonsoft.Json~0~0~get_HasParameterizedCreatorInternal +[Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalBase.ResolvedNullValueHandling(JsonObjectContract,JsonProperty)~Newtonsoft.Json.Serialization.JsonSerializerInternalBase,Newtonsoft.Json~2~0~ResolvedNullValueHandling [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader,Type,JsonContract,JsonProperty,object,string)~Newtonsoft.Json.Serialization.JsonSerializerInternalReader,Newtonsoft.Json~6~0~CreateList [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateNewDictionary(JsonReader,JsonDictionaryContract,bool&)~Newtonsoft.Json.Serialization.JsonSerializerInternalReader,Newtonsoft.Json~3~0~CreateNewDictionary [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateNewList(JsonReader,JsonArrayContract,bool&)~Newtonsoft.Json.Serialization.JsonSerializerInternalReader,Newtonsoft.Json~3~0~CreateNewList [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureArrayContract(JsonReader,Type,JsonContract)~Newtonsoft.Json.Serialization.JsonSerializerInternalReader,Newtonsoft.Json~3~0~EnsureArrayContract [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateDictionary(IDictionary,JsonReader,JsonDictionaryContract,JsonProperty,string)~Newtonsoft.Json.Serialization.JsonSerializerInternalReader,Newtonsoft.Json~5~0~PopulateDictionary [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IList,JsonReader,JsonArrayContract,JsonProperty,string)~Newtonsoft.Json.Serialization.JsonSerializerInternalReader,Newtonsoft.Json~5~0~PopulateList +[Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter,object,JsonContainerContract,JsonProperty,JsonProperty,JsonContract&,object&)~Newtonsoft.Json.Serialization.JsonSerializerInternalWriter,Newtonsoft.Json~7~0~CalculatePropertyValues [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter,object,JsonProperty,JsonContract,JsonContainerContract,JsonProperty)~Newtonsoft.Json.Serialization.JsonSerializerInternalWriter,Newtonsoft.Json~6~0~CheckForCircularReference [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.GetPropertyName(JsonWriter,object,JsonContract,bool&)~Newtonsoft.Json.Serialization.JsonSerializerInternalWriter,Newtonsoft.Json~4~0~GetPropertyName +[Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.IsSpecified(JsonWriter,JsonProperty,object)~Newtonsoft.Json.Serialization.JsonSerializerInternalWriter,Newtonsoft.Json~3~0~IsSpecified [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.OnSerialized(JsonWriter,JsonContract,object)~Newtonsoft.Json.Serialization.JsonSerializerInternalWriter,Newtonsoft.Json~3~0~OnSerialized [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.OnSerializing(JsonWriter,JsonContract,object)~Newtonsoft.Json.Serialization.JsonSerializerInternalWriter,Newtonsoft.Json~3~0~OnSerializing [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.ResolveIsReference(JsonContract,JsonProperty,JsonContainerContract,JsonProperty)~Newtonsoft.Json.Serialization.JsonSerializerInternalWriter,Newtonsoft.Json~4~0~ResolveIsReference [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter,object,Type)~Newtonsoft.Json.Serialization.JsonSerializerInternalWriter,Newtonsoft.Json~3~0~Serialize [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeDictionary(JsonWriter,IDictionary,JsonDictionaryContract,JsonProperty,JsonContainerContract,JsonProperty)~Newtonsoft.Json.Serialization.JsonSerializerInternalWriter,Newtonsoft.Json~6~0~SerializeDictionary +[Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter,IEnumerable,JsonArrayContract,JsonProperty,JsonContainerContract,JsonProperty)~Newtonsoft.Json.Serialization.JsonSerializerInternalWriter,Newtonsoft.Json~6~0~SerializeList +[Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter,object,JsonObjectContract,JsonProperty,JsonContainerContract,JsonProperty)~Newtonsoft.Json.Serialization.JsonSerializerInternalWriter,Newtonsoft.Json~6~0~SerializeObject [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializePrimitive(JsonWriter,object,JsonPrimitiveContract,JsonProperty,JsonContainerContract,JsonProperty)~Newtonsoft.Json.Serialization.JsonSerializerInternalWriter,Newtonsoft.Json~6~0~SerializePrimitive [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeValue(JsonWriter,object,JsonContract,JsonProperty,JsonContainerContract,JsonProperty)~Newtonsoft.Json.Serialization.JsonSerializerInternalWriter,Newtonsoft.Json~6~0~SerializeValue +[Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.ShouldSerialize(JsonWriter,JsonProperty,object)~Newtonsoft.Json.Serialization.JsonSerializerInternalWriter,Newtonsoft.Json~3~0~ShouldSerialize +[Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.ShouldWriteProperty(object,JsonObjectContract,JsonProperty)~Newtonsoft.Json.Serialization.JsonSerializerInternalWriter,Newtonsoft.Json~3~0~ShouldWriteProperty [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.ShouldWriteReference(object,JsonProperty,JsonContract,JsonContainerContract,JsonProperty)~Newtonsoft.Json.Serialization.JsonSerializerInternalWriter,Newtonsoft.Json~5~0~ShouldWriteReference [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.ShouldWriteType(TypeNameHandling,JsonContract,JsonProperty,JsonContainerContract,JsonProperty)~Newtonsoft.Json.Serialization.JsonSerializerInternalWriter,Newtonsoft.Json~5~0~ShouldWriteType [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.WriteObjectStart(JsonWriter,object,JsonContract,JsonProperty,JsonContainerContract,JsonProperty)~Newtonsoft.Json.Serialization.JsonSerializerInternalWriter,Newtonsoft.Json~6~0~WriteObjectStart +[Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.WriteStartArray(JsonWriter,object,JsonArrayContract,JsonProperty,JsonContainerContract,JsonProperty)~Newtonsoft.Json.Serialization.JsonSerializerInternalWriter,Newtonsoft.Json~6~0~WriteStartArray +[Newtonsoft.Json]Newtonsoft.Json.Serialization.NamingStrategy.GetPropertyName(string,bool)~Newtonsoft.Json.Serialization.NamingStrategy,Newtonsoft.Json~2~0~GetPropertyName +[Newtonsoft.Json]Newtonsoft.Json.Utilities.CollectionUtils.IndexOf<__Canon>(IEnumerable`1<__Canon>,Func`2<__Canon,bool>)~Newtonsoft.Json.Utilities.CollectionUtils,Newtonsoft.Json~2~1:System.__Canon,System.Private.CoreLib~IndexOf [Newtonsoft.Json]Newtonsoft.Json.Utilities.CollectionUtils.ResolveEnumerableCollectionConstructor(Type,Type,Type)~Newtonsoft.Json.Utilities.CollectionUtils,Newtonsoft.Json~3~0~ResolveEnumerableCollectionConstructor +[Newtonsoft.Json]Newtonsoft.Json.Utilities.CollectionUtils.ResolveEnumerableCollectionConstructor(Type,Type)~Newtonsoft.Json.Utilities.CollectionUtils,Newtonsoft.Json~2~0~ResolveEnumerableCollectionConstructor +[Newtonsoft.Json]Newtonsoft.Json.Utilities.CollectionWrapper`1.Add(__Canon)~Newtonsoft.Json.Utilities.CollectionWrapper`1[[System.__Canon,System.Private.CoreLib]],Newtonsoft.Json~1~0~Add +[Newtonsoft.Json]Newtonsoft.Json.Utilities.CollectionWrapper`1.get_Count()~Newtonsoft.Json.Utilities.CollectionWrapper`1[[System.__Canon,System.Private.CoreLib]],Newtonsoft.Json~0~0~get_Count +[Newtonsoft.Json]Newtonsoft.Json.Utilities.CollectionWrapper`1.get_UnderlyingCollection()~Newtonsoft.Json.Utilities.CollectionWrapper`1[[System.__Canon,System.Private.CoreLib]],Newtonsoft.Json~0~0~get_UnderlyingCollection +[Newtonsoft.Json]Newtonsoft.Json.Utilities.CollectionWrapper`1.IsCompatibleObject(object)~Newtonsoft.Json.Utilities.CollectionWrapper`1[[System.__Canon,System.Private.CoreLib]],Newtonsoft.Json~1~0~IsCompatibleObject +[Newtonsoft.Json]Newtonsoft.Json.Utilities.CollectionWrapper`1.System.Collections.IList.Add(object)~Newtonsoft.Json.Utilities.CollectionWrapper`1[[System.__Canon,System.Private.CoreLib]],Newtonsoft.Json~1~0~System.Collections.IList.Add +[Newtonsoft.Json]Newtonsoft.Json.Utilities.CollectionWrapper`1.System.Collections.IList.get_IsFixedSize()~Newtonsoft.Json.Utilities.CollectionWrapper`1[[System.__Canon,System.Private.CoreLib]],Newtonsoft.Json~0~0~System.Collections.IList.get_IsFixedSize +[Newtonsoft.Json]Newtonsoft.Json.Utilities.CollectionWrapper`1.VerifyValueType(object)~Newtonsoft.Json.Utilities.CollectionWrapper`1[[System.__Canon,System.Private.CoreLib]],Newtonsoft.Json~1~0~VerifyValueType [Newtonsoft.Json]Newtonsoft.Json.Utilities.ExpressionReflectionDelegateFactory.CreateGet<__Canon>(PropertyInfo)~Newtonsoft.Json.Utilities.ExpressionReflectionDelegateFactory,Newtonsoft.Json~1~1:System.__Canon,System.Private.CoreLib~CreateGet [Newtonsoft.Json]Newtonsoft.Json.Utilities.ImmutableCollectionsUtils..cctor()~Newtonsoft.Json.Utilities.ImmutableCollectionsUtils,Newtonsoft.Json~0~0~.cctor [Newtonsoft.Json]Newtonsoft.Json.Utilities.ImmutableCollectionsUtils.TryBuildImmutableForArrayContract(Type,Type,Type&,ObjectConstructor`1&)~Newtonsoft.Json.Utilities.ImmutableCollectionsUtils,Newtonsoft.Json~4~0~TryBuildImmutableForArrayContract [Newtonsoft.Json]Newtonsoft.Json.Utilities.ImmutableCollectionsUtils.TryBuildImmutableForDictionaryContract(Type,Type,Type,Type&,ObjectConstructor`1&)~Newtonsoft.Json.Utilities.ImmutableCollectionsUtils,Newtonsoft.Json~5~0~TryBuildImmutableForDictionaryContract +[Newtonsoft.Json]Newtonsoft.Json.Utilities.ImmutableCollectionsUtils+<>c__DisplayClass24_0.b__0(ImmutableCollectionTypeInfo)~Newtonsoft.Json.Utilities.ImmutableCollectionsUtils+<>c__DisplayClass24_0,Newtonsoft.Json~1~0~b__0 [Newtonsoft.Json]Newtonsoft.Json.Utilities.ImmutableCollectionsUtils+<>c__DisplayClass25_0.b__0(ImmutableCollectionTypeInfo)~Newtonsoft.Json.Utilities.ImmutableCollectionsUtils+<>c__DisplayClass25_0,Newtonsoft.Json~1~0~b__0 [Newtonsoft.Json]Newtonsoft.Json.Utilities.ReflectionDelegateFactory.CreateGet<__Canon>(MemberInfo)~Newtonsoft.Json.Utilities.ReflectionDelegateFactory,Newtonsoft.Json~1~1:System.__Canon,System.Private.CoreLib~CreateGet +[Newtonsoft.Json]Newtonsoft.Json.Utilities.ReflectionUtils.GetBaseDefinition(PropertyInfo)~Newtonsoft.Json.Utilities.ReflectionUtils,Newtonsoft.Json~1~0~GetBaseDefinition [Newtonsoft.Json]Newtonsoft.Json.Utilities.ReflectionUtils.GetCollectionItemType(Type)~Newtonsoft.Json.Utilities.ReflectionUtils,Newtonsoft.Json~1~0~GetCollectionItemType +[Newtonsoft.Json]Newtonsoft.Json.Utilities.ReflectionUtils.GetMemberInfoFromType(Type,MemberInfo)~Newtonsoft.Json.Utilities.ReflectionUtils,Newtonsoft.Json~2~0~GetMemberInfoFromType [Newtonsoft.Json]Newtonsoft.Json.Utilities.ReflectionUtils.InheritsGenericDefinition(Type,Type,Type&)~Newtonsoft.Json.Utilities.ReflectionUtils,Newtonsoft.Json~3~0~InheritsGenericDefinition [Newtonsoft.Json]Newtonsoft.Json.Utilities.ReflectionUtils.InheritsGenericDefinitionInternal(Type,Type,Type&)~Newtonsoft.Json.Utilities.ReflectionUtils,Newtonsoft.Json~3~0~InheritsGenericDefinitionInternal +[Newtonsoft.Json]Newtonsoft.Json.Utilities.ReflectionUtils.IsPublic(PropertyInfo)~Newtonsoft.Json.Utilities.ReflectionUtils,Newtonsoft.Json~1~0~IsPublic +[Newtonsoft.Json]Newtonsoft.Json.Utilities.ReflectionUtils.IsVirtual(PropertyInfo)~Newtonsoft.Json.Utilities.ReflectionUtils,Newtonsoft.Json~1~0~IsVirtual +[Newtonsoft.Json]Newtonsoft.Json.Utilities.ReflectionUtils+<>c__DisplayClass44_0.b__1(PropertyInfo)~Newtonsoft.Json.Utilities.ReflectionUtils+<>c__DisplayClass44_0,Newtonsoft.Json~1~0~b__1 +[Newtonsoft.Json]Newtonsoft.Json.Utilities.ReflectionUtils+<>c__DisplayClass44_1.b__2(PropertyInfo)~Newtonsoft.Json.Utilities.ReflectionUtils+<>c__DisplayClass44_1,Newtonsoft.Json~1~0~b__2 +[Newtonsoft.Json]Newtonsoft.Json.Utilities.ReflectionUtils+<>c.b__41_0(FieldInfo)~Newtonsoft.Json.Utilities.ReflectionUtils+<>c,Newtonsoft.Json~1~0~b__41_0 +[Newtonsoft.Json]Newtonsoft.Json.Utilities.StringUtils.ToCamelCase(string)~Newtonsoft.Json.Utilities.StringUtils,Newtonsoft.Json~1~0~ToCamelCase +[Newtonsoft.Json]System.Runtime.CompilerServices.NullableAttribute..ctor(uint8)~System.Runtime.CompilerServices.NullableAttribute,Newtonsoft.Json~1~0~.ctor +[Newtonsoft.Json]System.Runtime.CompilerServices.NullableContextAttribute..ctor(uint8)~System.Runtime.CompilerServices.NullableContextAttribute,Newtonsoft.Json~1~0~.ctor +[S.P.CoreLib]Interop+Kernel32.ReadFile(SafeHandle,uint8*,int32,native int,NativeOverlapped*)~Interop+Kernel32,System.Private.CoreLib~5~0~ReadFile +[S.P.CoreLib]Microsoft.Win32.SafeHandles.SafeFileHandle.EnsureThreadPoolBindingInitialized()~Microsoft.Win32.SafeHandles.SafeFileHandle,System.Private.CoreLib~0~0~EnsureThreadPoolBindingInitialized +[S.P.CoreLib]Microsoft.Win32.SafeHandles.SafeFileHandle.GetOverlappedValueTaskSource()~Microsoft.Win32.SafeHandles.SafeFileHandle,System.Private.CoreLib~0~0~GetOverlappedValueTaskSource +[S.P.CoreLib]Microsoft.Win32.SafeHandles.SafeFileHandle.InitThreadPoolBinding()~Microsoft.Win32.SafeHandles.SafeFileHandle,System.Private.CoreLib~0~0~InitThreadPoolBinding +[S.P.CoreLib]Microsoft.Win32.SafeHandles.SafeFileHandle.TryToReuse(OverlappedValueTaskSource)~Microsoft.Win32.SafeHandles.SafeFileHandle,System.Private.CoreLib~1~0~TryToReuse +[S.P.CoreLib]Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource..cctor()~Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource,System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource..ctor(SafeFileHandle)~Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource,System.Private.CoreLib~1~0~.ctor +[S.P.CoreLib]Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource.Complete(uint32,uint32)~Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource,System.Private.CoreLib~2~0~Complete +[S.P.CoreLib]Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource.Dispose()~Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource,System.Private.CoreLib~0~0~Dispose +[S.P.CoreLib]Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource.FinishedScheduling()~Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource,System.Private.CoreLib~0~0~FinishedScheduling +[S.P.CoreLib]Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource.GetResult(int16)~Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource,System.Private.CoreLib~1~0~GetResult +[S.P.CoreLib]Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource.GetStatus(int16)~Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource,System.Private.CoreLib~1~0~GetStatus +[S.P.CoreLib]Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource.IOCallback(uint32,uint32,NativeOverlapped*)~Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource,System.Private.CoreLib~3~0~IOCallback +[S.P.CoreLib]Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource.OnCompleted(Action`1,object,int16,ValueTaskSourceOnCompletedFlags)~Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource,System.Private.CoreLib~4~0~OnCompleted +[S.P.CoreLib]Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource.PrepareForOperation(ReadOnlyMemory`1,int64,OSFileStreamStrategy)~Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource,System.Private.CoreLib~3~0~PrepareForOperation +[S.P.CoreLib]Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource.RegisterForCancellation(CancellationToken)~Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource,System.Private.CoreLib~1~0~RegisterForCancellation +[S.P.CoreLib]Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource.ReleaseResources()~Microsoft.Win32.SafeHandles.SafeFileHandle+OverlappedValueTaskSource,System.Private.CoreLib~0~0~ReleaseResources [S.P.CoreLib]System.Activator.CreateInstance(Type,bool)~System.Activator,System.Private.CoreLib~2~0~CreateInstance [S.P.CoreLib]System.AppContext.SetData(string,object)~System.AppContext,System.Private.CoreLib~2~0~SetData [S.P.CoreLib]System.AppDomain.GetData(string)~System.AppDomain,System.Private.CoreLib~1~0~GetData @@ -2027,11 +2635,15 @@ [S.P.CoreLib]System.Array.IndexOf(Array,object,int32,int32)~System.Array,System.Private.CoreLib~4~0~IndexOf [S.P.CoreLib]System.Array.IndexOf(Array,object)~System.Array,System.Private.CoreLib~2~0~IndexOf [S.P.CoreLib]System.Array.IndexOf(int32[],int32,int32,int32)~System.Array,System.Private.CoreLib~4~1:System.Int32,System.Private.CoreLib~IndexOf +[S.P.CoreLib]System.Array.IndexOf(JTokenType[],JTokenType,int32,int32)~System.Array,System.Private.CoreLib~4~1:Newtonsoft.Json.Linq.JTokenType,Newtonsoft.Json~IndexOf +[S.P.CoreLib]System.Array.IndexOf(JTokenType[],JTokenType)~System.Array,System.Private.CoreLib~2~1:Newtonsoft.Json.Linq.JTokenType,Newtonsoft.Json~IndexOf [S.P.CoreLib]System.Array.Resize(HeaderEntry[]&,int32)~System.Array,System.Private.CoreLib~2~1:System.Net.Http.Headers.HeaderEntry,System.Net.Http~Resize [S.P.CoreLib]System.Array.System.Collections.IList.Contains(object)~System.Array,System.Private.CoreLib~1~0~System.Collections.IList.Contains [S.P.CoreLib]System.Array+EmptyArray`1..cctor()~System.Array+EmptyArray`1[[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Array+EmptyArray`1>..cctor()~System.Array+EmptyArray`1[[System.Net.Http.HttpConnectionPool+RequestQueue`1+QueueItem[[System.__Canon,System.Private.CoreLib]],System.Net.Http]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Array+EmptyArray`1..cctor()~System.Array+EmptyArray`1[[System.Security.Cryptography.X509Certificates.X509ChainStatus,System.Security.Cryptography]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Attribute.AddAttributesToList(List`1,Attribute[],Dictionary`2)~System.Attribute,System.Private.CoreLib~3~0~AddAttributesToList +[S.P.CoreLib]System.Attribute.CopyToAttributeList(List`1,Attribute[],Dictionary`2)~System.Attribute,System.Private.CoreLib~3~0~CopyToAttributeList [S.P.CoreLib]System.Attribute.GetCustomAttributes(Module,Type,bool)~System.Attribute,System.Private.CoreLib~3~0~GetCustomAttributes [S.P.CoreLib]System.BitConverter.GetBytes(int32)~System.BitConverter,System.Private.CoreLib~1~0~GetBytes [S.P.CoreLib]System.BitConverter.ToInt32(uint8[],int32)~System.BitConverter,System.Private.CoreLib~2~0~ToInt32 @@ -2048,6 +2660,8 @@ [S.P.CoreLib]System.Buffers.SharedArrayPool`1>.InitializeTlsBucketsAndTrimming()~System.Buffers.SharedArrayPool`1[[System.ValueTuple`2[[Azure.Core.Pipeline.HttpClientTransport+HttpClientTransportRequest+IgnoreCaseString,Azure.Core],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~InitializeTlsBucketsAndTrimming [S.P.CoreLib]System.Buffers.SharedArrayPool`1>.Rent(int32)~System.Buffers.SharedArrayPool`1[[System.ValueTuple`2[[Azure.Core.Pipeline.HttpClientTransport+HttpClientTransportRequest+IgnoreCaseString,Azure.Core],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~1~0~Rent [S.P.CoreLib]System.Buffers.SharedArrayPool`1>.Return(ValueTuple`2[],bool)~System.Buffers.SharedArrayPool`1[[System.ValueTuple`2[[Azure.Core.Pipeline.HttpClientTransport+HttpClientTransportRequest+IgnoreCaseString,Azure.Core],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~2~0~Return +[S.P.CoreLib]System.Buffers.Text.Utf8Parser.TryParse(ReadOnlySpan`1,uint64&,int32&,char)~System.Buffers.Text.Utf8Parser,System.Private.CoreLib~4~0~TryParse +[S.P.CoreLib]System.Buffers.Text.Utf8Parser.TryParseUInt64X(ReadOnlySpan`1,uint64&,int32&)~System.Buffers.Text.Utf8Parser,System.Private.CoreLib~3~0~TryParseUInt64X [S.P.CoreLib]System.Collections.ArrayList..ctor()~System.Collections.ArrayList,System.Private.CoreLib~0~0~.ctor [S.P.CoreLib]System.Collections.ArrayList.Add(object)~System.Collections.ArrayList,System.Private.CoreLib~1~0~Add [S.P.CoreLib]System.Collections.ArrayList.EnsureCapacity(int32)~System.Collections.ArrayList,System.Private.CoreLib~1~0~EnsureCapacity @@ -2065,6 +2679,9 @@ [S.P.CoreLib]System.Collections.Generic.ArraySortHelper`1.SwapIfGreater(Span`1,Comparison`1,int32,int32)~System.Collections.Generic.ArraySortHelper`1[[System.Text.RegularExpressions.RegexFindOptimizations+FixedDistanceSet,System.Text.RegularExpressions]],System.Private.CoreLib~4~0~SwapIfGreater [S.P.CoreLib]System.Collections.Generic.Comparer`1..cctor()~System.Collections.Generic.Comparer`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Collections.Generic.Dictionary`2+Enumerator.System.Collections.IDictionaryEnumerator.get_Entry()~System.Collections.Generic.Dictionary`2+Enumerator[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~0~0~System.Collections.IDictionaryEnumerator.get_Entry +[S.P.CoreLib]System.Collections.Generic.Dictionary`2+Enumerator>.Dispose()~System.Collections.Generic.Dictionary`2+Enumerator[[System.__Canon,System.Private.CoreLib],[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~Dispose +[S.P.CoreLib]System.Collections.Generic.Dictionary`2+Enumerator>.get_Current()~System.Collections.Generic.Dictionary`2+Enumerator[[System.__Canon,System.Private.CoreLib],[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~get_Current +[S.P.CoreLib]System.Collections.Generic.Dictionary`2+Enumerator>.MoveNext()~System.Collections.Generic.Dictionary`2+Enumerator[[System.__Canon,System.Private.CoreLib],[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.Collections.Generic.Dictionary`2,System.__Canon>..ctor()~System.Collections.Generic.Dictionary`2[[Google.Protobuf.ObjectIntPair`1[[System.__Canon,System.Private.CoreLib]],Google.Protobuf],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~0~0~.ctor [S.P.CoreLib]System.Collections.Generic.Dictionary`2,System.__Canon>..ctor(int32,IEqualityComparer`1>)~System.Collections.Generic.Dictionary`2[[Google.Protobuf.ObjectIntPair`1[[System.__Canon,System.Private.CoreLib]],Google.Protobuf],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~0~.ctor [S.P.CoreLib]System.Collections.Generic.Dictionary`2,System.__Canon>.ContainsKey(ObjectIntPair`1<__Canon>)~System.Collections.Generic.Dictionary`2[[Google.Protobuf.ObjectIntPair`1[[System.__Canon,System.Private.CoreLib]],Google.Protobuf],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~0~ContainsKey @@ -2084,7 +2701,21 @@ [S.P.CoreLib]System.Collections.Generic.Dictionary`2.FindValue(SamplingTelemetryItemTypes)~System.Collections.Generic.Dictionary`2[[Microsoft.ApplicationInsights.DataContracts.SamplingTelemetryItemTypes,Microsoft.ApplicationInsights],[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~1~0~FindValue [S.P.CoreLib]System.Collections.Generic.Dictionary`2.TryGetValue(SamplingTelemetryItemTypes,int32&)~System.Collections.Generic.Dictionary`2[[Microsoft.ApplicationInsights.DataContracts.SamplingTelemetryItemTypes,Microsoft.ApplicationInsights],[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~2~0~TryGetValue [S.P.CoreLib]System.Collections.Generic.Dictionary`2.Resize(int32,bool)~System.Collections.Generic.Dictionary`2[[Microsoft.Azure.WebJobs.Script.Grpc.Messages.StreamingMessage+ContentOneofCase,Microsoft.Azure.WebJobs.Script.Grpc],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~0~Resize +[S.P.CoreLib]System.Collections.Generic.Dictionary`2,System.__Canon>..ctor()~System.Collections.Generic.Dictionary`2[[Newtonsoft.Json.Utilities.StructMultiKey`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Newtonsoft.Json],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~0~0~.ctor +[S.P.CoreLib]System.Collections.Generic.Dictionary`2,System.__Canon>..ctor(IDictionary`2,__Canon>)~System.Collections.Generic.Dictionary`2[[Newtonsoft.Json.Utilities.StructMultiKey`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Newtonsoft.Json],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~0~.ctor +[S.P.CoreLib]System.Collections.Generic.Dictionary`2,System.__Canon>..ctor(int32,IEqualityComparer`1>)~System.Collections.Generic.Dictionary`2[[Newtonsoft.Json.Utilities.StructMultiKey`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Newtonsoft.Json],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~0~.ctor +[S.P.CoreLib]System.Collections.Generic.Dictionary`2,System.__Canon>.AddRange(IEnumerable`1,__Canon>>)~System.Collections.Generic.Dictionary`2[[Newtonsoft.Json.Utilities.StructMultiKey`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Newtonsoft.Json],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~0~AddRange +[S.P.CoreLib]System.Collections.Generic.Dictionary`2,System.__Canon>.CopyEntries(Entry,__Canon>[],int32)~System.Collections.Generic.Dictionary`2[[Newtonsoft.Json.Utilities.StructMultiKey`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Newtonsoft.Json],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~0~CopyEntries +[S.P.CoreLib]System.Collections.Generic.Dictionary`2,System.__Canon>.FindValue(StructMultiKey`2<__Canon,__Canon>)~System.Collections.Generic.Dictionary`2[[Newtonsoft.Json.Utilities.StructMultiKey`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Newtonsoft.Json],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~0~FindValue +[S.P.CoreLib]System.Collections.Generic.Dictionary`2,System.__Canon>.get_Count()~System.Collections.Generic.Dictionary`2[[Newtonsoft.Json.Utilities.StructMultiKey`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Newtonsoft.Json],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~0~0~get_Count +[S.P.CoreLib]System.Collections.Generic.Dictionary`2,System.__Canon>.Initialize(int32)~System.Collections.Generic.Dictionary`2[[Newtonsoft.Json.Utilities.StructMultiKey`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Newtonsoft.Json],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~0~Initialize +[S.P.CoreLib]System.Collections.Generic.Dictionary`2,System.__Canon>.Resize(int32,bool)~System.Collections.Generic.Dictionary`2[[Newtonsoft.Json.Utilities.StructMultiKey`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Newtonsoft.Json],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~0~Resize +[S.P.CoreLib]System.Collections.Generic.Dictionary`2,System.__Canon>.set_Item(StructMultiKey`2<__Canon,__Canon>,__Canon)~System.Collections.Generic.Dictionary`2[[Newtonsoft.Json.Utilities.StructMultiKey`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Newtonsoft.Json],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~0~set_Item +[S.P.CoreLib]System.Collections.Generic.Dictionary`2,System.__Canon>.TryGetValue(StructMultiKey`2<__Canon,__Canon>,__Canon&)~System.Collections.Generic.Dictionary`2[[Newtonsoft.Json.Utilities.StructMultiKey`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Newtonsoft.Json],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~0~TryGetValue +[S.P.CoreLib]System.Collections.Generic.Dictionary`2,System.__Canon>.TryInsert(StructMultiKey`2<__Canon,__Canon>,__Canon,InsertionBehavior)~System.Collections.Generic.Dictionary`2[[Newtonsoft.Json.Utilities.StructMultiKey`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Newtonsoft.Json],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~0~TryInsert [S.P.CoreLib]System.Collections.Generic.Dictionary`2.set_Item(__Canon,bool)~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~2~0~set_Item +[S.P.CoreLib]System.Collections.Generic.Dictionary`2..ctor()~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Private.CoreLib~0~0~.ctor +[S.P.CoreLib]System.Collections.Generic.Dictionary`2.get_Count()~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Private.CoreLib~0~0~get_Count [S.P.CoreLib]System.Collections.Generic.Dictionary`2..ctor(int32,IEqualityComparer`1<__Canon>)~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[Microsoft.ApplicationInsights.DataContracts.SamplingTelemetryItemTypes,Microsoft.ApplicationInsights]],System.Private.CoreLib~2~0~.ctor [S.P.CoreLib]System.Collections.Generic.Dictionary`2.Add(__Canon,SamplingTelemetryItemTypes)~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[Microsoft.ApplicationInsights.DataContracts.SamplingTelemetryItemTypes,Microsoft.ApplicationInsights]],System.Private.CoreLib~2~0~Add [S.P.CoreLib]System.Collections.Generic.Dictionary`2.FindValue(__Canon)~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[Microsoft.ApplicationInsights.DataContracts.SamplingTelemetryItemTypes,Microsoft.ApplicationInsights]],System.Private.CoreLib~1~0~FindValue @@ -2096,6 +2727,13 @@ [S.P.CoreLib]System.Collections.Generic.Dictionary`2.CopyEntries(Entry<__Canon,__Canon>[],int32)~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~0~CopyEntries [S.P.CoreLib]System.Collections.Generic.Dictionary`2.System.Collections.IDictionary.GetEnumerator()~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~0~0~System.Collections.IDictionary.GetEnumerator [S.P.CoreLib]System.Collections.Generic.Dictionary`2.System.Collections.IDictionary.set_Item(object,object)~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~0~System.Collections.IDictionary.set_Item +[S.P.CoreLib]System.Collections.Generic.Dictionary`2>..ctor(int32,IEqualityComparer`1<__Canon>)~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~2~0~.ctor +[S.P.CoreLib]System.Collections.Generic.Dictionary`2>..ctor(int32)~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~1~0~.ctor +[S.P.CoreLib]System.Collections.Generic.Dictionary`2>.Add(__Canon,KeyValuePair`2<__Canon,__Canon>)~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~2~0~Add +[S.P.CoreLib]System.Collections.Generic.Dictionary`2>.GetEnumerator()~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~GetEnumerator +[S.P.CoreLib]System.Collections.Generic.Dictionary`2>.Initialize(int32)~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~1~0~Initialize +[S.P.CoreLib]System.Collections.Generic.Dictionary`2>.TryInsert(__Canon,KeyValuePair`2<__Canon,__Canon>,InsertionBehavior)~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~3~0~TryInsert +[S.P.CoreLib]System.Collections.Generic.Dictionary`2.TryGetValue(Guid,__Canon&)~System.Collections.Generic.Dictionary`2[[System.Guid,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~0~TryGetValue [S.P.CoreLib]System.Collections.Generic.Dictionary`2..ctor(int32,IEqualityComparer`1)~System.Collections.Generic.Dictionary`2[[System.Net.SecurityStatusPalErrorCode,System.Net.Security],[Interop+SECURITY_STATUS,System.Net.Security]],System.Private.CoreLib~2~0~.ctor [S.P.CoreLib]System.Collections.Generic.Dictionary`2..ctor(int32)~System.Collections.Generic.Dictionary`2[[System.Net.SecurityStatusPalErrorCode,System.Net.Security],[Interop+SECURITY_STATUS,System.Net.Security]],System.Private.CoreLib~1~0~.ctor [S.P.CoreLib]System.Collections.Generic.Dictionary`2.Add(SecurityStatusPalErrorCode,SECURITY_STATUS)~System.Collections.Generic.Dictionary`2[[System.Net.SecurityStatusPalErrorCode,System.Net.Security],[Interop+SECURITY_STATUS,System.Net.Security]],System.Private.CoreLib~2~0~Add @@ -2112,11 +2750,15 @@ [S.P.CoreLib]System.Collections.Generic.GenericComparer`1..ctor()~System.Collections.Generic.GenericComparer`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~0~0~.ctor [S.P.CoreLib]System.Collections.Generic.GenericEqualityComparer`1..ctor()~System.Collections.Generic.GenericEqualityComparer`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~0~0~.ctor [S.P.CoreLib]System.Collections.Generic.GenericEqualityComparer`1..ctor()~System.Collections.Generic.GenericEqualityComparer`1[[System.Int64,System.Private.CoreLib]],System.Private.CoreLib~0~0~.ctor +[S.P.CoreLib]System.Collections.Generic.GenericEqualityComparer`1.Equals(int64,int64)~System.Collections.Generic.GenericEqualityComparer`1[[System.Int64,System.Private.CoreLib]],System.Private.CoreLib~2~0~Equals [S.P.CoreLib]System.Collections.Generic.HashSet`1.Remove(__Canon)~System.Collections.Generic.HashSet`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~0~Remove +[S.P.CoreLib]System.Collections.Generic.KeyValuePair`2>.get_Key()~System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~get_Key +[S.P.CoreLib]System.Collections.Generic.KeyValuePair`2>.get_Value()~System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~get_Value [S.P.CoreLib]System.Collections.Generic.KeyValuePair`2..ctor(__Canon,HeaderStringValues)~System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.Net.Http.Headers.HeaderStringValues,System.Net.Http]],System.Private.CoreLib~2~0~.ctor [S.P.CoreLib]System.Collections.Generic.KeyValuePair`2.Deconstruct(__Canon&,HeaderStringValues&)~System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.Net.Http.Headers.HeaderStringValues,System.Net.Http]],System.Private.CoreLib~2~0~Deconstruct [S.P.CoreLib]System.Collections.Generic.KeyValuePair`2.get_Key()~System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.Net.Http.Headers.HeaderStringValues,System.Net.Http]],System.Private.CoreLib~0~0~get_Key [S.P.CoreLib]System.Collections.Generic.KeyValuePair`2.get_Value()~System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.Net.Http.Headers.HeaderStringValues,System.Net.Http]],System.Private.CoreLib~0~0~get_Value +[S.P.CoreLib]System.Collections.Generic.KeyValuePair`2.get_Value()~System.Collections.Generic.KeyValuePair`2[[System.Net.Http.HttpConnectionPoolManager+HttpConnectionKey,System.Net.Http],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~0~0~get_Value [S.P.CoreLib]System.Collections.Generic.List`1+Enumerator.Dispose()~System.Collections.Generic.List`1+Enumerator[[Azure.Core.HttpHeader,Azure.Core]],System.Private.CoreLib~0~0~Dispose [S.P.CoreLib]System.Collections.Generic.List`1+Enumerator.get_Current()~System.Collections.Generic.List`1+Enumerator[[Azure.Core.HttpHeader,Azure.Core]],System.Private.CoreLib~0~0~get_Current [S.P.CoreLib]System.Collections.Generic.List`1+Enumerator.MoveNext()~System.Collections.Generic.List`1+Enumerator[[Azure.Core.HttpHeader,Azure.Core]],System.Private.CoreLib~0~0~MoveNext @@ -2154,30 +2796,43 @@ [S.P.CoreLib]System.Collections.Generic.List`1.RemoveRange(int32,int32)~System.Collections.Generic.List`1[[System.Text.RegularExpressions.RegexFindOptimizations+FixedDistanceSet,System.Text.RegularExpressions]],System.Private.CoreLib~2~0~RemoveRange [S.P.CoreLib]System.Collections.Generic.List`1..ctor(int32)~System.Collections.Generic.List`1[[System.Byte,System.Private.CoreLib]],System.Private.CoreLib~1~0~.ctor [S.P.CoreLib]System.Collections.Generic.List`1.GetEnumerator()~System.Collections.Generic.List`1[[System.Byte,System.Private.CoreLib]],System.Private.CoreLib~0~0~GetEnumerator +[S.P.CoreLib]System.Collections.Hashtable.get_Keys()~System.Collections.Hashtable,System.Private.CoreLib~0~0~get_Keys [S.P.CoreLib]System.Collections.Hashtable+HashtableEnumerator.get_Current()~System.Collections.Hashtable+HashtableEnumerator,System.Private.CoreLib~0~0~get_Current +[S.P.CoreLib]System.Collections.Hashtable+KeyCollection.GetEnumerator()~System.Collections.Hashtable+KeyCollection,System.Private.CoreLib~0~0~GetEnumerator [S.P.CoreLib]System.Collections.ObjectModel.ReadOnlyCollection`1.System.Collections.IEnumerable.GetEnumerator()~System.Collections.ObjectModel.ReadOnlyCollection`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~0~0~System.Collections.IEnumerable.GetEnumerator [S.P.CoreLib]System.Collections.ObjectModel.ReadOnlyCollection`1>.GetEnumerator()~System.Collections.ObjectModel.ReadOnlyCollection`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~GetEnumerator +[S.P.CoreLib]System.Convert.ConvertToBase64Array(char*,uint8*,int32,int32,bool)~System.Convert,System.Private.CoreLib~5~0~ConvertToBase64Array +[S.P.CoreLib]System.Convert.FromBase64CharArray(char[],int32,int32)~System.Convert,System.Private.CoreLib~3~0~FromBase64CharArray [S.P.CoreLib]System.Convert.ToByte(string,int32)~System.Convert,System.Private.CoreLib~2~0~ToByte +[S.P.CoreLib]System.Convert.ToInt32(uint32)~System.Convert,System.Private.CoreLib~1~0~ToInt32 [S.P.CoreLib]System.Convert.ToInt64(float64)~System.Convert,System.Private.CoreLib~1~0~ToInt64 +[S.P.CoreLib]System.Convert.ToString(object)~System.Convert,System.Private.CoreLib~1~0~ToString [S.P.CoreLib]System.CultureAwareComparer..cctor()~System.CultureAwareComparer,System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.CultureAwareComparer..ctor(CompareInfo,CompareOptions)~System.CultureAwareComparer,System.Private.CoreLib~2~0~.ctor [S.P.CoreLib]System.CultureAwareComparer.Equals(string,string)~System.CultureAwareComparer,System.Private.CoreLib~2~0~Equals [S.P.CoreLib]System.CultureAwareComparer.GetHashCode(string)~System.CultureAwareComparer,System.Private.CoreLib~1~0~GetHashCode [S.P.CoreLib]System.DateTime..ctor(int32,int32,int32,int32,int32,int32,DateTimeKind)~System.DateTime,System.Private.CoreLib~7~0~.ctor [S.P.CoreLib]System.DateTime.AddSeconds(float64)~System.DateTime,System.Private.CoreLib~1~0~AddSeconds +[S.P.CoreLib]System.DateTime.AddYears(int32)~System.DateTime,System.Private.CoreLib~1~0~AddYears [S.P.CoreLib]System.DateTime.op_LessThan(DateTime,DateTime)~System.DateTime,System.Private.CoreLib~2~0~op_LessThan [S.P.CoreLib]System.DateTime.ToFileTime()~System.DateTime,System.Private.CoreLib~0~0~ToFileTime [S.P.CoreLib]System.DateTime.ToFileTimeLeapSecondsAware(int64)~System.DateTime,System.Private.CoreLib~1~0~ToFileTimeLeapSecondsAware [S.P.CoreLib]System.DateTime.ToFileTimeUtc()~System.DateTime,System.Private.CoreLib~0~0~ToFileTimeUtc +[S.P.CoreLib]System.DateTime.ToString(string,IFormatProvider)~System.DateTime,System.Private.CoreLib~2~0~ToString [S.P.CoreLib]System.DateTime.ToUniversalTime()~System.DateTime,System.Private.CoreLib~0~0~ToUniversalTime [S.P.CoreLib]System.DateTime.TryCreate(int32,int32,int32,int32,int32,int32,int32,DateTime&)~System.DateTime,System.Private.CoreLib~8~0~TryCreate +[S.P.CoreLib]System.DateTimeOffset.AddMinutes(float64)~System.DateTimeOffset,System.Private.CoreLib~1~0~AddMinutes +[S.P.CoreLib]System.DateTimeOffset.AddYears(int32)~System.DateTimeOffset,System.Private.CoreLib~1~0~AddYears [S.P.CoreLib]System.DateTimeOffset.TryParseExact(string,string,IFormatProvider,DateTimeStyles,DateTimeOffset&)~System.DateTimeOffset,System.Private.CoreLib~5~0~TryParseExact [S.P.CoreLib]System.DateTimeOffset.ValidateStyles(DateTimeStyles,string)~System.DateTimeOffset,System.Private.CoreLib~2~0~ValidateStyles [S.P.CoreLib]System.DateTimeParse.DoStrictParse(ReadOnlySpan`1,ReadOnlySpan`1,DateTimeStyles,DateTimeFormatInfo,DateTimeResult&)~System.DateTimeParse,System.Private.CoreLib~5~0~DoStrictParse [S.P.CoreLib]System.DateTimeParse.TryParseExact(ReadOnlySpan`1,ReadOnlySpan`1,DateTimeFormatInfo,DateTimeStyles,DateTime&,TimeSpan&)~System.DateTimeParse,System.Private.CoreLib~6~0~TryParseExact [S.P.CoreLib]System.DateTimeParse.TryParseFormatR(ReadOnlySpan`1,DateTimeResult&)~System.DateTimeParse,System.Private.CoreLib~2~0~TryParseFormatR +[S.P.CoreLib]System.Diagnostics.Tracing.EventCounter.Enqueue(float64)~System.Diagnostics.Tracing.EventCounter,System.Private.CoreLib~1~0~Enqueue +[S.P.CoreLib]System.Diagnostics.Tracing.EventCounter.WriteMetric(float32)~System.Diagnostics.Tracing.EventCounter,System.Private.CoreLib~1~0~WriteMetric [S.P.CoreLib]System.Diagnostics.Tracing.EventListener.EnableEvents(EventSource,EventLevel)~System.Diagnostics.Tracing.EventListener,System.Private.CoreLib~2~0~EnableEvents [S.P.CoreLib]System.Diagnostics.Tracing.EventSource.GetSources()~System.Diagnostics.Tracing.EventSource,System.Private.CoreLib~0~0~GetSources +[S.P.CoreLib]System.Diagnostics.Tracing.EventSource.WriteEvent(int32,string,string,string)~System.Diagnostics.Tracing.EventSource,System.Private.CoreLib~4~0~WriteEvent [S.P.CoreLib]System.Diagnostics.Tracing.EventSource+EventSourcePrimitive.op_Implicit(float64)~System.Diagnostics.Tracing.EventSource+EventSourcePrimitive,System.Private.CoreLib~1~0~op_Implicit [S.P.CoreLib]System.Diagnostics.Tracing.EventSource+EventSourcePrimitive.op_Implicit(int32)~System.Diagnostics.Tracing.EventSource+EventSourcePrimitive,System.Private.CoreLib~1~0~op_Implicit [S.P.CoreLib]System.Diagnostics.Tracing.EventWrittenEventArgs.get_EventName()~System.Diagnostics.Tracing.EventWrittenEventArgs,System.Private.CoreLib~0~0~get_EventName @@ -2192,6 +2847,7 @@ [S.P.CoreLib]System.Exception..ctor(string)~System.Exception,System.Private.CoreLib~1~0~.ctor [S.P.CoreLib]System.GC.AllocateUninitializedArray>(int32,bool)~System.GC,System.Private.CoreLib~2~1:System.ValueTuple`2[[Azure.Core.Pipeline.HttpClientTransport+HttpClientTransportRequest+IgnoreCaseString,Azure.Core],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~AllocateUninitializedArray [S.P.CoreLib]System.GC.AllocateUninitializedArray(int32,bool)~System.GC,System.Private.CoreLib~2~1:System.Net.Sockets.WSABuffer,System.Net.Sockets~AllocateUninitializedArray +[S.P.CoreLib]System.GC.EndNoGCRegion()~System.GC,System.Private.CoreLib~0~0~EndNoGCRegion [S.P.CoreLib]System.Globalization.CompareInfo.GetHashCode(ReadOnlySpan`1,CompareOptions)~System.Globalization.CompareInfo,System.Private.CoreLib~2~0~GetHashCode [S.P.CoreLib]System.Globalization.CompareInfo.IcuGetHashCodeOfString(ReadOnlySpan`1,CompareOptions)~System.Globalization.CompareInfo,System.Private.CoreLib~2~0~IcuGetHashCodeOfString [S.P.CoreLib]System.Globalization.CompareInfo.IcuIndexOfCore(ReadOnlySpan`1,ReadOnlySpan`1,CompareOptions,int32*,bool)~System.Globalization.CompareInfo,System.Private.CoreLib~5~0~IcuIndexOfCore @@ -2203,27 +2859,55 @@ [S.P.CoreLib]System.Globalization.DateTimeFormatInfo.get_InvariantInfo()~System.Globalization.DateTimeFormatInfo,System.Private.CoreLib~0~0~get_InvariantInfo [S.P.CoreLib]System.Globalization.IdnMapping.GetAscii(string,int32)~System.Globalization.IdnMapping,System.Private.CoreLib~2~0~GetAscii [S.P.CoreLib]System.Globalization.IdnMapping.GetAscii(string)~System.Globalization.IdnMapping,System.Private.CoreLib~1~0~GetAscii +[S.P.CoreLib]System.Globalization.TextInfo.ToLower(char)~System.Globalization.TextInfo,System.Private.CoreLib~1~0~ToLower +[S.P.CoreLib]System.Guid.Parse(ReadOnlySpan`1)~System.Guid,System.Private.CoreLib~1~0~Parse +[S.P.CoreLib]System.Guid.Parse(string)~System.Guid,System.Private.CoreLib~1~0~Parse [S.P.CoreLib]System.HashCode.Combine(HttpConnectionKind,__Canon,int32,__Canon,__Canon)~System.HashCode,System.Private.CoreLib~5~5:System.Net.Http.HttpConnectionKind,System.Net.Http:System.__Canon,System.Private.CoreLib:System.Int32,System.Private.CoreLib:System.__Canon,System.Private.CoreLib:System.__Canon,System.Private.CoreLib~Combine [S.P.CoreLib]System.HashCode.Combine(int32,int32,bool,bool,bool,int32,int32)~System.HashCode,System.Private.CoreLib~7~7:System.Int32,System.Private.CoreLib:System.Int32,System.Private.CoreLib:System.Boolean,System.Private.CoreLib:System.Boolean,System.Private.CoreLib:System.Boolean,System.Private.CoreLib:System.Int32,System.Private.CoreLib:System.Int32,System.Private.CoreLib~Combine [S.P.CoreLib]System.IO.BinaryWriter..ctor(Stream)~System.IO.BinaryWriter,System.Private.CoreLib~1~0~.ctor [S.P.CoreLib]System.IO.BinaryWriter.Write(uint8[],int32,int32)~System.IO.BinaryWriter,System.Private.CoreLib~3~0~Write +[S.P.CoreLib]System.IO.File.AsyncStreamReader(string,Encoding)~System.IO.File,System.Private.CoreLib~2~0~AsyncStreamReader +[S.P.CoreLib]System.IO.File.InternalReadAllTextAsync(string,Encoding,CancellationToken)~System.IO.File,System.Private.CoreLib~3~0~InternalReadAllTextAsync +[S.P.CoreLib]System.IO.File.Open(string,FileMode,FileAccess,FileShare)~System.IO.File,System.Private.CoreLib~4~0~Open +[S.P.CoreLib]System.IO.File.ReadAllTextAsync(string,CancellationToken)~System.IO.File,System.Private.CoreLib~2~0~ReadAllTextAsync +[S.P.CoreLib]System.IO.File.ReadAllTextAsync(string,Encoding,CancellationToken)~System.IO.File,System.Private.CoreLib~3~0~ReadAllTextAsync +[S.P.CoreLib]System.IO.File+d__86.MoveNext()~System.IO.File+d__86,System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.IO.FileStream.DisposeAsync()~System.IO.FileStream,System.Private.CoreLib~0~0~DisposeAsync [S.P.CoreLib]System.IO.FileStream+d__57.MoveNext()~System.IO.FileStream+d__57,System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.IO.MemoryStream..ctor(uint8[],int32,int32,bool,bool)~System.IO.MemoryStream,System.Private.CoreLib~5~0~.ctor [S.P.CoreLib]System.IO.MemoryStream..ctor(uint8[],int32,int32,bool)~System.IO.MemoryStream,System.Private.CoreLib~4~0~.ctor [S.P.CoreLib]System.IO.MemoryStream.CopyToAsync(Stream,int32,CancellationToken)~System.IO.MemoryStream,System.Private.CoreLib~3~0~CopyToAsync [S.P.CoreLib]System.IO.MemoryStream.InternalEmulateRead(int32)~System.IO.MemoryStream,System.Private.CoreLib~1~0~InternalEmulateRead +[S.P.CoreLib]System.IO.MemoryStream.WriteAsync(ReadOnlyMemory`1,CancellationToken)~System.IO.MemoryStream,System.Private.CoreLib~2~0~WriteAsync [S.P.CoreLib]System.IO.Path.GetFileNameWithoutExtension(ReadOnlySpan`1)~System.IO.Path,System.Private.CoreLib~1~0~GetFileNameWithoutExtension [S.P.CoreLib]System.IO.Path.GetFileNameWithoutExtension(string)~System.IO.Path,System.Private.CoreLib~1~0~GetFileNameWithoutExtension +[S.P.CoreLib]System.IO.RandomAccess.QueueAsyncReadFile(SafeFileHandle,Memory`1,int64,CancellationToken,OSFileStreamStrategy)~System.IO.RandomAccess,System.Private.CoreLib~5~0~QueueAsyncReadFile [S.P.CoreLib]System.IO.Strategies.BufferedFileStreamStrategy.DisposeAsync()~System.IO.Strategies.BufferedFileStreamStrategy,System.Private.CoreLib~0~0~DisposeAsync [S.P.CoreLib]System.IO.Strategies.BufferedFileStreamStrategy.FlushAsync(CancellationToken)~System.IO.Strategies.BufferedFileStreamStrategy,System.Private.CoreLib~1~0~FlushAsync [S.P.CoreLib]System.IO.Strategies.BufferedFileStreamStrategy.FlushAsyncInternal(CancellationToken)~System.IO.Strategies.BufferedFileStreamStrategy,System.Private.CoreLib~1~0~FlushAsyncInternal +[S.P.CoreLib]System.IO.Strategies.BufferedFileStreamStrategy.ReadAsyncSlowPath(Task,Memory`1,CancellationToken)~System.IO.Strategies.BufferedFileStreamStrategy,System.Private.CoreLib~3~0~ReadAsyncSlowPath [S.P.CoreLib]System.IO.Strategies.BufferedFileStreamStrategy+d__27.MoveNext()~System.IO.Strategies.BufferedFileStreamStrategy+d__27,System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.IO.Strategies.BufferedFileStreamStrategy+d__55.MoveNext()~System.IO.Strategies.BufferedFileStreamStrategy+d__55,System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.IO.Strategies.BufferedFileStreamStrategy+d__37.MoveNext()~System.IO.Strategies.BufferedFileStreamStrategy+d__37,System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.IO.Strategies.OSFileStreamStrategy.DisposeAsync()~System.IO.Strategies.OSFileStreamStrategy,System.Private.CoreLib~0~0~DisposeAsync +[S.P.CoreLib]System.IO.Strategies.OSFileStreamStrategy.Flush(bool)~System.IO.Strategies.OSFileStreamStrategy,System.Private.CoreLib~1~0~Flush +[S.P.CoreLib]System.IO.Strategies.OSFileStreamStrategy.OnIncompleteOperation(int32,int32)~System.IO.Strategies.OSFileStreamStrategy,System.Private.CoreLib~2~0~OnIncompleteOperation +[S.P.CoreLib]System.IO.Stream.CopyToAsync(Stream,CancellationToken)~System.IO.Stream,System.Private.CoreLib~2~0~CopyToAsync [S.P.CoreLib]System.IO.Stream.CopyToAsync(Stream)~System.IO.Stream,System.Private.CoreLib~1~0~CopyToAsync +[S.P.CoreLib]System.IO.Stream.get_CanTimeout()~System.IO.Stream,System.Private.CoreLib~0~0~get_CanTimeout [S.P.CoreLib]System.IO.Stream.GetCopyBufferSize()~System.IO.Stream,System.Private.CoreLib~0~0~GetCopyBufferSize [S.P.CoreLib]System.IO.Stream.ValidateCopyToArguments(Stream,int32)~System.IO.Stream,System.Private.CoreLib~2~0~ValidateCopyToArguments +[S.P.CoreLib]System.IO.Stream.Write(ReadOnlySpan`1)~System.IO.Stream,System.Private.CoreLib~1~0~Write +[S.P.CoreLib]System.IO.StreamReader.ReadAsync(Memory`1,CancellationToken)~System.IO.StreamReader,System.Private.CoreLib~2~0~ReadAsync +[S.P.CoreLib]System.IO.StreamReader.ReadAsyncInternal(Memory`1,CancellationToken)~System.IO.StreamReader,System.Private.CoreLib~2~0~ReadAsyncInternal +[S.P.CoreLib]System.IO.StreamReader.ReadToEndAsync()~System.IO.StreamReader,System.Private.CoreLib~0~0~ReadToEndAsync +[S.P.CoreLib]System.IO.StreamReader.ReadToEndAsync(CancellationToken)~System.IO.StreamReader,System.Private.CoreLib~1~0~ReadToEndAsync +[S.P.CoreLib]System.IO.StreamReader+d__69.MoveNext()~System.IO.StreamReader+d__69,System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.IO.StreamWriter..ctor(Stream,Encoding)~System.IO.StreamWriter,System.Private.CoreLib~2~0~.ctor +[S.P.CoreLib]System.IO.StreamWriter.CloseStreamFromDispose(bool)~System.IO.StreamWriter,System.Private.CoreLib~1~0~CloseStreamFromDispose +[S.P.CoreLib]System.IO.StreamWriter.Dispose(bool)~System.IO.StreamWriter,System.Private.CoreLib~1~0~Dispose +[S.P.CoreLib]System.IO.StreamWriter.Write(char)~System.IO.StreamWriter,System.Private.CoreLib~1~0~Write +[S.P.CoreLib]System.IO.StreamWriter.Write(string)~System.IO.StreamWriter,System.Private.CoreLib~1~0~Write [S.P.CoreLib]System.IO.StringReader.Dispose(bool)~System.IO.StringReader,System.Private.CoreLib~1~0~Dispose [S.P.CoreLib]System.Lazy`1.get_IsValueCreated()~System.Lazy`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~0~0~get_IsValueCreated [S.P.CoreLib]System.Math.Abs(int32)~System.Math,System.Private.CoreLib~1~0~Abs @@ -2244,6 +2928,7 @@ [S.P.CoreLib]System.Net.WebUtility.UrlDecodeInternal(string,Encoding)~System.Net.WebUtility,System.Private.CoreLib~2~0~UrlDecodeInternal [S.P.CoreLib]System.Nullable`1.ToString()~System.Nullable`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~0~0~ToString [S.P.CoreLib]System.Nullable`1.get_Value()~System.Nullable`1[[System.Int64,System.Private.CoreLib]],System.Private.CoreLib~0~0~get_Value +[S.P.CoreLib]System.Nullable`1.get_Value()~System.Nullable`1[[Microsoft.ApplicationInsights.Extensibility.Implementation.External.SeverityLevel,Microsoft.ApplicationInsights]],System.Private.CoreLib~0~0~get_Value [S.P.CoreLib]System.Number.g__FormatInt64Slow|45_0(int64,string,IFormatProvider)~System.Number,System.Private.CoreLib~3~0~g__FormatInt64Slow|45_0 [S.P.CoreLib]System.Number.FormatInt64(int64,string,IFormatProvider)~System.Number,System.Private.CoreLib~3~0~FormatInt64 [S.P.CoreLib]System.Number.UInt64ToDecStr(uint64,int32)~System.Number,System.Private.CoreLib~2~0~UInt64ToDecStr @@ -2261,6 +2946,8 @@ [S.P.CoreLib]System.ReadOnlySpan`1.get_Empty()~System.ReadOnlySpan`1[[System.Char,System.Private.CoreLib]],System.Private.CoreLib~0~0~get_Empty [S.P.CoreLib]System.ReadOnlySpan`1..ctor(SCHANNEL_SESSION_TOKEN&)~System.ReadOnlySpan`1[[Interop+SChannel+SCHANNEL_SESSION_TOKEN,System.Net.Security]],System.Private.CoreLib~1~0~.ctor [S.P.CoreLib]System.ReadOnlySpan`1..ctor(HeaderEntry[],int32,int32)~System.ReadOnlySpan`1[[System.Net.Http.Headers.HeaderEntry,System.Net.Http]],System.Private.CoreLib~3~0~.ctor +[S.P.CoreLib]System.ReadOnlySpan`1.get_Item(int32)~System.ReadOnlySpan`1[[System.Byte,System.Private.CoreLib]],System.Private.CoreLib~1~0~get_Item +[S.P.CoreLib]System.ReadOnlySpan`1.get_Length()~System.ReadOnlySpan`1[[System.Byte,System.Private.CoreLib]],System.Private.CoreLib~0~0~get_Length [S.P.CoreLib]System.Reflection.AssemblyName..ctor()~System.Reflection.AssemblyName,System.Private.CoreLib~0~0~.ctor [S.P.CoreLib]System.Reflection.AssemblyName.set_Name(string)~System.Reflection.AssemblyName,System.Private.CoreLib~1~0~set_Name [S.P.CoreLib]System.Reflection.AssemblyName.set_Version(Version)~System.Reflection.AssemblyName,System.Private.CoreLib~1~0~set_Version @@ -2275,6 +2962,7 @@ [S.P.CoreLib]System.Reflection.Emit.RuntimeILGenerator.BeginFinallyBlock()~System.Reflection.Emit.RuntimeILGenerator,System.Private.CoreLib~0~0~BeginFinallyBlock [S.P.CoreLib]System.Reflection.Emit.RuntimeILGenerator.EndExceptionBlock()~System.Reflection.Emit.RuntimeILGenerator,System.Private.CoreLib~0~0~EndExceptionBlock [S.P.CoreLib]System.Reflection.Emit.RuntimeILGenerator.SortExceptions(__ExceptionInfo[])~System.Reflection.Emit.RuntimeILGenerator,System.Private.CoreLib~1~0~SortExceptions +[S.P.CoreLib]System.Reflection.FieldInfo.get_IsPrivate()~System.Reflection.FieldInfo,System.Private.CoreLib~0~0~get_IsPrivate [S.P.CoreLib]System.Reflection.PropertyInfo.GetGetMethod()~System.Reflection.PropertyInfo,System.Private.CoreLib~0~0~GetGetMethod [S.P.CoreLib]System.Reflection.PropertyInfo.GetSetMethod()~System.Reflection.PropertyInfo,System.Private.CoreLib~0~0~GetSetMethod [S.P.CoreLib]System.Reflection.RuntimeAssembly.GetCustomAttributesData()~System.Reflection.RuntimeAssembly,System.Private.CoreLib~0~0~GetCustomAttributesData @@ -2292,10 +2980,12 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<<g__WaitForConnectWithCancellation|285_0>d>(<g__WaitForConnectWithCancellation|285_0>d&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Sockets.Socket+<g__WaitForConnectWithCancellation|285_0>d,System.Net.Sockets~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<<g__WaitAsync|56_0>d>(<g__WaitAsync|56_0>d&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Http.HttpContent+<g__WaitAsync|56_0>d,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<<g__Core|112_0>d>(<g__Core|112_0>d&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Sockets.SocketAsyncEventArgs+<g__Core|112_0>d,System.Net.Sockets~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<<g__ReadAheadWithZeroByteReadAsync|40_0>d>(<g__ReadAheadWithZeroByteReadAsync|40_0>d&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Http.HttpConnection+<g__ReadAheadWithZeroByteReadAsync|40_0>d,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<<g__GetAuthorizationLevelAndValidateAsync|34_0>d>(<g__GetAuthorizationLevelAndValidateAsync|34_0>d&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<<b__1>d>(<b__1>d&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel+<>c__DisplayClass94_0+<b__1>d,Microsoft.Azure.WebJobs.Script.Grpc~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<<g__Core|83_0>d>(<g__Core|83_0>d&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Http.HttpClient+<g__Core|83_0>d,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<<g__Impl|6_0>d>(<g__Impl|6_0>d&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Http.HttpConnectionResponseContent+<g__Impl|6_0>d,System.Net.Http~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<<b__0>d>(<b__0>d&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TaskTimerInternal+<>c__DisplayClass8_0+<b__0>d,Microsoft.AI.ServerTelemetryChannel~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<<b__0>d>(<b__0>d&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcFunctionInvocationDispatcher+<>c__DisplayClass60_0+<b__0>d,Microsoft.Azure.WebJobs.Script~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<<g__WriteFirstAsync|0>d>(<g__WriteFirstAsync|0>d&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.AspNetCore.Server.IIS.Core.IISHttpContext+<>c__DisplayClass452_0+<g__WriteFirstAsync|0>d,Microsoft.AspNetCore.Server.IIS~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__25>(d__25&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__25,Azure.Storage.Blobs~Start @@ -2309,35 +2999,57 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__3>(d__3&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator+d__3,Microsoft.AspNetCore.Authorization.Policy~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__7>(d__7&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.AspNetCore.Authorization.DefaultAuthorizationService+d__7,Microsoft.AspNetCore.Authorization~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__13>(d__13&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Description.WorkerFunctionInvoker+d__13,Microsoft.Azure.WebJobs.Script~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__36>(d__36&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__36,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__14>(d__14&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Binder+d__14,Microsoft.Azure.WebJobs.Host~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__103>(d__103&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Http.HttpConnectionPool+d__103,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__104>(d__104&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Http.HttpConnectionPool+d__104,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__108>(d__108&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Http.HttpConnectionPool+d__108,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__6>(d__6&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Core.Pipeline.ResponseBodyPolicy+d__6,Azure.Core~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__8>(d__8&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Http.HttpConnection+ChunkedEncodingReadStream+d__8,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__105>(d__105&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Http.HttpConnectionPool+d__105,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__104>(d__104&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel+d__104,Microsoft.Azure.WebJobs.Script.Grpc~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__1<__Canon>>(d__1<__Canon>&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Text.Json.Serialization.Metadata.JsonTypeInfo`1+d__1[[System.__Canon,System.Private.CoreLib]],System.Text.Json~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__27>(d__27&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.IO.Strategies.BufferedFileStreamStrategy+d__27,System.Private.CoreLib~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__57>(d__57&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.IO.FileStream+d__57,System.Private.CoreLib~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__49>(d__49&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__49,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__51>(d__51&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__51,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__53>(d__53&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__53,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__8>(d__8&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.BlobRestClient+d__8,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__54>(d__54&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__54,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__61>(d__61&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__61,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__62>(d__62&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__62,Azure.Storage.Blobs~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__124>(d__124&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel+d__124,Microsoft.Azure.WebJobs.Script.Grpc~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__161`1>(d__161`1&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__161`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__2>(d__2&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Http.ConnectHelper+d__2,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__5>(d__5&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Host.FunctionAppValidationService+d__5,Microsoft.Azure.WebJobs.Script~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__18>(d__18&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Binding.RawScriptResult+d__18,Microsoft.Azure.WebJobs.Script~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__117>(d__117&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__117,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__118>(d__118&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__118,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__61>(d__61&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.BlobContainerClient+d__61,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__83>(d__83&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Http.HttpConnection+d__83,System.Net.Http~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__21>(d__21&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer+d__21,Microsoft.AI.ServerTelemetryChannel~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__23>(d__23&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.PipeWriterHelpers.ConcurrentPipeWriter+d__23,Microsoft.AspNetCore.Server.Kestrel.Core~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__55>(d__55&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.IO.Strategies.BufferedFileStreamStrategy+d__55,System.Private.CoreLib~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__30>(d__30&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Security.Cryptography.CryptoStream+d__30,System.Security.Cryptography~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__150`1>(d__150`1&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__150`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__35>(d__35&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__34>(d__34&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34,Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__6>(d__6&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__6,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__13>(d__13&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WorkerFunctionMetadataProvider+d__13,Microsoft.Azure.WebJobs.Script~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__12>(d__12&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__12,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__8>(d__8&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Description.WorkerFunctionDescriptorProvider+d__8,Microsoft.Azure.WebJobs.Script~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__22>(d__22&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__22,Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__42>(d__42&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__42,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__5>(d__5&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.AspNetCore.Authentication.AuthenticationHandlerProvider+d__5,Microsoft.AspNetCore.Authentication.Core~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__38>(d__38&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__38,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__21>(d__21&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__21,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__123>(d__123&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__123,Azure.Storage.Blobs~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__14>(d__14&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.BlobRestClient+d__14,Azure.Storage.Blobs~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__124>(d__124&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__124,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__64>(d__64&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.BlobContainerClient+d__64,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__20>(d__20&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__20,Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__39>(d__39&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__39,Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__9>(d__9&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__9,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__0<__Canon,__Canon>>(d__0<__Canon,__Canon>&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.AspNetCore.Authorization.AuthorizationHandler`2+d__0[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authorization~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__0<__Canon>>(d__0<__Canon>&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.AspNetCore.Authorization.AuthorizationHandler`1+d__0[[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authorization~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__3>(d__3&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.AspNetCore.Authorization.Infrastructure.PassThroughAuthorizationHandler+d__3,Microsoft.AspNetCore.Authorization~Start @@ -2347,12 +3059,16 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__48<__Canon>>(d__48<__Canon>&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.AspNetCore.Authentication.AuthenticationHandler`1+d__48[[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authentication~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__49<__Canon>>(d__49<__Canon>&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.AspNetCore.Authentication.AuthenticationHandler`1+d__49[[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authentication~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__5>(d__5&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Core.Pipeline.HttpPipelineSynchronousPolicy+d__5,Azure.Core~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__86>(d__86&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.IO.File+d__86,System.Private.CoreLib~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__64>(d__64&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcFunctionInvocationDispatcher+d__64,Microsoft.Azure.WebJobs.Script~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__9>(d__9&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Description.WorkerFunctionInvoker+d__9,Microsoft.Azure.WebJobs.Script~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__103>(d__103&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel+d__103,Microsoft.Azure.WebJobs.Script.Grpc~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__63>(d__63&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Http.HttpContent+d__63,System.Net.Http~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__32`1<__Canon>>(d__32`1<__Canon>&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__32`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__33>(d__33&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__5>(d__5&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Core.Pipeline.LoggingPolicy+ContentEventSourceWrapper+d__5,Azure.Core~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__6>(d__6&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Core.Pipeline.LoggingPolicy+ContentEventSourceWrapper+d__6,Azure.Core~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__16>(d__16&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService+d__16,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__4>(d__4&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Core.Pipeline.HttpPipelineTransportPolicy+d__4,Azure.Core~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__5>(d__5&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Core.Pipeline.ResponseBodyPolicy+d__5,Azure.Core~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__5>(d__5&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Core.Pipeline.RetryPolicy+d__5,Azure.Core~Start @@ -2361,13 +3077,23 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__10>(d__10&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Workers.WorkerConsoleLogService+d__10,Microsoft.Azure.WebJobs.Script~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__0>(d__0&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Core.HttpPipelineExtensions+d__0,Azure.Storage.Blobs~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__11>(d__11&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Core.Pipeline.HttpClientTransport+d__11,Azure.Core~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__11>(d__11&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.FileUtility+d__11,Microsoft.Azure.WebJobs.Script~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__15>(d__15&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__15,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__163`1>(d__163`1&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__163`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__69>(d__69&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.IO.StreamReader+d__69,System.Private.CoreLib~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__37>(d__37&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.IO.Strategies.BufferedFileStreamStrategy+d__37,System.Private.CoreLib~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__13>(d__13&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Text.Json.Serialization.ReadBufferState+d__13,System.Text.Json~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__19>(d__19&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__19,Microsoft.Azure.WebJobs.Host.Storage~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__17>(d__17&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Grpc.OrderedInvocationMessageDispatcher+d__17,Microsoft.Azure.WebJobs.Script.Grpc~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__151`1>(d__151`1&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__151`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__17>(d__17&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__31>(d__31&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__32>(d__32&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__50>(d__50&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__148`1>(d__148`1&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__148`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__4>(d__4&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.ApplicationInsights.Channel.RedirectHttpHandler+d__4,Microsoft.ApplicationInsights~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__4>(d__4&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Http.RedirectHandler+d__4,System.Net.Http~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__53>(d__53&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.ApplicationInsights.Channel.Transmission+d__53,Microsoft.ApplicationInsights~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__57>(d__57&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Http.HttpConnection+d__57,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__10>(d__10&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Http.DiagnosticsHandler+d__10,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__96>(d__96&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel+d__96,Microsoft.Azure.WebJobs.Script.Grpc~Start @@ -2379,8 +3105,12 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__7>(d__7&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Host.Bindings.Runtime.RuntimeValueProvider+d__7,Microsoft.Azure.WebJobs.Host~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__16>(d__16&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Workers.Rpc.WebHostRpcWorkerChannelManager+d__16,Microsoft.Azure.WebJobs.Script~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__22>(d__22&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.StandbyManager+d__22,Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__63>(d__63&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__63,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__32>(d__32&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender+d__32,Microsoft.AI.ServerTelemetryChannel~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__9>(d__9&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.PipeWriterHelpers.TimingPipeFlusher+d__9,Microsoft.AspNetCore.Server.Kestrel.Core~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__2`3<__Canon,__Canon,__Canon>>(d__2`3<__Canon,__Canon,__Canon>&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.IDictionaryExtensions+d__2`3[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__0>(d__0&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__0,Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__1>(d__1&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__1,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__6>(d__6&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Grpc.GrpcMessageConversionExtensions+d__6,Microsoft.Azure.WebJobs.Script.Grpc~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__0>(d__0&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Grpc.ScriptInvocationContextExtensions+d__0,Microsoft.Azure.WebJobs.Script.Grpc~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__15>(d__15&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__15,Microsoft.Azure.WebJobs.Host.Storage~Start @@ -2388,14 +3118,19 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__6>(d__6&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Description.WorkerFunctionDescriptorProvider+d__6,Microsoft.Azure.WebJobs.Script~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__16>(d__16&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Extensions.Hosting.Internal.Host+d__16,Microsoft.Extensions.Hosting~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__9>(d__9&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__9,Microsoft.Azure.WebJobs.Host.Storage~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__33>(d__33&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__1<__Canon>>(d__1<__Canon>&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Threading.Tasks.TaskCompletionSourceWithCancellation`1+d__1[[System.__Canon,System.Private.CoreLib]],System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__1>(d__1&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Formatters.ByteArrayOutputFormatter+d__1,Microsoft.Azure.WebJobs.Script~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__53>(d__53&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Security.Cryptography.CryptoStream+d__53,System.Security.Cryptography~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__164`1>(d__164`1&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__164`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__164`1>(d__164`1&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__164`1[[System.Net.Security.SyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__18>(d__18&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__18,Microsoft.Azure.WebJobs.Host.Storage~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__19>(d__19&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Binding.RawScriptResult+d__19,Microsoft.Azure.WebJobs.Script~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompletedb__0>d>(ConfiguredTaskAwaiter&,<b__0>d&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter,System.Private.CoreLib:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TaskTimerInternal+<>c__DisplayClass8_0+<b__0>d,Microsoft.AI.ServerTelemetryChannel~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompletedd__79>(ConfiguredTaskAwaiter&,d__79&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter,System.Private.CoreLib:System.Net.Http.HttpConnectionPool+d__79,System.Net.Http~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompletedd__21>(ConfiguredTaskAwaiter&,d__21&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter,System.Private.CoreLib:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer+d__21,Microsoft.AI.ServerTelemetryChannel~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted,<g__Core|112_0>d>(ConfiguredTaskAwaiter<__Canon>&,<g__Core|112_0>d&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:System.Net.Sockets.SocketAsyncEventArgs+<g__Core|112_0>d,System.Net.Sockets~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted,d__32>(ConfiguredTaskAwaiter<__Canon>&,d__32&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender+d__32,Microsoft.AI.ServerTelemetryChannel~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompletedg__Core|112_0>d>(ConfiguredValueTaskAwaiter&,<g__Core|112_0>d&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib:System.Net.Sockets.SocketAsyncEventArgs+<g__Core|112_0>d,System.Net.Sockets~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted,d__79>(ConfiguredValueTaskAwaiter<__Canon>&,d__79&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:System.Net.Http.HttpConnectionPool+d__79,System.Net.Http~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted,d__150`1>(ConfiguredValueTaskAwaiter&,d__150`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib:System.Net.Security.SslStream+d__150`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~AwaitUnsafeOnCompleted @@ -2404,7 +3139,9 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompletedd__22>(TaskAwaiter&,d__22&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter,System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.StandbyManager+d__22,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompletedd__11<__Canon>>(TaskAwaiter&,d__11<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter,System.Private.CoreLib:Grpc.AspNetCore.Server.Internal.HttpContextStreamWriter`1+d__11[[System.__Canon,System.Private.CoreLib]],Grpc.AspNetCore.Server~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted,d__28>(TaskAwaiter`1<__Canon>&,d__28&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Hosting.PrimaryHostCoordinator+d__28,Microsoft.Azure.WebJobs.Host~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted,d__16>(TaskAwaiter`1<__Canon>&,d__16&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService+d__16,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted,d__18>(TaskAwaiter`1<__Canon>&,d__18&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__18,Microsoft.Azure.WebJobs.Host.Storage~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted,d__28>(TaskAwaiter`1&,d__28&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Hosting.PrimaryHostCoordinator+d__28,Microsoft.Azure.WebJobs.Host~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted,d__10>(TaskAwaiter`1&,d__10&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.Workers.WorkerConsoleLogService+d__10,Microsoft.Azure.WebJobs.Script~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted,d__16>(TaskAwaiter`1&,d__16&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.Workers.Rpc.WebHostRpcWorkerChannelManager+d__16,Microsoft.Azure.WebJobs.Script~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted,d__17>(ValueTaskAwaiter`1&,d__17&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ValueTaskAwaiter`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.Grpc.OrderedInvocationMessageDispatcher+d__17,Microsoft.Azure.WebJobs.Script.Grpc~AwaitUnsafeOnCompleted @@ -2416,15 +3153,18 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<<g__Core|112_0>d>(<g__Core|112_0>d&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:System.Net.Sockets.SocketAsyncEventArgs+<g__Core|112_0>d,System.Net.Sockets~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<<b__1>d>(<b__1>d&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel+<>c__DisplayClass94_0+<b__1>d,Microsoft.Azure.WebJobs.Script.Grpc~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<<g__Impl|6_0>d>(<g__Impl|6_0>d&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:System.Net.Http.HttpConnectionResponseContent+<g__Impl|6_0>d,System.Net.Http~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<<b__0>d>(<b__0>d&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TaskTimerInternal+<>c__DisplayClass8_0+<b__0>d,Microsoft.AI.ServerTelemetryChannel~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<<b__0>d>(<b__0>d&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcFunctionInvocationDispatcher+<>c__DisplayClass60_0+<b__0>d,Microsoft.Azure.WebJobs.Script~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<<g__WriteFirstAsync|0>d>(<g__WriteFirstAsync|0>d&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.AspNetCore.Server.IIS.Core.IISHttpContext+<>c__DisplayClass452_0+<g__WriteFirstAsync|0>d,Microsoft.AspNetCore.Server.IIS~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__79>(d__79&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:System.Net.Http.HttpConnectionPool+d__79,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__13>(d__13&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Description.WorkerFunctionInvoker+d__13,Microsoft.Azure.WebJobs.Script~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__14>(d__14&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Binder+d__14,Microsoft.Azure.WebJobs.Host~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__6>(d__6&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Azure.Core.Pipeline.ResponseBodyPolicy+d__6,Azure.Core~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__8>(d__8&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:System.Net.Http.HttpConnection+ChunkedEncodingReadStream+d__8,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__124>(d__124&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel+d__124,Microsoft.Azure.WebJobs.Script.Grpc~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__5>(d__5&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Host.FunctionAppValidationService+d__5,Microsoft.Azure.WebJobs.Script~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__18>(d__18&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Binding.RawScriptResult+d__18,Microsoft.Azure.WebJobs.Script~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__21>(d__21&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer+d__21,Microsoft.AI.ServerTelemetryChannel~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__23>(d__23&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.PipeWriterHelpers.ConcurrentPipeWriter+d__23,Microsoft.AspNetCore.Server.Kestrel.Core~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__150`1>(d__150`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__150`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__0<__Canon,__Canon>>(d__0<__Canon,__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.AspNetCore.Authorization.AuthorizationHandler`2+d__0[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authorization~Start @@ -2442,10 +3182,27 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__7>(d__7&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Host.Bindings.Runtime.RuntimeValueProvider+d__7,Microsoft.Azure.WebJobs.Host~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__16>(d__16&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Workers.Rpc.WebHostRpcWorkerChannelManager+d__16,Microsoft.Azure.WebJobs.Script~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__22>(d__22&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.StandbyManager+d__22,Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__32>(d__32&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender+d__32,Microsoft.AI.ServerTelemetryChannel~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__16>(d__16&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Extensions.Hosting.Internal.Host+d__16,Microsoft.Extensions.Hosting~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__1>(d__1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Formatters.ByteArrayOutputFormatter+d__1,Microsoft.Azure.WebJobs.Script~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__18>(d__18&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__18,Microsoft.Azure.WebJobs.Host.Storage~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__19>(d__19&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Binding.RawScriptResult+d__19,Microsoft.Azure.WebJobs.Script~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__17>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__17>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__17>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__17>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__69>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.IO.StreamReader+d__69,System.Private.CoreLib]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__69>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.IO.StreamReader+d__69,System.Private.CoreLib]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__69>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.IO.StreamReader+d__69,System.Private.CoreLib]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__69>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.IO.StreamReader+d__69,System.Private.CoreLib]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__72>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.IO.StreamReader+d__72,System.Private.CoreLib]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__72>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.IO.StreamReader+d__72,System.Private.CoreLib]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__72>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.IO.StreamReader+d__72,System.Private.CoreLib]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__72>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.IO.StreamReader+d__72,System.Private.CoreLib]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1g__ReadAheadWithZeroByteReadAsync|40_0>d>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Http.HttpConnection+<g__ReadAheadWithZeroByteReadAsync|40_0>d,System.Net.Http]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1g__ReadAheadWithZeroByteReadAsync|40_0>d>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Http.HttpConnection+<g__ReadAheadWithZeroByteReadAsync|40_0>d,System.Net.Http]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1g__ReadAheadWithZeroByteReadAsync|40_0>d>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Http.HttpConnection+<g__ReadAheadWithZeroByteReadAsync|40_0>d,System.Net.Http]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1g__ReadAheadWithZeroByteReadAsync|40_0>d>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Http.HttpConnection+<g__ReadAheadWithZeroByteReadAsync|40_0>d,System.Net.Http]],System.Private.CoreLib~1~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__151`1>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Security.SslStream+d__151`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__151`1>.ExecuteFromThreadPool(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Security.SslStream+d__151`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security]],System.Private.CoreLib~1~0~ExecuteFromThreadPool [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__151`1>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Security.SslStream+d__151`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security]],System.Private.CoreLib~1~0~ExecutionContextCallback @@ -2459,14 +3216,54 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__44>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__44,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__44>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__44,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__44>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__44,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__8>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__8,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__8>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__8,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__8>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__8,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__8>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__8,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__14>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__14,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__14>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__14,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__14>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__14,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__14>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__14,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__50>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__50>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__50>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__50>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__38>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__38,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__38>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__38,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__38>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__38,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__38>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__38,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__49>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__49,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__49>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__49,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__49>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__49,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__49>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__49,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__51>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__51,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__51>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__51,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__51>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__51,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__51>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__51,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__53>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__53,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__53>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__53,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__53>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__53,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__53>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__53,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__54>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__54,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__54>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__54,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__54>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__54,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__54>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__54,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__61>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__61,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__61>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__61,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__61>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__61,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__61>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__61,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__62>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__62,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__62>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__62,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__62>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__62,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__62>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__62,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__117>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__117,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__117>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__117,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__117>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__117,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__117>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__117,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__118>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__118,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__118>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__118,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__118>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__118,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__118>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__118,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__123>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__123,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__123>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__123,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__123>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__123,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext @@ -2483,6 +3280,10 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__130>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__130,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__130>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__130,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__130>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__130,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__63>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__63,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__63>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__63,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__63>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__63,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__63>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobBaseClient+d__63,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__25>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__25,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__25>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__25,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__25>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__25,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext @@ -2491,6 +3292,22 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__29>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__29,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__29>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__29,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__29>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__29,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__31>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__31>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__31>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__31>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__32>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__32>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__32>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__32>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__4>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.ApplicationInsights.Channel.RedirectHttpHandler+d__4,Microsoft.ApplicationInsights]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__4>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.ApplicationInsights.Channel.RedirectHttpHandler+d__4,Microsoft.ApplicationInsights]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__4>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.ApplicationInsights.Channel.RedirectHttpHandler+d__4,Microsoft.ApplicationInsights]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__4>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.ApplicationInsights.Channel.RedirectHttpHandler+d__4,Microsoft.ApplicationInsights]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__53>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.ApplicationInsights.Channel.Transmission+d__53,Microsoft.ApplicationInsights]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__53>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.ApplicationInsights.Channel.Transmission+d__53,Microsoft.ApplicationInsights]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__53>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.ApplicationInsights.Channel.Transmission+d__53,Microsoft.ApplicationInsights]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__53>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.ApplicationInsights.Channel.Transmission+d__53,Microsoft.ApplicationInsights]],System.Private.CoreLib~1~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__19>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__19,Microsoft.Azure.WebJobs.Host.Storage]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__19>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__19,Microsoft.Azure.WebJobs.Host.Storage]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__19>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__19,Microsoft.Azure.WebJobs.Host.Storage]],System.Private.CoreLib~0~0~MoveNext @@ -2524,10 +3341,70 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__9>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.Description.WorkerFunctionInvoker+d__9,Microsoft.Azure.WebJobs.Script]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__9>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.Description.WorkerFunctionInvoker+d__9,Microsoft.Azure.WebJobs.Script]],System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__9>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.Description.WorkerFunctionInvoker+d__9,Microsoft.Azure.WebJobs.Script]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__11>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.FileUtility+d__11,Microsoft.Azure.WebJobs.Script]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__11>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.FileUtility+d__11,Microsoft.Azure.WebJobs.Script]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__11>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.FileUtility+d__11,Microsoft.Azure.WebJobs.Script]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__11>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.FileUtility+d__11,Microsoft.Azure.WebJobs.Script]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__15>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__15,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__15>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__15,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__15>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__15,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__15>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__15,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__9>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__9,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__9>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__9,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__9>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__9,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__9>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__9,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__0>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__0,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__0>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__0,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__0>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__0,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__0>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__0,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__36>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__36,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__36>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__36,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__36>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__36,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__36>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__36,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__39>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__39,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__39>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__39,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__39>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__39,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__39>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__39,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__33>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__33>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__33>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__33>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__12>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__12,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__12>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__12,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__12>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__12,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__12>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__12,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__20>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__20,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__20>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__20,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__20>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__20,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__20>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__20,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__22>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__22,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__22>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__22,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__22>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__22,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__22>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__22,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__21>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__21,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__21>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__21,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__21>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__21,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__21>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__21,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__32`1>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__32`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__32`1>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__32`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__32`1>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__32`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__32`1>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__32`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__33>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__33>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__33>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__33>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__13>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WorkerFunctionMetadataProvider+d__13,Microsoft.Azure.WebJobs.Script]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__13>.ExecuteFromThreadPool(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WorkerFunctionMetadataProvider+d__13,Microsoft.Azure.WebJobs.Script]],System.Private.CoreLib~1~0~ExecuteFromThreadPool [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__13>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WorkerFunctionMetadataProvider+d__13,Microsoft.Azure.WebJobs.Script]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__13>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WorkerFunctionMetadataProvider+d__13,Microsoft.Azure.WebJobs.Script]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__86>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[System.IO.File+d__86,System.Private.CoreLib]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__86>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[System.IO.File+d__86,System.Private.CoreLib]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__86>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[System.IO.File+d__86,System.Private.CoreLib]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__86>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[System.IO.File+d__86,System.Private.CoreLib]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__66>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[System.IO.StreamReader+d__66,System.Private.CoreLib]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__66>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[System.IO.StreamReader+d__66,System.Private.CoreLib]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__66>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[System.IO.StreamReader+d__66,System.Private.CoreLib]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__66>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[System.IO.StreamReader+d__66,System.Private.CoreLib]],System.Private.CoreLib~1~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__2>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[System.Net.Http.ConnectHelper+d__2,System.Net.Http]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__2>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[System.Net.Http.ConnectHelper+d__2,System.Net.Http]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__2>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[System.Net.Http.ConnectHelper+d__2,System.Net.Http]],System.Private.CoreLib~0~0~MoveNext @@ -2616,6 +3493,18 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__10`1>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Grpc.AspNetCore.Server.Internal.PipeExtensions+d__10`1[[System.__Canon,System.Private.CoreLib]],Grpc.AspNetCore.Server]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__10`1>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Grpc.AspNetCore.Server.Internal.PipeExtensions+d__10`1[[System.__Canon,System.Private.CoreLib]],Grpc.AspNetCore.Server]],System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__10`1>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Grpc.AspNetCore.Server.Internal.PipeExtensions+d__10`1[[System.__Canon,System.Private.CoreLib]],Grpc.AspNetCore.Server]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1c__DisplayClass8_0+<b__0>d>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TaskTimerInternal+<>c__DisplayClass8_0+<b__0>d,Microsoft.AI.ServerTelemetryChannel]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1c__DisplayClass8_0+<b__0>d>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TaskTimerInternal+<>c__DisplayClass8_0+<b__0>d,Microsoft.AI.ServerTelemetryChannel]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1c__DisplayClass8_0+<b__0>d>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TaskTimerInternal+<>c__DisplayClass8_0+<b__0>d,Microsoft.AI.ServerTelemetryChannel]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1c__DisplayClass8_0+<b__0>d>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TaskTimerInternal+<>c__DisplayClass8_0+<b__0>d,Microsoft.AI.ServerTelemetryChannel]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__21>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer+d__21,Microsoft.AI.ServerTelemetryChannel]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__21>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer+d__21,Microsoft.AI.ServerTelemetryChannel]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__21>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer+d__21,Microsoft.AI.ServerTelemetryChannel]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__21>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer+d__21,Microsoft.AI.ServerTelemetryChannel]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__32>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender+d__32,Microsoft.AI.ServerTelemetryChannel]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__32>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender+d__32,Microsoft.AI.ServerTelemetryChannel]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__32>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender+d__32,Microsoft.AI.ServerTelemetryChannel]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__32>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender+d__32,Microsoft.AI.ServerTelemetryChannel]],System.Private.CoreLib~1~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__23>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.PipeWriterHelpers.ConcurrentPipeWriter+d__23,Microsoft.AspNetCore.Server.Kestrel.Core]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__23>.ExecuteFromThreadPool(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.PipeWriterHelpers.ConcurrentPipeWriter+d__23,Microsoft.AspNetCore.Server.Kestrel.Core]],System.Private.CoreLib~1~0~ExecuteFromThreadPool [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__23>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.PipeWriterHelpers.ConcurrentPipeWriter+d__23,Microsoft.AspNetCore.Server.Kestrel.Core]],System.Private.CoreLib~1~0~ExecutionContextCallback @@ -2632,6 +3521,10 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__17>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.Grpc.OrderedInvocationMessageDispatcher+d__17,Microsoft.Azure.WebJobs.Script.Grpc]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__17>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.Grpc.OrderedInvocationMessageDispatcher+d__17,Microsoft.Azure.WebJobs.Script.Grpc]],System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__17>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.Grpc.OrderedInvocationMessageDispatcher+d__17,Microsoft.Azure.WebJobs.Script.Grpc]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__16>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService+d__16,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__16>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService+d__16,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__16>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService+d__16,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__16>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService+d__16,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__5>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Health.TokenExpirationService+d__5,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__28>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.StandbyManager+d__28,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__28>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.StandbyManager+d__28,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback @@ -2676,6 +3569,13 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,System.Net.Http.HttpConnectionPool+d__103>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`3[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib],[System.Net.Http.HttpConnectionPool+d__103,System.Net.Http]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,System.Net.Http.HttpConnectionPool+d__103>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`3[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib],[System.Net.Http.HttpConnectionPool+d__103,System.Net.Http]],System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,System.Net.Http.HttpConnectionPool+d__103>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`3[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib],[System.Net.Http.HttpConnectionPool+d__103,System.Net.Http]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__17>(TaskAwaiter`1<__Canon>&,d__17&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__17>(TaskAwaiter`1<__Canon>&,d__17&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__17>(d__17&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__17>(d__17&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<<g__ReadAheadWithZeroByteReadAsync|40_0>d>(<g__ReadAheadWithZeroByteReadAsync|40_0>d&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Http.HttpConnection+<g__ReadAheadWithZeroByteReadAsync|40_0>d,System.Net.Http~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__69>(d__69&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.IO.StreamReader+d__69,System.Private.CoreLib~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__72>(d__72&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.IO.StreamReader+d__72,System.Private.CoreLib~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__151`1>(d__151`1&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Security.SslStream+d__151`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__2>(ConfiguredTaskAwaiter&,d__2&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter,System.Private.CoreLib:System.Net.Http.ConnectHelper+d__2,System.Net.Http~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,<g__Core|83_0>d>(ConfiguredTaskAwaiter<__Canon>&,<g__Core|83_0>d&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:System.Net.Http.HttpClient+<g__Core|83_0>d,System.Net.Http~AwaitUnsafeOnCompleted @@ -2684,26 +3584,53 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__25>(ConfiguredTaskAwaiter<__Canon>&,d__25&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__25,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__29>(ConfiguredTaskAwaiter<__Canon>&,d__29&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__29,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__29>(ConfiguredTaskAwaiter<__Canon>&,d__29&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__29,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__49>(ConfiguredTaskAwaiter<__Canon>&,d__49&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__49,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__49>(ConfiguredTaskAwaiter<__Canon>&,d__49&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__49,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__51>(ConfiguredTaskAwaiter<__Canon>&,d__51&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__51,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__51>(ConfiguredTaskAwaiter<__Canon>&,d__51&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__51,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__53>(ConfiguredTaskAwaiter<__Canon>&,d__53&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__53,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__53>(ConfiguredTaskAwaiter<__Canon>&,d__53&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__53,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__117>(ConfiguredTaskAwaiter<__Canon>&,d__117&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__117,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__117>(ConfiguredTaskAwaiter<__Canon>&,d__117&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__117,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__118>(ConfiguredTaskAwaiter<__Canon>&,d__118&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__118,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__118>(ConfiguredTaskAwaiter<__Canon>&,d__118&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__118,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__123>(ConfiguredTaskAwaiter<__Canon>&,d__123&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__123,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__123>(ConfiguredTaskAwaiter<__Canon>&,d__123&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__123,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__124>(ConfiguredTaskAwaiter<__Canon>&,d__124&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__124,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__124>(ConfiguredTaskAwaiter<__Canon>&,d__124&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__124,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__31>(ConfiguredTaskAwaiter<__Canon>&,d__31&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__31>(ConfiguredTaskAwaiter<__Canon>&,d__31&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__32>(ConfiguredTaskAwaiter<__Canon>&,d__32&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__32>(ConfiguredTaskAwaiter<__Canon>&,d__32&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__4>(ConfiguredTaskAwaiter<__Canon>&,d__4&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.ApplicationInsights.Channel.RedirectHttpHandler+d__4,Microsoft.ApplicationInsights~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__4>(ConfiguredTaskAwaiter<__Canon>&,d__4&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.ApplicationInsights.Channel.RedirectHttpHandler+d__4,Microsoft.ApplicationInsights~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__53>(ConfiguredTaskAwaiter<__Canon>&,d__53&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.ApplicationInsights.Channel.Transmission+d__53,Microsoft.ApplicationInsights~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__53>(ConfiguredTaskAwaiter<__Canon>&,d__53&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.ApplicationInsights.Channel.Transmission+d__53,Microsoft.ApplicationInsights~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__10>(ConfiguredTaskAwaiter<__Canon>&,d__10&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:System.Net.Http.DiagnosticsHandler+d__10,System.Net.Http~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__89>(ConfiguredTaskAwaiter<__Canon>&,d__89&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:System.Net.Http.HttpConnectionPool+d__89,System.Net.Http~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__129>(ConfiguredTaskAwaiter<__Canon>&,d__129&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__129,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__129>(ConfiguredTaskAwaiter<__Canon>&,d__129&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__129,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__130>(ConfiguredTaskAwaiter<__Canon>&,d__130&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__130,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__130>(ConfiguredTaskAwaiter<__Canon>&,d__130&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__130,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__63>(ConfiguredTaskAwaiter<__Canon>&,d__63&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__63,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__1<__Canon>>(ConfiguredTaskAwaiter<__Canon>&,d__1<__Canon>&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:System.Threading.Tasks.TaskCompletionSourceWithCancellation`1+d__1[[System.__Canon,System.Private.CoreLib]],System.Net.Http~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted(ConfiguredTaskAwaiter&,IAsyncStateMachineBox)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter,System.Private.CoreLib~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__104>(ConfiguredValueTaskAwaiter&,d__104&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib:System.Net.Http.HttpConnectionPool+d__104,System.Net.Http~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__8>(ConfiguredValueTaskAwaiter&,d__8&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib:Azure.Storage.Blobs.BlobRestClient+d__8,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__8>(ConfiguredValueTaskAwaiter&,d__8&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib:Azure.Storage.Blobs.BlobRestClient+d__8,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__0>(ConfiguredValueTaskAwaiter&,d__0&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib:Azure.Core.HttpPipelineExtensions+d__0,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__50>(ConfiguredValueTaskAwaiter&,d__50&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib:Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__50>(ConfiguredValueTaskAwaiter&,d__50&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib:Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__57>(ConfiguredValueTaskAwaiter&,d__57&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib:System.Net.Http.HttpConnection+d__57,System.Net.Http~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__57>(ConfiguredValueTaskAwaiter&,d__57&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib:System.Net.Http.HttpConnection+d__57,System.Net.Http~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__38>(ConfiguredValueTaskAwaiter&,d__38&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib:Azure.Storage.Blobs.BlobRestClient+d__38,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__38>(ConfiguredValueTaskAwaiter&,d__38&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib:Azure.Storage.Blobs.BlobRestClient+d__38,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__44>(ConfiguredValueTaskAwaiter<__Canon>&,d__44&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.BlobRestClient+d__44,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__44>(ConfiguredValueTaskAwaiter<__Canon>&,d__44&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.BlobRestClient+d__44,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__54>(ConfiguredValueTaskAwaiter<__Canon>&,d__54&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__54,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__54>(ConfiguredValueTaskAwaiter<__Canon>&,d__54&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__54,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__61>(ConfiguredValueTaskAwaiter<__Canon>&,d__61&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__61,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__62>(ConfiguredValueTaskAwaiter<__Canon>&,d__62&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__62,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__14>(ConfiguredValueTaskAwaiter<__Canon>&,d__14&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.BlobRestClient+d__14,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__14>(ConfiguredValueTaskAwaiter<__Canon>&,d__14&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.BlobRestClient+d__14,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__4>(ConfiguredValueTaskAwaiter<__Canon>&,d__4&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:System.Net.Http.RedirectHandler+d__4,System.Net.Http~AwaitUnsafeOnCompleted @@ -2718,54 +3645,110 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted(ConfiguredValueTaskAwaiter&,IAsyncStateMachineBox)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__9>(TaskAwaiter&,d__9&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter,System.Private.CoreLib:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__9,Microsoft.Azure.WebJobs.Host.Storage~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__9>(TaskAwaiter&,d__9&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter,System.Private.CoreLib:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__9,Microsoft.Azure.WebJobs.Host.Storage~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__36>(TaskAwaiter`1<__Canon>&,d__36&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__36,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__36>(TaskAwaiter`1<__Canon>&,d__36&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__36,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__3`1<__Canon>>(TaskAwaiter`1<__Canon>&,d__3`1<__Canon>&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.Description.FunctionGenerator+d__3`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__3`1<__Canon>>(TaskAwaiter`1<__Canon>&,d__3`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.Description.FunctionGenerator+d__3`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__13>(TaskAwaiter`1<__Canon>&,d__13&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.DependencyInjection.ScriptStartupTypeLocator+d__13,Microsoft.Azure.WebJobs.Script~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__13>(TaskAwaiter`1<__Canon>&,d__13&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.DependencyInjection.ScriptStartupTypeLocator+d__13,Microsoft.Azure.WebJobs.Script~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__13>(TaskAwaiter`1<__Canon>&,d__13&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WorkerFunctionMetadataProvider+d__13,Microsoft.Azure.WebJobs.Script~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__13>(TaskAwaiter`1<__Canon>&,d__13&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WorkerFunctionMetadataProvider+d__13,Microsoft.Azure.WebJobs.Script~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__12>(TaskAwaiter`1<__Canon>&,d__12&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__12,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__12>(TaskAwaiter`1<__Canon>&,d__12&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__12,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__22>(TaskAwaiter`1<__Canon>&,d__22&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__22,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__22>(TaskAwaiter`1<__Canon>&,d__22&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__22,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__21>(TaskAwaiter`1<__Canon>&,d__21&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__21,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__21>(TaskAwaiter`1<__Canon>&,d__21&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__21,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__20>(TaskAwaiter`1<__Canon>&,d__20&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__20,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__20>(TaskAwaiter`1<__Canon>&,d__20&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__20,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__39>(TaskAwaiter`1<__Canon>&,d__39&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__39,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__39>(TaskAwaiter`1<__Canon>&,d__39&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__39,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__9>(TaskAwaiter`1<__Canon>&,d__9&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__9,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__9>(TaskAwaiter`1<__Canon>&,d__9&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__9,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__24>(TaskAwaiter`1<__Canon>&,d__24&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.Description.FunctionInvokerBase+d__24,Microsoft.Azure.WebJobs.Script~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__24>(TaskAwaiter`1<__Canon>&,d__24&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.Description.FunctionInvokerBase+d__24,Microsoft.Azure.WebJobs.Script~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__10<__Canon,__Canon>>(TaskAwaiter`1<__Canon>&,d__10<__Canon,__Canon>&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Host.Executors.FunctionInvoker`2+d__10[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Host~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__10<__Canon,__Canon>>(TaskAwaiter`1<__Canon>&,d__10<__Canon,__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Host.Executors.FunctionInvoker`2+d__10[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Host~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__9>(TaskAwaiter`1<__Canon>&,d__9&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.Description.WorkerFunctionInvoker+d__9,Microsoft.Azure.WebJobs.Script~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__9>(TaskAwaiter`1<__Canon>&,d__9&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.Description.WorkerFunctionInvoker+d__9,Microsoft.Azure.WebJobs.Script~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__32`1<__Canon>>(TaskAwaiter`1<__Canon>&,d__32`1<__Canon>&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__32`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__32`1<__Canon>>(TaskAwaiter`1<__Canon>&,d__32`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__32`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__33>(TaskAwaiter`1<__Canon>&,d__33&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__33>(TaskAwaiter`1<__Canon>&,d__33&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__11>(TaskAwaiter`1<__Canon>&,d__11&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.FileUtility+d__11,Microsoft.Azure.WebJobs.Script~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__11>(TaskAwaiter`1<__Canon>&,d__11&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.FileUtility+d__11,Microsoft.Azure.WebJobs.Script~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__15>(TaskAwaiter`1<__Canon>&,d__15&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__15,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__15>(TaskAwaiter`1<__Canon>&,d__15&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__15,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__19>(TaskAwaiter`1<__Canon>&,d__19&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__19,Microsoft.Azure.WebJobs.Host.Storage~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__19>(TaskAwaiter`1<__Canon>&,d__19&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__19,Microsoft.Azure.WebJobs.Host.Storage~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__0>(TaskAwaiter`1<__Canon>&,d__0&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__0,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__0>(TaskAwaiter`1<__Canon>&,d__0&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__0,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__15>(TaskAwaiter`1<__Canon>&,d__15&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__15,Microsoft.Azure.WebJobs.Host.Storage~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__15>(TaskAwaiter`1<__Canon>&,d__15&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__15,Microsoft.Azure.WebJobs.Host.Storage~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__9>(TaskAwaiter`1<__Canon>&,d__9&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__9,Microsoft.Azure.WebJobs.Host.Storage~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__9>(TaskAwaiter`1<__Canon>&,d__9&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__9,Microsoft.Azure.WebJobs.Host.Storage~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__33>(TaskAwaiter`1<__Canon>&,d__33&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__33>(TaskAwaiter`1<__Canon>&,d__33&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__14>(ValueTaskAwaiter`1<__Canon>&,d__14&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ValueTaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.DependencyInjection.ScriptStartupTypeLocator+d__14,Microsoft.Azure.WebJobs.Script~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__14>(ValueTaskAwaiter`1<__Canon>&,d__14&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ValueTaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.DependencyInjection.ScriptStartupTypeLocator+d__14,Microsoft.Azure.WebJobs.Script~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<<g__Core|83_0>d>(<g__Core|83_0>d&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Http.HttpClient+<g__Core|83_0>d,System.Net.Http~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__25>(d__25&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__25,Azure.Storage.Blobs~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__29>(d__29&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__29,Azure.Storage.Blobs~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__44>(d__44&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.BlobRestClient+d__44,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__36>(d__36&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__36,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__3`1<__Canon>>(d__3`1<__Canon>&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.Description.FunctionGenerator+d__3`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__104>(d__104&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Http.HttpConnectionPool+d__104,System.Net.Http~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__105>(d__105&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Http.HttpConnectionPool+d__105,System.Net.Http~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__1<__Canon>>(d__1<__Canon>&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Text.Json.Serialization.Metadata.JsonTypeInfo`1+d__1[[System.__Canon,System.Private.CoreLib]],System.Text.Json~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__49>(d__49&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__49,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__51>(d__51&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__51,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__53>(d__53&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__53,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__8>(d__8&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.BlobRestClient+d__8,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__54>(d__54&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__54,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__61>(d__61&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__61,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__62>(d__62&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__62,Azure.Storage.Blobs~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__2>(d__2&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Http.ConnectHelper+d__2,System.Net.Http~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__117>(d__117&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__117,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__118>(d__118&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__118,Azure.Storage.Blobs~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__13>(d__13&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.DependencyInjection.ScriptStartupTypeLocator+d__13,Microsoft.Azure.WebJobs.Script~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__13>(d__13&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WorkerFunctionMetadataProvider+d__13,Microsoft.Azure.WebJobs.Script~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__12>(d__12&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__12,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__22>(d__22&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__22,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__21>(d__21&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__21,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__123>(d__123&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__123,Azure.Storage.Blobs~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__14>(d__14&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.BlobRestClient+d__14,Azure.Storage.Blobs~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__124>(d__124&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__124,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__20>(d__20&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__20,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__39>(d__39&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__39,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__9>(d__9&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__9,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__86>(d__86&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.IO.File+d__86,System.Private.CoreLib~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__24>(d__24&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.Description.FunctionInvokerBase+d__24,Microsoft.Azure.WebJobs.Script~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__9>(d__9&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.Description.WorkerFunctionInvoker+d__9,Microsoft.Azure.WebJobs.Script~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__32`1<__Canon>>(d__32`1<__Canon>&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__32`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__33>(d__33&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__14>(d__14&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.DependencyInjection.ScriptStartupTypeLocator+d__14,Microsoft.Azure.WebJobs.Script~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__0>(d__0&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Core.HttpPipelineExtensions+d__0,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__11>(d__11&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.FileUtility+d__11,Microsoft.Azure.WebJobs.Script~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__15>(d__15&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__15,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__19>(d__19&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__19,Microsoft.Azure.WebJobs.Host.Storage~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__66>(d__66&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.IO.StreamReader+d__66,System.Private.CoreLib~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__31>(d__31&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__32>(d__32&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__50>(d__50&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__4>(d__4&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.ApplicationInsights.Channel.RedirectHttpHandler+d__4,Microsoft.ApplicationInsights~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__4>(d__4&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Http.RedirectHandler+d__4,System.Net.Http~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__53>(d__53&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.ApplicationInsights.Channel.Transmission+d__53,Microsoft.ApplicationInsights~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__57>(d__57&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Http.HttpConnection+d__57,System.Net.Http~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__10>(d__10&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Http.DiagnosticsHandler+d__10,System.Net.Http~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__89>(d__89&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Http.HttpConnectionPool+d__89,System.Net.Http~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__129>(d__129&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__129,Azure.Storage.Blobs~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__38>(d__38&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.BlobRestClient+d__38,Azure.Storage.Blobs~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__130>(d__130&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__130,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__63>(d__63&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__63,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__0>(d__0&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__0,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__15>(d__15&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__15,Microsoft.Azure.WebJobs.Host.Storage~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__9>(d__9&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__9,Microsoft.Azure.WebJobs.Host.Storage~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__33>(d__33&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__1<__Canon>>(d__1<__Canon>&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Threading.Tasks.TaskCompletionSourceWithCancellation`1+d__1[[System.__Canon,System.Private.CoreLib]],System.Net.Http~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.InitializeTaskAsPromise()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~0~0~InitializeTaskAsPromise [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<<g__Core|83_0>d>(<g__Core|83_0>d&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:System.Net.Http.HttpClient+<g__Core|83_0>d,System.Net.Http~Start @@ -2777,28 +3760,57 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__54<__Canon>>(d__54<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.AspNetCore.Authentication.AuthenticationHandler`1+d__54[[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authentication~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__3>(d__3&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator+d__3,Microsoft.AspNetCore.Authorization.Policy~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__7>(d__7&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.AspNetCore.Authorization.DefaultAuthorizationService+d__7,Microsoft.AspNetCore.Authorization~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__36>(d__36&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__36,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__104>(d__104&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel+d__104,Microsoft.Azure.WebJobs.Script.Grpc~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__49>(d__49&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__49,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__51>(d__51&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__51,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__53>(d__53&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__53,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__8>(d__8&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.BlobRestClient+d__8,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__54>(d__54&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__54,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__117>(d__117&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__117,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__118>(d__118&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__118,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__61>(d__61&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.BlobContainerClient+d__61,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__6>(d__6&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__6,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__13>(d__13&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WorkerFunctionMetadataProvider+d__13,Microsoft.Azure.WebJobs.Script~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__12>(d__12&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__12,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__8>(d__8&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Description.WorkerFunctionDescriptorProvider+d__8,Microsoft.Azure.WebJobs.Script~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__22>(d__22&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__22,Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__42>(d__42&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__42,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__5>(d__5&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.AspNetCore.Authentication.AuthenticationHandlerProvider+d__5,Microsoft.AspNetCore.Authentication.Core~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__38>(d__38&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__38,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__21>(d__21&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__21,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__123>(d__123&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__123,Azure.Storage.Blobs~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__14>(d__14&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.BlobRestClient+d__14,Azure.Storage.Blobs~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__124>(d__124&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__124,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__64>(d__64&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.BlobContainerClient+d__64,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__20>(d__20&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Management.WebFunctionsManager+d__20,Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__39>(d__39&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__39,Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__9>(d__9&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__9,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__5>(d__5&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Authentication.AuthenticationLevelHandler+d__5,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__6>(d__6&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler+d__6,Microsoft.AspNetCore.Authentication.JwtBearer~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__9>(d__9&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Description.WorkerFunctionInvoker+d__9,Microsoft.Azure.WebJobs.Script~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__32`1<__Canon>>(d__32`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__32`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__33>(d__33&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__11>(d__11&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.FileUtility+d__11,Microsoft.Azure.WebJobs.Script~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__15>(d__15&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__15,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__19>(d__19&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__19,Microsoft.Azure.WebJobs.Host.Storage~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__31>(d__31&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__32>(d__32&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__50>(d__50&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__4>(d__4&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.ApplicationInsights.Channel.RedirectHttpHandler+d__4,Microsoft.ApplicationInsights~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__53>(d__53&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.ApplicationInsights.Channel.Transmission+d__53,Microsoft.ApplicationInsights~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__57>(d__57&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:System.Net.Http.HttpConnection+d__57,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__129>(d__129&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__129,Azure.Storage.Blobs~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__38>(d__38&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.BlobRestClient+d__38,Azure.Storage.Blobs~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__130>(d__130&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__130,Azure.Storage.Blobs~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__2`3<__Canon,__Canon,__Canon>>(d__2`3<__Canon,__Canon,__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.IDictionaryExtensions+d__2`3[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__0>(d__0&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__0,Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__1>(d__1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Extensions.FunctionMetadataExtensions+d__1,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__6>(d__6&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Grpc.GrpcMessageConversionExtensions+d__6,Microsoft.Azure.WebJobs.Script.Grpc~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__0>(d__0&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Grpc.ScriptInvocationContextExtensions+d__0,Microsoft.Azure.WebJobs.Script.Grpc~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__15>(d__15&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__15,Microsoft.Azure.WebJobs.Host.Storage~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__9>(d__9&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__9,Microsoft.Azure.WebJobs.Host.Storage~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__33>(d__33&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Management.FunctionsSyncManager+d__33,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted,d__10>(TaskAwaiter`1<__Canon>&,d__10&,Task`1>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Collections.Immutable.ImmutableArray`1[[System.__Canon,System.Private.CoreLib]],System.Collections.Immutable]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.FunctionMetadataProvider+d__10,Microsoft.Azure.WebJobs.Script~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted,d__10>(TaskAwaiter`1<__Canon>&,d__10&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Collections.Immutable.ImmutableArray`1[[System.__Canon,System.Private.CoreLib]],System.Collections.Immutable]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.FunctionMetadataProvider+d__10,Microsoft.Azure.WebJobs.Script~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted>(TaskAwaiter`1<__Canon>&,IAsyncStateMachineBox)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Collections.Immutable.ImmutableArray`1[[System.__Canon,System.Private.CoreLib]],System.Collections.Immutable]],System.Private.CoreLib~2~1:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~AwaitUnsafeOnCompleted @@ -2809,25 +3821,29 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__13>(d__13&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Text.Json.Serialization.ReadBufferState,System.Text.Json]],System.Private.CoreLib~2~1:System.Text.Json.Serialization.ReadBufferState+d__13,System.Text.Json~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,<g__Core|112_0>d>(ConfiguredTaskAwaiter<__Canon>&,<g__Core|112_0>d&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:System.Net.Sockets.SocketAsyncEventArgs+<g__Core|112_0>d,System.Net.Sockets~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__11>(ConfiguredTaskAwaiter<__Canon>&,d__11&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Core.Pipeline.HttpClientTransport+d__11,Azure.Core~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__32>(ConfiguredTaskAwaiter<__Canon>&,d__32&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender+d__32,Microsoft.AI.ServerTelemetryChannel~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__79>(ConfiguredValueTaskAwaiter<__Canon>&,d__79&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:System.Net.Http.HttpConnectionPool+d__79,System.Net.Http~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted>(ConfiguredValueTaskAwaiter<__Canon>&,IAsyncStateMachineBox)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,__Canon>(ConfiguredValueTaskAwaiter&,__Canon&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib:System.__Canon,System.Private.CoreLib~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted>(ConfiguredValueTaskAwaiter&,IAsyncStateMachineBox)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted(ConfiguredValueTaskAwaiter&,IAsyncStateMachineBox)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__11<__Canon>>(TaskAwaiter&,d__11<__Canon>&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter,System.Private.CoreLib:Grpc.AspNetCore.Server.Internal.HttpContextStreamWriter`1+d__11[[System.__Canon,System.Private.CoreLib]],Grpc.AspNetCore.Server~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__28>(TaskAwaiter`1<__Canon>&,d__28&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Hosting.PrimaryHostCoordinator+d__28,Microsoft.Azure.WebJobs.Host~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__16>(TaskAwaiter`1<__Canon>&,d__16&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService+d__16,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__18>(TaskAwaiter`1<__Canon>&,d__18&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__18,Microsoft.Azure.WebJobs.Host.Storage~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__10`1<__Canon>>(ValueTaskAwaiter`1&,d__10`1<__Canon>&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ValueTaskAwaiter`1[[System.IO.Pipelines.FlushResult,System.IO.Pipelines]],System.Private.CoreLib:Grpc.AspNetCore.Server.Internal.PipeExtensions+d__10`1[[System.__Canon,System.Private.CoreLib]],Grpc.AspNetCore.Server~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<__Canon>(__Canon&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.__Canon,System.Private.CoreLib~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<<g__WaitForConnectWithCancellation|285_0>d>(<g__WaitForConnectWithCancellation|285_0>d&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Sockets.Socket+<g__WaitForConnectWithCancellation|285_0>d,System.Net.Sockets~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<<g__Core|112_0>d>(<g__Core|112_0>d&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Sockets.SocketAsyncEventArgs+<g__Core|112_0>d,System.Net.Sockets~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<<b__0>d>(<b__0>d&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TaskTimerInternal+<>c__DisplayClass8_0+<b__0>d,Microsoft.AI.ServerTelemetryChannel~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__28>(d__28&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Hosting.PrimaryHostCoordinator+d__28,Microsoft.Azure.WebJobs.Host~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__79>(d__79&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Http.HttpConnectionPool+d__79,System.Net.Http~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__21>(d__21&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TelemetryBuffer+d__21,Microsoft.AI.ServerTelemetryChannel~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__23>(d__23&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.PipeWriterHelpers.ConcurrentPipeWriter+d__23,Microsoft.AspNetCore.Server.Kestrel.Core~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__150`1>(d__150`1&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Security.SslStream+d__150`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__82>(d__82&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Http.HttpConnection+d__82,System.Net.Http~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__5>(d__5&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Core.Pipeline.HttpPipelineSynchronousPolicy+d__5,Azure.Core~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__28>(d__28&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.StandbyManager+d__28,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__16>(d__16&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService+d__16,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__4>(d__4&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Core.Pipeline.HttpPipelineTransportPolicy+d__4,Azure.Core~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__5>(d__5&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Core.Pipeline.ResponseBodyPolicy+d__5,Azure.Core~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__5>(d__5&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Core.Pipeline.RetryPolicy+d__5,Azure.Core~GetStateMachineBox @@ -2838,6 +3854,7 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__17>(d__17&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.Grpc.OrderedInvocationMessageDispatcher+d__17,Microsoft.Azure.WebJobs.Script.Grpc~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__16>(d__16&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.Workers.Rpc.WebHostRpcWorkerChannelManager+d__16,Microsoft.Azure.WebJobs.Script~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__22>(d__22&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.StandbyManager+d__22,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__32>(d__32&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.TransmissionSender+d__32,Microsoft.AI.ServerTelemetryChannel~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__11<__Canon>>(d__11<__Canon>&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Grpc.AspNetCore.Server.Internal.HttpContextStreamWriter`1+d__11[[System.__Canon,System.Private.CoreLib]],Grpc.AspNetCore.Server~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__18>(d__18&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+d__18,Microsoft.Azure.WebJobs.Host.Storage~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__10`1<__Canon>>(d__10`1<__Canon>&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Grpc.AspNetCore.Server.Internal.PipeExtensions+d__10`1[[System.__Canon,System.Private.CoreLib]],Grpc.AspNetCore.Server~GetStateMachineBox @@ -2862,6 +3879,7 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.AwaitUnsafeOnCompletedd__9>(ConfiguredValueTaskAwaiter&,d__9&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib:Azure.Core.Pipeline.LoggingPolicy+d__9,Azure.Core~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.AwaitUnsafeOnCompleted,d__82>(ConfiguredValueTaskAwaiter&,d__82&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib:System.Net.Http.HttpConnection+d__82,System.Net.Http~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.Start<<g__WaitForConnectWithCancellation|285_0>d>(<g__WaitForConnectWithCancellation|285_0>d&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder,System.Private.CoreLib~1~1:System.Net.Sockets.Socket+<g__WaitForConnectWithCancellation|285_0>d,System.Net.Sockets~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.Start<d__83>(d__83&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder,System.Private.CoreLib~1~1:System.Net.Http.HttpConnection+d__83,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.Start<d__30>(d__30&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder,System.Private.CoreLib~1~1:System.Security.Cryptography.CryptoStream+d__30,System.Security.Cryptography~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.Start<d__82>(d__82&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder,System.Private.CoreLib~1~1:System.Net.Http.HttpConnection+d__82,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.Start<d__5>(d__5&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder,System.Private.CoreLib~1~1:Azure.Core.Pipeline.HttpPipelineSynchronousPolicy+d__5,Azure.Core~Start @@ -2876,14 +3894,20 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.Start<d__61>(d__61&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder,System.Private.CoreLib~1~1:System.Net.Http.HttpConnection+d__61,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.Start<d__53>(d__53&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder,System.Private.CoreLib~1~1:System.Security.Cryptography.CryptoStream+d__53,System.Security.Cryptography~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.Start<d__164`1>(d__164`1&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder,System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__164`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.Start<d__164`1>(d__164`1&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder,System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__164`1[[System.Net.Security.SyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted,<g__ReadAheadWithZeroByteReadAsync|40_0>d>(ConfiguredValueTaskAwaiter&,<g__ReadAheadWithZeroByteReadAsync|40_0>d&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib:System.Net.Http.HttpConnection+<g__ReadAheadWithZeroByteReadAsync|40_0>d,System.Net.Http~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__151`1>(ConfiguredValueTaskAwaiter&,d__151`1&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib:System.Net.Security.SslStream+d__151`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start<<g__ReadAheadWithZeroByteReadAsync|40_0>d>(<g__ReadAheadWithZeroByteReadAsync|40_0>d&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~1~1:System.Net.Http.HttpConnection+<g__ReadAheadWithZeroByteReadAsync|40_0>d,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start<d__151`1>(d__151`1&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__151`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__2>(ConfiguredTaskAwaiter&,d__2&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter,System.Private.CoreLib:System.Net.Http.ConnectHelper+d__2,System.Net.Http~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__10>(ConfiguredTaskAwaiter<__Canon>&,d__10&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:System.Net.Http.DiagnosticsHandler+d__10,System.Net.Http~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__89>(ConfiguredTaskAwaiter<__Canon>&,d__89&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:System.Net.Http.HttpConnectionPool+d__89,System.Net.Http~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__63>(ConfiguredTaskAwaiter<__Canon>&,d__63&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__63,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__1<__Canon>>(ConfiguredTaskAwaiter<__Canon>&,d__1<__Canon>&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:System.Threading.Tasks.TaskCompletionSourceWithCancellation`1+d__1[[System.__Canon,System.Private.CoreLib]],System.Net.Http~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__104>(ConfiguredValueTaskAwaiter&,d__104&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib:System.Net.Http.HttpConnectionPool+d__104,System.Net.Http~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__0>(ConfiguredValueTaskAwaiter&,d__0&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib:Azure.Core.HttpPipelineExtensions+d__0,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__61>(ConfiguredValueTaskAwaiter<__Canon>&,d__61&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__61,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__62>(ConfiguredValueTaskAwaiter<__Canon>&,d__62&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__62,Azure.Storage.Blobs~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__4>(ConfiguredValueTaskAwaiter<__Canon>&,d__4&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:System.Net.Http.RedirectHandler+d__4,System.Net.Http~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__89>(ConfiguredValueTaskAwaiter<__Canon>&,d__89&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:System.Net.Http.HttpConnectionPool+d__89,System.Net.Http~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__1<__Canon>>(ConfiguredValueTaskAwaiter&,d__1<__Canon>&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.Text.Json.Serialization.ReadBufferState,System.Text.Json]],System.Private.CoreLib:System.Text.Json.Serialization.Metadata.JsonTypeInfo`1+d__1[[System.__Canon,System.Private.CoreLib]],System.Text.Json~AwaitUnsafeOnCompleted @@ -2893,11 +3917,14 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start<d__108>(d__108&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:System.Net.Http.HttpConnectionPool+d__108,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start<d__105>(d__105&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:System.Net.Http.HttpConnectionPool+d__105,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start<d__1<__Canon>>(d__1<__Canon>&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:System.Text.Json.Serialization.Metadata.JsonTypeInfo`1+d__1[[System.__Canon,System.Private.CoreLib]],System.Text.Json~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start<d__61>(d__61&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__61,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start<d__62>(d__62&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__62,Azure.Storage.Blobs~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start<d__2>(d__2&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:System.Net.Http.ConnectHelper+d__2,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start<d__0>(d__0&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Core.HttpPipelineExtensions+d__0,Azure.Storage.Blobs~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start<d__4>(d__4&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:System.Net.Http.RedirectHandler+d__4,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start<d__10>(d__10&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:System.Net.Http.DiagnosticsHandler+d__10,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start<d__89>(d__89&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:System.Net.Http.HttpConnectionPool+d__89,System.Net.Http~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start<d__63>(d__63&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobBaseClient+d__63,Azure.Storage.Blobs~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start<d__1<__Canon>>(d__1<__Canon>&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:System.Threading.Tasks.TaskCompletionSourceWithCancellation`1+d__1[[System.__Canon,System.Private.CoreLib]],System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1..cctor()~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.IO.Pipelines.FlushResult,System.IO.Pipelines]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__9>(ValueTaskAwaiter`1&,d__9&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.IO.Pipelines.FlushResult,System.IO.Pipelines]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ValueTaskAwaiter`1[[System.IO.Pipelines.FlushResult,System.IO.Pipelines]],System.Private.CoreLib:Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.PipeWriterHelpers.TimingPipeFlusher+d__9,Microsoft.AspNetCore.Server.Kestrel.Core~AwaitUnsafeOnCompleted @@ -2918,6 +3945,8 @@ [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1>.SetResult(ValueTuple`3<__Canon,__Canon,__Canon>)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.ValueTuple`3[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~1~0~SetResult [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1>.Start<d__103>(d__103&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.ValueTuple`3[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~1~1:System.Net.Http.HttpConnectionPool+d__103,System.Net.Http~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncVoidMethodBuilder.AwaitUnsafeOnCompletedd__28>(TaskAwaiter&,d__28&)~System.Runtime.CompilerServices.AsyncVoidMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter,System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.StandbyManager+d__28,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncVoidMethodBuilder.AwaitUnsafeOnCompleted,d__16>(TaskAwaiter`1<__Canon>&,d__16&)~System.Runtime.CompilerServices.AsyncVoidMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService+d__16,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start<d__16>(d__16&)~System.Runtime.CompilerServices.AsyncVoidMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.FunctionsSyncService+d__16,Microsoft.Azure.WebJobs.Script.WebHost~Start [S.P.CoreLib]System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter.get_IsCompleted()~System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~0~0~get_IsCompleted [S.P.CoreLib]System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter.GetResult()~System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~0~0~GetResult [S.P.CoreLib]System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.GetAwaiter()~System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~0~0~GetAwaiter @@ -2937,10 +3966,14 @@ [S.P.CoreLib]System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.AppendFormatted(PathString)~System.Runtime.CompilerServices.DefaultInterpolatedStringHandler,System.Private.CoreLib~1~1:Microsoft.AspNetCore.Http.PathString,Microsoft.AspNetCore.Http.Abstractions~AppendFormatted [S.P.CoreLib]System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.AppendFormatted(QueryString)~System.Runtime.CompilerServices.DefaultInterpolatedStringHandler,System.Private.CoreLib~1~1:Microsoft.AspNetCore.Http.QueryString,Microsoft.AspNetCore.Http.Abstractions~AppendFormatted [S.P.CoreLib]System.Runtime.CompilerServices.InternalsVisibleToAttribute.get_AssemblyName()~System.Runtime.CompilerServices.InternalsVisibleToAttribute,System.Private.CoreLib~0~0~get_AssemblyName +[S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1d__37>..cctor()~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.IO.Strategies.BufferedFileStreamStrategy+d__37,System.Private.CoreLib]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1d__37>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.IO.Strategies.BufferedFileStreamStrategy+d__37,System.Private.CoreLib]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1d__37>.MoveNext()~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.IO.Strategies.BufferedFileStreamStrategy+d__37,System.Private.CoreLib]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1d__37>.System.Threading.IThreadPoolWorkItem.Execute()~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.IO.Strategies.BufferedFileStreamStrategy+d__37,System.Private.CoreLib]],System.Private.CoreLib~0~0~System.Threading.IThreadPoolWorkItem.Execute +[S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1d__37>.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(int16)~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.IO.Strategies.BufferedFileStreamStrategy+d__37,System.Private.CoreLib]],System.Private.CoreLib~1~0~System.Threading.Tasks.Sources.IValueTaskSource.GetResult [S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1d__161`1>..cctor()~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Security.SslStream+d__161`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1d__161`1>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Security.SslStream+d__161`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1d__161`1>.MoveNext()~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Security.SslStream+d__161`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security]],System.Private.CoreLib~0~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1d__161`1>.System.Threading.IThreadPoolWorkItem.Execute()~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Security.SslStream+d__161`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security]],System.Private.CoreLib~0~0~System.Threading.IThreadPoolWorkItem.Execute [S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1d__161`1>.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(int16)~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Security.SslStream+d__161`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security]],System.Private.CoreLib~1~0~System.Threading.Tasks.Sources.IValueTaskSource.GetResult [S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1d__163`1>..cctor()~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Security.SslStream+d__163`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1d__163`1>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1+StateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Security.SslStream+d__163`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security]],System.Private.CoreLib~1~0~ExecutionContextCallback @@ -2952,6 +3985,7 @@ [S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.Create()~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~0~0~Create [S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.GetStateMachineBox<d__161`1>(d__161`1&,StateMachineBox&)~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Security.SslStream+d__161`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.GetStateMachineBox<d__163`1>(d__163`1&,StateMachineBox&)~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Security.SslStream+d__163`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.GetStateMachineBox<d__37>(d__37&,StateMachineBox&)~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.IO.Strategies.BufferedFileStreamStrategy+d__37,System.Private.CoreLib~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.SetResult(int32)~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~1~0~SetResult [S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.Start<d__161`1>(d__161`1&)~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__161`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start [S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.Start<d__163`1>(d__163`1&)~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__163`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start @@ -2978,6 +4012,7 @@ [S.P.CoreLib]System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(string)~System.Runtime.Loader.AssemblyLoadContext,System.Private.CoreLib~1~0~LoadFromAssemblyPath [S.P.CoreLib]System.Runtime.Loader.AssemblyLoadContext.ValidateAssemblyNameWithSimpleName(Assembly,string)~System.Runtime.Loader.AssemblyLoadContext,System.Private.CoreLib~2~0~ValidateAssemblyNameWithSimpleName [S.P.CoreLib]System.Runtime.Serialization.StreamingContext..ctor(StreamingContextStates)~System.Runtime.Serialization.StreamingContext,System.Private.CoreLib~1~0~.ctor +[S.P.CoreLib]System.RuntimeType.GetMember(string,MemberTypes,BindingFlags)~System.RuntimeType,System.Private.CoreLib~3~0~GetMember [S.P.CoreLib]System.RuntimeType+RuntimeTypeCache+MemberInfoCache`1.AddSpecialInterface(ListBuilder`1&,Filter,RuntimeType,bool)~System.RuntimeType+RuntimeTypeCache+MemberInfoCache`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~4~0~AddSpecialInterface [S.P.CoreLib]System.RuntimeTypeHandle.Equals(RuntimeTypeHandle)~System.RuntimeTypeHandle,System.Private.CoreLib~1~0~Equals [S.P.CoreLib]System.RuntimeTypeHandle.get_Value()~System.RuntimeTypeHandle,System.Private.CoreLib~0~0~get_Value @@ -2998,9 +4033,11 @@ [S.P.CoreLib]System.StringComparer.get_InvariantCultureIgnoreCase()~System.StringComparer,System.Private.CoreLib~0~0~get_InvariantCultureIgnoreCase [S.P.CoreLib]System.SZArrayHelper.Contains(int32)~System.SZArrayHelper,System.Private.CoreLib~1~1:System.Int32,System.Private.CoreLib~Contains [S.P.CoreLib]System.SZArrayHelper.GetEnumerator()~System.SZArrayHelper,System.Private.CoreLib~0~1:Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http~GetEnumerator +[S.P.CoreLib]System.SZArrayHelper.GetEnumerator()~System.SZArrayHelper,System.Private.CoreLib~0~1:System.Byte,System.Private.CoreLib~GetEnumerator [S.P.CoreLib]System.SZArrayHelper.GetEnumerator>()~System.SZArrayHelper,System.Private.CoreLib~0~1:System.ValueTuple`3[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.Description.DataType,Microsoft.Azure.WebJobs.Script.Abstractions],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~GetEnumerator [S.P.CoreLib]System.SZGenericArrayEnumerator`1.get_Current()~System.SZGenericArrayEnumerator`1[[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib~0~0~get_Current [S.P.CoreLib]System.SZGenericArrayEnumerator`1>.get_Current()~System.SZGenericArrayEnumerator`1[[System.ValueTuple`3[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.Description.DataType,Microsoft.Azure.WebJobs.Script.Abstractions],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~get_Current +[S.P.CoreLib]System.SZGenericArrayEnumerator`1.get_Current()~System.SZGenericArrayEnumerator`1[[System.Byte,System.Private.CoreLib]],System.Private.CoreLib~0~0~get_Current [S.P.CoreLib]System.Text.Ascii.Equals(ReadOnlySpan`1,ReadOnlySpan`1)~System.Text.Ascii,System.Private.CoreLib~2~0~Equals [S.P.CoreLib]System.Text.Ascii.Equals(uint8&,uint16&,native uint)~System.Text.Ascii,System.Private.CoreLib~3~3:System.Byte,System.Private.CoreLib:System.UInt16,System.Private.CoreLib:System.Text.Ascii+WideningLoader,System.Private.CoreLib~Equals [S.P.CoreLib]System.Text.Ascii.EqualsIgnoreCase(ReadOnlySpan`1,ReadOnlySpan`1)~System.Text.Ascii,System.Private.CoreLib~2~0~EqualsIgnoreCase @@ -3037,11 +4074,15 @@ [S.P.CoreLib]System.Threading.Interlocked.CompareExchange(float64&,float64,float64)~System.Threading.Interlocked,System.Private.CoreLib~3~0~CompareExchange [S.P.CoreLib]System.Threading.IOCompletionCallbackHelper..cctor()~System.Threading.IOCompletionCallbackHelper,System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Threading.IOCompletionCallbackHelper.IOCompletionCallback_Context(object)~System.Threading.IOCompletionCallbackHelper,System.Private.CoreLib~1~0~IOCompletionCallback_Context +[S.P.CoreLib]System.Threading.PortableThreadPool.NotifyThreadUnblocked()~System.Threading.PortableThreadPool,System.Private.CoreLib~0~0~NotifyThreadUnblocked [S.P.CoreLib]System.Threading.SpinLock..ctor(bool)~System.Threading.SpinLock,System.Private.CoreLib~1~0~.ctor +[S.P.CoreLib]System.Threading.Tasks.ContinuationResultTaskFromTask`1.InnerInvoke()~System.Threading.Tasks.ContinuationResultTaskFromTask`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~0~0~InnerInvoke [S.P.CoreLib]System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.GetResult(int16)~System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~1~0~GetResult +[S.P.CoreLib]System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.GetResult(int16)~System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~1~0~GetResult [S.P.CoreLib]System.Threading.Tasks.Task.Dispose()~System.Threading.Tasks.Task,System.Private.CoreLib~0~0~Dispose [S.P.CoreLib]System.Threading.Tasks.Task.Dispose(bool)~System.Threading.Tasks.Task,System.Private.CoreLib~1~0~Dispose [S.P.CoreLib]System.Threading.Tasks.Task.FromResult>(ValueTuple`2<__Canon,AuthorizationLevel>)~System.Threading.Tasks.Task,System.Private.CoreLib~1~1:System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib~FromResult +[S.P.CoreLib]System.Threading.Tasks.Task.FromResult>(ValueTuple`2)~System.Threading.Tasks.Task,System.Private.CoreLib~1~1:System.ValueTuple`2[[System.Boolean,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~FromResult [S.P.CoreLib]System.Threading.Tasks.Task.InternalWhenAll>(Task`1>[])~System.Threading.Tasks.Task,System.Private.CoreLib~1~1:System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~InternalWhenAll [S.P.CoreLib]System.Threading.Tasks.Task.WhenAll>(IEnumerable`1>>)~System.Threading.Tasks.Task,System.Private.CoreLib~1~1:System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~WhenAll [S.P.CoreLib]System.Threading.Tasks.Task`1.ConfigureAwait(bool)~System.Threading.Tasks.Task`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~1~0~ConfigureAwait @@ -3073,6 +4114,7 @@ [S.P.CoreLib]System.Threading.Tasks.ValueTask`1>.get_IsCompleted()~System.Threading.Tasks.ValueTask`1[[System.ValueTuple`3[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~get_IsCompleted [S.P.CoreLib]System.Threading.Tasks.ValueTask`1>.get_Result()~System.Threading.Tasks.ValueTask`1[[System.ValueTuple`3[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~get_Result [S.P.CoreLib]System.Threading.ThreadInt64PersistentCounter+ThreadLocalNode.OnAddOverflow(int64)~System.Threading.ThreadInt64PersistentCounter+ThreadLocalNode,System.Private.CoreLib~1~0~OnAddOverflow +[S.P.CoreLib]System.Threading.ThreadPool.NotifyThreadUnblocked()~System.Threading.ThreadPool,System.Private.CoreLib~0~0~NotifyThreadUnblocked [S.P.CoreLib]System.TimeSpan..ctor(int32,int32,int32,int32)~System.TimeSpan,System.Private.CoreLib~4~0~.ctor [S.P.CoreLib]System.TimeSpan.op_Division(TimeSpan,float64)~System.TimeSpan,System.Private.CoreLib~2~0~op_Division [S.P.CoreLib]System.TimeZoneInfo.ClearCachedData()~System.TimeZoneInfo,System.Private.CoreLib~0~0~ClearCachedData @@ -3081,6 +4123,7 @@ [S.P.CoreLib]System.TimeZoneInfo.ConvertUtcToTimeZone(int64,TimeZoneInfo,bool&)~System.TimeZoneInfo,System.Private.CoreLib~3~0~ConvertUtcToTimeZone [S.P.CoreLib]System.Type.get_HasElementType()~System.Type,System.Private.CoreLib~0~0~get_HasElementType [S.P.CoreLib]System.Type.get_IsSerializable()~System.Type,System.Private.CoreLib~0~0~get_IsSerializable +[S.P.CoreLib]System.Type.GetProperty(string,BindingFlags,Binder,Type,Type[],ParameterModifier[])~System.Type,System.Private.CoreLib~6~0~GetProperty [S.P.CoreLib]System.Type.GetType(string,Func`2,Func`4,bool,bool)~System.Type,System.Private.CoreLib~5~0~GetType [S.P.CoreLib]System.Type.GetTypeFromHandle(RuntimeTypeHandle)~System.Type,System.Private.CoreLib~1~0~GetTypeFromHandle [S.P.CoreLib]System.ValueTuple`2..ctor(IgnoreCaseString,__Canon)~System.ValueTuple`2[[Azure.Core.Pipeline.HttpClientTransport+HttpClientTransportRequest+IgnoreCaseString,Azure.Core],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~0~.ctor @@ -3396,6 +4439,11 @@ [S.P.Xml]System.Xml.XmlWriter..ctor()~System.Xml.XmlWriter,System.Private.Xml~0~0~.ctor [S.P.Xml]System.Xml.XmlWriter.WriteAttributeString(string,string)~System.Xml.XmlWriter,System.Private.Xml~2~0~WriteAttributeString [System.ClientModel]System.ClientModel.AuthenticationTokenProvider..ctor()~System.ClientModel.AuthenticationTokenProvider,System.ClientModel~0~0~.ctor +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2+Enumerator.Dispose()~System.Collections.Concurrent.ConcurrentDictionary`2+Enumerator[[System.Net.Http.HttpConnectionPoolManager+HttpConnectionKey,System.Net.Http],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~0~0~Dispose +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2+Enumerator.get_Current()~System.Collections.Concurrent.ConcurrentDictionary`2+Enumerator[[System.Net.Http.HttpConnectionPoolManager+HttpConnectionKey,System.Net.Http],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~0~0~get_Current +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2+Enumerator.MoveNext()~System.Collections.Concurrent.ConcurrentDictionary`2+Enumerator[[System.Net.Http.HttpConnectionPoolManager+HttpConnectionKey,System.Net.Http],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~0~0~MoveNext +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.TryRemove(int64,__Canon&)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.Int64,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~2~0~TryRemove +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.TryRemoveInternal(int64,__Canon&,bool,__Canon)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.Int64,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~4~0~TryRemoveInternal [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2..ctor()~System.Collections.Concurrent.ConcurrentDictionary`2[[Microsoft.ApplicationInsights.DependencyCollector.Implementation.EventHandlers.DiagnosticsEventHandlerBase+Property,Microsoft.AI.DependencyCollector],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~0~0~.ctor [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2..ctor(int32,int32,bool,IEqualityComparer`1)~System.Collections.Concurrent.ConcurrentDictionary`2[[Microsoft.ApplicationInsights.DependencyCollector.Implementation.EventHandlers.DiagnosticsEventHandlerBase+Property,Microsoft.AI.DependencyCollector],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~4~0~.ctor [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd<__Canon>(ServiceCacheKey,Func`3,__Canon)~System.Collections.Concurrent.ConcurrentDictionary`2[[Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceCacheKey,Microsoft.Extensions.DependencyInjection],[Microsoft.Extensions.DependencyInjection.ServiceLookup.ILEmitResolverBuilder+GeneratedMethod,Microsoft.Extensions.DependencyInjection]],System.Collections.Concurrent~3~1:System.__Canon,System.Private.CoreLib~GetOrAdd @@ -3407,6 +4455,13 @@ [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.TryAddInternal(Tables,native int,Nullable`1,int32,bool,bool,int32&)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.IntPtr,System.Private.CoreLib],[System.Int32,System.Private.CoreLib]],System.Collections.Concurrent~7~0~TryAddInternal [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.TryGetValue(native int,int32&)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.IntPtr,System.Private.CoreLib],[System.Int32,System.Private.CoreLib]],System.Collections.Concurrent~2~0~TryGetValue [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.TryGetValueInternal(Tables,native int,int32,int32&)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.IntPtr,System.Private.CoreLib],[System.Int32,System.Private.CoreLib]],System.Collections.Concurrent~4~0~TryGetValueInternal +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2..ctor()~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Collections.Concurrent~0~0~.ctor +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2..ctor(int32,int32,bool,IEqualityComparer`1<__Canon>)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Collections.Concurrent~4~0~.ctor +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.AcquireAllLocks(int32&)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Collections.Concurrent~1~0~AcquireAllLocks +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.AcquirePostFirstLock(Tables<__Canon,float64>,int32&)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Collections.Concurrent~2~0~AcquirePostFirstLock +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.get_Count()~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Collections.Concurrent~0~0~get_Count +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.GetCountNoLocks()~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Collections.Concurrent~0~0~GetCountNoLocks +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.ReleaseLocks(int32)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Collections.Concurrent~1~0~ReleaseLocks [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.AddOrUpdate(__Canon,int32,Func`3<__Canon,int32,int32>)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.Int32,System.Private.CoreLib]],System.Collections.Concurrent~3~0~AddOrUpdate [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.TryAddInternal(Tables<__Canon,int32>,__Canon,Nullable`1,int32,bool,bool,int32&)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.Int32,System.Private.CoreLib]],System.Collections.Concurrent~7~0~TryAddInternal [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.TryGetValueInternal(Tables<__Canon,int32>,__Canon,int32,int32&)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.Int32,System.Private.CoreLib]],System.Collections.Concurrent~4~0~TryGetValueInternal @@ -3415,16 +4470,27 @@ [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.TryAddInternal(Tables<__Canon,int64>,__Canon,Nullable`1,int64,bool,bool,int64&)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.Int64,System.Private.CoreLib]],System.Collections.Concurrent~7~0~TryAddInternal [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.TryGetValueInternal(Tables<__Canon,int64>,__Canon,int32,int64&)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.Int64,System.Private.CoreLib]],System.Collections.Concurrent~4~0~TryGetValueInternal [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2..ctor(IEnumerable`1>,IEqualityComparer`1<__Canon>)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~2~0~.ctor +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.AddOrUpdate(__Canon,__Canon,Func`3<__Canon,__Canon,__Canon>)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~3~0~AddOrUpdate [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.get_Item(__Canon)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~1~0~get_Item [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.GetCapacityFromCollection(IEnumerable`1>)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~1~0~GetCapacityFromCollection [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.InitializeFromCollection(IEnumerable`1>)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~1~0~InitializeFromCollection +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.System.Collections.Generic.IDictionary.Remove(__Canon)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~1~0~System.Collections.Generic.IDictionary.Remove +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.TryUpdate(__Canon,__Canon,__Canon)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~3~0~TryUpdate [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2>..ctor(IEqualityComparer`1<__Canon>)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Collections.Concurrent~1~0~.ctor [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2>..ctor(int32,int32,bool,IEqualityComparer`1<__Canon>)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Collections.Concurrent~4~0~.ctor +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2>.AcquireAllLocks(int32&)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Collections.Concurrent~1~0~AcquireAllLocks +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2>.AcquirePostFirstLock(Tables<__Canon,ValueTuple`2<__Canon,AuthorizationLevel>>,int32&)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Collections.Concurrent~2~0~AcquirePostFirstLock +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2>.AreAllBucketsEmpty()~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Collections.Concurrent~0~0~AreAllBucketsEmpty +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2>.Clear()~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Collections.Concurrent~0~0~Clear +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2>.ReleaseLocks(int32)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Collections.Concurrent~1~0~ReleaseLocks [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2>.set_Item(__Canon,ValueTuple`2<__Canon,AuthorizationLevel>)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Collections.Concurrent~2~0~set_Item [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2>.TryAddInternal(Tables<__Canon,ValueTuple`2<__Canon,AuthorizationLevel>>,__Canon,Nullable`1,ValueTuple`2<__Canon,AuthorizationLevel>,bool,bool,ValueTuple`2<__Canon,AuthorizationLevel>&)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Collections.Concurrent~7~0~TryAddInternal [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2>.TryGetValue(__Canon,ValueTuple`2<__Canon,AuthorizationLevel>&)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Collections.Concurrent~2~0~TryGetValue [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2..ctor()~System.Collections.Concurrent.ConcurrentDictionary`2[[System.Net.Http.HttpConnectionPoolManager+HttpConnectionKey,System.Net.Http],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~0~0~.ctor [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2..ctor(int32,int32,bool,IEqualityComparer`1)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.Net.Http.HttpConnectionPoolManager+HttpConnectionKey,System.Net.Http],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~4~0~.ctor +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.AreAllBucketsEmpty()~System.Collections.Concurrent.ConcurrentDictionary`2[[System.Net.Http.HttpConnectionPoolManager+HttpConnectionKey,System.Net.Http],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~0~0~AreAllBucketsEmpty +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.get_IsEmpty()~System.Collections.Concurrent.ConcurrentDictionary`2[[System.Net.Http.HttpConnectionPoolManager+HttpConnectionKey,System.Net.Http],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~0~0~get_IsEmpty +[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.GetEnumerator()~System.Collections.Concurrent.ConcurrentDictionary`2[[System.Net.Http.HttpConnectionPoolManager+HttpConnectionKey,System.Net.Http],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~0~0~GetEnumerator [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.TryAdd(HttpConnectionKey,__Canon)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.Net.Http.HttpConnectionPoolManager+HttpConnectionKey,System.Net.Http],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~2~0~TryAdd [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.TryAddInternal(Tables,HttpConnectionKey,Nullable`1,__Canon,bool,bool,__Canon&)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.Net.Http.HttpConnectionPoolManager+HttpConnectionKey,System.Net.Http],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~7~0~TryAddInternal [System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.TryGetValue(HttpConnectionKey,__Canon&)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.Net.Http.HttpConnectionPoolManager+HttpConnectionKey,System.Net.Http],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~2~0~TryGetValue @@ -3454,10 +4520,7 @@ [System.Diagnostics.DiagnosticSource]System.Diagnostics.Activity.Dispose(bool)~System.Diagnostics.Activity,System.Diagnostics.DiagnosticSource~1~0~Dispose [System.Diagnostics.DiagnosticSource]System.Diagnostics.Activity.get_Id()~System.Diagnostics.Activity,System.Diagnostics.DiagnosticSource~0~0~get_Id [System.Diagnostics.DiagnosticSource]System.Diagnostics.Activity.get_StartTimeUtc()~System.Diagnostics.Activity,System.Diagnostics.DiagnosticSource~0~0~get_StartTimeUtc -[System.Diagnostics.DiagnosticSource]System.Diagnostics.DiagLinkedList`1.AddIfNotExist(__Canon,Func`3<__Canon,__Canon,bool>)~System.Diagnostics.DiagLinkedList`1[[System.__Canon,System.Private.CoreLib]],System.Diagnostics.DiagnosticSource~2~0~AddIfNotExist -[System.Diagnostics.DiagnosticSource]System.Diagnostics.DiagLinkedList`1.UnsafeAdd(DiagNode`1<__Canon>)~System.Diagnostics.DiagLinkedList`1[[System.__Canon,System.Private.CoreLib]],System.Diagnostics.DiagnosticSource~1~0~UnsafeAdd -[System.Diagnostics.DiagnosticSource]System.Diagnostics.DiagLinkedList`1.AddIfNotExist(ListenerSubscription,Func`3)~System.Diagnostics.DiagLinkedList`1[[System.Diagnostics.Metrics.ListenerSubscription,System.Diagnostics.DiagnosticSource]],System.Diagnostics.DiagnosticSource~2~0~AddIfNotExist -[System.Diagnostics.DiagnosticSource]System.Diagnostics.DiagLinkedList`1.UnsafeAdd(DiagNode`1)~System.Diagnostics.DiagLinkedList`1[[System.Diagnostics.Metrics.ListenerSubscription,System.Diagnostics.DiagnosticSource]],System.Diagnostics.DiagnosticSource~1~0~UnsafeAdd +[System.Diagnostics.DiagnosticSource]System.Diagnostics.Activity.GetBaggageItem(string)~System.Diagnostics.Activity,System.Diagnostics.DiagnosticSource~1~0~GetBaggageItem [System.Diagnostics.DiagnosticSource]System.Diagnostics.DiagnosticsHelper.CompareTags(IList`1>,IEnumerable`1>)~System.Diagnostics.DiagnosticsHelper,System.Diagnostics.DiagnosticSource~2~0~CompareTags [System.Diagnostics.DiagnosticSource]System.Diagnostics.DiagnosticSourceEventSource.Activity2Start(string,string,IEnumerable`1>)~System.Diagnostics.DiagnosticSourceEventSource,System.Diagnostics.DiagnosticSource~3~0~Activity2Start [System.Diagnostics.DiagnosticSource]System.Diagnostics.DiagnosticSourceEventSource.Activity2Stop(string,string,IEnumerable`1>)~System.Diagnostics.DiagnosticSourceEventSource,System.Diagnostics.DiagnosticSource~3~0~Activity2Stop @@ -3473,12 +4536,33 @@ [System.Diagnostics.DiagnosticSource]System.Diagnostics.DsesFilterAndTransform+TransformSpec+PropertySpec+PropertyFetch+RefTypedFetchProperty`2.Fetch(object)~System.Diagnostics.DsesFilterAndTransform+TransformSpec+PropertySpec+PropertyFetch+RefTypedFetchProperty`2[[System.__Canon,System.Private.CoreLib],[System.Threading.Tasks.TaskStatus,System.Private.CoreLib]],System.Diagnostics.DiagnosticSource~1~0~Fetch [System.Diagnostics.DiagnosticSource]System.Diagnostics.LegacyPropagator.get_Fields()~System.Diagnostics.LegacyPropagator,System.Diagnostics.DiagnosticSource~0~0~get_Fields [System.Diagnostics.DiagnosticSource]System.Diagnostics.LegacyPropagator.Inject(Activity,object,PropagatorSetterCallback)~System.Diagnostics.LegacyPropagator,System.Diagnostics.DiagnosticSource~3~0~Inject -[System.Diagnostics.DiagnosticSource]System.Diagnostics.Metrics.Instrument.EnableMeasurement(ListenerSubscription,bool&)~System.Diagnostics.Metrics.Instrument,System.Diagnostics.DiagnosticSource~2~0~EnableMeasurement -[System.Diagnostics.DiagnosticSource]System.Diagnostics.Metrics.Instrument+<>c..cctor()~System.Diagnostics.Metrics.Instrument+<>c,System.Diagnostics.DiagnosticSource~0~0~.cctor -[System.Diagnostics.DiagnosticSource]System.Diagnostics.Metrics.MeterListener.EnableMeasurementEvents(Instrument,object)~System.Diagnostics.Metrics.MeterListener,System.Diagnostics.DiagnosticSource~2~0~EnableMeasurementEvents [System.Diagnostics.Process]System.Collections.Specialized.DictionaryWrapper.TryGetValue(string,string&)~System.Collections.Specialized.DictionaryWrapper,System.Diagnostics.Process~2~0~TryGetValue [System.IdentityModel.Tokens.Jwt]System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler..cctor()~System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler,System.IdentityModel.Tokens.Jwt~0~0~.cctor [System.IdentityModel.Tokens.Jwt]System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler..ctor()~System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler,System.IdentityModel.Tokens.Jwt~0~0~.ctor +[System.IO.Abstractions]System.IO.Abstractions.FileWrapper.Open(string,FileMode,FileAccess,FileShare)~System.IO.Abstractions.FileWrapper,System.IO.Abstractions~4~0~Open +[System.IO.Compression]Interop+ZLib.Deflate(ZStream*,FlushCode)~Interop+ZLib,System.IO.Compression~2~0~Deflate +[System.IO.Compression]System.IO.Compression.Deflater..ctor(CompressionLevel,int32)~System.IO.Compression.Deflater,System.IO.Compression~2~0~.ctor +[System.IO.Compression]System.IO.Compression.Deflater.DeallocateInputBufferHandle()~System.IO.Compression.Deflater,System.IO.Compression~0~0~DeallocateInputBufferHandle +[System.IO.Compression]System.IO.Compression.Deflater.Deflate(FlushCode)~System.IO.Compression.Deflater,System.IO.Compression~1~0~Deflate +[System.IO.Compression]System.IO.Compression.Deflater.GetDeflateOutput(uint8[])~System.IO.Compression.Deflater,System.IO.Compression~1~0~GetDeflateOutput +[System.IO.Compression]System.IO.Compression.Deflater.ReadDeflateOutput(uint8[],FlushCode,int32&)~System.IO.Compression.Deflater,System.IO.Compression~3~0~ReadDeflateOutput +[System.IO.Compression]System.IO.Compression.Deflater.SetInput(uint8*,int32)~System.IO.Compression.Deflater,System.IO.Compression~2~0~SetInput +[System.IO.Compression]System.IO.Compression.DeflateStream.Flush()~System.IO.Compression.DeflateStream,System.IO.Compression~0~0~Flush +[System.IO.Compression]System.IO.Compression.DeflateStream.FlushBuffers()~System.IO.Compression.DeflateStream,System.IO.Compression~0~0~FlushBuffers +[System.IO.Compression]System.IO.Compression.DeflateStream.get_CanSeek()~System.IO.Compression.DeflateStream,System.IO.Compression~0~0~get_CanSeek +[System.IO.Compression]System.IO.Compression.DeflateStream.get_CanWrite()~System.IO.Compression.DeflateStream,System.IO.Compression~0~0~get_CanWrite +[System.IO.Compression]System.IO.Compression.DeflateStream.InitializeDeflater(Stream,bool,int32,CompressionLevel)~System.IO.Compression.DeflateStream,System.IO.Compression~4~0~InitializeDeflater +[System.IO.Compression]System.IO.Compression.DeflateStream.WriteCore(ReadOnlySpan`1)~System.IO.Compression.DeflateStream,System.IO.Compression~1~0~WriteCore +[System.IO.Compression]System.IO.Compression.DeflateStream.WriteDeflaterOutput()~System.IO.Compression.DeflateStream,System.IO.Compression~0~0~WriteDeflaterOutput +[System.IO.Compression]System.IO.Compression.GZipStream..ctor(Stream,CompressionMode,bool)~System.IO.Compression.GZipStream,System.IO.Compression~3~0~.ctor +[System.IO.Compression]System.IO.Compression.GZipStream..ctor(Stream,CompressionMode)~System.IO.Compression.GZipStream,System.IO.Compression~2~0~.ctor +[System.IO.Compression]System.IO.Compression.GZipStream.Dispose(bool)~System.IO.Compression.GZipStream,System.IO.Compression~1~0~Dispose +[System.IO.Compression]System.IO.Compression.GZipStream.Flush()~System.IO.Compression.GZipStream,System.IO.Compression~0~0~Flush +[System.IO.Compression]System.IO.Compression.GZipStream.get_CanSeek()~System.IO.Compression.GZipStream,System.IO.Compression~0~0~get_CanSeek +[System.IO.Compression]System.IO.Compression.GZipStream.get_CanWrite()~System.IO.Compression.GZipStream,System.IO.Compression~0~0~get_CanWrite +[System.IO.Compression]System.IO.Compression.GZipStream.Write(ReadOnlySpan`1)~System.IO.Compression.GZipStream,System.IO.Compression~1~0~Write +[System.IO.Compression]System.IO.Compression.ZLibNative+ZLibStreamHandle.DeflateEnd()~System.IO.Compression.ZLibNative+ZLibStreamHandle,System.IO.Compression~0~0~DeflateEnd +[System.IO.Compression]System.IO.Compression.ZLibNative+ZLibStreamHandle.DeflateInit2_(CompressionLevel,int32,int32,CompressionStrategy)~System.IO.Compression.ZLibNative+ZLibStreamHandle,System.IO.Compression~4~0~DeflateInit2_ [System.IO.Pipelines]System.IO.Pipelines.BufferSegment.SetNext(BufferSegment)~System.IO.Pipelines.BufferSegment,System.IO.Pipelines~1~0~SetNext [System.Linq.Expressions]System.Dynamic.ExpandoClass..cctor()~System.Dynamic.ExpandoClass,System.Linq.Expressions~0~0~.cctor [System.Linq.Expressions]System.Dynamic.ExpandoClass.FindNewClass(string)~System.Dynamic.ExpandoClass,System.Linq.Expressions~1~0~FindNewClass @@ -3507,24 +4591,39 @@ [System.Linq]System.Collections.Generic.LargeArrayBuilder`1.AddWithBufferAllocation(uint8)~System.Collections.Generic.LargeArrayBuilder`1[[System.Byte,System.Private.CoreLib]],System.Linq~1~0~AddWithBufferAllocation [System.Linq]System.Collections.Generic.LargeArrayBuilder`1.AllocateBuffer()~System.Collections.Generic.LargeArrayBuilder`1[[System.Byte,System.Private.CoreLib]],System.Linq~0~0~AllocateBuffer [System.Linq]System.Collections.Generic.LargeArrayBuilder`1.ToArray()~System.Collections.Generic.LargeArrayBuilder`1[[System.Byte,System.Private.CoreLib]],System.Linq~0~0~ToArray +[System.Linq]System.Linq.Enumerable.Aggregate(IEnumerable`1,__Canon,Func`3<__Canon,uint8,__Canon>)~System.Linq.Enumerable,System.Linq~3~2:System.Byte,System.Private.CoreLib:System.__Canon,System.Private.CoreLib~Aggregate [System.Linq]System.Linq.Enumerable.Any(IEnumerable`1,Func`2)~System.Linq.Enumerable,System.Linq~2~1:Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http~Any [System.Linq]System.Linq.Enumerable.Any>(IEnumerable`1>,Func`2,bool>)~System.Linq.Enumerable,System.Linq~2~1:System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~Any [System.Linq]System.Linq.Enumerable.Concat>(IEnumerable`1>,IEnumerable`1>)~System.Linq.Enumerable,System.Linq~2~1:System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives]],System.Private.CoreLib~Concat [System.Linq]System.Linq.Enumerable.Contains(IEnumerable`1,int32)~System.Linq.Enumerable,System.Linq~2~1:System.Int32,System.Private.CoreLib~Contains +[System.Linq]System.Linq.Enumerable.DistinctBy<__Canon,__Canon>(IEnumerable`1<__Canon>,Func`2<__Canon,__Canon>,IEqualityComparer`1<__Canon>)~System.Linq.Enumerable,System.Linq~3~2:System.__Canon,System.Private.CoreLib:System.__Canon,System.Private.CoreLib~DistinctBy +[System.Linq]System.Linq.Enumerable.DistinctByIterator<__Canon,__Canon>(IEnumerable`1<__Canon>,Func`2<__Canon,__Canon>,IEqualityComparer`1<__Canon>)~System.Linq.Enumerable,System.Linq~3~2:System.__Canon,System.Private.CoreLib:System.__Canon,System.Private.CoreLib~DistinctByIterator +[System.Linq]System.Linq.Enumerable.ElementAt>(IEnumerable`1>,int32)~System.Linq.Enumerable,System.Linq~2~1:System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~ElementAt [System.Linq]System.Linq.Enumerable.GetEmptyIfEmpty<__Canon,AuthorizationLevel>(IEnumerable`1<__Canon>)~System.Linq.Enumerable,System.Linq~1~2:System.__Canon,System.Private.CoreLib:Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http~GetEmptyIfEmpty [System.Linq]System.Linq.Enumerable.OrderBy<__Canon,bool>(IEnumerable`1<__Canon>,Func`2<__Canon,bool>)~System.Linq.Enumerable,System.Linq~2~2:System.__Canon,System.Private.CoreLib:System.Boolean,System.Private.CoreLib~OrderBy -[System.Linq]System.Linq.Enumerable.OrderByDescending<__Canon,int32>(IEnumerable`1<__Canon>,Func`2<__Canon,int32>)~System.Linq.Enumerable,System.Linq~2~2:System.__Canon,System.Private.CoreLib:System.Int32,System.Private.CoreLib~OrderByDescending [System.Linq]System.Linq.Enumerable.Range(int32,int32)~System.Linq.Enumerable,System.Linq~2~0~Range +[System.Linq]System.Linq.Enumerable.Select<__Canon,__Canon>(IEnumerable`1<__Canon>,Func`3<__Canon,int32,__Canon>)~System.Linq.Enumerable,System.Linq~2~2:System.__Canon,System.Private.CoreLib:System.__Canon,System.Private.CoreLib~Select [System.Linq]System.Linq.Enumerable.Select<__Canon,AuthorizationLevel>(IEnumerable`1<__Canon>,Func`2<__Canon,AuthorizationLevel>)~System.Linq.Enumerable,System.Linq~2~2:System.__Canon,System.Private.CoreLib:Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http~Select [System.Linq]System.Linq.Enumerable.Select(IEnumerable`1,Func`2)~System.Linq.Enumerable,System.Linq~2~2:System.Int32,System.Private.CoreLib:System.Byte,System.Private.CoreLib~Select +[System.Linq]System.Linq.Enumerable.SelectIterator<__Canon,__Canon>(IEnumerable`1<__Canon>,Func`3<__Canon,int32,__Canon>)~System.Linq.Enumerable,System.Linq~2~2:System.__Canon,System.Private.CoreLib:System.__Canon,System.Private.CoreLib~SelectIterator [System.Linq]System.Linq.Enumerable.Single(IEnumerable`1)~System.Linq.Enumerable,System.Linq~1~1:System.Reflection.CustomAttributeTypedArgument,System.Private.CoreLib~Single [System.Linq]System.Linq.Enumerable.ToArray(IEnumerable`1)~System.Linq.Enumerable,System.Linq~1~1:Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http~ToArray [System.Linq]System.Linq.Enumerable.ToArray(IEnumerable`1)~System.Linq.Enumerable,System.Linq~1~1:System.Byte,System.Private.CoreLib~ToArray +[System.Linq]System.Linq.Enumerable.ToDictionary<__Canon,__Canon,__Canon>(List`1<__Canon>,Func`2<__Canon,__Canon>,Func`2<__Canon,__Canon>,IEqualityComparer`1<__Canon>)~System.Linq.Enumerable,System.Linq~4~3:System.__Canon,System.Private.CoreLib:System.__Canon,System.Private.CoreLib:System.__Canon,System.Private.CoreLib~ToDictionary [System.Linq]System.Linq.Enumerable.ToDictionary<__Canon,__Canon>(IEnumerable`1<__Canon>,Func`2<__Canon,__Canon>)~System.Linq.Enumerable,System.Linq~2~2:System.__Canon,System.Private.CoreLib:System.__Canon,System.Private.CoreLib~ToDictionary [System.Linq]System.Linq.Enumerable.ToDictionary,__Canon,__Canon>(IEnumerable`1>,Func`2,__Canon>,Func`2,__Canon>,IEqualityComparer`1<__Canon>)~System.Linq.Enumerable,System.Linq~4~3:System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives]],System.Private.CoreLib:System.__Canon,System.Private.CoreLib:System.__Canon,System.Private.CoreLib~ToDictionary [System.Linq]System.Linq.Enumerable.ToDictionary,__Canon,__Canon>(IEnumerable`1>,Func`2,__Canon>,Func`2,__Canon>)~System.Linq.Enumerable,System.Linq~3~3:System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives]],System.Private.CoreLib:System.__Canon,System.Private.CoreLib:System.__Canon,System.Private.CoreLib~ToDictionary +[System.Linq]System.Linq.Enumerable.TryGetElement>(IEnumerable`1>,int32,KeyValuePair`2<__Canon,__Canon>&)~System.Linq.Enumerable,System.Linq~3~1:System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~TryGetElement [System.Linq]System.Linq.Enumerable.TryGetSingle(IEnumerable`1,bool&)~System.Linq.Enumerable,System.Linq~2~1:System.Reflection.CustomAttributeTypedArgument,System.Private.CoreLib~TryGetSingle [System.Linq]System.Linq.Enumerable.Where(IEnumerable`1,Func`2)~System.Linq.Enumerable,System.Linq~2~1:System.Int32,System.Private.CoreLib~Where +[System.Linq]System.Linq.Enumerable+d__85`2.MoveNext()~System.Linq.Enumerable+d__85`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Linq~0~0~MoveNext +[System.Linq]System.Linq.Enumerable+d__85`2.System.Collections.Generic.IEnumerable.GetEnumerator()~System.Linq.Enumerable+d__85`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Linq~0~0~System.Collections.Generic.IEnumerable.GetEnumerator +[System.Linq]System.Linq.Enumerable+d__85`2.System.Collections.Generic.IEnumerator.get_Current()~System.Linq.Enumerable+d__85`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Linq~0~0~System.Collections.Generic.IEnumerator.get_Current +[System.Linq]System.Linq.Enumerable+d__85`2.System.IDisposable.Dispose()~System.Linq.Enumerable+d__85`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Linq~0~0~System.IDisposable.Dispose +[System.Linq]System.Linq.Enumerable+d__229`2.MoveNext()~System.Linq.Enumerable+d__229`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Linq~0~0~MoveNext +[System.Linq]System.Linq.Enumerable+d__229`2.System.Collections.Generic.IEnumerable.GetEnumerator()~System.Linq.Enumerable+d__229`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Linq~0~0~System.Collections.Generic.IEnumerable.GetEnumerator +[System.Linq]System.Linq.Enumerable+d__229`2.System.Collections.Generic.IEnumerator.get_Current()~System.Linq.Enumerable+d__229`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Linq~0~0~System.Collections.Generic.IEnumerator.get_Current +[System.Linq]System.Linq.Enumerable+d__229`2.System.IDisposable.Dispose()~System.Linq.Enumerable+d__229`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Linq~0~0~System.IDisposable.Dispose [System.Linq]System.Linq.Enumerable+Concat2Iterator`1>.GetEnumerable(int32)~System.Linq.Enumerable+Concat2Iterator`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives]],System.Private.CoreLib]],System.Linq~1~0~GetEnumerable [System.Linq]System.Linq.Enumerable+ConcatIterator`1>.Dispose()~System.Linq.Enumerable+ConcatIterator`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives]],System.Private.CoreLib]],System.Linq~0~0~Dispose [System.Linq]System.Linq.Enumerable+ConcatIterator`1>.MoveNext()~System.Linq.Enumerable+ConcatIterator`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives]],System.Private.CoreLib]],System.Linq~0~0~MoveNext @@ -3539,15 +4638,22 @@ [System.Linq]System.Linq.Enumerable+Iterator`1>.GetEnumerator()~System.Linq.Enumerable+Iterator`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Linq~0~0~GetEnumerator [System.Linq]System.Linq.Enumerable+RangeIterator.Dispose()~System.Linq.Enumerable+RangeIterator,System.Linq~0~0~Dispose [System.Linq]System.Linq.Enumerable+RangeIterator.MoveNext()~System.Linq.Enumerable+RangeIterator,System.Linq~0~0~MoveNext +[System.Linq]System.Linq.Enumerable+RangeIterator.Select(Func`2)~System.Linq.Enumerable+RangeIterator,System.Linq~1~1:System.Byte,System.Private.CoreLib~Select [System.Linq]System.Linq.Enumerable+SelectEnumerableIterator`2.ToArray()~System.Linq.Enumerable+SelectEnumerableIterator`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Linq~0~0~ToArray +[System.Linq]System.Linq.Enumerable+SelectIListIterator`2.ToList()~System.Linq.Enumerable+SelectIListIterator`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Linq~0~0~ToList +[System.Linq]System.Linq.Enumerable+SelectListIterator`2.ToList()~System.Linq.Enumerable+SelectListIterator`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Linq~0~0~ToList +[System.Linq]System.Linq.Enumerable+SelectRangeIterator`1.ToArray()~System.Linq.Enumerable+SelectRangeIterator`1[[System.Byte,System.Private.CoreLib]],System.Linq~0~0~ToArray +[System.Linq]System.Linq.Enumerable+WhereArrayIterator`1.Clone()~System.Linq.Enumerable+WhereArrayIterator`1[[System.__Canon,System.Private.CoreLib]],System.Linq~0~0~Clone +[System.Linq]System.Linq.Enumerable+WhereArrayIterator`1.Select<__Canon>(Func`2<__Canon,__Canon>)~System.Linq.Enumerable+WhereArrayIterator`1[[System.__Canon,System.Private.CoreLib]],System.Linq~1~1:System.__Canon,System.Private.CoreLib~Select [System.Linq]System.Linq.Enumerable+WhereEnumerableIterator`1.Select(Func`2)~System.Linq.Enumerable+WhereEnumerableIterator`1[[System.Int32,System.Private.CoreLib]],System.Linq~1~1:System.Byte,System.Private.CoreLib~Select [System.Linq]System.Linq.Enumerable+WhereEnumerableIterator`1>.Dispose()~System.Linq.Enumerable+WhereEnumerableIterator`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Linq~0~0~Dispose [System.Linq]System.Linq.Enumerable+WhereEnumerableIterator`1>.MoveNext()~System.Linq.Enumerable+WhereEnumerableIterator`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Linq~0~0~MoveNext [System.Linq]System.Linq.Enumerable+WhereListIterator`1.Clone()~System.Linq.Enumerable+WhereListIterator`1[[System.__Canon,System.Private.CoreLib]],System.Linq~0~0~Clone +[System.Linq]System.Linq.Enumerable+WhereSelectArrayIterator`2.MoveNext()~System.Linq.Enumerable+WhereSelectArrayIterator`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Linq~0~0~MoveNext [System.Linq]System.Linq.Enumerable+WhereSelectEnumerableIterator`2.ToArray()~System.Linq.Enumerable+WhereSelectEnumerableIterator`2[[System.Int32,System.Private.CoreLib],[System.Byte,System.Private.CoreLib]],System.Linq~0~0~ToArray +[System.Linq]System.Linq.Enumerable+WhereSelectEnumerableIterator`2.ToArray()~System.Linq.Enumerable+WhereSelectEnumerableIterator`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Linq~0~0~ToArray [System.Linq]System.Linq.EnumerableSorter`2.ComputeKeys(__Canon[],int32)~System.Linq.EnumerableSorter`2[[System.__Canon,System.Private.CoreLib],[System.Boolean,System.Private.CoreLib]],System.Linq~2~0~ComputeKeys [System.Linq]System.Linq.EnumerableSorter`2.QuickSort(int32[],int32,int32)~System.Linq.EnumerableSorter`2[[System.__Canon,System.Private.CoreLib],[System.Boolean,System.Private.CoreLib]],System.Linq~3~0~QuickSort -[System.Linq]System.Linq.EnumerableSorter`2.CompareAnyKeys_DefaultComparer_NoNext_Descending(int32,int32)~System.Linq.EnumerableSorter`2[[System.__Canon,System.Private.CoreLib],[System.Int32,System.Private.CoreLib]],System.Linq~2~0~CompareAnyKeys_DefaultComparer_NoNext_Descending [System.Linq]System.Linq.OrderedEnumerable`1.GetCount(bool)~System.Linq.OrderedEnumerable`1[[System.__Canon,System.Private.CoreLib]],System.Linq~1~0~GetCount [System.Linq]System.Linq.OrderedEnumerable`2.GetEnumerableSorter(EnumerableSorter`1<__Canon>)~System.Linq.OrderedEnumerable`2[[System.__Canon,System.Private.CoreLib],[System.Boolean,System.Private.CoreLib]],System.Linq~1~0~GetEnumerableSorter [System.Memory]System.Buffers.BuffersExtensions.WriteMultiSegment(IBufferWriter`1,ReadOnlySpan`1&,Span`1)~System.Buffers.BuffersExtensions,System.Memory~3~1:System.Byte,System.Private.CoreLib~WriteMultiSegment @@ -3562,6 +4668,7 @@ [System.Net.Http]System.Net.Http.ByteArrayContent..ctor(uint8[],int32,int32)~System.Net.Http.ByteArrayContent,System.Net.Http~3~0~.ctor [System.Net.Http]System.Net.Http.ByteArrayContent.SerializeToStreamAsync(Stream,TransportContext,CancellationToken)~System.Net.Http.ByteArrayContent,System.Net.Http~3~0~SerializeToStreamAsync [System.Net.Http]System.Net.Http.ByteArrayContent.TryComputeLength(int64&)~System.Net.Http.ByteArrayContent,System.Net.Http~1~0~TryComputeLength +[System.Net.Http]System.Net.Http.CancellationHelper.ThrowIfCancellationRequested(CancellationToken)~System.Net.Http.CancellationHelper,System.Net.Http~1~0~ThrowIfCancellationRequested [System.Net.Http]System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions,HttpRequestMessage,bool,Stream,CancellationToken)~System.Net.Http.ConnectHelper,System.Net.Http~5~0~EstablishSslConnectionAsync [System.Net.Http]System.Net.Http.ConnectHelper.SetUpRemoteCertificateValidationCallback(SslClientAuthenticationOptions,HttpRequestMessage)~System.Net.Http.ConnectHelper,System.Net.Http~2~0~SetUpRemoteCertificateValidationCallback [System.Net.Http]System.Net.Http.ConnectHelper+d__2.MoveNext()~System.Net.Http.ConnectHelper+d__2,System.Net.Http~0~0~MoveNext @@ -3591,6 +4698,7 @@ [System.Net.Http]System.Net.Http.EmptyReadStream..cctor()~System.Net.Http.EmptyReadStream,System.Net.Http~0~0~.cctor [System.Net.Http]System.Net.Http.EmptyReadStream.Close()~System.Net.Http.EmptyReadStream,System.Net.Http~0~0~Close [System.Net.Http]System.Net.Http.EmptyReadStream.CopyToAsync(Stream,int32,CancellationToken)~System.Net.Http.EmptyReadStream,System.Net.Http~3~0~CopyToAsync +[System.Net.Http]System.Net.Http.EmptyReadStream.Read(Span`1)~System.Net.Http.EmptyReadStream,System.Net.Http~1~0~Read [System.Net.Http]System.Net.Http.EmptyReadStream.ReadAsync(Memory`1,CancellationToken)~System.Net.Http.EmptyReadStream,System.Net.Http~2~0~ReadAsync [System.Net.Http]System.Net.Http.FailedProxyCache..ctor()~System.Net.Http.FailedProxyCache,System.Net.Http~0~0~.ctor [System.Net.Http]System.Net.Http.GlobalHttpSettings+DiagnosticsHandler..cctor()~System.Net.Http.GlobalHttpSettings+DiagnosticsHandler,System.Net.Http~0~0~.cctor @@ -3607,6 +4715,7 @@ [System.Net.Http]System.Net.Http.Headers.DateHeaderParser..cctor()~System.Net.Http.Headers.DateHeaderParser,System.Net.Http~0~0~.cctor [System.Net.Http]System.Net.Http.Headers.GenericHeaderParser..cctor()~System.Net.Http.Headers.GenericHeaderParser,System.Net.Http~0~0~.cctor [System.Net.Http]System.Net.Http.Headers.GenericHeaderParser.GetParsedValueLength(string,int32,object,object&)~System.Net.Http.Headers.GenericHeaderParser,System.Net.Http~4~0~GetParsedValueLength +[System.Net.Http]System.Net.Http.Headers.GenericHeaderParser.ParseTokenList(string,int32,object&)~System.Net.Http.Headers.GenericHeaderParser,System.Net.Http~3~0~ParseTokenList [System.Net.Http]System.Net.Http.Headers.HeaderDescriptor.GetHeaderValue(ReadOnlySpan`1,Encoding)~System.Net.Http.Headers.HeaderDescriptor,System.Net.Http~2~0~GetHeaderValue [System.Net.Http]System.Net.Http.Headers.HeaderDescriptor.GetKnownContentType(ReadOnlySpan`1)~System.Net.Http.Headers.HeaderDescriptor,System.Net.Http~1~0~GetKnownContentType [System.Net.Http]System.Net.Http.Headers.HeaderDescriptor.TryGet(ReadOnlySpan`1,HeaderDescriptor&)~System.Net.Http.Headers.HeaderDescriptor,System.Net.Http~2~0~TryGet @@ -3624,11 +4733,15 @@ [System.Net.Http]System.Net.Http.Headers.HeaderUtilities.GetNextNonEmptyOrWhitespaceIndex(string,int32,bool,bool&)~System.Net.Http.Headers.HeaderUtilities,System.Net.Http~4~0~GetNextNonEmptyOrWhitespaceIndex [System.Net.Http]System.Net.Http.Headers.HeaderUtilities.TryParseInt64(string,int32,int32,int64&)~System.Net.Http.Headers.HeaderUtilities,System.Net.Http~4~0~TryParseInt64 [System.Net.Http]System.Net.Http.Headers.HttpContentHeaders.get_ContentLength()~System.Net.Http.Headers.HttpContentHeaders,System.Net.Http~0~0~get_ContentLength +[System.Net.Http]System.Net.Http.Headers.HttpContentHeaders.set_ContentType(MediaTypeHeaderValue)~System.Net.Http.Headers.HttpContentHeaders,System.Net.Http~1~0~set_ContentType [System.Net.Http]System.Net.Http.Headers.HttpGeneralHeaders.GetConnectionClose(HttpHeaders,HttpGeneralHeaders)~System.Net.Http.Headers.HttpGeneralHeaders,System.Net.Http~2~0~GetConnectionClose [System.Net.Http]System.Net.Http.Headers.HttpGeneralHeaders.GetTransferEncodingChunked(HttpHeaders,HttpGeneralHeaders)~System.Net.Http.Headers.HttpGeneralHeaders,System.Net.Http~2~0~GetTransferEncodingChunked +[System.Net.Http]System.Net.Http.Headers.HttpHeaderParser.ParseValue(string,object,int32&)~System.Net.Http.Headers.HttpHeaderParser,System.Net.Http~3~0~ParseValue [System.Net.Http]System.Net.Http.Headers.HttpHeaderParser.ToString(object)~System.Net.Http.Headers.HttpHeaderParser,System.Net.Http~1~0~ToString [System.Net.Http]System.Net.Http.Headers.HttpHeaders.g__Count|59_0<__Canon>(object)~System.Net.Http.Headers.HttpHeaders,System.Net.Http~1~1:System.__Canon,System.Private.CoreLib~g__Count|59_0 [System.Net.Http]System.Net.Http.Headers.HttpHeaders.g__GrowEntriesAndAddDefault|73_0(HeaderDescriptor)~System.Net.Http.Headers.HttpHeaders,System.Net.Http~1~0~g__GrowEntriesAndAddDefault|73_0 +[System.Net.Http]System.Net.Http.Headers.HttpHeaders.Add(HeaderDescriptor,string)~System.Net.Http.Headers.HttpHeaders,System.Net.Http~2~0~Add +[System.Net.Http]System.Net.Http.Headers.HttpHeaders.Add(string,string)~System.Net.Http.Headers.HttpHeaders,System.Net.Http~2~0~Add [System.Net.Http]System.Net.Http.Headers.HttpHeaders.AddEntryToStore(HeaderEntry)~System.Net.Http.Headers.HttpHeaders,System.Net.Http~1~0~AddEntryToStore [System.Net.Http]System.Net.Http.Headers.HttpHeaders.AddValueToStoreValue<__Canon>(__Canon,object&)~System.Net.Http.Headers.HttpHeaders,System.Net.Http~2~1:System.__Canon,System.Private.CoreLib~AddValueToStoreValue [System.Net.Http]System.Net.Http.Headers.HttpHeaders.CheckContainsNewLine(string)~System.Net.Http.Headers.HttpHeaders,System.Net.Http~1~0~CheckContainsNewLine @@ -3646,8 +4759,11 @@ [System.Net.Http]System.Net.Http.Headers.HttpHeaders.GetValueRefOrNullRef(HeaderDescriptor)~System.Net.Http.Headers.HttpHeaders,System.Net.Http~1~0~GetValueRefOrNullRef [System.Net.Http]System.Net.Http.Headers.HttpHeaders.GetValues(HeaderDescriptor)~System.Net.Http.Headers.HttpHeaders,System.Net.Http~1~0~GetValues [System.Net.Http]System.Net.Http.Headers.HttpHeaders.GetValues(string)~System.Net.Http.Headers.HttpHeaders,System.Net.Http~1~0~GetValues +[System.Net.Http]System.Net.Http.Headers.HttpHeaders.IsAllowedHeaderName(HeaderDescriptor)~System.Net.Http.Headers.HttpHeaders,System.Net.Http~1~0~IsAllowedHeaderName +[System.Net.Http]System.Net.Http.Headers.HttpHeaders.ParseAndAddValue(HeaderDescriptor,HeaderStoreItemInfo,string)~System.Net.Http.Headers.HttpHeaders,System.Net.Http~3~0~ParseAndAddValue [System.Net.Http]System.Net.Http.Headers.HttpHeaders.ParseRawHeaderValues(HeaderDescriptor,HeaderStoreItemInfo)~System.Net.Http.Headers.HttpHeaders,System.Net.Http~2~0~ParseRawHeaderValues [System.Net.Http]System.Net.Http.Headers.HttpHeaders.ParseSingleRawHeaderValue(HeaderStoreItemInfo,HeaderDescriptor,string)~System.Net.Http.Headers.HttpHeaders,System.Net.Http~3~0~ParseSingleRawHeaderValue +[System.Net.Http]System.Net.Http.Headers.HttpHeaders.PrepareHeaderInfoForAdd(HeaderDescriptor,HeaderStoreItemInfo&,bool&)~System.Net.Http.Headers.HttpHeaders,System.Net.Http~3~0~PrepareHeaderInfoForAdd [System.Net.Http]System.Net.Http.Headers.HttpHeaders.ReadStoreValues<__Canon>(Span`1,object,HttpHeaderParser,int32&)~System.Net.Http.Headers.HttpHeaders,System.Net.Http~4~1:System.__Canon,System.Private.CoreLib~ReadStoreValues [System.Net.Http]System.Net.Http.Headers.HttpHeaders.TryAddWithoutValidation(HeaderDescriptor,string)~System.Net.Http.Headers.HttpHeaders,System.Net.Http~2~0~TryAddWithoutValidation [System.Net.Http]System.Net.Http.Headers.HttpHeaders.TryAddWithoutValidation(string,string)~System.Net.Http.Headers.HttpHeaders,System.Net.Http~2~0~TryAddWithoutValidation @@ -3666,6 +4782,7 @@ [System.Net.Http]System.Net.Http.Headers.HttpRequestHeaders.get_ExpectContinue()~System.Net.Http.Headers.HttpRequestHeaders,System.Net.Http~0~0~get_ExpectContinue [System.Net.Http]System.Net.Http.Headers.HttpRequestHeaders.get_Host()~System.Net.Http.Headers.HttpRequestHeaders,System.Net.Http~0~0~get_Host [System.Net.Http]System.Net.Http.Headers.HttpRequestHeaders.set_Authorization(AuthenticationHeaderValue)~System.Net.Http.Headers.HttpRequestHeaders,System.Net.Http~1~0~set_Authorization +[System.Net.Http]System.Net.Http.Headers.HttpResponseHeaders.get_RetryAfter()~System.Net.Http.Headers.HttpResponseHeaders,System.Net.Http~0~0~get_RetryAfter [System.Net.Http]System.Net.Http.Headers.Int32NumberHeaderParser..cctor()~System.Net.Http.Headers.Int32NumberHeaderParser,System.Net.Http~0~0~.cctor [System.Net.Http]System.Net.Http.Headers.Int64NumberHeaderParser..cctor()~System.Net.Http.Headers.Int64NumberHeaderParser,System.Net.Http~0~0~.cctor [System.Net.Http]System.Net.Http.Headers.Int64NumberHeaderParser.GetParsedValueLength(string,int32,object,object&)~System.Net.Http.Headers.Int64NumberHeaderParser,System.Net.Http~4~0~GetParsedValueLength @@ -3678,6 +4795,10 @@ [System.Net.Http]System.Net.Http.Headers.KnownHeaders.TryGetKnownHeader(ReadOnlySpan`1)~System.Net.Http.Headers.KnownHeaders,System.Net.Http~1~0~TryGetKnownHeader [System.Net.Http]System.Net.Http.Headers.KnownHeaders.TryGetKnownHeader(string)~System.Net.Http.Headers.KnownHeaders,System.Net.Http~1~0~TryGetKnownHeader [System.Net.Http]System.Net.Http.Headers.MediaTypeHeaderParser..cctor()~System.Net.Http.Headers.MediaTypeHeaderParser,System.Net.Http~0~0~.cctor +[System.Net.Http]System.Net.Http.Headers.MediaTypeHeaderValue..ctor(string)~System.Net.Http.Headers.MediaTypeHeaderValue,System.Net.Http~1~0~.ctor +[System.Net.Http]System.Net.Http.Headers.MediaTypeHeaderValue.CheckMediaTypeFormat(string,string)~System.Net.Http.Headers.MediaTypeHeaderValue,System.Net.Http~2~0~CheckMediaTypeFormat +[System.Net.Http]System.Net.Http.Headers.MediaTypeHeaderValue.GetMediaTypeExpressionLength(string,int32,string&)~System.Net.Http.Headers.MediaTypeHeaderValue,System.Net.Http~3~0~GetMediaTypeExpressionLength +[System.Net.Http]System.Net.Http.Headers.MediaTypeHeaderValue.ToString()~System.Net.Http.Headers.MediaTypeHeaderValue,System.Net.Http~0~0~ToString [System.Net.Http]System.Net.Http.Headers.NameValueHeaderValue.CheckNameValueFormat(string,string)~System.Net.Http.Headers.NameValueHeaderValue,System.Net.Http~2~0~CheckNameValueFormat [System.Net.Http]System.Net.Http.Headers.NameValueHeaderValue.CheckValueFormat(string)~System.Net.Http.Headers.NameValueHeaderValue,System.Net.Http~1~0~CheckValueFormat [System.Net.Http]System.Net.Http.Headers.ProductInfoHeaderParser..cctor()~System.Net.Http.Headers.ProductInfoHeaderParser,System.Net.Http~0~0~.cctor @@ -3701,6 +4822,7 @@ [System.Net.Http]System.Net.Http.HttpAuthority..ctor(string,int32)~System.Net.Http.HttpAuthority,System.Net.Http~2~0~.ctor [System.Net.Http]System.Net.Http.HttpBaseStream.get_CanSeek()~System.Net.Http.HttpBaseStream,System.Net.Http~0~0~get_CanSeek [System.Net.Http]System.Net.Http.HttpBaseStream.NopAsync(CancellationToken)~System.Net.Http.HttpBaseStream,System.Net.Http~1~0~NopAsync +[System.Net.Http]System.Net.Http.HttpBaseStream.Read(uint8[],int32,int32)~System.Net.Http.HttpBaseStream,System.Net.Http~3~0~Read [System.Net.Http]System.Net.Http.HttpBaseStream.ReadAsync(uint8[],int32,int32,CancellationToken)~System.Net.Http.HttpBaseStream,System.Net.Http~4~0~ReadAsync [System.Net.Http]System.Net.Http.HttpBaseStream.WriteAsync(uint8[],int32,int32,CancellationToken)~System.Net.Http.HttpBaseStream,System.Net.Http~4~0~WriteAsync [System.Net.Http]System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage,HttpCompletionOption,CancellationTokenSource,bool,CancellationTokenSource,CancellationToken)~System.Net.Http.HttpClient,System.Net.Http~6~0~g__Core|83_0 @@ -3710,6 +4832,7 @@ [System.Net.Http]System.Net.Http.HttpClient.get_DefaultProxy()~System.Net.Http.HttpClient,System.Net.Http~0~0~get_DefaultProxy [System.Net.Http]System.Net.Http.HttpClient.PrepareCancellationTokenSource(CancellationToken)~System.Net.Http.HttpClient,System.Net.Http~1~0~PrepareCancellationTokenSource [System.Net.Http]System.Net.Http.HttpClient.PrepareRequestMessage(HttpRequestMessage)~System.Net.Http.HttpClient,System.Net.Http~1~0~PrepareRequestMessage +[System.Net.Http]System.Net.Http.HttpClient.Send(HttpRequestMessage,HttpCompletionOption,CancellationToken)~System.Net.Http.HttpClient,System.Net.Http~3~0~Send [System.Net.Http]System.Net.Http.HttpClient.SendAsync(HttpRequestMessage,CancellationToken)~System.Net.Http.HttpClient,System.Net.Http~2~0~SendAsync [System.Net.Http]System.Net.Http.HttpClient.SendAsync(HttpRequestMessage,HttpCompletionOption,CancellationToken)~System.Net.Http.HttpClient,System.Net.Http~3~0~SendAsync [System.Net.Http]System.Net.Http.HttpClient.ShouldBufferResponse(HttpCompletionOption,HttpRequestMessage)~System.Net.Http.HttpClient,System.Net.Http~2~0~ShouldBufferResponse @@ -3720,10 +4843,13 @@ [System.Net.Http]System.Net.Http.HttpClientHandler.SendAsync(HttpRequestMessage,CancellationToken)~System.Net.Http.HttpClientHandler,System.Net.Http~2~0~SendAsync [System.Net.Http]System.Net.Http.HttpConnection..cctor()~System.Net.Http.HttpConnection,System.Net.Http~0~0~.cctor [System.Net.Http]System.Net.Http.HttpConnection..ctor(HttpConnectionPool,Stream,TransportContext,IPEndPoint)~System.Net.Http.HttpConnection,System.Net.Http~4~0~.ctor +[System.Net.Http]System.Net.Http.HttpConnection.g__ReadAheadWithZeroByteReadAsync|40_0()~System.Net.Http.HttpConnection,System.Net.Http~0~0~g__ReadAheadWithZeroByteReadAsync|40_0 [System.Net.Http]System.Net.Http.HttpConnection.AddResponseHeader(ReadOnlySpan`1,ReadOnlySpan`1,HttpResponseMessage,bool)~System.Net.Http.HttpConnection,System.Net.Http~4~0~AddResponseHeader [System.Net.Http]System.Net.Http.HttpConnection.CheckKeepAliveTimeoutExceeded()~System.Net.Http.HttpConnection,System.Net.Http~0~0~CheckKeepAliveTimeoutExceeded +[System.Net.Http]System.Net.Http.HttpConnection.CheckUsabilityOnScavenge()~System.Net.Http.HttpConnection,System.Net.Http~0~0~CheckUsabilityOnScavenge [System.Net.Http]System.Net.Http.HttpConnection.CompleteResponse()~System.Net.Http.HttpConnection,System.Net.Http~0~0~CompleteResponse [System.Net.Http]System.Net.Http.HttpConnection.CreateRequestContentStream(HttpRequestMessage)~System.Net.Http.HttpConnection,System.Net.Http~1~0~CreateRequestContentStream +[System.Net.Http]System.Net.Http.HttpConnection.FillAsync(bool)~System.Net.Http.HttpConnection,System.Net.Http~1~0~FillAsync [System.Net.Http]System.Net.Http.HttpConnection.FlushAsync(bool)~System.Net.Http.HttpConnection,System.Net.Http~1~0~FlushAsync [System.Net.Http]System.Net.Http.HttpConnection.InitialFillAsync(bool)~System.Net.Http.HttpConnection,System.Net.Http~1~0~InitialFillAsync [System.Net.Http]System.Net.Http.HttpConnection.ParseHeaders(HttpResponseMessage,bool)~System.Net.Http.HttpConnection,System.Net.Http~2~0~ParseHeaders @@ -3731,10 +4857,14 @@ [System.Net.Http]System.Net.Http.HttpConnection.ParseStatusLine(HttpResponseMessage)~System.Net.Http.HttpConnection,System.Net.Http~1~0~ParseStatusLine [System.Net.Http]System.Net.Http.HttpConnection.ParseStatusLineCore(Span`1,HttpResponseMessage)~System.Net.Http.HttpConnection,System.Net.Http~2~0~ParseStatusLineCore [System.Net.Http]System.Net.Http.HttpConnection.PrepareForReuse(bool)~System.Net.Http.HttpConnection,System.Net.Http~1~0~PrepareForReuse +[System.Net.Http]System.Net.Http.HttpConnection.Read(Span`1)~System.Net.Http.HttpConnection,System.Net.Http~1~0~Read +[System.Net.Http]System.Net.Http.HttpConnection.ReadFromBuffer(Span`1)~System.Net.Http.HttpConnection,System.Net.Http~1~0~ReadFromBuffer [System.Net.Http]System.Net.Http.HttpConnection.RegisterCancellation(CancellationToken)~System.Net.Http.HttpConnection,System.Net.Http~1~0~RegisterCancellation [System.Net.Http]System.Net.Http.HttpConnection.ReturnConnectionToPool()~System.Net.Http.HttpConnection,System.Net.Http~0~0~ReturnConnectionToPool [System.Net.Http]System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage,bool,CancellationToken)~System.Net.Http.HttpConnection,System.Net.Http~3~0~SendAsync [System.Net.Http]System.Net.Http.HttpConnection.SendRequestContentAsync(HttpRequestMessage,HttpContentWriteStream,bool,CancellationToken)~System.Net.Http.HttpConnection,System.Net.Http~4~0~SendRequestContentAsync +[System.Net.Http]System.Net.Http.HttpConnection.TryOwnReadAheadTaskCompletion()~System.Net.Http.HttpConnection,System.Net.Http~0~0~TryOwnReadAheadTaskCompletion +[System.Net.Http]System.Net.Http.HttpConnection.TryReadNextChunkedLine(ReadOnlySpan`1&)~System.Net.Http.HttpConnection,System.Net.Http~1~0~TryReadNextChunkedLine [System.Net.Http]System.Net.Http.HttpConnection.WriteAsciiString(string)~System.Net.Http.HttpConnection,System.Net.Http~1~0~WriteAsciiString [System.Net.Http]System.Net.Http.HttpConnection.WriteAsync(ReadOnlyMemory`1)~System.Net.Http.HttpConnection,System.Net.Http~1~0~WriteAsync [System.Net.Http]System.Net.Http.HttpConnection.WriteBytes(ReadOnlySpan`1)~System.Net.Http.HttpConnection,System.Net.Http~1~0~WriteBytes @@ -3744,19 +4874,34 @@ [System.Net.Http]System.Net.Http.HttpConnection.WriteString(string,Encoding)~System.Net.Http.HttpConnection,System.Net.Http~2~0~WriteString [System.Net.Http]System.Net.Http.HttpConnection.WriteToBuffer(ReadOnlySpan`1)~System.Net.Http.HttpConnection,System.Net.Http~1~0~WriteToBuffer [System.Net.Http]System.Net.Http.HttpConnection.WriteToStreamAsync(ReadOnlyMemory`1,bool)~System.Net.Http.HttpConnection,System.Net.Http~2~0~WriteToStreamAsync +[System.Net.Http]System.Net.Http.HttpConnection+<g__ReadAheadWithZeroByteReadAsync|40_0>d.MoveNext()~System.Net.Http.HttpConnection+<g__ReadAheadWithZeroByteReadAsync|40_0>d,System.Net.Http~0~0~MoveNext [System.Net.Http]System.Net.Http.HttpConnection+<>c..cctor()~System.Net.Http.HttpConnection+<>c,System.Net.Http~0~0~.cctor +[System.Net.Http]System.Net.Http.HttpConnection+d__83.MoveNext()~System.Net.Http.HttpConnection+d__83,System.Net.Http~0~0~MoveNext [System.Net.Http]System.Net.Http.HttpConnection+d__82.MoveNext()~System.Net.Http.HttpConnection+d__82,System.Net.Http~0~0~MoveNext [System.Net.Http]System.Net.Http.HttpConnection+d__57.MoveNext()~System.Net.Http.HttpConnection+d__57,System.Net.Http~0~0~MoveNext [System.Net.Http]System.Net.Http.HttpConnection+d__61.MoveNext()~System.Net.Http.HttpConnection+d__61,System.Net.Http~0~0~MoveNext +[System.Net.Http]System.Net.Http.HttpConnection+ChunkedEncodingReadStream.CopyToAsync(Stream,int32,CancellationToken)~System.Net.Http.HttpConnection+ChunkedEncodingReadStream,System.Net.Http~3~0~CopyToAsync +[System.Net.Http]System.Net.Http.HttpConnection+ChunkedEncodingReadStream.CopyToAsyncCore(Stream,CancellationToken)~System.Net.Http.HttpConnection+ChunkedEncodingReadStream,System.Net.Http~2~0~CopyToAsyncCore +[System.Net.Http]System.Net.Http.HttpConnection+ChunkedEncodingReadStream.get_NeedsDrain()~System.Net.Http.HttpConnection+ChunkedEncodingReadStream,System.Net.Http~0~0~get_NeedsDrain +[System.Net.Http]System.Net.Http.HttpConnection+ChunkedEncodingReadStream.ReadChunkFromConnectionBuffer(int32,CancellationTokenRegistration)~System.Net.Http.HttpConnection+ChunkedEncodingReadStream,System.Net.Http~2~0~ReadChunkFromConnectionBuffer +[System.Net.Http]System.Net.Http.HttpConnection+ChunkedEncodingReadStream+d__8.MoveNext()~System.Net.Http.HttpConnection+ChunkedEncodingReadStream+d__8,System.Net.Http~0~0~MoveNext +[System.Net.Http]System.Net.Http.HttpConnection+ContentLengthReadStream.Read(Span`1)~System.Net.Http.HttpConnection+ContentLengthReadStream,System.Net.Http~1~0~Read [System.Net.Http]System.Net.Http.HttpConnection+ContentLengthWriteStream.FinishAsync(bool)~System.Net.Http.HttpConnection+ContentLengthWriteStream,System.Net.Http~1~0~FinishAsync [System.Net.Http]System.Net.Http.HttpConnection+ContentLengthWriteStream.WriteAsync(ReadOnlyMemory`1,CancellationToken)~System.Net.Http.HttpConnection+ContentLengthWriteStream,System.Net.Http~2~0~WriteAsync +[System.Net.Http]System.Net.Http.HttpConnection+HttpContentReadStream.Dispose(bool)~System.Net.Http.HttpConnection+HttpContentReadStream,System.Net.Http~1~0~Dispose +[System.Net.Http]System.Net.Http.HttpConnection+HttpContentReadStream.get_CanRead()~System.Net.Http.HttpConnection+HttpContentReadStream,System.Net.Http~0~0~get_CanRead +[System.Net.Http]System.Net.Http.HttpConnection+HttpContentReadStream.get_CanReadFromConnection()~System.Net.Http.HttpConnection+HttpContentReadStream,System.Net.Http~0~0~get_CanReadFromConnection +[System.Net.Http]System.Net.Http.HttpConnection+HttpContentWriteStream.get_CanWrite()~System.Net.Http.HttpConnection+HttpContentWriteStream,System.Net.Http~0~0~get_CanWrite [System.Net.Http]System.Net.Http.HttpConnectionBase..cctor()~System.Net.Http.HttpConnectionBase,System.Net.Http~0~0~.cctor [System.Net.Http]System.Net.Http.HttpConnectionBase..ctor(HttpConnectionPool,IPEndPoint)~System.Net.Http.HttpConnectionBase,System.Net.Http~2~0~.ctor [System.Net.Http]System.Net.Http.HttpConnectionBase.g__GetOrAddCachedValue|14_0(string&,HeaderDescriptor,ReadOnlySpan`1,Encoding)~System.Net.Http.HttpConnectionBase,System.Net.Http~4~0~g__GetOrAddCachedValue|14_0 +[System.Net.Http]System.Net.Http.HttpConnectionBase.GetIdleTicks(int64)~System.Net.Http.HttpConnectionBase,System.Net.Http~1~0~GetIdleTicks [System.Net.Http]System.Net.Http.HttpConnectionBase.GetResponseHeaderValueWithCaching(HeaderDescriptor,ReadOnlySpan`1,Encoding)~System.Net.Http.HttpConnectionBase,System.Net.Http~3~0~GetResponseHeaderValueWithCaching [System.Net.Http]System.Net.Http.HttpConnectionHandler.SendAsync(HttpRequestMessage,bool,CancellationToken)~System.Net.Http.HttpConnectionHandler,System.Net.Http~3~0~SendAsync [System.Net.Http]System.Net.Http.HttpConnectionPool..cctor()~System.Net.Http.HttpConnectionPool,System.Net.Http~0~0~.cctor [System.Net.Http]System.Net.Http.HttpConnectionPool..ctor(HttpConnectionPoolManager,HttpConnectionKind,string,int32,string,Uri)~System.Net.Http.HttpConnectionPool,System.Net.Http~6~0~.ctor +[System.Net.Http]System.Net.Http.HttpConnectionPool.g__IsUsableConnection|123_2(HttpConnectionBase,int64,TimeSpan,TimeSpan)~System.Net.Http.HttpConnectionPool,System.Net.Http~4~0~g__IsUsableConnection|123_2 +[System.Net.Http]System.Net.Http.HttpConnectionPool.g__ScavengeConnectionList|123_1<__Canon>(List`1<__Canon>,List`1&,int64,TimeSpan,TimeSpan)~System.Net.Http.HttpConnectionPool,System.Net.Http~5~1:System.__Canon,System.Private.CoreLib~g__ScavengeConnectionList|123_1 [System.Net.Http]System.Net.Http.HttpConnectionPool.g__GetRemoteEndPoint|103_0(Stream)~System.Net.Http.HttpConnectionPool,System.Net.Http~1~0~g__GetRemoteEndPoint|103_0 [System.Net.Http]System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem)~System.Net.Http.HttpConnectionPool,System.Net.Http~1~0~AddHttp11ConnectionAsync [System.Net.Http]System.Net.Http.HttpConnectionPool.ApplyPlaintextFilterAsync(bool,Stream,Version,HttpRequestMessage,CancellationToken)~System.Net.Http.HttpConnectionPool,System.Net.Http~5~0~ApplyPlaintextFilterAsync @@ -3764,6 +4909,7 @@ [System.Net.Http]System.Net.Http.HttpConnectionPool.CheckExpirationOnGet(HttpConnectionBase)~System.Net.Http.HttpConnectionPool,System.Net.Http~1~0~CheckExpirationOnGet [System.Net.Http]System.Net.Http.HttpConnectionPool.CheckExpirationOnReturn(HttpConnectionBase)~System.Net.Http.HttpConnectionPool,System.Net.Http~1~0~CheckExpirationOnReturn [System.Net.Http]System.Net.Http.HttpConnectionPool.CheckForHttp11ConnectionInjection()~System.Net.Http.HttpConnectionPool,System.Net.Http~0~0~CheckForHttp11ConnectionInjection +[System.Net.Http]System.Net.Http.HttpConnectionPool.CleanCacheAndDisposeIfUnused()~System.Net.Http.HttpConnectionPool,System.Net.Http~0~0~CleanCacheAndDisposeIfUnused [System.Net.Http]System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage,bool,CancellationToken)~System.Net.Http.HttpConnectionPool,System.Net.Http~3~0~ConnectAsync [System.Net.Http]System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(string,int32,HttpRequestMessage,bool,CancellationToken)~System.Net.Http.HttpConnectionPool,System.Net.Http~5~0~ConnectToTcpHostAsync [System.Net.Http]System.Net.Http.HttpConnectionPool.ConstructHttp11ConnectionAsync(bool,Stream,TransportContext,HttpRequestMessage,IPEndPoint,CancellationToken)~System.Net.Http.HttpConnectionPool,System.Net.Http~6~0~ConstructHttp11ConnectionAsync @@ -3796,13 +4942,18 @@ [System.Net.Http]System.Net.Http.HttpConnectionPool+RequestQueue`1.TryDequeueWaiter(HttpConnectionPool,HttpConnectionWaiter`1<__Canon>&)~System.Net.Http.HttpConnectionPool+RequestQueue`1[[System.__Canon,System.Private.CoreLib]],System.Net.Http~2~0~TryDequeueWaiter [System.Net.Http]System.Net.Http.HttpConnectionPoolManager..ctor(HttpConnectionSettings)~System.Net.Http.HttpConnectionPoolManager,System.Net.Http~1~0~.ctor [System.Net.Http]System.Net.Http.HttpConnectionPoolManager.GetConnectionKey(HttpRequestMessage,Uri,bool)~System.Net.Http.HttpConnectionPoolManager,System.Net.Http~3~0~GetConnectionKey +[System.Net.Http]System.Net.Http.HttpConnectionPoolManager.RemoveStalePools()~System.Net.Http.HttpConnectionPoolManager,System.Net.Http~0~0~RemoveStalePools [System.Net.Http]System.Net.Http.HttpConnectionPoolManager.SendAsync(HttpRequestMessage,bool,bool,CancellationToken)~System.Net.Http.HttpConnectionPoolManager,System.Net.Http~4~0~SendAsync [System.Net.Http]System.Net.Http.HttpConnectionPoolManager.SendAsyncCore(HttpRequestMessage,Uri,bool,bool,bool,CancellationToken)~System.Net.Http.HttpConnectionPoolManager,System.Net.Http~6~0~SendAsyncCore [System.Net.Http]System.Net.Http.HttpConnectionPoolManager.SetCleaningTimer(TimeSpan)~System.Net.Http.HttpConnectionPoolManager,System.Net.Http~1~0~SetCleaningTimer [System.Net.Http]System.Net.Http.HttpConnectionPoolManager+<>c..cctor()~System.Net.Http.HttpConnectionPoolManager+<>c,System.Net.Http~0~0~.cctor +[System.Net.Http]System.Net.Http.HttpConnectionPoolManager+<>c.<.ctor>b__11_0(object)~System.Net.Http.HttpConnectionPoolManager+<>c,System.Net.Http~1~0~<.ctor>b__11_0 [System.Net.Http]System.Net.Http.HttpConnectionResponseContent.g__Impl|6_0(Stream,CancellationToken)~System.Net.Http.HttpConnectionResponseContent,System.Net.Http~2~0~g__Impl|6_0 [System.Net.Http]System.Net.Http.HttpConnectionResponseContent.ConsumeStream()~System.Net.Http.HttpConnectionResponseContent,System.Net.Http~0~0~ConsumeStream +[System.Net.Http]System.Net.Http.HttpConnectionResponseContent.CreateContentReadStream(CancellationToken)~System.Net.Http.HttpConnectionResponseContent,System.Net.Http~1~0~CreateContentReadStream +[System.Net.Http]System.Net.Http.HttpConnectionResponseContent.Dispose(bool)~System.Net.Http.HttpConnectionResponseContent,System.Net.Http~1~0~Dispose [System.Net.Http]System.Net.Http.HttpConnectionResponseContent.SerializeToStreamAsync(Stream,TransportContext,CancellationToken)~System.Net.Http.HttpConnectionResponseContent,System.Net.Http~3~0~SerializeToStreamAsync +[System.Net.Http]System.Net.Http.HttpConnectionResponseContent.TryComputeLength(int64&)~System.Net.Http.HttpConnectionResponseContent,System.Net.Http~1~0~TryComputeLength [System.Net.Http]System.Net.Http.HttpConnectionResponseContent+<g__Impl|6_0>d.MoveNext()~System.Net.Http.HttpConnectionResponseContent+<g__Impl|6_0>d,System.Net.Http~0~0~MoveNext [System.Net.Http]System.Net.Http.HttpConnectionSettings.CloneAndNormalize()~System.Net.Http.HttpConnectionSettings,System.Net.Http~0~0~CloneAndNormalize [System.Net.Http]System.Net.Http.HttpConnectionSettings.get_MaxResponseHeadersByteLength()~System.Net.Http.HttpConnectionSettings,System.Net.Http~0~0~get_MaxResponseHeadersByteLength @@ -3819,16 +4970,23 @@ [System.Net.Http]System.Net.Http.HttpContent.InternalCopyToAsync(Stream,TransportContext,CancellationToken)~System.Net.Http.HttpContent,System.Net.Http~3~0~InternalCopyToAsync [System.Net.Http]System.Net.Http.HttpContent.LoadIntoBufferAsync(int64,CancellationToken)~System.Net.Http.HttpContent,System.Net.Http~2~0~LoadIntoBufferAsync [System.Net.Http]System.Net.Http.HttpContent.LoadIntoBufferAsyncCore(Task,MemoryStream)~System.Net.Http.HttpContent,System.Net.Http~2~0~LoadIntoBufferAsyncCore +[System.Net.Http]System.Net.Http.HttpContent.ReadAsStream(CancellationToken)~System.Net.Http.HttpContent,System.Net.Http~1~0~ReadAsStream [System.Net.Http]System.Net.Http.HttpContent.ReadAsStreamAsync()~System.Net.Http.HttpContent,System.Net.Http~0~0~ReadAsStreamAsync [System.Net.Http]System.Net.Http.HttpContent.ReadAsStreamAsync(CancellationToken)~System.Net.Http.HttpContent,System.Net.Http~1~0~ReadAsStreamAsync [System.Net.Http]System.Net.Http.HttpContent+<g__WaitAsync|56_0>d.MoveNext()~System.Net.Http.HttpContent+<g__WaitAsync|56_0>d,System.Net.Http~0~0~MoveNext [System.Net.Http]System.Net.Http.HttpContent+d__63.MoveNext()~System.Net.Http.HttpContent+d__63,System.Net.Http~0~0~MoveNext +[System.Net.Http]System.Net.Http.HttpContent+LimitMemoryStream.CheckSize(int32)~System.Net.Http.HttpContent+LimitMemoryStream,System.Net.Http~1~0~CheckSize +[System.Net.Http]System.Net.Http.HttpContent+LimitMemoryStream.Write(uint8[],int32,int32)~System.Net.Http.HttpContent+LimitMemoryStream,System.Net.Http~3~0~Write +[System.Net.Http]System.Net.Http.HttpContent+LimitMemoryStream.WriteAsync(ReadOnlyMemory`1,CancellationToken)~System.Net.Http.HttpContent+LimitMemoryStream,System.Net.Http~2~0~WriteAsync [System.Net.Http]System.Net.Http.HttpEnvironmentProxy.GetUriFromString(string)~System.Net.Http.HttpEnvironmentProxy,System.Net.Http~1~0~GetUriFromString [System.Net.Http]System.Net.Http.HttpEnvironmentProxy.TryCreate(IWebProxy&)~System.Net.Http.HttpEnvironmentProxy,System.Net.Http~1~0~TryCreate +[System.Net.Http]System.Net.Http.HttpMessageHandlerStage.Send(HttpRequestMessage,CancellationToken)~System.Net.Http.HttpMessageHandlerStage,System.Net.Http~2~0~Send [System.Net.Http]System.Net.Http.HttpMessageHandlerStage.SendAsync(HttpRequestMessage,CancellationToken)~System.Net.Http.HttpMessageHandlerStage,System.Net.Http~2~0~SendAsync +[System.Net.Http]System.Net.Http.HttpMessageInvoker.Send(HttpRequestMessage,CancellationToken)~System.Net.Http.HttpMessageInvoker,System.Net.Http~2~0~Send [System.Net.Http]System.Net.Http.HttpMessageInvoker.SendAsync(HttpRequestMessage,CancellationToken)~System.Net.Http.HttpMessageInvoker,System.Net.Http~2~0~SendAsync [System.Net.Http]System.Net.Http.HttpMessageInvoker.ShouldSendWithTelemetry(HttpRequestMessage)~System.Net.Http.HttpMessageInvoker,System.Net.Http~1~0~ShouldSendWithTelemetry [System.Net.Http]System.Net.Http.HttpMethod..cctor()~System.Net.Http.HttpMethod,System.Net.Http~0~0~.cctor +[System.Net.Http]System.Net.Http.HttpMethod.get_Get()~System.Net.Http.HttpMethod,System.Net.Http~0~0~get_Get [System.Net.Http]System.Net.Http.HttpMethod.get_Head()~System.Net.Http.HttpMethod,System.Net.Http~0~0~get_Head [System.Net.Http]System.Net.Http.HttpMethod.get_Method()~System.Net.Http.HttpMethod,System.Net.Http~0~0~get_Method [System.Net.Http]System.Net.Http.HttpMethod.get_MustHaveRequestBody()~System.Net.Http.HttpMethod,System.Net.Http~0~0~get_MustHaveRequestBody @@ -3840,6 +4998,7 @@ [System.Net.Http]System.Net.Http.HttpRequestMessage..ctor(HttpMethod,Uri)~System.Net.Http.HttpRequestMessage,System.Net.Http~2~0~.ctor [System.Net.Http]System.Net.Http.HttpRequestMessage.Dispose()~System.Net.Http.HttpRequestMessage,System.Net.Http~0~0~Dispose [System.Net.Http]System.Net.Http.HttpRequestMessage.Dispose(bool)~System.Net.Http.HttpRequestMessage,System.Net.Http~1~0~Dispose +[System.Net.Http]System.Net.Http.HttpRequestMessage.get_Content()~System.Net.Http.HttpRequestMessage,System.Net.Http~0~0~get_Content [System.Net.Http]System.Net.Http.HttpRequestMessage.get_Headers()~System.Net.Http.HttpRequestMessage,System.Net.Http~0~0~get_Headers [System.Net.Http]System.Net.Http.HttpRequestMessage.get_Method()~System.Net.Http.HttpRequestMessage,System.Net.Http~0~0~get_Method [System.Net.Http]System.Net.Http.HttpRequestMessage.get_RequestUri()~System.Net.Http.HttpRequestMessage,System.Net.Http~0~0~get_RequestUri @@ -3888,10 +5047,17 @@ [System.Net.Http]System.Net.Http.RedirectHandler+d__4.MoveNext()~System.Net.Http.RedirectHandler+d__4,System.Net.Http~0~0~MoveNext [System.Net.Http]System.Net.Http.SocketsHttpHandler.get_MaxConnectionsPerServer()~System.Net.Http.SocketsHttpHandler,System.Net.Http~0~0~get_MaxConnectionsPerServer [System.Net.Http]System.Net.Http.SocketsHttpHandler.get_PooledConnectionLifetime()~System.Net.Http.SocketsHttpHandler,System.Net.Http~0~0~get_PooledConnectionLifetime +[System.Net.Http]System.Net.Http.SocketsHttpHandler.Send(HttpRequestMessage,CancellationToken)~System.Net.Http.SocketsHttpHandler,System.Net.Http~2~0~Send [System.Net.Http]System.Net.Http.SocketsHttpHandler.SendAsync(HttpRequestMessage,CancellationToken)~System.Net.Http.SocketsHttpHandler,System.Net.Http~2~0~SendAsync [System.Net.Http]System.Net.Http.SocketsHttpHandler.set_PooledConnectionLifetime(TimeSpan)~System.Net.Http.SocketsHttpHandler,System.Net.Http~1~0~set_PooledConnectionLifetime [System.Net.Http]System.Net.Http.SocketsHttpHandler.SetupHandlerChain()~System.Net.Http.SocketsHttpHandler,System.Net.Http~0~0~SetupHandlerChain [System.Net.Http]System.Net.Http.SocketsHttpHandler.ValidateAndNormalizeRequest(HttpRequestMessage)~System.Net.Http.SocketsHttpHandler,System.Net.Http~1~0~ValidateAndNormalizeRequest +[System.Net.Http]System.Net.Http.StreamContent..ctor(Stream)~System.Net.Http.StreamContent,System.Net.Http~1~0~.ctor +[System.Net.Http]System.Net.Http.StreamContent.InitializeContent(Stream,int32)~System.Net.Http.StreamContent,System.Net.Http~2~0~InitializeContent +[System.Net.Http]System.Net.Http.StreamContent.PrepareContent()~System.Net.Http.StreamContent,System.Net.Http~0~0~PrepareContent +[System.Net.Http]System.Net.Http.StreamContent.SerializeToStreamAsync(Stream,TransportContext,CancellationToken)~System.Net.Http.StreamContent,System.Net.Http~3~0~SerializeToStreamAsync +[System.Net.Http]System.Net.Http.StreamContent.TryComputeLength(int64&)~System.Net.Http.StreamContent,System.Net.Http~1~0~TryComputeLength +[System.Net.Http]System.Net.Http.StreamToStreamCopy.CopyAsync(Stream,Stream,int32,bool,CancellationToken)~System.Net.Http.StreamToStreamCopy,System.Net.Http~5~0~CopyAsync [System.Net.Http]System.Net.Http.SystemProxyInfo..cctor()~System.Net.Http.SystemProxyInfo,System.Net.Http~0~0~.cctor [System.Net.Http]System.Net.Http.SystemProxyInfo.ConstructSystemProxy()~System.Net.Http.SystemProxyInfo,System.Net.Http~0~0~ConstructSystemProxy [System.Net.Http]System.Net.Http.WinInetProxyHelper..ctor()~System.Net.Http.WinInetProxyHelper,System.Net.Http~0~0~.ctor @@ -4043,15 +5209,19 @@ [System.Net.Security]System.Net.Security.SslStream.ReplyOnReAuthenticationAsync(uint8[],CancellationToken)~System.Net.Security.SslStream,System.Net.Security~2~1:System.Net.Security.AsyncReadWriteAdapter,System.Net.Security~ReplyOnReAuthenticationAsync [System.Net.Security]System.Net.Security.SslStream.SelectClientCertificate()~System.Net.Security.SslStream,System.Net.Security~0~0~SelectClientCertificate [System.Net.Security]System.Net.Security.SslStream.VerifyRemoteCertificate(RemoteCertificateValidationCallback,SslCertificateTrust,ProtocolToken&,SslPolicyErrors&,X509ChainStatusFlags&)~System.Net.Security.SslStream,System.Net.Security~5~0~VerifyRemoteCertificate +[System.Net.Security]System.Net.Security.SslStream.Write(uint8[],int32,int32)~System.Net.Security.SslStream,System.Net.Security~3~0~Write [System.Net.Security]System.Net.Security.SslStream.WriteAsync(ReadOnlyMemory`1,CancellationToken)~System.Net.Security.SslStream,System.Net.Security~2~0~WriteAsync [System.Net.Security]System.Net.Security.SslStream.WriteAsyncInternal(ReadOnlyMemory`1,CancellationToken)~System.Net.Security.SslStream,System.Net.Security~2~1:System.Net.Security.AsyncReadWriteAdapter,System.Net.Security~WriteAsyncInternal +[System.Net.Security]System.Net.Security.SslStream.WriteAsyncInternal(ReadOnlyMemory`1,CancellationToken)~System.Net.Security.SslStream,System.Net.Security~2~1:System.Net.Security.SyncReadWriteAdapter,System.Net.Security~WriteAsyncInternal [System.Net.Security]System.Net.Security.SslStream.WriteSingleChunk(ReadOnlyMemory`1,CancellationToken)~System.Net.Security.SslStream,System.Net.Security~2~1:System.Net.Security.AsyncReadWriteAdapter,System.Net.Security~WriteSingleChunk +[System.Net.Security]System.Net.Security.SslStream.WriteSingleChunk(ReadOnlyMemory`1,CancellationToken)~System.Net.Security.SslStream,System.Net.Security~2~1:System.Net.Security.SyncReadWriteAdapter,System.Net.Security~WriteSingleChunk [System.Net.Security]System.Net.Security.SslStream+d__161`1.MoveNext()~System.Net.Security.SslStream+d__161`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~0~0~MoveNext [System.Net.Security]System.Net.Security.SslStream+d__150`1.MoveNext()~System.Net.Security.SslStream+d__150`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~0~0~MoveNext [System.Net.Security]System.Net.Security.SslStream+d__163`1.MoveNext()~System.Net.Security.SslStream+d__163`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~0~0~MoveNext [System.Net.Security]System.Net.Security.SslStream+d__151`1.MoveNext()~System.Net.Security.SslStream+d__151`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~0~0~MoveNext [System.Net.Security]System.Net.Security.SslStream+d__148`1.MoveNext()~System.Net.Security.SslStream+d__148`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~0~0~MoveNext [System.Net.Security]System.Net.Security.SslStream+d__164`1.MoveNext()~System.Net.Security.SslStream+d__164`1[[System.Net.Security.AsyncReadWriteAdapter,System.Net.Security]],System.Net.Security~0~0~MoveNext +[System.Net.Security]System.Net.Security.SslStream+d__164`1.MoveNext()~System.Net.Security.SslStream+d__164`1[[System.Net.Security.SyncReadWriteAdapter,System.Net.Security]],System.Net.Security~0~0~MoveNext [System.Net.Security]System.Net.Security.SslStream+SslBuffer.DecryptedReadOnlySpanSliced(int32)~System.Net.Security.SslStream+SslBuffer,System.Net.Security~1~0~DecryptedReadOnlySpanSliced [System.Net.Security]System.Net.Security.SslStream+SslBuffer.Discard(int32)~System.Net.Security.SslStream+SslBuffer,System.Net.Security~1~0~Discard [System.Net.Security]System.Net.Security.SslStream+SslBuffer.get_EncryptedLength()~System.Net.Security.SslStream+SslBuffer,System.Net.Security~0~0~get_EncryptedLength @@ -4066,6 +5236,7 @@ [System.Net.Security]System.Net.Security.SslStreamPal.InitSessionTokenBuffer()~System.Net.Security.SslStreamPal,System.Net.Security~0~0~InitSessionTokenBuffer [System.Net.Security]System.Net.Security.SslStreamPal.QueryContextStreamSizes(SafeDeleteContext,StreamSizes&)~System.Net.Security.SslStreamPal,System.Net.Security~2~0~QueryContextStreamSizes [System.Net.Security]System.Net.Security.SslStreamPal+<>c__DisplayClass35_0.b__0()~System.Net.Security.SslStreamPal+<>c__DisplayClass35_0,System.Net.Security~0~0~b__0 +[System.Net.Security]System.Net.Security.SyncReadWriteAdapter.WriteAsync(Stream,ReadOnlyMemory`1,CancellationToken)~System.Net.Security.SyncReadWriteAdapter,System.Net.Security~3~0~WriteAsync [System.Net.Security]System.Net.Security.TargetHostNameHelper..cctor()~System.Net.Security.TargetHostNameHelper,System.Net.Security~0~0~.cctor [System.Net.Security]System.Net.Security.TargetHostNameHelper.NormalizeHostName(string)~System.Net.Security.TargetHostNameHelper,System.Net.Security~1~0~NormalizeHostName [System.Net.Security]System.Net.Security.TlsFrameHelper.TlsMinorVersionToProtocol(uint8)~System.Net.Security.TlsFrameHelper,System.Net.Security~1~0~TlsMinorVersionToProtocol @@ -4085,6 +5256,7 @@ [System.Net.Security]System.Net.UnmanagedCertificateContext.GetRemoteCertificatesFromStoreContext(native int,X509Certificate2Collection)~System.Net.UnmanagedCertificateContext,System.Net.Security~2~0~GetRemoteCertificatesFromStoreContext [System.Net.Sockets]Interop+Winsock.getpeername(SafeSocketHandle,uint8*,int32&)~Interop+Winsock,System.Net.Sockets~3~0~getpeername [System.Net.Sockets]Interop+Winsock.getsockopt(SafeSocketHandle,SocketOptionLevel,SocketOptionName,uint8*,int32&)~Interop+Winsock,System.Net.Sockets~5~0~getsockopt +[System.Net.Sockets]Interop+Winsock.send(SafeSocketHandle,uint8*,int32,SocketFlags)~Interop+Winsock,System.Net.Sockets~4~0~send [System.Net.Sockets]Interop+Winsock.setsockopt(SafeSocketHandle,SocketOptionLevel,SocketOptionName,uint8*,int32)~Interop+Winsock,System.Net.Sockets~5~0~setsockopt [System.Net.Sockets]System.Net.RangeValidationHelpers.ValidateSegment(ArraySegment`1)~System.Net.RangeValidationHelpers,System.Net.Sockets~1~0~ValidateSegment [System.Net.Sockets]System.Net.SocketAddressPal.GetIPv6Address(ReadOnlySpan`1,Span`1,uint32&)~System.Net.SocketAddressPal,System.Net.Sockets~3~0~GetIPv6Address @@ -4098,6 +5270,7 @@ [System.Net.Sockets]System.Net.Sockets.NetworkStream.get_CanWrite()~System.Net.Sockets.NetworkStream,System.Net.Sockets~0~0~get_CanWrite [System.Net.Sockets]System.Net.Sockets.NetworkStream.get_Socket()~System.Net.Sockets.NetworkStream,System.Net.Sockets~0~0~get_Socket [System.Net.Sockets]System.Net.Sockets.NetworkStream.ReadAsync(Memory`1,CancellationToken)~System.Net.Sockets.NetworkStream,System.Net.Sockets~2~0~ReadAsync +[System.Net.Sockets]System.Net.Sockets.NetworkStream.Write(ReadOnlySpan`1)~System.Net.Sockets.NetworkStream,System.Net.Sockets~1~0~Write [System.Net.Sockets]System.Net.Sockets.NetworkStream.WriteAsync(ReadOnlyMemory`1,CancellationToken)~System.Net.Sockets.NetworkStream,System.Net.Sockets~2~0~WriteAsync [System.Net.Sockets]System.Net.Sockets.Socket..ctor(SocketType,ProtocolType)~System.Net.Sockets.Socket,System.Net.Sockets~2~0~.ctor [System.Net.Sockets]System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs,ValueTask,CancellationToken)~System.Net.Sockets.Socket,System.Net.Sockets~3~0~g__WaitForConnectWithCancellation|285_0 @@ -4108,9 +5281,11 @@ [System.Net.Sockets]System.Net.Sockets.Socket.get_DualMode()~System.Net.Sockets.Socket,System.Net.Sockets~0~0~get_DualMode [System.Net.Sockets]System.Net.Sockets.Socket.GetSocketOption(SocketOptionLevel,SocketOptionName)~System.Net.Sockets.Socket,System.Net.Sockets~2~0~GetSocketOption [System.Net.Sockets]System.Net.Sockets.Socket.ReceiveAsync(Memory`1,SocketFlags,bool,CancellationToken)~System.Net.Sockets.Socket,System.Net.Sockets~4~0~ReceiveAsync +[System.Net.Sockets]System.Net.Sockets.Socket.Send(ReadOnlySpan`1,SocketFlags,SocketError&)~System.Net.Sockets.Socket,System.Net.Sockets~3~0~Send [System.Net.Sockets]System.Net.Sockets.Socket.SendAsyncForNetworkStream(ReadOnlyMemory`1,SocketFlags,CancellationToken)~System.Net.Sockets.Socket,System.Net.Sockets~3~0~SendAsyncForNetworkStream [System.Net.Sockets]System.Net.Sockets.Socket.set_DualMode(bool)~System.Net.Sockets.Socket,System.Net.Sockets~1~0~set_DualMode [System.Net.Sockets]System.Net.Sockets.Socket.ThrowIfConnectedStreamSocket()~System.Net.Sockets.Socket,System.Net.Sockets~0~0~ThrowIfConnectedStreamSocket +[System.Net.Sockets]System.Net.Sockets.Socket.ValidateBlockingMode()~System.Net.Sockets.Socket,System.Net.Sockets~0~0~ValidateBlockingMode [System.Net.Sockets]System.Net.Sockets.Socket.WildcardBindForConnectIfNecessary(AddressFamily)~System.Net.Sockets.Socket,System.Net.Sockets~1~0~WildcardBindForConnectIfNecessary [System.Net.Sockets]System.Net.Sockets.Socket+<g__WaitForConnectWithCancellation|285_0>d.MoveNext()~System.Net.Sockets.Socket+<g__WaitForConnectWithCancellation|285_0>d,System.Net.Sockets~0~0~MoveNext [System.Net.Sockets]System.Net.Sockets.Socket+<>c..cctor()~System.Net.Sockets.Socket+<>c,System.Net.Sockets~0~0~.cctor @@ -4140,6 +5315,7 @@ [System.Net.Sockets]System.Net.Sockets.SocketAsyncEventArgs+MultiConnectSocketAsyncEventArgs.OnCompleted(Action`1,object,int16,ValueTaskSourceOnCompletedFlags)~System.Net.Sockets.SocketAsyncEventArgs+MultiConnectSocketAsyncEventArgs,System.Net.Sockets~4~0~OnCompleted [System.Net.Sockets]System.Net.Sockets.SocketAsyncEventArgs+MultiConnectSocketAsyncEventArgs.OnCompleted(SocketAsyncEventArgs)~System.Net.Sockets.SocketAsyncEventArgs+MultiConnectSocketAsyncEventArgs,System.Net.Sockets~1~0~OnCompleted [System.Net.Sockets]System.Net.Sockets.SocketPal.GetSockOpt(SafeSocketHandle,SocketOptionLevel,SocketOptionName,int32&)~System.Net.Sockets.SocketPal,System.Net.Sockets~4~0~GetSockOpt +[System.Net.Sockets]System.Net.Sockets.SocketPal.Send(SafeSocketHandle,ReadOnlySpan`1,SocketFlags,int32&)~System.Net.Sockets.SocketPal,System.Net.Sockets~4~0~Send [System.Net.Sockets]System.Net.Sockets.SocketsTelemetry.ConnectStart(SocketAddress)~System.Net.Sockets.SocketsTelemetry,System.Net.Sockets~1~0~ConnectStart [System.Net.Sockets]System.Net.Sockets.SocketsTelemetry.ConnectStop()~System.Net.Sockets.SocketsTelemetry,System.Net.Sockets~0~0~ConnectStop [System.Runtime.Serialization.Primitives]System.Runtime.Serialization.DataContractAttribute..ctor()~System.Runtime.Serialization.DataContractAttribute,System.Runtime.Serialization.Primitives~0~0~.ctor @@ -4231,6 +5407,7 @@ [System.Security.Cryptography]System.Security.Cryptography.BasicSymmetricCipherBCrypt.Transform(ReadOnlySpan`1,Span`1)~System.Security.Cryptography.BasicSymmetricCipherBCrypt,System.Security.Cryptography~2~0~Transform [System.Security.Cryptography]System.Security.Cryptography.BasicSymmetricCipherBCrypt.TransformFinal(ReadOnlySpan`1,Span`1)~System.Security.Cryptography.BasicSymmetricCipherBCrypt,System.Security.Cryptography~2~0~TransformFinal [System.Security.Cryptography]System.Security.Cryptography.BasicSymmetricCipherLiteBCrypt.Transform(ReadOnlySpan`1,Span`1)~System.Security.Cryptography.BasicSymmetricCipherLiteBCrypt,System.Security.Cryptography~2~0~Transform +[System.Security.Cryptography]System.Security.Cryptography.CryptographicOperations.FixedTimeEquals(ReadOnlySpan`1,ReadOnlySpan`1)~System.Security.Cryptography.CryptographicOperations,System.Security.Cryptography~2~0~FixedTimeEquals [System.Security.Cryptography]System.Security.Cryptography.CryptoPool.Return(uint8[],int32)~System.Security.Cryptography.CryptoPool,System.Security.Cryptography~2~0~Return [System.Security.Cryptography]System.Security.Cryptography.CryptoStream..ctor(Stream,ICryptoTransform,CryptoStreamMode,bool)~System.Security.Cryptography.CryptoStream,System.Security.Cryptography~4~0~.ctor [System.Security.Cryptography]System.Security.Cryptography.CryptoStream..ctor(Stream,ICryptoTransform,CryptoStreamMode)~System.Security.Cryptography.CryptoStream,System.Security.Cryptography~3~0~.ctor @@ -4319,13 +5496,73 @@ [System.Security.Principal.Windows]System.Security.Principal.WindowsIdentity.RunImpersonated<__Canon>(SafeAccessTokenHandle,Func`1<__Canon>)~System.Security.Principal.WindowsIdentity,System.Security.Principal.Windows~2~1:System.__Canon,System.Private.CoreLib~RunImpersonated [System.Security.Principal.Windows]System.Security.Principal.WindowsIdentity+<>c__DisplayClass68_0`1.b__0()~System.Security.Principal.WindowsIdentity+<>c__DisplayClass68_0`1[[System.__Canon,System.Private.CoreLib]],System.Security.Principal.Windows~0~0~b__0 [System.Text.Json]System.Text.Json.JsonSerializer.DeserializeAsync<__Canon>(Stream,JsonTypeInfo`1<__Canon>,CancellationToken)~System.Text.Json.JsonSerializer,System.Text.Json~3~1:System.__Canon,System.Private.CoreLib~DeserializeAsync +[System.Text.Json]System.Text.Json.JsonSerializer.Serialize<__Canon>(__Canon,JsonTypeInfo`1<__Canon>)~System.Text.Json.JsonSerializer,System.Text.Json~2~1:System.__Canon,System.Private.CoreLib~Serialize +[System.Text.Json]System.Text.Json.JsonSerializer.Serialize>(Utf8JsonWriter,Nullable`1,JsonTypeInfo`1>)~System.Text.Json.JsonSerializer,System.Text.Json~3~1:System.Nullable`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~Serialize +[System.Text.Json]System.Text.Json.JsonSerializer.Serialize>(Utf8JsonWriter,Nullable`1,JsonTypeInfo`1>)~System.Text.Json.JsonSerializer,System.Text.Json~3~1:System.Nullable`1[[System.Int64,System.Private.CoreLib]],System.Private.CoreLib~Serialize [System.Text.Json]System.Text.Json.Serialization.Converters.ICollectionOfTConverter`2+<>c..cctor()~System.Text.Json.Serialization.Converters.ICollectionOfTConverter`2+<>c[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Text.Json~0~0~.cctor [System.Text.Json]System.Text.Json.Serialization.Converters.ICollectionOfTConverter`2.ConfigureJsonTypeInfo(JsonTypeInfo,JsonSerializerOptions)~System.Text.Json.Serialization.Converters.ICollectionOfTConverter`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Text.Json~2~0~ConfigureJsonTypeInfo +[System.Text.Json]System.Text.Json.Serialization.Converters.Int32Converter.Write(Utf8JsonWriter,int32,JsonSerializerOptions)~System.Text.Json.Serialization.Converters.Int32Converter,System.Text.Json~3~0~Write +[System.Text.Json]System.Text.Json.Serialization.Converters.Int64Converter.Write(Utf8JsonWriter,int64,JsonSerializerOptions)~System.Text.Json.Serialization.Converters.Int64Converter,System.Text.Json~3~0~Write +[System.Text.Json]System.Text.Json.Serialization.Converters.NullableConverter`1..ctor(JsonConverter`1)~System.Text.Json.Serialization.Converters.NullableConverter`1[[System.Int32,System.Private.CoreLib]],System.Text.Json~1~0~.ctor +[System.Text.Json]System.Text.Json.Serialization.Converters.NullableConverter`1.get_ConstructorIsParameterized()~System.Text.Json.Serialization.Converters.NullableConverter`1[[System.Int32,System.Private.CoreLib]],System.Text.Json~0~0~get_ConstructorIsParameterized +[System.Text.Json]System.Text.Json.Serialization.Converters.NullableConverter`1.get_ElementType()~System.Text.Json.Serialization.Converters.NullableConverter`1[[System.Int32,System.Private.CoreLib]],System.Text.Json~0~0~get_ElementType +[System.Text.Json]System.Text.Json.Serialization.Converters.NullableConverter`1.get_HandleNull()~System.Text.Json.Serialization.Converters.NullableConverter`1[[System.Int32,System.Private.CoreLib]],System.Text.Json~0~0~get_HandleNull +[System.Text.Json]System.Text.Json.Serialization.Converters.NullableConverter`1.Write(Utf8JsonWriter,Nullable`1,JsonSerializerOptions)~System.Text.Json.Serialization.Converters.NullableConverter`1[[System.Int32,System.Private.CoreLib]],System.Text.Json~3~0~Write +[System.Text.Json]System.Text.Json.Serialization.Converters.NullableConverter`1..ctor(JsonConverter`1)~System.Text.Json.Serialization.Converters.NullableConverter`1[[System.Int64,System.Private.CoreLib]],System.Text.Json~1~0~.ctor +[System.Text.Json]System.Text.Json.Serialization.Converters.NullableConverter`1.get_ConstructorIsParameterized()~System.Text.Json.Serialization.Converters.NullableConverter`1[[System.Int64,System.Private.CoreLib]],System.Text.Json~0~0~get_ConstructorIsParameterized +[System.Text.Json]System.Text.Json.Serialization.Converters.NullableConverter`1.get_ElementType()~System.Text.Json.Serialization.Converters.NullableConverter`1[[System.Int64,System.Private.CoreLib]],System.Text.Json~0~0~get_ElementType +[System.Text.Json]System.Text.Json.Serialization.Converters.NullableConverter`1.get_HandleNull()~System.Text.Json.Serialization.Converters.NullableConverter`1[[System.Int64,System.Private.CoreLib]],System.Text.Json~0~0~get_HandleNull +[System.Text.Json]System.Text.Json.Serialization.Converters.NullableConverter`1.Write(Utf8JsonWriter,Nullable`1,JsonSerializerOptions)~System.Text.Json.Serialization.Converters.NullableConverter`1[[System.Int64,System.Private.CoreLib]],System.Text.Json~3~0~Write +[System.Text.Json]System.Text.Json.Serialization.JsonConverter.CreateCastingConverter()~System.Text.Json.Serialization.JsonConverter,System.Text.Json~0~1:System.Int64,System.Private.CoreLib~CreateCastingConverter +[System.Text.Json]System.Text.Json.Serialization.JsonConverter.CreateCastingConverter>()~System.Text.Json.Serialization.JsonConverter,System.Text.Json~0~1:System.Nullable`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~CreateCastingConverter +[System.Text.Json]System.Text.Json.Serialization.JsonConverter.CreateCastingConverter>()~System.Text.Json.Serialization.JsonConverter,System.Text.Json~0~1:System.Nullable`1[[System.Int64,System.Private.CoreLib]],System.Private.CoreLib~CreateCastingConverter +[System.Text.Json]System.Text.Json.Serialization.JsonConverter`1.get_ElementType()~System.Text.Json.Serialization.JsonConverter`1[[System.Int64,System.Private.CoreLib]],System.Text.Json~0~0~get_ElementType +[System.Text.Json]System.Text.Json.Serialization.JsonConverter`1.get_KeyType()~System.Text.Json.Serialization.JsonConverter`1[[System.Int64,System.Private.CoreLib]],System.Text.Json~0~0~get_KeyType +[System.Text.Json]System.Text.Json.Serialization.JsonConverter`1>..ctor()~System.Text.Json.Serialization.JsonConverter`1[[System.Nullable`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib]],System.Text.Json~0~0~.ctor +[System.Text.Json]System.Text.Json.Serialization.JsonConverter`1>.get_KeyType()~System.Text.Json.Serialization.JsonConverter`1[[System.Nullable`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib]],System.Text.Json~0~0~get_KeyType +[System.Text.Json]System.Text.Json.Serialization.JsonConverter`1>.GetDefaultConverterStrategy()~System.Text.Json.Serialization.JsonConverter`1[[System.Nullable`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib]],System.Text.Json~0~0~GetDefaultConverterStrategy +[System.Text.Json]System.Text.Json.Serialization.JsonConverter`1>.TryWrite(Utf8JsonWriter,Nullable`1&,JsonSerializerOptions,WriteStack&)~System.Text.Json.Serialization.JsonConverter`1[[System.Nullable`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib]],System.Text.Json~4~0~TryWrite +[System.Text.Json]System.Text.Json.Serialization.JsonConverter`1>.WriteCore(Utf8JsonWriter,Nullable`1&,JsonSerializerOptions,WriteStack&)~System.Text.Json.Serialization.JsonConverter`1[[System.Nullable`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib]],System.Text.Json~4~0~WriteCore +[System.Text.Json]System.Text.Json.Serialization.JsonConverter`1>..ctor()~System.Text.Json.Serialization.JsonConverter`1[[System.Nullable`1[[System.Int64,System.Private.CoreLib]],System.Private.CoreLib]],System.Text.Json~0~0~.ctor +[System.Text.Json]System.Text.Json.Serialization.JsonConverter`1>.get_KeyType()~System.Text.Json.Serialization.JsonConverter`1[[System.Nullable`1[[System.Int64,System.Private.CoreLib]],System.Private.CoreLib]],System.Text.Json~0~0~get_KeyType +[System.Text.Json]System.Text.Json.Serialization.JsonConverter`1>.GetDefaultConverterStrategy()~System.Text.Json.Serialization.JsonConverter`1[[System.Nullable`1[[System.Int64,System.Private.CoreLib]],System.Private.CoreLib]],System.Text.Json~0~0~GetDefaultConverterStrategy +[System.Text.Json]System.Text.Json.Serialization.JsonConverter`1>.TryWrite(Utf8JsonWriter,Nullable`1&,JsonSerializerOptions,WriteStack&)~System.Text.Json.Serialization.JsonConverter`1[[System.Nullable`1[[System.Int64,System.Private.CoreLib]],System.Private.CoreLib]],System.Text.Json~4~0~TryWrite +[System.Text.Json]System.Text.Json.Serialization.JsonConverter`1>.WriteCore(Utf8JsonWriter,Nullable`1&,JsonSerializerOptions,WriteStack&)~System.Text.Json.Serialization.JsonConverter`1[[System.Nullable`1[[System.Int64,System.Private.CoreLib]],System.Private.CoreLib]],System.Text.Json~4~0~WriteCore +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateCore(JsonConverter,JsonSerializerOptions)~System.Text.Json.Serialization.Metadata.JsonMetadataServices,System.Text.Json~2~1:System.Int64,System.Private.CoreLib~CreateCore +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateCore>(JsonConverter,JsonSerializerOptions)~System.Text.Json.Serialization.Metadata.JsonMetadataServices,System.Text.Json~2~1:System.Nullable`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~CreateCore +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateCore>(JsonConverter,JsonSerializerOptions)~System.Text.Json.Serialization.Metadata.JsonMetadataServices,System.Text.Json~2~1:System.Nullable`1[[System.Int64,System.Private.CoreLib]],System.Private.CoreLib~CreateCore [System.Text.Json]System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateICollectionInfo<__Canon,__Canon>(JsonSerializerOptions,JsonCollectionInfoValues`1<__Canon>)~System.Text.Json.Serialization.Metadata.JsonMetadataServices,System.Text.Json~2~2:System.__Canon,System.Private.CoreLib:System.__Canon,System.Private.CoreLib~CreateICollectionInfo +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateValueInfo(JsonSerializerOptions,JsonConverter)~System.Text.Json.Serialization.Metadata.JsonMetadataServices,System.Text.Json~2~1:System.Int64,System.Private.CoreLib~CreateValueInfo +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateValueInfo>(JsonSerializerOptions,JsonConverter)~System.Text.Json.Serialization.Metadata.JsonMetadataServices,System.Text.Json~2~1:System.Nullable`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~CreateValueInfo +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateValueInfo>(JsonSerializerOptions,JsonConverter)~System.Text.Json.Serialization.Metadata.JsonMetadataServices,System.Text.Json~2~1:System.Nullable`1[[System.Int64,System.Private.CoreLib]],System.Private.CoreLib~CreateValueInfo +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter(JsonSerializerOptions)~System.Text.Json.Serialization.Metadata.JsonMetadataServices,System.Text.Json~1~1:System.Int32,System.Private.CoreLib~GetNullableConverter +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter(JsonSerializerOptions)~System.Text.Json.Serialization.Metadata.JsonMetadataServices,System.Text.Json~1~1:System.Int64,System.Private.CoreLib~GetNullableConverter +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetTypedConverter(JsonConverter)~System.Text.Json.Serialization.Metadata.JsonMetadataServices,System.Text.Json~1~1:System.Int32,System.Private.CoreLib~GetTypedConverter +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetTypedConverter(JsonConverter)~System.Text.Json.Serialization.Metadata.JsonMetadataServices,System.Text.Json~1~1:System.Int64,System.Private.CoreLib~GetTypedConverter +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.get_PropertyTypeCanBeNull()~System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1[[System.Int32,System.Private.CoreLib]],System.Text.Json~0~0~get_PropertyTypeCanBeNull +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.DetermineEffectiveConverter(JsonTypeInfo)~System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1[[System.Int64,System.Private.CoreLib]],System.Text.Json~1~0~DetermineEffectiveConverter +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.get_PropertyTypeCanBeNull()~System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1[[System.Int64,System.Private.CoreLib]],System.Text.Json~0~0~get_PropertyTypeCanBeNull +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.get_PropertyTypeCanBeNull()~System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1[[System.__Canon,System.Private.CoreLib]],System.Text.Json~0~0~get_PropertyTypeCanBeNull +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1>.DetermineEffectiveConverter(JsonTypeInfo)~System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1[[System.Nullable`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib]],System.Text.Json~1~0~DetermineEffectiveConverter +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1>.get_PropertyTypeCanBeNull()~System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1[[System.Nullable`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib]],System.Text.Json~0~0~get_PropertyTypeCanBeNull +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1>.DetermineEffectiveConverter(JsonTypeInfo)~System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1[[System.Nullable`1[[System.Int64,System.Private.CoreLib]],System.Private.CoreLib]],System.Text.Json~1~0~DetermineEffectiveConverter +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1>.get_PropertyTypeCanBeNull()~System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1[[System.Nullable`1[[System.Int64,System.Private.CoreLib]],System.Private.CoreLib]],System.Text.Json~0~0~get_PropertyTypeCanBeNull [System.Text.Json]System.Text.Json.Serialization.Metadata.JsonTypeInfo`1+d__1.MoveNext()~System.Text.Json.Serialization.Metadata.JsonTypeInfo`1+d__1[[System.__Canon,System.Private.CoreLib]],System.Text.Json~0~0~MoveNext +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.CreatePropertyInfoForTypeInfo()~System.Text.Json.Serialization.Metadata.JsonTypeInfo`1[[System.Int64,System.Private.CoreLib]],System.Text.Json~0~0~CreatePropertyInfoForTypeInfo [System.Text.Json]System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.DeserializeAsync(Stream,CancellationToken)~System.Text.Json.Serialization.Metadata.JsonTypeInfo`1[[System.__Canon,System.Private.CoreLib]],System.Text.Json~2~0~DeserializeAsync +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonTypeInfo`1>.CreatePropertyInfoForTypeInfo()~System.Text.Json.Serialization.Metadata.JsonTypeInfo`1[[System.Nullable`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib]],System.Text.Json~0~0~CreatePropertyInfoForTypeInfo +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonTypeInfo`1>.Serialize(Utf8JsonWriter,Nullable`1&,object)~System.Text.Json.Serialization.Metadata.JsonTypeInfo`1[[System.Nullable`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib]],System.Text.Json~3~0~Serialize +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonTypeInfo`1>.CreatePropertyInfoForTypeInfo()~System.Text.Json.Serialization.Metadata.JsonTypeInfo`1[[System.Nullable`1[[System.Int64,System.Private.CoreLib]],System.Private.CoreLib]],System.Text.Json~0~0~CreatePropertyInfoForTypeInfo +[System.Text.Json]System.Text.Json.Serialization.Metadata.JsonTypeInfo`1>.Serialize(Utf8JsonWriter,Nullable`1&,object)~System.Text.Json.Serialization.Metadata.JsonTypeInfo`1[[System.Nullable`1[[System.Int64,System.Private.CoreLib]],System.Private.CoreLib]],System.Text.Json~3~0~Serialize [System.Text.Json]System.Text.Json.Serialization.ReadBufferState.ReadFromStreamAsync(Stream,CancellationToken,bool)~System.Text.Json.Serialization.ReadBufferState,System.Text.Json~3~0~ReadFromStreamAsync [System.Text.Json]System.Text.Json.Serialization.ReadBufferState+d__13.MoveNext()~System.Text.Json.Serialization.ReadBufferState+d__13,System.Text.Json~0~0~MoveNext +[System.Text.Json]System.Text.Json.Utf8JsonWriter.WriteEndArray()~System.Text.Json.Utf8JsonWriter,System.Text.Json~0~0~WriteEndArray +[System.Text.Json]System.Text.Json.Utf8JsonWriter.WriteStartArray()~System.Text.Json.Utf8JsonWriter,System.Text.Json~0~0~WriteStartArray +[System.Text.Json]System.Text.Json.Utf8JsonWriter.WriteString(JsonEncodedText,string)~System.Text.Json.Utf8JsonWriter,System.Text.Json~2~0~WriteString +[System.Text.Json]System.Text.Json.Utf8JsonWriter.WriteStringEscapeValueOnly(ReadOnlySpan`1,ReadOnlySpan`1,int32)~System.Text.Json.Utf8JsonWriter,System.Text.Json~3~0~WriteStringEscapeValueOnly +[System.Text.Json]System.Text.Json.Utf8JsonWriter.WriteStringHelperEscapeValue(ReadOnlySpan`1,ReadOnlySpan`1)~System.Text.Json.Utf8JsonWriter,System.Text.Json~2~0~WriteStringHelperEscapeValue +[System.Text.Json]System.Text.Json.Utf8JsonWriter.WriteStringIndented(ReadOnlySpan`1,ReadOnlySpan`1)~System.Text.Json.Utf8JsonWriter,System.Text.Json~2~0~WriteStringIndented +[System.Text.Json]System.Text.Json.Utf8JsonWriter.WriteStringValue(string)~System.Text.Json.Utf8JsonWriter,System.Text.Json~1~0~WriteStringValue [System.Text.RegularExpressions]System.Text.RegularExpressions.Regex..ctor()~System.Text.RegularExpressions.Regex,System.Text.RegularExpressions~0~0~.ctor [System.Text.RegularExpressions]System.Text.RegularExpressions.RegexCompiler.BeqFar(Label)~System.Text.RegularExpressions.RegexCompiler,System.Text.RegularExpressions~1~0~BeqFar [System.Text.RegularExpressions]System.Text.RegularExpressions.RegexCompiler+<>c__DisplayClass157_0.g__EmitSingleCharLazy|22(RegexNode,RegexNode,bool)~System.Text.RegularExpressions.RegexCompiler+<>c__DisplayClass157_0,System.Text.RegularExpressions~3~0~g__EmitSingleCharLazy|22 @@ -4352,11 +5589,12 @@ [System.Threading.Tasks.Dataflow]System.Threading.Tasks.Dataflow.ActionBlock`1..ctor(Func`2<__Canon,Task>)~System.Threading.Tasks.Dataflow.ActionBlock`1[[System.__Canon,System.Private.CoreLib]],System.Threading.Tasks.Dataflow~1~0~.ctor bool.System.IConvertible.ToBoolean(IFormatProvider)~System.Boolean,System.Private.CoreLib~1~0~System.IConvertible.ToBoolean char.IsAscii(char)~System.Char,System.Private.CoreLib~1~0~IsAscii +char.IsControl(char)~System.Char,System.Private.CoreLib~1~0~IsControl +char.IsSeparator(char)~System.Char,System.Private.CoreLib~1~0~IsSeparator +char.ToLower(char,CultureInfo)~System.Char,System.Private.CoreLib~2~0~ToLower char.ToUpperInvariant(char)~System.Char,System.Private.CoreLib~1~0~ToUpperInvariant -int64.ToString(IFormatProvider)~System.Int64,System.Private.CoreLib~1~0~ToString int64.ToString(string,IFormatProvider)~System.Int64,System.Private.CoreLib~2~0~ToString int64.TryParse(ReadOnlySpan`1,NumberStyles,IFormatProvider,int64&)~System.Int64,System.Private.CoreLib~4~0~TryParse -object.ReferenceEquals(object,object)~System.Object,System.Private.CoreLib~2~0~ReferenceEquals string.Create(IFormatProvider,Span`1,DefaultInterpolatedStringHandler&)~System.String,System.Private.CoreLib~3~0~Create string.get_Chars(int32)~System.String,System.Private.CoreLib~1~0~get_Chars string.get_Length()~System.String,System.Private.CoreLib~0~0~get_Length @@ -4365,86 +5603,100 @@ string.Split(char[],int32)~System.String,System.Private.CoreLib~2~0~Split string.StartsWith(string,bool,CultureInfo)~System.String,System.Private.CoreLib~3~0~StartsWith string.System.IConvertible.ToBoolean(IFormatProvider)~System.String,System.Private.CoreLib~1~0~System.IConvertible.ToBoolean string.System.IConvertible.ToInt64(IFormatProvider)~System.String,System.Private.CoreLib~1~0~System.IConvertible.ToInt64 -[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobExtensions.ToBlobLease(ResponseWithHeaders`1)~Azure.Storage.Blobs.BlobExtensions,Azure.Storage.Blobs~1~0~ToBlobLease -[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRenewLeaseHeaders.get_LastModified()~Azure.Storage.Blobs.BlobRenewLeaseHeaders,Azure.Storage.Blobs~0~0~get_LastModified -[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRenewLeaseHeaders.get_LeaseId()~Azure.Storage.Blobs.BlobRenewLeaseHeaders,Azure.Storage.Blobs~0~0~get_LeaseId -[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient.CreateRenewLeaseRequest(string,Nullable`1,Nullable`1,Nullable`1,string,string,string)~Azure.Storage.Blobs.BlobRestClient,Azure.Storage.Blobs~7~0~CreateRenewLeaseRequest -[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient.RenewLeaseAsync(string,Nullable`1,Nullable`1,Nullable`1,string,string,string,CancellationToken)~Azure.Storage.Blobs.BlobRestClient,Azure.Storage.Blobs~8~0~RenewLeaseAsync -[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobRestClient+d__50.MoveNext()~Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs~0~0~MoveNext -[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobLeaseClient.RenewAsync(RequestConditions,CancellationToken)~Azure.Storage.Blobs.Specialized.BlobLeaseClient,Azure.Storage.Blobs~2~0~RenewAsync -[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobLeaseClient.RenewInternal(RequestConditions,bool,CancellationToken)~Azure.Storage.Blobs.Specialized.BlobLeaseClient,Azure.Storage.Blobs~3~0~RenewInternal -[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31.MoveNext()~Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs~0~0~MoveNext -[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32.MoveNext()~Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs~0~0~MoveNext -[Microsoft.Azure.WebJobs.Host.Storage]Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager.RenewAsync(IDistributedLock,CancellationToken)~Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager,Microsoft.Azure.WebJobs.Host.Storage~2~0~RenewAsync -[Microsoft.Azure.WebJobs.Host.Storage]Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle.RenewAsync(ILogger,CancellationToken)~Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle,Microsoft.Azure.WebJobs.Host.Storage~2~0~RenewAsync -[Microsoft.Azure.WebJobs.Host.Storage]Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17.MoveNext()~Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage~0~0~MoveNext +string.Trim(char[])~System.String,System.Private.CoreLib~1~0~Trim +string.TrimEnd()~System.String,System.Private.CoreLib~0~0~TrimEnd [S.P.CoreLib]System.Buffers.SharedArrayPool`1+Partition>..ctor()~System.Buffers.SharedArrayPool`1+Partition[[System.ValueTuple`2[[Azure.Core.Pipeline.HttpClientTransport+HttpClientTransportRequest+IgnoreCaseString,Azure.Core],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~.ctor [S.P.CoreLib]System.Buffers.SharedArrayPool`1+Partitions>..ctor()~System.Buffers.SharedArrayPool`1+Partitions[[System.ValueTuple`2[[Azure.Core.Pipeline.HttpClientTransport+HttpClientTransportRequest+IgnoreCaseString,Azure.Core],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~.ctor [S.P.CoreLib]System.Buffers.SharedArrayPool`1>.CreatePerCorePartitions(int32)~System.Buffers.SharedArrayPool`1[[System.ValueTuple`2[[Azure.Core.Pipeline.HttpClientTransport+HttpClientTransportRequest+IgnoreCaseString,Azure.Core],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~1~0~CreatePerCorePartitions -[S.P.CoreLib]System.Collections.Generic.KeyValuePair`2.get_Value()~System.Collections.Generic.KeyValuePair`2[[System.Net.Http.HttpConnectionPoolManager+HttpConnectionKey,System.Net.Http],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~0~0~get_Value -[S.P.CoreLib]System.GC.EndNoGCRegion()~System.GC,System.Private.CoreLib~0~0~EndNoGCRegion -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<<g__ReadAheadWithZeroByteReadAsync|40_0>d>(<g__ReadAheadWithZeroByteReadAsync|40_0>d&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Http.HttpConnection+<g__ReadAheadWithZeroByteReadAsync|40_0>d,System.Net.Http~Start -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__17>(d__17&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage~Start -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__31>(d__31&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs~Start -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__32>(d__32&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs~Start -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__50>(d__50&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs~Start -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted,d__28>(TaskAwaiter`1&,d__28&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Hosting.PrimaryHostCoordinator+d__28,Microsoft.Azure.WebJobs.Host~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__17>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage]],System.Private.CoreLib~0~0~.cctor -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__17>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage]],System.Private.CoreLib~1~0~ExecutionContextCallback -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__17>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage]],System.Private.CoreLib~0~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__17>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage]],System.Private.CoreLib~1~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__50>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__50>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__50>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__50>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__31>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__31>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__31>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__31>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__32>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__32>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__32>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__32>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__82>.ExecuteFromThreadPool(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[System.Net.Http.HttpConnection+d__82,System.Net.Http]],System.Private.CoreLib~1~0~ExecuteFromThreadPool -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__17>(TaskAwaiter`1<__Canon>&,d__17&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__17>(TaskAwaiter`1<__Canon>&,d__17&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__17>(d__17&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage~GetStateMachineBox -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__17>(d__17&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Host.BlobLeaseDistributedLockManager+SingletonLockHandle+d__17,Microsoft.Azure.WebJobs.Host.Storage~Start -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<<g__ReadAheadWithZeroByteReadAsync|40_0>d>(<g__ReadAheadWithZeroByteReadAsync|40_0>d&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Http.HttpConnection+<g__ReadAheadWithZeroByteReadAsync|40_0>d,System.Net.Http~GetStateMachineBox -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__31>(ConfiguredTaskAwaiter<__Canon>&,d__31&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__31>(ConfiguredTaskAwaiter<__Canon>&,d__31&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__32>(ConfiguredTaskAwaiter<__Canon>&,d__32&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__32>(ConfiguredTaskAwaiter<__Canon>&,d__32&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__50>(ConfiguredValueTaskAwaiter&,d__50&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib:Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__50>(ConfiguredValueTaskAwaiter&,d__50&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib:Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__31>(d__31&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs~GetStateMachineBox -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__32>(d__32&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs~GetStateMachineBox -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__50>(d__50&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs~GetStateMachineBox -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__31>(d__31&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__31,Azure.Storage.Blobs~Start -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__32>(d__32&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlobLeaseClient+d__32,Azure.Storage.Blobs~Start -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__50>(d__50&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.BlobRestClient+d__50,Azure.Storage.Blobs~Start -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.AwaitUnsafeOnCompleted,<g__ReadAheadWithZeroByteReadAsync|40_0>d>(ConfiguredValueTaskAwaiter&,<g__ReadAheadWithZeroByteReadAsync|40_0>d&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib:System.Net.Http.HttpConnection+<g__ReadAheadWithZeroByteReadAsync|40_0>d,System.Net.Http~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start<<g__ReadAheadWithZeroByteReadAsync|40_0>d>(<g__ReadAheadWithZeroByteReadAsync|40_0>d&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~1~1:System.Net.Http.HttpConnection+<g__ReadAheadWithZeroByteReadAsync|40_0>d,System.Net.Http~Start -[S.P.CoreLib]System.Threading.PortableThreadPool.NotifyThreadUnblocked()~System.Threading.PortableThreadPool,System.Private.CoreLib~0~0~NotifyThreadUnblocked -[S.P.CoreLib]System.Threading.PortableThreadPool.PerformBlockingAdjustment(bool,bool&)~System.Threading.PortableThreadPool,System.Private.CoreLib~2~0~PerformBlockingAdjustment -[S.P.CoreLib]System.Threading.PortableThreadPool.PerformBlockingAdjustment(bool)~System.Threading.PortableThreadPool,System.Private.CoreLib~1~0~PerformBlockingAdjustment -[S.P.CoreLib]System.Threading.Tasks.Task.FromResult>(ValueTuple`2)~System.Threading.Tasks.Task,System.Private.CoreLib~1~1:System.ValueTuple`2[[System.Boolean,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~FromResult -[S.P.CoreLib]System.Threading.ThreadPool.NotifyThreadUnblocked()~System.Threading.ThreadPool,System.Private.CoreLib~0~0~NotifyThreadUnblocked -[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2+Enumerator.Dispose()~System.Collections.Concurrent.ConcurrentDictionary`2+Enumerator[[System.Net.Http.HttpConnectionPoolManager+HttpConnectionKey,System.Net.Http],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~0~0~Dispose -[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2+Enumerator.get_Current()~System.Collections.Concurrent.ConcurrentDictionary`2+Enumerator[[System.Net.Http.HttpConnectionPoolManager+HttpConnectionKey,System.Net.Http],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~0~0~get_Current -[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2+Enumerator.MoveNext()~System.Collections.Concurrent.ConcurrentDictionary`2+Enumerator[[System.Net.Http.HttpConnectionPoolManager+HttpConnectionKey,System.Net.Http],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~0~0~MoveNext -[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.AreAllBucketsEmpty()~System.Collections.Concurrent.ConcurrentDictionary`2[[System.Net.Http.HttpConnectionPoolManager+HttpConnectionKey,System.Net.Http],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~0~0~AreAllBucketsEmpty -[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.get_IsEmpty()~System.Collections.Concurrent.ConcurrentDictionary`2[[System.Net.Http.HttpConnectionPoolManager+HttpConnectionKey,System.Net.Http],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~0~0~get_IsEmpty -[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.GetEnumerator()~System.Collections.Concurrent.ConcurrentDictionary`2[[System.Net.Http.HttpConnectionPoolManager+HttpConnectionKey,System.Net.Http],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~0~0~GetEnumerator -[System.Net.Http]System.Net.Http.HttpConnection.g__ReadAheadWithZeroByteReadAsync|40_0()~System.Net.Http.HttpConnection,System.Net.Http~0~0~g__ReadAheadWithZeroByteReadAsync|40_0 -[System.Net.Http]System.Net.Http.HttpConnection.CheckUsabilityOnScavenge()~System.Net.Http.HttpConnection,System.Net.Http~0~0~CheckUsabilityOnScavenge -[System.Net.Http]System.Net.Http.HttpConnection+<g__ReadAheadWithZeroByteReadAsync|40_0>d.MoveNext()~System.Net.Http.HttpConnection+<g__ReadAheadWithZeroByteReadAsync|40_0>d,System.Net.Http~0~0~MoveNext -[System.Net.Http]System.Net.Http.HttpConnectionBase.GetIdleTicks(int64)~System.Net.Http.HttpConnectionBase,System.Net.Http~1~0~GetIdleTicks -[System.Net.Http]System.Net.Http.HttpConnectionPool.g__IsUsableConnection|123_2(HttpConnectionBase,int64,TimeSpan,TimeSpan)~System.Net.Http.HttpConnectionPool,System.Net.Http~4~0~g__IsUsableConnection|123_2 -[System.Net.Http]System.Net.Http.HttpConnectionPool.g__ScavengeConnectionList|123_1<__Canon>(List`1<__Canon>,List`1&,int64,TimeSpan,TimeSpan)~System.Net.Http.HttpConnectionPool,System.Net.Http~5~1:System.__Canon,System.Private.CoreLib~g__ScavengeConnectionList|123_1 -[System.Net.Http]System.Net.Http.HttpConnectionPool.CleanCacheAndDisposeIfUnused()~System.Net.Http.HttpConnectionPool,System.Net.Http~0~0~CleanCacheAndDisposeIfUnused -[System.Net.Http]System.Net.Http.HttpConnectionPoolManager.RemoveStalePools()~System.Net.Http.HttpConnectionPoolManager,System.Net.Http~0~0~RemoveStalePools -[System.Net.Http]System.Net.Http.HttpConnectionPoolManager+<>c.<.ctor>b__11_0(object)~System.Net.Http.HttpConnectionPoolManager+<>c,System.Net.Http~1~0~<.ctor>b__11_0 +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__13>.ExecuteFromThreadPool(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Text.Json.Serialization.ReadBufferState,System.Text.Json],[System.Text.Json.Serialization.ReadBufferState+d__13,System.Text.Json]],System.Private.CoreLib~1~0~ExecuteFromThreadPool +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__1>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.CancellationExtensions+d__1,Microsoft.Azure.WebJobs.Script]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1g__Await|26_0>d>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope+<g__Await|26_0>d,Microsoft.Extensions.DependencyInjection]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.AwaitUnsafeOnCompletedd__7>(ConfiguredTaskAwaiter&,d__7&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter,System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.Diagnostics.ApplicationInsightsMetricExporter+d__7,Microsoft.Azure.WebJobs.Script~AwaitUnsafeOnCompleted +[Azure.Core]Azure.Core.Pipeline.HttpClientTransport+HttpClientTransportRequest.ContainsHeader(string)~Azure.Core.Pipeline.HttpClientTransport+HttpClientTransportRequest,Azure.Core~1~0~ContainsHeader +[Azure.Core]Azure.Core.Pipeline.HttpClientTransport+HttpClientTransportRequest+PipelineContentAdapter.SerializeToStreamAsync(Stream,TransportContext,CancellationToken)~Azure.Core.Pipeline.HttpClientTransport+HttpClientTransportRequest+PipelineContentAdapter,Azure.Core~3~0~SerializeToStreamAsync +[Azure.Core]Azure.Core.Pipeline.HttpClientTransport+HttpClientTransportRequest+PipelineContentAdapter+d__5.MoveNext()~Azure.Core.Pipeline.HttpClientTransport+HttpClientTransportRequest+PipelineContentAdapter+d__5,Azure.Core~0~0~MoveNext +[Azure.Core]Azure.Core.Request.set_Content(RequestContent)~Azure.Core.Request,Azure.Core~1~0~set_Content +[Azure.Core]Azure.Core.RequestContent.Create(Stream)~Azure.Core.RequestContent,Azure.Core~1~0~Create +[Azure.Core]Azure.Core.RequestContent+StreamContent..ctor(Stream)~Azure.Core.RequestContent+StreamContent,Azure.Core~1~0~.ctor +[Azure.Core]Azure.Core.RequestContent+StreamContent.Dispose()~Azure.Core.RequestContent+StreamContent,Azure.Core~0~0~Dispose +[Azure.Core]Azure.Core.RequestContent+StreamContent.TryComputeLength(int64&)~Azure.Core.RequestContent+StreamContent,Azure.Core~1~0~TryComputeLength +[Azure.Core]Azure.Core.RequestContent+StreamContent.WriteToAsync(Stream,CancellationToken)~Azure.Core.RequestContent+StreamContent,Azure.Core~2~0~WriteToAsync +[Azure.Core]Azure.Core.RequestContent+StreamContent+d__6.MoveNext()~Azure.Core.RequestContent+StreamContent+d__6,Azure.Core~0~0~MoveNext +[Azure.Core]Azure.ETag..cctor()~Azure.ETag,Azure.Core~0~0~.cctor +[Azure.Core]Azure.ETag.ToString()~Azure.ETag,Azure.Core~0~0~ToString +[Azure.Core]Azure.ETag.ToString(string)~Azure.ETag,Azure.Core~1~0~ToString +[Azure.Core]Azure.MatchConditions.set_IfNoneMatch(Nullable`1)~Azure.MatchConditions,Azure.Core~1~0~set_IfNoneMatch +[Azure.Storage.Blobs]Azure.Core.Argument.AssertNotNull<__Canon>(__Canon,string)~Azure.Core.Argument,Azure.Storage.Blobs~2~1:System.__Canon,System.Private.CoreLib~AssertNotNull +[Azure.Storage.Blobs]Azure.Core.Argument.CheckNotNull<__Canon>(__Canon,string)~Azure.Core.Argument,Azure.Storage.Blobs~2~1:System.__Canon,System.Private.CoreLib~CheckNotNull +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobClient.get_BlockBlobClient()~Azure.Storage.Blobs.BlobClient,Azure.Storage.Blobs~0~0~get_BlockBlobClient +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobClient.StagedUploadInternal(Stream,BlobUploadOptions,bool,CancellationToken)~Azure.Storage.Blobs.BlobClient,Azure.Storage.Blobs~4~0~StagedUploadInternal +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobClient.UploadAsync(BinaryData,BlobUploadOptions,CancellationToken)~Azure.Storage.Blobs.BlobClient,Azure.Storage.Blobs~3~0~UploadAsync +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobClient+d__41.MoveNext()~Azure.Storage.Blobs.BlobClient+d__41,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobClient+d__37.MoveNext()~Azure.Storage.Blobs.BlobClient+d__37,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlobExtensions.ToBlobContentInfo(ResponseWithHeaders`1)~Azure.Storage.Blobs.BlobExtensions,Azure.Storage.Blobs~1~0~ToBlobContentInfo +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlockBlobRestClient..ctor(ClientDiagnostics,HttpPipeline,string,string)~Azure.Storage.Blobs.BlockBlobRestClient,Azure.Storage.Blobs~4~0~.ctor +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlockBlobRestClient.CreateUploadRequest(int64,Stream,Nullable`1,uint8[],string,string,string,uint8[],string,IDictionary`2,string,string,string,string,Nullable`1,string,Nullable`1,Nullable`1,Nullable`1,string,string,string,string,Nullable`1,Nullable`1,Nullable`1,uint8[])~Azure.Storage.Blobs.BlockBlobRestClient,Azure.Storage.Blobs~27~0~CreateUploadRequest +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlockBlobRestClient.UploadAsync(int64,Stream,Nullable`1,uint8[],string,string,string,uint8[],string,IDictionary`2,string,string,string,string,Nullable`1,string,Nullable`1,Nullable`1,Nullable`1,string,string,string,string,Nullable`1,Nullable`1,Nullable`1,uint8[],CancellationToken)~Azure.Storage.Blobs.BlockBlobRestClient,Azure.Storage.Blobs~28~0~UploadAsync +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlockBlobRestClient+d__8.MoveNext()~Azure.Storage.Blobs.BlockBlobRestClient+d__8,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlockBlobUploadHeaders.get_ContentMD5()~Azure.Storage.Blobs.BlockBlobUploadHeaders,Azure.Storage.Blobs~0~0~get_ContentMD5 +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlockBlobUploadHeaders.get_EncryptionKeySha256()~Azure.Storage.Blobs.BlockBlobUploadHeaders,Azure.Storage.Blobs~0~0~get_EncryptionKeySha256 +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlockBlobUploadHeaders.get_EncryptionScope()~Azure.Storage.Blobs.BlockBlobUploadHeaders,Azure.Storage.Blobs~0~0~get_EncryptionScope +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlockBlobUploadHeaders.get_LastModified()~Azure.Storage.Blobs.BlockBlobUploadHeaders,Azure.Storage.Blobs~0~0~get_LastModified +[Azure.Storage.Blobs]Azure.Storage.Blobs.BlockBlobUploadHeaders.get_VersionId()~Azure.Storage.Blobs.BlockBlobUploadHeaders,Azure.Storage.Blobs~0~0~get_VersionId +[Azure.Storage.Blobs]Azure.Storage.Blobs.Models.BlobErrorCode..cctor()~Azure.Storage.Blobs.Models.BlobErrorCode,Azure.Storage.Blobs~0~0~.cctor +[Azure.Storage.Blobs]Azure.Storage.Blobs.Models.BlobErrorCode..ctor(string)~Azure.Storage.Blobs.Models.BlobErrorCode,Azure.Storage.Blobs~1~0~.ctor +[Azure.Storage.Blobs]Azure.Storage.Blobs.Models.BlobUploadOptions..ctor()~Azure.Storage.Blobs.Models.BlobUploadOptions,Azure.Storage.Blobs~0~0~.ctor +[Azure.Storage.Blobs]Azure.Storage.Blobs.Models.BlobUploadOptions.set_Conditions(BlobRequestConditions)~Azure.Storage.Blobs.Models.BlobUploadOptions,Azure.Storage.Blobs~1~0~set_Conditions +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlobBaseClient.get_Uri()~Azure.Storage.Blobs.Specialized.BlobBaseClient,Azure.Storage.Blobs~0~0~get_Uri +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlockBlobClient.BuildBlockBlobRestClient(Uri)~Azure.Storage.Blobs.Specialized.BlockBlobClient,Azure.Storage.Blobs~1~0~BuildBlockBlobRestClient +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlockBlobClient.get_BlockBlobRestClient()~Azure.Storage.Blobs.Specialized.BlockBlobClient,Azure.Storage.Blobs~0~0~get_BlockBlobRestClient +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlockBlobClient.GetPartitionedUploaderBehaviors(BlockBlobClient)~Azure.Storage.Blobs.Specialized.BlockBlobClient,Azure.Storage.Blobs~1~0~GetPartitionedUploaderBehaviors +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlockBlobClient.UploadInternal(Stream,BlobHttpHeaders,IDictionary`2,IDictionary`2,BlobRequestConditions,Nullable`1,BlobImmutabilityPolicy,Nullable`1,IProgress`1,UploadTransferValidationOptions,string,bool,CancellationToken)~Azure.Storage.Blobs.Specialized.BlockBlobClient,Azure.Storage.Blobs~13~0~UploadInternal +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlockBlobClient+<>c__DisplayClass65_0.b__0(Stream,BlobUploadOptions,IProgress`1,UploadTransferValidationOptions,string,bool,CancellationToken)~Azure.Storage.Blobs.Specialized.BlockBlobClient+<>c__DisplayClass65_0,Azure.Storage.Blobs~7~0~b__0 +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlockBlobClient+<>c__DisplayClass65_0+<b__0>d.MoveNext()~Azure.Storage.Blobs.Specialized.BlockBlobClient+<>c__DisplayClass65_0+<b__0>d,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.Blobs.Specialized.BlockBlobClient+d__34.MoveNext()~Azure.Storage.Blobs.Specialized.BlockBlobClient+d__34,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.ContentHasher.GetHashOrDefaultInternal(Stream,UploadTransferValidationOptions,bool,CancellationToken)~Azure.Storage.ContentHasher,Azure.Storage.Blobs~4~0~GetHashOrDefaultInternal +[Azure.Storage.Blobs]Azure.Storage.ContentHasher.GetHashOrDefaultTryFromOptions(UploadTransferValidationOptions,GetHashResult&)~Azure.Storage.ContentHasher,Azure.Storage.Blobs~2~0~GetHashOrDefaultTryFromOptions +[Azure.Storage.Blobs]Azure.Storage.ContentHasher+d__6.MoveNext()~Azure.Storage.ContentHasher+d__6,Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.Errors.VerifyStreamPosition(Stream,string)~Azure.Storage.Errors,Azure.Storage.Blobs~2~0~VerifyStreamPosition +[Azure.Storage.Blobs]Azure.Storage.NonDisposingStream.CopyToAsync(Stream,int32,CancellationToken)~Azure.Storage.NonDisposingStream,Azure.Storage.Blobs~3~0~CopyToAsync +[Azure.Storage.Blobs]Azure.Storage.NonDisposingStream.get_CanSeek()~Azure.Storage.NonDisposingStream,Azure.Storage.Blobs~0~0~get_CanSeek +[Azure.Storage.Blobs]Azure.Storage.NonDisposingStream.get_Length()~Azure.Storage.NonDisposingStream,Azure.Storage.Blobs~0~0~get_Length +[Azure.Storage.Blobs]Azure.Storage.NonDisposingStream.get_Position()~Azure.Storage.NonDisposingStream,Azure.Storage.Blobs~0~0~get_Position +[Azure.Storage.Blobs]Azure.Storage.NonDisposingStream.Seek(int64,SeekOrigin)~Azure.Storage.NonDisposingStream,Azure.Storage.Blobs~2~0~Seek +[Azure.Storage.Blobs]Azure.Storage.PartitionedUploader`2+<>c..cctor()~Azure.Storage.PartitionedUploader`2+<>c[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Azure.Storage.Blobs~0~0~.cctor +[Azure.Storage.Blobs]Azure.Storage.PartitionedUploader`2+<>c.<.cctor>b__45_0(__Canon,bool,CancellationToken)~Azure.Storage.PartitionedUploader`2+<>c[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Azure.Storage.Blobs~3~0~<.cctor>b__45_0 +[Azure.Storage.Blobs]Azure.Storage.PartitionedUploader`2+d__33.MoveNext()~Azure.Storage.PartitionedUploader`2+d__33[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Azure.Storage.Blobs~0~0~MoveNext +[Azure.Storage.Blobs]Azure.Storage.PartitionedUploader`2..cctor()~Azure.Storage.PartitionedUploader`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Azure.Storage.Blobs~0~0~.cctor +[Azure.Storage.Blobs]Azure.Storage.PartitionedUploader`2..ctor(Behaviors<__Canon,__Canon>,StorageTransferOptions,UploadTransferValidationOptions,ArrayPool`1,string)~Azure.Storage.PartitionedUploader`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Azure.Storage.Blobs~5~0~.ctor +[Azure.Storage.Blobs]Azure.Storage.PartitionedUploader`2.get_ValidationOptions()~Azure.Storage.PartitionedUploader`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Azure.Storage.Blobs~0~0~get_ValidationOptions +[Azure.Storage.Blobs]Azure.Storage.PartitionedUploader`2.UploadInternal(Stream,Nullable`1,__Canon,IProgress`1,bool,CancellationToken)~Azure.Storage.PartitionedUploader`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Azure.Storage.Blobs~6~0~UploadInternal +[Azure.Storage.Blobs]Azure.Storage.StreamExtensions.GetLengthOrDefault(Stream)~Azure.Storage.StreamExtensions,Azure.Storage.Blobs~1~0~GetLengthOrDefault +[Azure.Storage.Common]Azure.Storage.StorageTransferOptions.get_InitialTransferSize()~Azure.Storage.StorageTransferOptions,Azure.Storage.Common~0~0~get_InitialTransferSize +[Azure.Storage.Common]Azure.Storage.StorageTransferOptions.get_MaximumConcurrency()~Azure.Storage.StorageTransferOptions,Azure.Storage.Common~0~0~get_MaximumConcurrency +[Azure.Storage.Common]Azure.Storage.StorageTransferOptions.get_MaximumTransferSize()~Azure.Storage.StorageTransferOptions,Azure.Storage.Common~0~0~get_MaximumTransferSize +[Azure.Storage.Common]Azure.Storage.TransferValidationOptions.get_Upload()~Azure.Storage.TransferValidationOptions,Azure.Storage.Common~0~0~get_Upload +[Azure.Storage.Common]Azure.Storage.UploadTransferValidationOptions..ctor()~Azure.Storage.UploadTransferValidationOptions,Azure.Storage.Common~0~0~.ctor +[Azure.Storage.Common]Azure.Storage.UploadTransferValidationOptions.get_ChecksumAlgorithm()~Azure.Storage.UploadTransferValidationOptions,Azure.Storage.Common~0~0~get_ChecksumAlgorithm +[Azure.Storage.Common]Azure.Storage.UploadTransferValidationOptions.get_PrecalculatedChecksum()~Azure.Storage.UploadTransferValidationOptions,Azure.Storage.Common~0~0~get_PrecalculatedChecksum +[Azure.Storage.Common]Azure.Storage.UploadTransferValidationOptions.set_ChecksumAlgorithm(StorageChecksumAlgorithm)~Azure.Storage.UploadTransferValidationOptions,Azure.Storage.Common~1~0~set_ChecksumAlgorithm +[Azure.Storage.Common]Azure.Storage.UploadTransferValidationOptions.set_PrecalculatedChecksum(ReadOnlyMemory`1)~Azure.Storage.UploadTransferValidationOptions,Azure.Storage.Common~1~0~set_PrecalculatedChecksum +[Microsoft.AspNetCore.DataProtection.Abstractions]Microsoft.AspNetCore.DataProtection.DataProtectionCommonExtensions.Protect(IDataProtector,string)~Microsoft.AspNetCore.DataProtection.DataProtectionCommonExtensions,Microsoft.AspNetCore.DataProtection.Abstractions~2~0~Protect +[Microsoft.AspNetCore.DataProtection.Abstractions]Microsoft.AspNetCore.DataProtection.EncodingUtil..cctor()~Microsoft.AspNetCore.DataProtection.EncodingUtil,Microsoft.AspNetCore.DataProtection.Abstractions~0~0~.cctor +[Microsoft.AspNetCore.DataProtection.Abstractions]Microsoft.Extensions.Internal.WebEncoders.Base64UrlEncode(ReadOnlySpan`1,Span`1)~Microsoft.Extensions.Internal.WebEncoders,Microsoft.AspNetCore.DataProtection.Abstractions~2~0~Base64UrlEncode +[Microsoft.AspNetCore.DataProtection.Abstractions]Microsoft.Extensions.Internal.WebEncoders.Base64UrlEncode(ReadOnlySpan`1)~Microsoft.Extensions.Internal.WebEncoders,Microsoft.AspNetCore.DataProtection.Abstractions~1~0~Base64UrlEncode +[Microsoft.AspNetCore.DataProtection.Abstractions]Microsoft.Extensions.Internal.WebEncoders.Base64UrlEncode(uint8[],int32,int32)~Microsoft.Extensions.Internal.WebEncoders,Microsoft.AspNetCore.DataProtection.Abstractions~3~0~Base64UrlEncode +[Microsoft.AspNetCore.DataProtection.Abstractions]Microsoft.Extensions.Internal.WebEncoders.Base64UrlEncode(uint8[])~Microsoft.Extensions.Internal.WebEncoders,Microsoft.AspNetCore.DataProtection.Abstractions~1~0~Base64UrlEncode +[Microsoft.AspNetCore.DataProtection.Abstractions]Microsoft.Extensions.Internal.WebEncoders.ValidateParameters(int32,string,int32,int32)~Microsoft.Extensions.Internal.WebEncoders,Microsoft.AspNetCore.DataProtection.Abstractions~4~0~ValidateParameters +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.AuthenticatedEncryptorExtensions.Encrypt(IAuthenticatedEncryptor,ArraySegment`1,ArraySegment`1,uint32,uint32)~Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.AuthenticatedEncryptorExtensions,Microsoft.AspNetCore.DataProtection~5~0~Encrypt +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.Cng.BCryptGenRandomImpl.GenRandom(uint8*,uint32)~Microsoft.AspNetCore.DataProtection.Cng.BCryptGenRandomImpl,Microsoft.AspNetCore.DataProtection~2~0~GenRandom +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.Cng.CbcAuthenticatedEncryptor.EncryptImpl(uint8*,uint32,uint8*,uint32,uint32,uint32)~Microsoft.AspNetCore.DataProtection.Cng.CbcAuthenticatedEncryptor,Microsoft.AspNetCore.DataProtection~6~0~EncryptImpl +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.Cng.CbcAuthenticatedEncryptor.GetCbcEncryptedOutputSizeWithPadding(BCryptKeyHandle,uint8*,uint32)~Microsoft.AspNetCore.DataProtection.Cng.CbcAuthenticatedEncryptor,Microsoft.AspNetCore.DataProtection~3~0~GetCbcEncryptedOutputSizeWithPadding +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.Cng.Internal.CngAuthenticatedEncryptorBase.Encrypt(ArraySegment`1,ArraySegment`1,uint32,uint32)~Microsoft.AspNetCore.DataProtection.Cng.Internal.CngAuthenticatedEncryptorBase,Microsoft.AspNetCore.DataProtection~4~0~Encrypt +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRing.get_DefaultAuthenticatedEncryptor()~Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRing,Microsoft.AspNetCore.DataProtection~0~0~get_DefaultAuthenticatedEncryptor +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.Protect(uint8[])~Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector,Microsoft.AspNetCore.DataProtection~1~0~Protect +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.WriteBigEndianInteger(uint8*,uint32)~Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector,Microsoft.AspNetCore.DataProtection~2~0~WriteBigEndianInteger +[Microsoft.AspNetCore.DataProtection]Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.WriteGuid(void*,Guid)~Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector,Microsoft.AspNetCore.DataProtection~2~0~WriteGuid [Microsoft.Azure.WebJobs.Extensions.Http]Microsoft.Azure.WebJobs.HttpTriggerAttribute..ctor(AuthorizationLevel)~Microsoft.Azure.WebJobs.HttpTriggerAttribute,Microsoft.Azure.WebJobs.Extensions.Http~1~0~.ctor [Microsoft.Azure.WebJobs.Script.Grpc]Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel.GetBindingDataAsync(ParameterBinding,string)~Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel,Microsoft.Azure.WebJobs.Script.Grpc~2~0~GetBindingDataAsync [Microsoft.Azure.WebJobs.Script.Grpc]Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel+<>c__DisplayClass104_0.b__1(ParameterBinding)~Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel+<>c__DisplayClass104_0,Microsoft.Azure.WebJobs.Script.Grpc~1~0~b__1 @@ -4455,9 +5707,30 @@ string.System.IConvertible.ToInt64(IFormatProvider)~System.String,System.Private [Microsoft.Azure.WebJobs.Script.Grpc]Microsoft.Azure.WebJobs.Script.Grpc.Messages.TypedData.get_String()~Microsoft.Azure.WebJobs.Script.Grpc.Messages.TypedData,Microsoft.Azure.WebJobs.Script.Grpc~0~0~get_String [Microsoft.Azure.WebJobs.Script.Grpc]Microsoft.Azure.WebJobs.Script.Grpc.OrderedInvocationMessageDispatcher.b__16_0(object)~Microsoft.Azure.WebJobs.Script.Grpc.OrderedInvocationMessageDispatcher,Microsoft.Azure.WebJobs.Script.Grpc~1~0~b__16_0 [Microsoft.Azure.WebJobs.Script.Grpc]Microsoft.Azure.WebJobs.Script.Grpc.OrderedInvocationMessageDispatcher.DispatchToThreadPool(InboundGrpcEvent)~Microsoft.Azure.WebJobs.Script.Grpc.OrderedInvocationMessageDispatcher,Microsoft.Azure.WebJobs.Script.Grpc~1~0~DispatchToThreadPool +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository.WriteAsync(ScriptSecretsType,string,ScriptSecrets)~Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository,Microsoft.Azure.WebJobs.Script.WebHost~3~0~WriteAsync +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository.WriteToBlobAsync(string,string)~Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository,Microsoft.Azure.WebJobs.Script.WebHost~2~0~WriteToBlobAsync +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__16.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__16,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__21.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__21,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.DataProtectionKeyValueConverter.WriteValue(Key)~Microsoft.Azure.WebJobs.Script.WebHost.DataProtectionKeyValueConverter,Microsoft.Azure.WebJobs.Script.WebHost~1~0~WriteValue +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.DefaultKeyValueConverterFactory.GetValueWriter(Key)~Microsoft.Azure.WebJobs.Script.WebHost.DefaultKeyValueConverterFactory,Microsoft.Azure.WebJobs.Script.WebHost~1~0~GetValueWriter [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DeferredLogger+<>c__8`1..cctor()~Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DeferredLogger+<>c__8`1[[Microsoft.Extensions.Logging.FormattedLogValues,Microsoft.Extensions.Logging.Abstractions]],Microsoft.Azure.WebJobs.Script.WebHost~0~0~.cctor [Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DeferredLogger+<>c__8`1..ctor()~Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DeferredLogger+<>c__8`1[[Microsoft.Extensions.Logging.FormattedLogValues,Microsoft.Extensions.Logging.Abstractions]],Microsoft.Azure.WebJobs.Script.WebHost~0~0~.ctor +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.HostSecrets.get_SecretsType()~Microsoft.Azure.WebJobs.Script.WebHost.HostSecrets,Microsoft.Azure.WebJobs.Script.WebHost~0~0~get_SecretsType +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Properties.Resources.get_TraceHostSecretGeneration()~Microsoft.Azure.WebJobs.Script.WebHost.Properties.Resources,Microsoft.Azure.WebJobs.Script.WebHost~0~0~get_TraceHostSecretGeneration +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializer.SerializeSecrets<__Canon>(__Canon)~Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializer,Microsoft.Azure.WebJobs.Script.WebHost~1~1:System.__Canon,System.Private.CoreLib~SerializeSecrets +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializerV1.SerializeSecrets<__Canon>(__Canon)~Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecretSerializerV1,Microsoft.Azure.WebJobs.Script.WebHost~1~1:System.__Canon,System.Private.CoreLib~SerializeSecrets +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.ClearCacheOnChange(ScriptSecretsType,string)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~2~0~ClearCacheOnChange +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.GenerateFunctionKey()~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~0~0~GenerateFunctionKey +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.GenerateHostSecrets()~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~0~0~GenerateHostSecrets +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.GenerateMasterKey()~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~0~0~GenerateMasterKey +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.GetEncryptionKeysHashes()~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~0~0~GetEncryptionKeysHashes +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager.PersistSecretsAsync<__Canon>(__Canon,string,bool)~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager,Microsoft.Azure.WebJobs.Script.WebHost~3~1:System.__Canon,System.Private.CoreLib~PersistSecretsAsync +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__47`1.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__47`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.EnvironmentExtensions.IsV2CompatibleOnV3Extension(IEnvironment)~Microsoft.Azure.WebJobs.Script.EnvironmentExtensions,Microsoft.Azure.WebJobs.Script~1~0~IsV2CompatibleOnV3Extension +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.FileUtility.WriteAsync(string,string,Encoding)~Microsoft.Azure.WebJobs.Script.FileUtility,Microsoft.Azure.WebJobs.Script~3~0~WriteAsync +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.FileUtility+<>c__DisplayClass10_0.g__TryWrite|0()~Microsoft.Azure.WebJobs.Script.FileUtility+<>c__DisplayClass10_0,Microsoft.Azure.WebJobs.Script~0~0~g__TryWrite|0 +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.FileUtility+<>c__DisplayClass10_0+<g__TryWrite|0>d.MoveNext()~Microsoft.Azure.WebJobs.Script.FileUtility+<>c__DisplayClass10_0+<g__TryWrite|0>d,Microsoft.Azure.WebJobs.Script~0~0~MoveNext +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.FileUtility+d__10.MoveNext()~Microsoft.Azure.WebJobs.Script.FileUtility+d__10,Microsoft.Azure.WebJobs.Script~0~0~MoveNext [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.IDictionaryExtensions+<>c__2`3.b__2_1(KeyValuePair`2<__Canon,__Canon>)~Microsoft.Azure.WebJobs.Script.IDictionaryExtensions+<>c__2`3[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script~1~0~b__2_1 [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.IDictionaryExtensions+<>c__2`3.b__2_2(KeyValuePair`2<__Canon,__Canon>)~Microsoft.Azure.WebJobs.Script.IDictionaryExtensions+<>c__2`3[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script~1~0~b__2_2 [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.IDictionaryExtensions+<>c__DisplayClass2_0`3+<b__0>d.MoveNext()~Microsoft.Azure.WebJobs.Script.IDictionaryExtensions+<>c__DisplayClass2_0`3+<b__0>d[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script~0~0~MoveNext @@ -4466,146 +5739,296 @@ string.System.IConvertible.ToInt64(IFormatProvider)~System.String,System.Private [Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Workers.WorkerProcess.get_Id()~Microsoft.Azure.WebJobs.Script.Workers.WorkerProcess,Microsoft.Azure.WebJobs.Script~0~0~get_Id [Microsoft.Extensions.Logging]Microsoft.Extensions.Logging.LoggerFactoryScopeProvider.g__Report|3_0(Scope,<>c__DisplayClass3_0`1&)~Microsoft.Extensions.Logging.LoggerFactoryScopeProvider,Microsoft.Extensions.Logging~2~1:Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DeferredLogEntry,Microsoft.Azure.WebJobs.Script.WebHost~g__Report|3_0 [Microsoft.Extensions.Logging]Microsoft.Extensions.Logging.LoggerFactoryScopeProvider.ForEachScope(Action`2,DeferredLogEntry)~Microsoft.Extensions.Logging.LoggerFactoryScopeProvider,Microsoft.Extensions.Logging~2~1:Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DeferredLogEntry,Microsoft.Azure.WebJobs.Script.WebHost~ForEachScope -[Newtonsoft.Json]Newtonsoft.Json.JsonTextReader.ParseFalse()~Newtonsoft.Json.JsonTextReader,Newtonsoft.Json~0~0~ParseFalse +[Microsoft.Security.Utilities]Microsoft.Security.Utilities.IdentifiableSecrets.ConvertToBase64String(uint8[],bool)~Microsoft.Security.Utilities.IdentifiableSecrets,Microsoft.Security.Utilities~2~0~ConvertToBase64String +[Microsoft.Security.Utilities]Microsoft.Security.Utilities.IdentifiableSecrets.GenerateBase64KeyHelper(uint64,uint32,string,bool)~Microsoft.Security.Utilities.IdentifiableSecrets,Microsoft.Security.Utilities~4~0~GenerateBase64KeyHelper +[Microsoft.Security.Utilities]Microsoft.Security.Utilities.IdentifiableSecrets.GenerateKeyWithAppendedSignatureAndChecksum(uint8[],string,uint64,bool)~Microsoft.Security.Utilities.IdentifiableSecrets,Microsoft.Security.Utilities~4~0~GenerateKeyWithAppendedSignatureAndChecksum +[Microsoft.Security.Utilities]Microsoft.Security.Utilities.IdentifiableSecrets.GenerateUrlSafeBase64Key(uint64,uint32,string,bool)~Microsoft.Security.Utilities.IdentifiableSecrets,Microsoft.Security.Utilities~4~0~GenerateUrlSafeBase64Key +[Microsoft.Security.Utilities]Microsoft.Security.Utilities.IdentifiableSecrets.GetBase64EncodedSignatureBytes(int32,string,uint8)~Microsoft.Security.Utilities.IdentifiableSecrets,Microsoft.Security.Utilities~3~0~GetBase64EncodedSignatureBytes +[S.P.CoreLib]Interop.CallStringMethod<__Canon,CalendarId,CalendarDataType>(SpanFunc`5,__Canon,CalendarId,CalendarDataType,string&)~Interop,System.Private.CoreLib~5~3:System.__Canon,System.Private.CoreLib:System.Globalization.CalendarId,System.Private.CoreLib:System.Globalization.CalendarDataType,System.Private.CoreLib~CallStringMethod +[S.P.CoreLib]Interop+Globalization.EnumCalendarInfo(native int,string,CalendarId,CalendarDataType,native int)~Interop+Globalization,System.Private.CoreLib~5~0~EnumCalendarInfo +[S.P.CoreLib]Interop+Kernel32.GetCalendarInfoEx(string,uint32,native int,uint32,native int,int32,int32&)~Interop+Kernel32,System.Private.CoreLib~7~0~GetCalendarInfoEx +[S.P.CoreLib]System.Array.Reverse(uint8[])~System.Array,System.Private.CoreLib~1~1:System.Byte,System.Private.CoreLib~Reverse +[S.P.CoreLib]System.BitConverter.GetBytes(uint32)~System.BitConverter,System.Private.CoreLib~1~0~GetBytes +[S.P.CoreLib]System.Collections.Generic.ValueListBuilder`1.AppendMultiChar(ReadOnlySpan`1)~System.Collections.Generic.ValueListBuilder`1[[System.Char,System.Private.CoreLib]],System.Private.CoreLib~1~0~AppendMultiChar +[S.P.CoreLib]System.Convert.TryToBase64Chars(ReadOnlySpan`1,Span`1,int32&,Base64FormattingOptions)~System.Convert,System.Private.CoreLib~4~0~TryToBase64Chars +[S.P.CoreLib]System.DateTime.ToString()~System.DateTime,System.Private.CoreLib~0~0~ToString +[S.P.CoreLib]System.DateTimeFormat.FormatCustomized(DateTime,ReadOnlySpan`1,DateTimeFormatInfo,TimeSpan,ValueListBuilder`1&)~System.DateTimeFormat,System.Private.CoreLib~5~1:System.Char,System.Private.CoreLib~FormatCustomized +[S.P.CoreLib]System.DateTimeFormat.FormatDigits(ValueListBuilder`1&,int32,int32)~System.DateTimeFormat,System.Private.CoreLib~3~1:System.Char,System.Private.CoreLib~FormatDigits +[S.P.CoreLib]System.DateTimeFormat.IsTimeOnlySpecialCase(DateTime,DateTimeFormatInfo)~System.DateTimeFormat,System.Private.CoreLib~2~0~IsTimeOnlySpecialCase +[S.P.CoreLib]System.Globalization.CalendarData..ctor(string,CalendarId,bool)~System.Globalization.CalendarData,System.Private.CoreLib~3~0~.ctor +[S.P.CoreLib]System.Globalization.CalendarData.g__AreEraNamesEmpty|24_0()~System.Globalization.CalendarData,System.Private.CoreLib~0~0~g__AreEraNamesEmpty|24_0 +[S.P.CoreLib]System.Globalization.CalendarData.CallGetCalendarInfoEx(string,CalendarId,uint32,int32&)~System.Globalization.CalendarData,System.Private.CoreLib~4~0~CallGetCalendarInfoEx +[S.P.CoreLib]System.Globalization.CalendarData.CheckSpecialCalendar(CalendarId&,string&)~System.Globalization.CalendarData,System.Private.CoreLib~2~0~CheckSpecialCalendar +[S.P.CoreLib]System.Globalization.CalendarData.CountOccurrences(string,char,int32&)~System.Globalization.CalendarData,System.Private.CoreLib~3~0~CountOccurrences +[S.P.CoreLib]System.Globalization.CalendarData.EnumCalendarInfo(string,CalendarId,CalendarDataType,string[]&)~System.Globalization.CalendarData,System.Private.CoreLib~4~0~EnumCalendarInfo +[S.P.CoreLib]System.Globalization.CalendarData.EnumCalendarInfoCallback(char*,native int)~System.Globalization.CalendarData,System.Private.CoreLib~2~0~EnumCalendarInfoCallback +[S.P.CoreLib]System.Globalization.CalendarData.EnumDatePatterns(string,CalendarId,CalendarDataType,string[]&)~System.Globalization.CalendarData,System.Private.CoreLib~4~0~EnumDatePatterns +[S.P.CoreLib]System.Globalization.CalendarData.EnumEraNames(string,CalendarId,CalendarDataType,string[]&)~System.Globalization.CalendarData,System.Private.CoreLib~4~0~EnumEraNames +[S.P.CoreLib]System.Globalization.CalendarData.EnumMonthNames(string,CalendarId,CalendarDataType,string[]&,string&)~System.Globalization.CalendarData,System.Private.CoreLib~5~0~EnumMonthNames +[S.P.CoreLib]System.Globalization.CalendarData.FixDefaultShortDatePattern(List`1)~System.Globalization.CalendarData,System.Private.CoreLib~1~0~FixDefaultShortDatePattern +[S.P.CoreLib]System.Globalization.CalendarData.GetCalendarInfo(string,CalendarId,CalendarDataType,string&)~System.Globalization.CalendarData,System.Private.CoreLib~4~0~GetCalendarInfo +[S.P.CoreLib]System.Globalization.CalendarData.GetCalendarsCore(string,bool,CalendarId[])~System.Globalization.CalendarData,System.Private.CoreLib~3~0~GetCalendarsCore +[S.P.CoreLib]System.Globalization.CalendarData.IcuGetCalendars(string,CalendarId[])~System.Globalization.CalendarData,System.Private.CoreLib~2~0~IcuGetCalendars +[S.P.CoreLib]System.Globalization.CalendarData.IcuLoadCalendarDataFromSystem(string,CalendarId)~System.Globalization.CalendarData,System.Private.CoreLib~2~0~IcuLoadCalendarDataFromSystem +[S.P.CoreLib]System.Globalization.CalendarData.InitializeAbbreviatedEraNames(string,CalendarId)~System.Globalization.CalendarData,System.Private.CoreLib~2~0~InitializeAbbreviatedEraNames +[S.P.CoreLib]System.Globalization.CalendarData.InitializeEraNames(string,CalendarId)~System.Globalization.CalendarData,System.Private.CoreLib~2~0~InitializeEraNames +[S.P.CoreLib]System.Globalization.CalendarData.InsertOrSwapOverride(string,string[]&)~System.Globalization.CalendarData,System.Private.CoreLib~2~0~InsertOrSwapOverride +[S.P.CoreLib]System.Globalization.CalendarData.LoadCalendarDataFromSystemCore(string,CalendarId)~System.Globalization.CalendarData,System.Private.CoreLib~2~0~LoadCalendarDataFromSystemCore +[S.P.CoreLib]System.Globalization.CalendarData.NormalizeCalendarId(CalendarId&,string&)~System.Globalization.CalendarData,System.Private.CoreLib~2~0~NormalizeCalendarId +[S.P.CoreLib]System.Globalization.CalendarData.NormalizeDatePattern(string)~System.Globalization.CalendarData,System.Private.CoreLib~1~0~NormalizeDatePattern +[S.P.CoreLib]System.Globalization.CalendarData.NormalizeDayOfWeek(string,ValueStringBuilder&,int32&)~System.Globalization.CalendarData,System.Private.CoreLib~3~0~NormalizeDayOfWeek +[S.P.CoreLib]System.Globalization.CalendarData+<>c..cctor()~System.Globalization.CalendarData+<>c,System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Globalization.CalendarData+<>c.b__32_0(Span`1,string,CalendarId,CalendarDataType)~System.Globalization.CalendarData+<>c,System.Private.CoreLib~4~0~b__32_0 +[S.P.CoreLib]System.Globalization.CultureData.ConvertIcuTimeFormatString(ReadOnlySpan`1)~System.Globalization.CultureData,System.Private.CoreLib~1~0~ConvertIcuTimeFormatString +[S.P.CoreLib]System.Globalization.CultureData.GetLocaleInfoExInt(string,uint32)~System.Globalization.CultureData,System.Private.CoreLib~2~0~GetLocaleInfoExInt +[S.P.CoreLib]System.Globalization.CultureData.GetTimeFormatsCore(bool)~System.Globalization.CultureData,System.Private.CoreLib~1~0~GetTimeFormatsCore +[S.P.CoreLib]System.Globalization.CultureData.IcuGetTimeFormatString(bool)~System.Globalization.CultureData,System.Private.CoreLib~1~0~IcuGetTimeFormatString +[S.P.CoreLib]System.Globalization.CultureData.NlsGetFirstDayOfWeek()~System.Globalization.CultureData,System.Private.CoreLib~0~0~NlsGetFirstDayOfWeek +[S.P.CoreLib]System.Globalization.CultureData.ReescapeWin32String(string)~System.Globalization.CultureData,System.Private.CoreLib~1~0~ReescapeWin32String +[S.P.CoreLib]System.Globalization.DateTimeFormatInfo.DateSeparatorTChar()~System.Globalization.DateTimeFormatInfo,System.Private.CoreLib~0~1:System.Char,System.Private.CoreLib~DateSeparatorTChar +[S.P.CoreLib]System.Globalization.DateTimeFormatInfo.get_CurrentInfo()~System.Globalization.DateTimeFormatInfo,System.Private.CoreLib~0~0~get_CurrentInfo +[S.P.CoreLib]System.Globalization.DateTimeFormatInfo.get_DateSeparator()~System.Globalization.DateTimeFormatInfo,System.Private.CoreLib~0~0~get_DateSeparator +[S.P.CoreLib]System.Globalization.DateTimeFormatInfo.get_GeneralLongTimePattern()~System.Globalization.DateTimeFormatInfo,System.Private.CoreLib~0~0~get_GeneralLongTimePattern +[S.P.CoreLib]System.Globalization.DateTimeFormatInfo.get_LongTimePattern()~System.Globalization.DateTimeFormatInfo,System.Private.CoreLib~0~0~get_LongTimePattern +[S.P.CoreLib]System.Globalization.DateTimeFormatInfo.get_ShortDatePattern()~System.Globalization.DateTimeFormatInfo,System.Private.CoreLib~0~0~get_ShortDatePattern +[S.P.CoreLib]System.Globalization.DateTimeFormatInfo.get_UnclonedShortDatePatterns()~System.Globalization.DateTimeFormatInfo,System.Private.CoreLib~0~0~get_UnclonedShortDatePatterns +[S.P.CoreLib]System.Globalization.DateTimeFormatInfo.PMDesignatorTChar()~System.Globalization.DateTimeFormatInfo,System.Private.CoreLib~0~1:System.Char,System.Private.CoreLib~PMDesignatorTChar +[S.P.CoreLib]System.Globalization.DateTimeFormatInfo.TimeSeparatorTChar()~System.Globalization.DateTimeFormatInfo,System.Private.CoreLib~0~1:System.Char,System.Private.CoreLib~TimeSeparatorTChar +[S.P.CoreLib]System.IO.FileStream.get_CanWrite()~System.IO.FileStream,System.Private.CoreLib~0~0~get_CanWrite +[S.P.CoreLib]System.IO.FileStream.Write(ReadOnlySpan`1)~System.IO.FileStream,System.Private.CoreLib~1~0~Write +[S.P.CoreLib]System.IO.Strategies.BufferedFileStreamStrategy.get_CanWrite()~System.IO.Strategies.BufferedFileStreamStrategy,System.Private.CoreLib~0~0~get_CanWrite +[S.P.CoreLib]System.IO.Strategies.BufferedFileStreamStrategy.Write(ReadOnlySpan`1)~System.IO.Strategies.BufferedFileStreamStrategy,System.Private.CoreLib~1~0~Write +[S.P.CoreLib]System.IO.Stream.Read(Span`1)~System.IO.Stream,System.Private.CoreLib~1~0~Read +[S.P.CoreLib]System.IO.StreamWriter..ctor(Stream,Encoding,int32)~System.IO.StreamWriter,System.Private.CoreLib~3~0~.ctor +[S.P.CoreLib]System.IO.StreamWriter.WriteAsync(string)~System.IO.StreamWriter,System.Private.CoreLib~1~0~WriteAsync +[S.P.CoreLib]System.IO.StreamWriter.WriteAsyncInternal(ReadOnlyMemory`1,bool,CancellationToken)~System.IO.StreamWriter,System.Private.CoreLib~3~0~WriteAsyncInternal +[S.P.CoreLib]System.IO.StreamWriter+d__68.MoveNext()~System.IO.StreamWriter+d__68,System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<<b__0>d>(<b__0>d&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlockBlobClient+<>c__DisplayClass65_0+<b__0>d,Azure.Storage.Blobs~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<<b__0>d<__Canon,__Canon,__Canon>>(<b__0>d<__Canon,__Canon,__Canon>&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.IDictionaryExtensions+<>c__DisplayClass2_0`3+<b__0>d[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<<g__TryWrite|0>d>(<g__TryWrite|0>d&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.FileUtility+<>c__DisplayClass10_0+<g__TryWrite|0>d,Microsoft.Azure.WebJobs.Script~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__161`1>(d__161`1&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__161`1[[System.Net.Security.SyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__150`1>(d__150`1&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__150`1[[System.Net.Security.SyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__101>(d__101&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel+d__101,Microsoft.Azure.WebJobs.Script.Grpc~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__6>(d__6&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.ContentHasher+d__6,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__47`1<__Canon>>(d__47`1<__Canon>&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__47`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__163`1>(d__163`1&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__163`1[[System.Net.Security.SyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__148`1>(d__148`1&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__148`1[[System.Net.Security.SyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__5>(d__5&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Core.Pipeline.HttpClientTransport+HttpClientTransportRequest+PipelineContentAdapter+d__5,Azure.Core~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__41>(d__41&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.BlobClient+d__41,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__37>(d__37&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.BlobClient+d__37,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__8>(d__8&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.BlockBlobRestClient+d__8,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__33<__Canon,__Canon>>(d__33<__Canon,__Canon>&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.PartitionedUploader`2+d__33[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__34>(d__34&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlockBlobClient+d__34,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__10>(d__10&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.FileUtility+d__10,Microsoft.Azure.WebJobs.Script~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__16>(d__16&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__16,Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__68>(d__68&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:System.IO.StreamWriter+d__68,System.Private.CoreLib~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__6>(d__6&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Azure.Core.RequestContent+StreamContent+d__6,Azure.Core~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__21>(d__21&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__21,Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompletedd__47`1<__Canon>>(TaskAwaiter&,d__47`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter,System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__47`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompletedd__16>(TaskAwaiter&,d__16&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter,System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__16,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted,d__21>(TaskAwaiter`1<__Canon>&,d__21&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__21,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<<g__TryWrite|0>d>(<g__TryWrite|0>d&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.FileUtility+<>c__DisplayClass10_0+<g__TryWrite|0>d,Microsoft.Azure.WebJobs.Script~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__150`1>(d__150`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__150`1[[System.Net.Security.SyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__47`1<__Canon>>(d__47`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__47`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__148`1>(d__148`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__148`1[[System.Net.Security.SyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__5>(d__5&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Azure.Core.Pipeline.HttpClientTransport+HttpClientTransportRequest+PipelineContentAdapter+d__5,Azure.Core~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__10>(d__10&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.FileUtility+d__10,Microsoft.Azure.WebJobs.Script~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__16>(d__16&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__16,Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__6>(d__6&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Azure.Core.RequestContent+StreamContent+d__6,Azure.Core~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__21>(d__21&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__21,Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__7>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Middleware.FunctionInvocationMiddleware+d__7,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__7>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Middleware.FunctionInvocationMiddleware+d__7,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__7>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Middleware.FunctionInvocationMiddleware+d__7,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__7>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Middleware.FunctionInvocationMiddleware+d__7,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__41>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobClient+d__41,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__41>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobClient+d__41,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__41>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobClient+d__41,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__41>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobClient+d__41,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__37>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobClient+d__37,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__37>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobClient+d__37,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__37>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobClient+d__37,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__37>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlobClient+d__37,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__8>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlockBlobRestClient+d__8,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__8>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlockBlobRestClient+d__8,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__8>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlockBlobRestClient+d__8,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__8>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.BlockBlobRestClient+d__8,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1c__DisplayClass65_0+<b__0>d>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlockBlobClient+<>c__DisplayClass65_0+<b__0>d,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1c__DisplayClass65_0+<b__0>d>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlockBlobClient+<>c__DisplayClass65_0+<b__0>d,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1c__DisplayClass65_0+<b__0>d>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlockBlobClient+<>c__DisplayClass65_0+<b__0>d,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1c__DisplayClass65_0+<b__0>d>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlockBlobClient+<>c__DisplayClass65_0+<b__0>d,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__34>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlockBlobClient+d__34,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__34>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlockBlobClient+d__34,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__34>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlockBlobClient+d__34,Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__34>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.Blobs.Specialized.BlockBlobClient+d__34,Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__33>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.PartitionedUploader`2+d__33[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Azure.Storage.Blobs]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__33>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.PartitionedUploader`2+d__33[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Azure.Storage.Blobs]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__33>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.PartitionedUploader`2+d__33[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Azure.Storage.Blobs]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__33>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Azure.Storage.PartitionedUploader`2+d__33[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Azure.Storage.Blobs]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__54>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authentication.AuthenticationHandler`1+d__54[[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authentication]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__54>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authentication.AuthenticationHandler`1+d__54[[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authentication]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__54>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authentication.AuthenticationHandler`1+d__54[[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authentication]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__54>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authentication.AuthenticationHandler`1+d__54[[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authentication]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__14>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authentication.AuthenticationService+d__14,Microsoft.AspNetCore.Authentication.Core]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__14>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authentication.AuthenticationService+d__14,Microsoft.AspNetCore.Authentication.Core]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__14>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authentication.AuthenticationService+d__14,Microsoft.AspNetCore.Authentication.Core]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__14>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authentication.AuthenticationService+d__14,Microsoft.AspNetCore.Authentication.Core]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__2>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator+d__2,Microsoft.AspNetCore.Authorization.Policy]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__2>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator+d__2,Microsoft.AspNetCore.Authorization.Policy]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__2>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator+d__2,Microsoft.AspNetCore.Authorization.Policy]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__2>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator+d__2,Microsoft.AspNetCore.Authorization.Policy]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__5>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Authentication.AuthenticationLevelHandler+d__5,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__5>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Authentication.AuthenticationLevelHandler+d__5,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__5>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Authentication.AuthenticationLevelHandler+d__5,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__5>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Authentication.AuthenticationLevelHandler+d__5,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__16>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__16,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__16>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__16,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__16>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__16,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__16>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__16,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__21>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__21,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__21>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__21,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__21>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__21,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__21>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__21,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__8>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DeferredLoggerProvider+d__8,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__8>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DeferredLoggerProvider+d__8,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__8>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DeferredLoggerProvider+d__8,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__8>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DeferredLoggerProvider+d__8,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__47`1>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__47`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__47`1>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__47`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__47`1>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__47`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__47`1>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__47`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__7>(TaskAwaiter`1<__Canon>&,d__7&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Middleware.FunctionInvocationMiddleware+d__7,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__7>(TaskAwaiter`1<__Canon>&,d__7&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Middleware.FunctionInvocationMiddleware+d__7,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__7>(d__7&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.Middleware.FunctionInvocationMiddleware+d__7,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,<b__0>d>(ConfiguredTaskAwaiter<__Canon>&,<b__0>d&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlockBlobClient+<>c__DisplayClass65_0+<b__0>d,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,<b__0>d>(ConfiguredTaskAwaiter<__Canon>&,<b__0>d&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlockBlobClient+<>c__DisplayClass65_0+<b__0>d,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__41>(ConfiguredTaskAwaiter<__Canon>&,d__41&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.BlobClient+d__41,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__41>(ConfiguredTaskAwaiter<__Canon>&,d__41&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.BlobClient+d__41,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__37>(ConfiguredTaskAwaiter<__Canon>&,d__37&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.BlobClient+d__37,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__37>(ConfiguredTaskAwaiter<__Canon>&,d__37&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.BlobClient+d__37,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__33<__Canon,__Canon>>(ConfiguredTaskAwaiter<__Canon>&,d__33<__Canon,__Canon>&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.PartitionedUploader`2+d__33[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__33<__Canon,__Canon>>(ConfiguredTaskAwaiter<__Canon>&,d__33<__Canon,__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.PartitionedUploader`2+d__33[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__34>(ConfiguredTaskAwaiter<__Canon>&,d__34&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlockBlobClient+d__34,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__34>(ConfiguredTaskAwaiter<__Canon>&,d__34&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Azure.Storage.Blobs.Specialized.BlockBlobClient+d__34,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__8>(ConfiguredValueTaskAwaiter&,d__8&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib:Azure.Storage.Blobs.BlockBlobRestClient+d__8,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__8>(ConfiguredValueTaskAwaiter&,d__8&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter,System.Private.CoreLib:Azure.Storage.Blobs.BlockBlobRestClient+d__8,Azure.Storage.Blobs~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__21>(TaskAwaiter&,d__21&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter,System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__21,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__21>(TaskAwaiter&,d__21&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter,System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__21,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__14>(TaskAwaiter`1<__Canon>&,d__14&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.AspNetCore.Authentication.AuthenticationService+d__14,Microsoft.AspNetCore.Authentication.Core~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__14>(TaskAwaiter`1<__Canon>&,d__14&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.AspNetCore.Authentication.AuthenticationService+d__14,Microsoft.AspNetCore.Authentication.Core~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__2>(TaskAwaiter`1<__Canon>&,d__2&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator+d__2,Microsoft.AspNetCore.Authorization.Policy~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__2>(TaskAwaiter`1<__Canon>&,d__2&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator+d__2,Microsoft.AspNetCore.Authorization.Policy~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__54<__Canon>>(TaskAwaiter`1<__Canon>&,d__54<__Canon>&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.AspNetCore.Authentication.AuthenticationHandler`1+d__54[[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authentication~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__54<__Canon>>(TaskAwaiter`1<__Canon>&,d__54<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.AspNetCore.Authentication.AuthenticationHandler`1+d__54[[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authentication~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted>,d__5>(TaskAwaiter`1>&,d__5&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Authentication.AuthenticationLevelHandler+d__5,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted>,d__5>(TaskAwaiter`1>&,d__5&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Authentication.AuthenticationLevelHandler+d__5,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted>>(TaskAwaiter`1>&,IAsyncStateMachineBox)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Runtime.CompilerServices.TaskAwaiter`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<<b__0>d>(<b__0>d&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlockBlobClient+<>c__DisplayClass65_0+<b__0>d,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__14>(d__14&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.AspNetCore.Authentication.AuthenticationService+d__14,Microsoft.AspNetCore.Authentication.Core~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__2>(d__2&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator+d__2,Microsoft.AspNetCore.Authorization.Policy~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__54<__Canon>>(d__54<__Canon>&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.AspNetCore.Authentication.AuthenticationHandler`1+d__54[[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authentication~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__5>(d__5&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.Authentication.AuthenticationLevelHandler+d__5,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__41>(d__41&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.BlobClient+d__41,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__37>(d__37&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.BlobClient+d__37,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__8>(d__8&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.BlockBlobRestClient+d__8,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__33<__Canon,__Canon>>(d__33<__Canon,__Canon>&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.PartitionedUploader`2+d__33[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__34>(d__34&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Azure.Storage.Blobs.Specialized.BlockBlobClient+d__34,Azure.Storage.Blobs~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<<b__0>d>(<b__0>d&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlockBlobClient+<>c__DisplayClass65_0+<b__0>d,Azure.Storage.Blobs~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__101>(d__101&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel+d__101,Microsoft.Azure.WebJobs.Script.Grpc~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__6>(d__6&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.ContentHasher+d__6,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__41>(d__41&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.BlobClient+d__41,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__37>(d__37&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.BlobClient+d__37,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__8>(d__8&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.BlockBlobRestClient+d__8,Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__33<__Canon,__Canon>>(d__33<__Canon,__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.PartitionedUploader`2+d__33[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Azure.Storage.Blobs~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__34>(d__34&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Azure.Storage.Blobs.Specialized.BlockBlobClient+d__34,Azure.Storage.Blobs~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.Create()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~Create [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.get_Task()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~get_Task [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.SetResult(KeyValuePair`2<__Canon,__Canon>)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~1~0~SetResult [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.Start<<b__0>d<__Canon,__Canon,__Canon>>(<b__0>d<__Canon,__Canon,__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.IDictionaryExtensions+<>c__DisplayClass2_0`3+<b__0>d[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompletedd__47`1<__Canon>>(TaskAwaiter&,d__47`1<__Canon>&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter,System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__47`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__21>(TaskAwaiter`1<__Canon>&,d__21&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__21,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__47`1<__Canon>>(d__47`1<__Canon>&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__47`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__16>(d__16&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__16,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__21>(d__21&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.BlobStorageSecretsRepository+d__21,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted,d__35>(TaskAwaiter`1<__Canon>&,d__35&,Task`1>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted,d__35>(TaskAwaiter`1<__Canon>&,d__35&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted>(TaskAwaiter`1<__Canon>&,IAsyncStateMachineBox)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted>,<g__GetAuthorizationLevelAndValidateAsync|34_0>d>(TaskAwaiter`1>&,<g__GetAuthorizationLevelAndValidateAsync|34_0>d&,Task`1>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted>,<g__GetAuthorizationLevelAndValidateAsync|34_0>d>(TaskAwaiter`1>&,<g__GetAuthorizationLevelAndValidateAsync|34_0>d&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted>,d__34>(TaskAwaiter`1>&,d__34&,Task`1>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted>,d__34>(TaskAwaiter`1>&,d__34&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted>>(TaskAwaiter`1>&,IAsyncStateMachineBox)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Runtime.CompilerServices.TaskAwaiter`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.GetStateMachineBox<<g__GetAuthorizationLevelAndValidateAsync|34_0>d>(<g__GetAuthorizationLevelAndValidateAsync|34_0>d&,Task`1>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.GetStateMachineBox<d__35>(d__35&,Task`1>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.GetStateMachineBox<d__34>(d__34&,Task`1>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.Start<d__161`1>(d__161`1&)~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__161`1[[System.Net.Security.SyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start +[S.P.CoreLib]System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.Start<d__163`1>(d__163`1&)~System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~1~1:System.Net.Security.SslStream+d__163`1[[System.Net.Security.SyncReadWriteAdapter,System.Net.Security]],System.Net.Security~Start +[S.P.CoreLib]System.SpanHelpers.Reverse(uint8&,native uint)~System.SpanHelpers,System.Private.CoreLib~2~0~Reverse +[S.P.CoreLib]System.Text.UTF8Encoding.GetBytesFast(char*,int32,uint8*,int32,int32&)~System.Text.UTF8Encoding,System.Private.CoreLib~5~0~GetBytesFast +[S.P.CoreLib]System.Text.UTF8Encoding+UTF8EncodingSealed.GetMaxByteCount(int32)~System.Text.UTF8Encoding+UTF8EncodingSealed,System.Private.CoreLib~1~0~GetMaxByteCount +[S.P.CoreLib]System.Text.ValueStringBuilder.Append(char,int32)~System.Text.ValueStringBuilder,System.Private.CoreLib~2~0~Append +[S.P.CoreLib]System.Threading.DeferredDisposableLifetime`1.Dispose(__Canon)~System.Threading.DeferredDisposableLifetime`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~0~Dispose +[S.P.CoreLib]System.Threading.Overlapped.Free(NativeOverlapped*)~System.Threading.Overlapped,System.Private.CoreLib~1~0~Free +[S.P.CoreLib]System.Threading.Overlapped.FreeNativeOverlapped(NativeOverlapped*)~System.Threading.Overlapped,System.Private.CoreLib~1~0~FreeNativeOverlapped +[S.P.CoreLib]System.Threading.PreAllocatedOverlapped.Dispose()~System.Threading.PreAllocatedOverlapped,System.Private.CoreLib~0~0~Dispose +[S.P.CoreLib]System.Threading.PreAllocatedOverlapped.IDeferredDisposableOnFinalReleasePortableCore(bool)~System.Threading.PreAllocatedOverlapped,System.Private.CoreLib~1~0~IDeferredDisposableOnFinalReleasePortableCore +[S.P.CoreLib]System.Threading.PreAllocatedOverlapped.System.Threading.IDeferredDisposable.OnFinalRelease(bool)~System.Threading.PreAllocatedOverlapped,System.Private.CoreLib~1~0~System.Threading.IDeferredDisposable.OnFinalRelease [S.P.CoreLib]System.Threading.Tasks.Task.FromResult>(KeyValuePair`2<__Canon,__Canon>)~System.Threading.Tasks.Task,System.Private.CoreLib~1~1:System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~FromResult [S.P.CoreLib]System.Threading.Tasks.Task+WhenAllPromise`1>..ctor(Task`1>[])~System.Threading.Tasks.Task+WhenAllPromise`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~1~0~.ctor [S.P.CoreLib]System.Threading.Tasks.Task+WhenAllPromise`1>.Invoke(Task)~System.Threading.Tasks.Task+WhenAllPromise`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~1~0~Invoke +[S.P.CoreLib]System.Threading.ThreadPoolBoundHandle.Dispose()~System.Threading.ThreadPoolBoundHandle,System.Private.CoreLib~0~0~Dispose [S.P.CoreLib]System.WeakReference.get_Target()~System.WeakReference,System.Private.CoreLib~0~0~get_Target +[System.IO.FileSystem.Watcher]System.IO.FileSystemWatcher.ReadDirectoryChangesCallback(uint32,uint32,AsyncReadState)~System.IO.FileSystemWatcher,System.IO.FileSystem.Watcher~3~0~ReadDirectoryChangesCallback [System.Linq]System.Linq.Enumerable.ToDictionary,__Canon,__Canon>(KeyValuePair`2<__Canon,__Canon>[],Func`2,__Canon>,Func`2,__Canon>,IEqualityComparer`1<__Canon>)~System.Linq.Enumerable,System.Linq~4~3:System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:System.__Canon,System.Private.CoreLib:System.__Canon,System.Private.CoreLib~ToDictionary +[System.Memory.Data]System.BinaryData..ctor(string)~System.BinaryData,System.Memory.Data~1~0~.ctor +[System.Memory.Data]System.BinaryData.FromString(string)~System.BinaryData,System.Memory.Data~1~0~FromString +[System.Memory.Data]System.BinaryData.ToStream()~System.BinaryData,System.Memory.Data~0~0~ToStream +[System.Memory.Data]System.IO.ReadOnlyMemoryStream.CopyToAsync(Stream,int32,CancellationToken)~System.IO.ReadOnlyMemoryStream,System.Memory.Data~3~0~CopyToAsync +[System.Memory.Data]System.IO.ReadOnlyMemoryStream.EnsureNotClosed()~System.IO.ReadOnlyMemoryStream,System.Memory.Data~0~0~EnsureNotClosed +[System.Memory.Data]System.IO.ReadOnlyMemoryStream.get_CanSeek()~System.IO.ReadOnlyMemoryStream,System.Memory.Data~0~0~get_CanSeek +[System.Memory.Data]System.IO.ReadOnlyMemoryStream.get_Length()~System.IO.ReadOnlyMemoryStream,System.Memory.Data~0~0~get_Length +[System.Memory.Data]System.IO.ReadOnlyMemoryStream.get_Position()~System.IO.ReadOnlyMemoryStream,System.Memory.Data~0~0~get_Position +[System.Memory.Data]System.IO.ReadOnlyMemoryStream.Seek(int64,SeekOrigin)~System.IO.ReadOnlyMemoryStream,System.Memory.Data~2~0~Seek +[System.Net.Http]System.Net.ArrayBuffer.get_AvailableSpan()~System.Net.ArrayBuffer,System.Net.Http~0~0~get_AvailableSpan +[System.Net.Http]System.Net.Http.HttpResponseMessage.set_ReasonPhrase(string)~System.Net.Http.HttpResponseMessage,System.Net.Http~1~0~set_ReasonPhrase +[System.Net.Http]System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellation(CancellationToken)~System.Threading.Tasks.TaskCompletionSourceWithCancellation`1[[System.__Canon,System.Private.CoreLib]],System.Net.Http~1~0~WaitWithCancellation +[System.Net.Security]System.Net.Security.SslStream.EnsureFullTlsFrameAsync(CancellationToken,int32)~System.Net.Security.SslStream,System.Net.Security~2~1:System.Net.Security.SyncReadWriteAdapter,System.Net.Security~EnsureFullTlsFrameAsync +[System.Net.Security]System.Net.Security.SslStream.ForceAuthenticationAsync(bool,uint8[],CancellationToken)~System.Net.Security.SslStream,System.Net.Security~3~1:System.Net.Security.SyncReadWriteAdapter,System.Net.Security~ForceAuthenticationAsync +[System.Net.Security]System.Net.Security.SslStream.Read(uint8[],int32,int32)~System.Net.Security.SslStream,System.Net.Security~3~0~Read +[System.Net.Security]System.Net.Security.SslStream.ReadAsyncInternal(Memory`1,CancellationToken)~System.Net.Security.SslStream,System.Net.Security~2~1:System.Net.Security.SyncReadWriteAdapter,System.Net.Security~ReadAsyncInternal +[System.Net.Security]System.Net.Security.SslStream.ReplyOnReAuthenticationAsync(uint8[],CancellationToken)~System.Net.Security.SslStream,System.Net.Security~2~1:System.Net.Security.SyncReadWriteAdapter,System.Net.Security~ReplyOnReAuthenticationAsync +[System.Net.Security]System.Net.Security.SslStream+d__161`1.MoveNext()~System.Net.Security.SslStream+d__161`1[[System.Net.Security.SyncReadWriteAdapter,System.Net.Security]],System.Net.Security~0~0~MoveNext +[System.Net.Security]System.Net.Security.SslStream+d__150`1.MoveNext()~System.Net.Security.SslStream+d__150`1[[System.Net.Security.SyncReadWriteAdapter,System.Net.Security]],System.Net.Security~0~0~MoveNext +[System.Net.Security]System.Net.Security.SslStream+d__163`1.MoveNext()~System.Net.Security.SslStream+d__163`1[[System.Net.Security.SyncReadWriteAdapter,System.Net.Security]],System.Net.Security~0~0~MoveNext +[System.Net.Security]System.Net.Security.SslStream+d__148`1.MoveNext()~System.Net.Security.SslStream+d__148`1[[System.Net.Security.SyncReadWriteAdapter,System.Net.Security]],System.Net.Security~0~0~MoveNext +[System.Net.Security]System.Net.Security.SyncReadWriteAdapter.ReadAsync(Stream,Memory`1,CancellationToken)~System.Net.Security.SyncReadWriteAdapter,System.Net.Security~3~0~ReadAsync +[System.Net.Sockets]Interop+Winsock.recv(SafeSocketHandle,uint8*,int32,SocketFlags)~Interop+Winsock,System.Net.Sockets~4~0~recv +[System.Net.Sockets]System.Net.Sockets.NetworkStream.Read(Span`1)~System.Net.Sockets.NetworkStream,System.Net.Sockets~1~0~Read +[System.Net.Sockets]System.Net.Sockets.Socket.Receive(Span`1,SocketFlags,SocketError&)~System.Net.Sockets.Socket,System.Net.Sockets~3~0~Receive +[System.Net.Sockets]System.Net.Sockets.Socket.UpdateReceiveSocketErrorForDisposed(SocketError&,int32)~System.Net.Sockets.Socket,System.Net.Sockets~2~0~UpdateReceiveSocketErrorForDisposed +[System.Net.Sockets]System.Net.Sockets.SocketPal.Receive(SafeSocketHandle,Span`1,SocketFlags,int32&)~System.Net.Sockets.SocketPal,System.Net.Sockets~4~0~Receive +[System.Security.Cryptography]System.Security.Cryptography.RandomNumberGenerator.Dispose()~System.Security.Cryptography.RandomNumberGenerator,System.Security.Cryptography~0~0~Dispose +[System.Security.Cryptography]System.Security.Cryptography.RandomNumberGenerator.Dispose(bool)~System.Security.Cryptography.RandomNumberGenerator,System.Security.Cryptography~1~0~Dispose +[System.Security.Cryptography]System.Security.Cryptography.RandomNumberGeneratorImplementation..cctor()~System.Security.Cryptography.RandomNumberGeneratorImplementation,System.Security.Cryptography~0~0~.cctor +[System.Security.Cryptography]System.Security.Cryptography.RandomNumberGeneratorImplementation.GetBytes(Span`1)~System.Security.Cryptography.RandomNumberGeneratorImplementation,System.Security.Cryptography~1~0~GetBytes +[System.Security.Cryptography]System.Security.Cryptography.RandomNumberGeneratorImplementation.GetBytes(uint8[])~System.Security.Cryptography.RandomNumberGeneratorImplementation,System.Security.Cryptography~1~0~GetBytes +[System.Security.Cryptography]System.Security.Cryptography.RandomNumberGeneratorImplementation.GetBytes(uint8*,int32)~System.Security.Cryptography.RandomNumberGeneratorImplementation,System.Security.Cryptography~2~0~GetBytes +[System.Security.Cryptography]System.Security.Cryptography.RNGCryptoServiceProvider..ctor()~System.Security.Cryptography.RNGCryptoServiceProvider,System.Security.Cryptography~0~0~.ctor +[System.Security.Cryptography]System.Security.Cryptography.RNGCryptoServiceProvider.Dispose(bool)~System.Security.Cryptography.RNGCryptoServiceProvider,System.Security.Cryptography~1~0~Dispose +[System.Security.Cryptography]System.Security.Cryptography.RNGCryptoServiceProvider.GetBytes(uint8[])~System.Security.Cryptography.RNGCryptoServiceProvider,System.Security.Cryptography~1~0~GetBytes [System.Threading.Channels]System.Collections.Generic.Deque`1.DequeueHead()~System.Collections.Generic.Deque`1[[Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DeferredLogEntry,Microsoft.Azure.WebJobs.Script.WebHost]],System.Threading.Channels~0~0~DequeueHead [System.Threading.Channels]System.Collections.Generic.Deque`1.Grow()~System.Collections.Generic.Deque`1[[Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DeferredLogEntry,Microsoft.Azure.WebJobs.Script.WebHost]],System.Threading.Channels~0~0~Grow [System.Threading.Channels]System.Threading.Channels.BoundedChannel`1+BoundedChannelReader.DequeueItemAndPostProcess()~System.Threading.Channels.BoundedChannel`1+BoundedChannelReader[[Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DeferredLogEntry,Microsoft.Azure.WebJobs.Script.WebHost]],System.Threading.Channels~0~0~DequeueItemAndPostProcess [System.Threading.Channels]System.Threading.Channels.BoundedChannel`1+BoundedChannelReader.TryRead(DeferredLogEntry&)~System.Threading.Channels.BoundedChannel`1+BoundedChannelReader[[Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DeferredLogEntry,Microsoft.Azure.WebJobs.Script.WebHost]],System.Threading.Channels~1~0~TryRead -[System.Threading.Channels]System.Threading.Channels.BoundedChannel`1+BoundedChannelWriter.TryWrite(DeferredLogEntry)~System.Threading.Channels.BoundedChannel`1+BoundedChannelWriter[[Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DeferredLogEntry,Microsoft.Azure.WebJobs.Script.WebHost]],System.Threading.Channels~1~0~TryWrite -[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.Process(ITelemetry)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor,Microsoft.AI.ServerTelemetryChannel~1~0~Process -[Microsoft.AI.ServerTelemetryChannel]Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor.Process(ITelemetry)~Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor,Microsoft.AI.ServerTelemetryChannel~1~0~Process -[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.MetricTelemetry..ctor()~Microsoft.ApplicationInsights.DataContracts.MetricTelemetry,Microsoft.ApplicationInsights~0~0~.ctor -[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.get_Context()~Microsoft.ApplicationInsights.DataContracts.MetricTelemetry,Microsoft.ApplicationInsights~0~0~get_Context -[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.get_Properties()~Microsoft.ApplicationInsights.DataContracts.MetricTelemetry,Microsoft.ApplicationInsights~0~0~get_Properties -[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.get_Timestamp()~Microsoft.ApplicationInsights.DataContracts.MetricTelemetry,Microsoft.ApplicationInsights~0~0~get_Timestamp -[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.set_Timestamp(DateTimeOffset)~Microsoft.ApplicationInsights.DataContracts.MetricTelemetry,Microsoft.ApplicationInsights~1~0~set_Timestamp -[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.External.MetricData..ctor(string,string)~Microsoft.ApplicationInsights.Extensibility.Implementation.External.MetricData,Microsoft.ApplicationInsights~2~0~.ctor -[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.Extensibility.Implementation.Utils.CopyDictionary<__Canon>(IDictionary`2,IDictionary`2)~Microsoft.ApplicationInsights.Extensibility.Implementation.Utils,Microsoft.ApplicationInsights~2~1:System.__Canon,System.Private.CoreLib~CopyDictionary -[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.TelemetryClient.TrackMetric(MetricTelemetry)~Microsoft.ApplicationInsights.TelemetryClient,Microsoft.ApplicationInsights~1~0~TrackMetric -[Microsoft.ApplicationInsights]Microsoft.ApplicationInsights.TelemetryClient.TrackMetric(string,float64,IDictionary`2)~Microsoft.ApplicationInsights.TelemetryClient,Microsoft.ApplicationInsights~3~0~TrackMetric -[Microsoft.Azure.WebJobs.Host]<>f__AnonymousType2`1.GetHashCode()~<>f__AnonymousType2`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Host~0~0~GetHashCode -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionOutputLogger.Log(LogLevel,EventId,FunctionResultAggregateState,Exception,Func`3)~Microsoft.Azure.WebJobs.Logging.FunctionOutputLogger,Microsoft.Azure.WebJobs.Host~5~1:Microsoft.Azure.WebJobs.Logging.FunctionResultAggregateState,Microsoft.Azure.WebJobs.Host~Log -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionResultAggregate.get_SuccessRate()~Microsoft.Azure.WebJobs.Logging.FunctionResultAggregate,Microsoft.Azure.WebJobs.Host~0~0~get_SuccessRate -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionResultAggregateState.get_Item(int32)~Microsoft.Azure.WebJobs.Logging.FunctionResultAggregateState,Microsoft.Azure.WebJobs.Host~1~0~get_Item -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionResultAggregateState.System.Collections.Generic.IEnumerable>.GetEnumerator()~Microsoft.Azure.WebJobs.Logging.FunctionResultAggregateState,Microsoft.Azure.WebJobs.Host~0~0~System.Collections.Generic.IEnumerable>.GetEnumerator -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionResultAggregateState+Enumerator.Dispose()~Microsoft.Azure.WebJobs.Logging.FunctionResultAggregateState+Enumerator,Microsoft.Azure.WebJobs.Host~0~0~Dispose -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionResultAggregateState+Enumerator.get_Current()~Microsoft.Azure.WebJobs.Logging.FunctionResultAggregateState+Enumerator,Microsoft.Azure.WebJobs.Host~0~0~get_Current -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionResultAggregateState+Enumerator.MoveNext()~Microsoft.Azure.WebJobs.Logging.FunctionResultAggregateState+Enumerator,Microsoft.Azure.WebJobs.Host~0~0~MoveNext -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator.b__9_1(IEnumerable`1)~Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator,Microsoft.Azure.WebJobs.Host~1~0~b__9_1 -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator.Aggregate(IEnumerable`1)~Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator,Microsoft.Azure.WebJobs.Host~1~0~Aggregate -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator.Publish(IEnumerable`1)~Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator,Microsoft.Azure.WebJobs.Host~1~0~Publish -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator.TrimDefaultClassName(string)~Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator,Microsoft.Azure.WebJobs.Host~1~0~TrimDefaultClassName -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator+<>c.b__13_0(FunctionInstanceLogEntry)~Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator+<>c,Microsoft.Azure.WebJobs.Host~1~0~b__13_0 -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator+<>c.b__13_1(IGrouping`2<<>f__AnonymousType2`1,FunctionInstanceLogEntry>)~Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator+<>c,Microsoft.Azure.WebJobs.Host~1~0~b__13_1 -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator+<>c.b__13_2(FunctionInstanceLogEntry)~Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator+<>c,Microsoft.Azure.WebJobs.Host~1~0~b__13_2 -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator+<>c.b__13_3(FunctionInstanceLogEntry)~Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator+<>c,Microsoft.Azure.WebJobs.Host~1~0~b__13_3 -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator+<>c.b__13_4(FunctionInstanceLogEntry)~Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator+<>c,Microsoft.Azure.WebJobs.Host~1~0~b__13_4 -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator+<>c.b__13_5(FunctionInstanceLogEntry)~Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator+<>c,Microsoft.Azure.WebJobs.Host~1~0~b__13_5 -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator+<>c.b__13_6(FunctionInstanceLogEntry)~Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator+<>c,Microsoft.Azure.WebJobs.Host~1~0~b__13_6 -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator+<>c.b__13_7(FunctionInstanceLogEntry)~Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator+<>c,Microsoft.Azure.WebJobs.Host~1~0~b__13_7 -[Microsoft.Azure.WebJobs.Host]Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator+<>c.b__9_0(IEnumerable`1)~Microsoft.Azure.WebJobs.Logging.FunctionResultAggregator+<>c,Microsoft.Azure.WebJobs.Host~1~0~b__9_0 -[Microsoft.Azure.WebJobs.Host]Microsoft.Extensions.Logging.LoggerExtensions.LogFunctionResultAggregate(ILogger,FunctionResultAggregate)~Microsoft.Extensions.Logging.LoggerExtensions,Microsoft.Azure.WebJobs.Host~2~0~LogFunctionResultAggregate -[Microsoft.Azure.WebJobs.Host]Microsoft.Extensions.Logging.LoggerExtensions+<>c.b__33_0(FunctionResultAggregateState,Exception)~Microsoft.Extensions.Logging.LoggerExtensions+<>c,Microsoft.Azure.WebJobs.Host~2~0~b__33_0 -[Microsoft.Azure.WebJobs.Logging.ApplicationInsights]Microsoft.Azure.WebJobs.Logging.ApplicationInsights.ApplicationInsightsLogger.Log(LogLevel,EventId,FunctionResultAggregateState,Exception,Func`3)~Microsoft.Azure.WebJobs.Logging.ApplicationInsights.ApplicationInsightsLogger,Microsoft.Azure.WebJobs.Logging.ApplicationInsights~5~1:Microsoft.Azure.WebJobs.Logging.FunctionResultAggregateState,Microsoft.Azure.WebJobs.Host~Log -[Microsoft.Azure.WebJobs.Logging.ApplicationInsights]Microsoft.Azure.WebJobs.Logging.ApplicationInsights.ApplicationInsightsLogger.LogFunctionResultAggregate(IEnumerable`1>,LogLevel,EventId)~Microsoft.Azure.WebJobs.Logging.ApplicationInsights.ApplicationInsightsLogger,Microsoft.Azure.WebJobs.Logging.ApplicationInsights~3~0~LogFunctionResultAggregate -[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DiagnosticEventLogger.Log(LogLevel,EventId,FunctionResultAggregateState,Exception,Func`3)~Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DiagnosticEventLogger,Microsoft.Azure.WebJobs.Script.WebHost~5~1:Microsoft.Azure.WebJobs.Logging.FunctionResultAggregateState,Microsoft.Azure.WebJobs.Host~Log -[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.SystemLogger.Log(LogLevel,EventId,FunctionResultAggregateState,Exception,Func`3)~Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.SystemLogger,Microsoft.Azure.WebJobs.Script.WebHost~5~1:Microsoft.Azure.WebJobs.Logging.FunctionResultAggregateState,Microsoft.Azure.WebJobs.Host~Log -[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Configuration.AppServiceOptions.get_RuntimeSiteName()~Microsoft.Azure.WebJobs.Script.Configuration.AppServiceOptions,Microsoft.Azure.WebJobs.Script~0~0~get_RuntimeSiteName -[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Configuration.AppServiceOptions.get_SlotName()~Microsoft.Azure.WebJobs.Script.Configuration.AppServiceOptions,Microsoft.Azure.WebJobs.Script~0~0~get_SlotName -[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Configuration.AppServiceOptions.get_SubscriptionId()~Microsoft.Azure.WebJobs.Script.Configuration.AppServiceOptions,Microsoft.Azure.WebJobs.Script~0~0~get_SubscriptionId -[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Diagnostics.FileLogger.Log(LogLevel,EventId,FunctionResultAggregateState,Exception,Func`3)~Microsoft.Azure.WebJobs.Script.Diagnostics.FileLogger,Microsoft.Azure.WebJobs.Script~5~1:Microsoft.Azure.WebJobs.Logging.FunctionResultAggregateState,Microsoft.Azure.WebJobs.Host~Log -[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Diagnostics.OpenTelemetry.OpenTelemetryConfigurationExtensions+<>c.b__5_3(LogLevel)~Microsoft.Azure.WebJobs.Script.Diagnostics.OpenTelemetry.OpenTelemetryConfigurationExtensions+<>c,Microsoft.Azure.WebJobs.Script~1~0~b__5_3 -[Microsoft.Extensions.Logging.Abstractions]Microsoft.Extensions.Logging.Abstractions.NullLogger.Log(LogLevel,EventId,FunctionResultAggregateState,Exception,Func`3)~Microsoft.Extensions.Logging.Abstractions.NullLogger,Microsoft.Extensions.Logging.Abstractions~5~1:Microsoft.Azure.WebJobs.Logging.FunctionResultAggregateState,Microsoft.Azure.WebJobs.Host~Log -[Microsoft.Extensions.Logging]Microsoft.Extensions.Logging.Logger.g__LoggerLog|14_0(LogLevel,EventId,ILogger,Exception,Func`3,List`1&,FunctionResultAggregateState&)~Microsoft.Extensions.Logging.Logger,Microsoft.Extensions.Logging~7~1:Microsoft.Azure.WebJobs.Logging.FunctionResultAggregateState,Microsoft.Azure.WebJobs.Host~g__LoggerLog|14_0 -[Microsoft.Extensions.Logging]Microsoft.Extensions.Logging.Logger.Log(LogLevel,EventId,FunctionResultAggregateState,Exception,Func`3)~Microsoft.Extensions.Logging.Logger,Microsoft.Extensions.Logging~5~1:Microsoft.Azure.WebJobs.Logging.FunctionResultAggregateState,Microsoft.Azure.WebJobs.Host~Log -[S.P.CoreLib]Interop+Kernel32.FreeLibrary(native int)~Interop+Kernel32,System.Private.CoreLib~1~0~FreeLibrary -[S.P.CoreLib]Interop+Kernel32.GetDynamicTimeZoneInformation(TIME_DYNAMIC_ZONE_INFORMATION&)~Interop+Kernel32,System.Private.CoreLib~1~0~GetDynamicTimeZoneInformation -[S.P.CoreLib]Interop+Kernel32.GetSystemDirectoryW(char&,uint32)~Interop+Kernel32,System.Private.CoreLib~2~0~GetSystemDirectoryW -[S.P.CoreLib]Interop+User32.LoadString(native int,uint32,char*,int32)~Interop+User32,System.Private.CoreLib~4~0~LoadString -[S.P.CoreLib]System.Collections.Generic.Dictionary`2+Enumerator.Dispose()~System.Collections.Generic.Dictionary`2+Enumerator[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Private.CoreLib~0~0~Dispose -[S.P.CoreLib]System.Collections.Generic.Dictionary`2+Enumerator.get_Current()~System.Collections.Generic.Dictionary`2+Enumerator[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Private.CoreLib~0~0~get_Current -[S.P.CoreLib]System.Collections.Generic.Dictionary`2+Enumerator.MoveNext()~System.Collections.Generic.Dictionary`2+Enumerator[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Private.CoreLib~0~0~MoveNext -[S.P.CoreLib]System.Collections.Generic.Dictionary`2..ctor(int32,IEqualityComparer`1<__Canon>)~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Private.CoreLib~2~0~.ctor -[S.P.CoreLib]System.Collections.Generic.Dictionary`2..ctor(int32)~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Private.CoreLib~1~0~.ctor -[S.P.CoreLib]System.Collections.Generic.Dictionary`2.Add(__Canon,float64)~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Private.CoreLib~2~0~Add -[S.P.CoreLib]System.Collections.Generic.Dictionary`2.Initialize(int32)~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Private.CoreLib~1~0~Initialize -[S.P.CoreLib]System.Collections.Generic.Dictionary`2.System.Collections.Generic.IEnumerable>.GetEnumerator()~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Private.CoreLib~0~0~System.Collections.Generic.IEnumerable>.GetEnumerator -[S.P.CoreLib]System.Collections.Generic.Dictionary`2.TryInsert(__Canon,float64,InsertionBehavior)~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Private.CoreLib~3~0~TryInsert -[S.P.CoreLib]System.Collections.Generic.KeyValuePair`2.get_Key()~System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Private.CoreLib~0~0~get_Key -[S.P.CoreLib]System.Collections.Generic.KeyValuePair`2.get_Value()~System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.Double,System.Private.CoreLib]],System.Private.CoreLib~0~0~get_Value -[S.P.CoreLib]System.Collections.Generic.List`1>>.Clear()~System.Collections.Generic.List`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.Collections.Generic.KeyValuePair`2[[System.Threading.Tasks.Dataflow.DataflowMessageHeader,System.Threading.Tasks.Dataflow],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~Clear -[S.P.CoreLib]System.Convert.ToDouble(int32)~System.Convert,System.Private.CoreLib~1~0~ToDouble -[S.P.CoreLib]System.Environment.get_SystemDirectory()~System.Environment,System.Private.CoreLib~0~0~get_SystemDirectory -[S.P.CoreLib]System.IO.Path.Join(string,string,string)~System.IO.Path,System.Private.CoreLib~3~0~Join -[S.P.CoreLib]System.Math.Round(float64,int32,MidpointRounding)~System.Math,System.Private.CoreLib~3~0~Round -[S.P.CoreLib]System.Math.Round(float64,int32)~System.Math,System.Private.CoreLib~2~0~Round -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__1>.ExecuteFromThreadPool(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[System.Text.Json.Serialization.Metadata.JsonTypeInfo`1+d__1[[System.__Canon,System.Private.CoreLib]],System.Text.Json]],System.Private.CoreLib~1~0~ExecuteFromThreadPool -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__13>.ExecuteFromThreadPool(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Text.Json.Serialization.ReadBufferState,System.Text.Json],[System.Text.Json.Serialization.ReadBufferState+d__13,System.Text.Json]],System.Private.CoreLib~1~0~ExecuteFromThreadPool -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__6>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Hosting.OptionsLoggingService+d__6,Microsoft.Azure.WebJobs.Host]],System.Private.CoreLib~0~0~MoveNext -[S.P.CoreLib]System.TimeZoneInfo.get_DaylightName()~System.TimeZoneInfo,System.Private.CoreLib~0~0~get_DaylightName -[S.P.CoreLib]System.TimeZoneInfo.get_DisplayName()~System.TimeZoneInfo,System.Private.CoreLib~0~0~get_DisplayName -[S.P.CoreLib]System.TimeZoneInfo.get_StandardName()~System.TimeZoneInfo,System.Private.CoreLib~0~0~get_StandardName -[S.P.CoreLib]System.TimeZoneInfo.GetAdjustmentRuleForTime(DateTime,bool,Nullable`1&)~System.TimeZoneInfo,System.Private.CoreLib~3~0~GetAdjustmentRuleForTime -[S.P.CoreLib]System.TimeZoneInfo.GetLocalizedNameByMuiNativeResource(string)~System.TimeZoneInfo,System.Private.CoreLib~1~0~GetLocalizedNameByMuiNativeResource -[S.P.CoreLib]System.TimeZoneInfo.GetLocalizedNameByNativeResource(string,int32)~System.TimeZoneInfo,System.Private.CoreLib~2~0~GetLocalizedNameByNativeResource -[S.P.CoreLib]System.TimeZoneInfo.GetLocalizedNamesByRegistryKey(RegistryKey,string&,string&,string&)~System.TimeZoneInfo,System.Private.CoreLib~4~0~GetLocalizedNamesByRegistryKey -[S.P.CoreLib]System.TimeZoneInfo.GetLocalTimeZone(CachedData)~System.TimeZoneInfo,System.Private.CoreLib~1~0~GetLocalTimeZone -[S.P.CoreLib]System.TimeZoneInfo.GetUtcOffset(DateTime,TimeZoneInfo)~System.TimeZoneInfo,System.Private.CoreLib~2~0~GetUtcOffset -[S.P.CoreLib]System.TimeZoneInfo.GetUtcOffset(DateTime,TimeZoneInfoOptions,CachedData)~System.TimeZoneInfo,System.Private.CoreLib~3~0~GetUtcOffset -[S.P.CoreLib]System.TimeZoneInfo.TryCreateAdjustmentRules(string,REG_TZI_FORMAT&,AdjustmentRule[]&,Exception&,int32)~System.TimeZoneInfo,System.Private.CoreLib~5~0~TryCreateAdjustmentRules -[S.P.CoreLib]System.TimeZoneInfo.TryGetTimeZone(string,bool,TimeZoneInfo&,Exception&,CachedData,bool)~System.TimeZoneInfo,System.Private.CoreLib~6~0~TryGetTimeZone -[S.P.CoreLib]System.TimeZoneInfo.TryGetTimeZoneEntryFromRegistry(RegistryKey,string,REG_TZI_FORMAT&)~System.TimeZoneInfo,System.Private.CoreLib~3~0~TryGetTimeZoneEntryFromRegistry -[S.P.CoreLib]System.TimeZoneInfo.TryGetTimeZoneFromLocalMachine(string,bool,TimeZoneInfo&,Exception&,CachedData)~System.TimeZoneInfo,System.Private.CoreLib~5~0~TryGetTimeZoneFromLocalMachine -[S.P.CoreLib]System.TimeZoneInfo.TryGetTimeZoneFromLocalMachine(string,TimeZoneInfo&,Exception&)~System.TimeZoneInfo,System.Private.CoreLib~3~0~TryGetTimeZoneFromLocalMachine -[S.P.CoreLib]System.TimeZoneInfo.TryGetTimeZoneUsingId(string,bool,TimeZoneInfo&,Exception&,CachedData,bool)~System.TimeZoneInfo,System.Private.CoreLib~6~0~TryGetTimeZoneUsingId -[S.P.CoreLib]System.TimeZoneInfo+CachedData.CreateLocal()~System.TimeZoneInfo+CachedData,System.Private.CoreLib~0~0~CreateLocal -[S.P.CoreLib]System.WeakReference..ctor(object)~System.WeakReference,System.Private.CoreLib~1~0~.ctor -[S.P.CoreLib]System.WeakReference.Create(object,bool)~System.WeakReference,System.Private.CoreLib~2~0~Create -[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.get_Values()~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~0~0~get_Values -[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.GetValues()~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~0~0~GetValues -[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.System.Collections.Generic.IDictionary.Add(__Canon,__Canon)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~2~0~System.Collections.Generic.IDictionary.Add -[System.Linq]System.Linq.Enumerable.Average<__Canon,int64,int64,float64>(IEnumerable`1<__Canon>,Func`2<__Canon,int64>)~System.Linq.Enumerable,System.Linq~2~4:System.__Canon,System.Private.CoreLib:System.Int64,System.Private.CoreLib:System.Int64,System.Private.CoreLib:System.Double,System.Private.CoreLib~Average -[System.Linq]System.Linq.Enumerable.Average<__Canon>(IEnumerable`1<__Canon>,Func`2<__Canon,int64>)~System.Linq.Enumerable,System.Linq~2~1:System.__Canon,System.Private.CoreLib~Average -[System.Linq]System.Linq.Enumerable.Max<__Canon,TimeSpan>(IEnumerable`1<__Canon>,Func`2<__Canon,TimeSpan>)~System.Linq.Enumerable,System.Linq~2~2:System.__Canon,System.Private.CoreLib:System.TimeSpan,System.Private.CoreLib~Max -[System.Linq]System.Linq.Enumerable.Min<__Canon,DateTime>(IEnumerable`1<__Canon>,Func`2<__Canon,DateTime>)~System.Linq.Enumerable,System.Linq~2~2:System.__Canon,System.Private.CoreLib:System.DateTime,System.Private.CoreLib~Min -[System.Linq]System.Linq.Enumerable.Min<__Canon,TimeSpan>(IEnumerable`1<__Canon>,Func`2<__Canon,TimeSpan>)~System.Linq.Enumerable,System.Linq~2~2:System.__Canon,System.Private.CoreLib:System.TimeSpan,System.Private.CoreLib~Min -[System.Threading.Tasks.Dataflow]System.Collections.Concurrent.SingleProducerSingleConsumerQueue`1>.Enqueue(KeyValuePair`2<__Canon,int64>)~System.Collections.Concurrent.SingleProducerSingleConsumerQueue`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.Int64,System.Private.CoreLib]],System.Private.CoreLib]],System.Threading.Tasks.Dataflow~1~0~Enqueue -[System.Threading.Tasks.Dataflow]System.Collections.Concurrent.SingleProducerSingleConsumerQueue`1>.get_IsEmpty()~System.Collections.Concurrent.SingleProducerSingleConsumerQueue`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.Int64,System.Private.CoreLib]],System.Private.CoreLib]],System.Threading.Tasks.Dataflow~0~0~get_IsEmpty -[System.Threading.Tasks.Dataflow]System.Collections.Concurrent.SingleProducerSingleConsumerQueue`1>.TryDequeue(KeyValuePair`2<__Canon,int64>&)~System.Collections.Concurrent.SingleProducerSingleConsumerQueue`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.Int64,System.Private.CoreLib]],System.Private.CoreLib]],System.Threading.Tasks.Dataflow~1~0~TryDequeue -[System.Threading.Tasks.Dataflow]System.Collections.Concurrent.SingleProducerSingleConsumerQueue`1>.TryDequeueSlow(Segment>,KeyValuePair`2<__Canon,int64>[],bool,KeyValuePair`2<__Canon,int64>&)~System.Collections.Concurrent.SingleProducerSingleConsumerQueue`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.Int64,System.Private.CoreLib]],System.Private.CoreLib]],System.Threading.Tasks.Dataflow~4~0~TryDequeueSlow -[System.Threading.Tasks.Dataflow]System.Threading.Tasks.Dataflow.ActionBlock`1+<>c__DisplayClass6_0.<.ctor>b__0(KeyValuePair`2<__Canon,int64>)~System.Threading.Tasks.Dataflow.ActionBlock`1+<>c__DisplayClass6_0[[System.__Canon,System.Private.CoreLib]],System.Threading.Tasks.Dataflow~1~0~<.ctor>b__0 -[System.Threading.Tasks.Dataflow]System.Threading.Tasks.Dataflow.ActionBlock`1.ProcessMessage(Action`1<__Canon>,KeyValuePair`2<__Canon,int64>)~System.Threading.Tasks.Dataflow.ActionBlock`1[[System.__Canon,System.Private.CoreLib]],System.Threading.Tasks.Dataflow~2~0~ProcessMessage -[System.Threading.Tasks.Dataflow]System.Threading.Tasks.Dataflow.ActionBlock`1.System.Threading.Tasks.Dataflow.ITargetBlock.OfferMessage(DataflowMessageHeader,__Canon,ISourceBlock`1<__Canon>,bool)~System.Threading.Tasks.Dataflow.ActionBlock`1[[System.__Canon,System.Private.CoreLib]],System.Threading.Tasks.Dataflow~4~0~System.Threading.Tasks.Dataflow.ITargetBlock.OfferMessage -[System.Threading.Tasks.Dataflow]System.Threading.Tasks.Dataflow.BatchBlock`1+<>c.<.ctor>b__3_0(ISourceBlock`1<__Canon[]>,int32)~System.Threading.Tasks.Dataflow.BatchBlock`1+<>c[[System.__Canon,System.Private.CoreLib]],System.Threading.Tasks.Dataflow~2~0~<.ctor>b__3_0 -[System.Threading.Tasks.Dataflow]System.Threading.Tasks.Dataflow.BatchBlock`1+<>c.<.ctor>b__3_1(ISourceBlock`1<__Canon[]>,__Canon[],IList`1<__Canon[]>)~System.Threading.Tasks.Dataflow.BatchBlock`1+<>c[[System.__Canon,System.Private.CoreLib]],System.Threading.Tasks.Dataflow~3~0~<.ctor>b__3_1 -[System.Threading.Tasks.Dataflow]System.Threading.Tasks.Dataflow.BatchBlock`1+BatchBlockTargetCore+<>c..cctor()~System.Threading.Tasks.Dataflow.BatchBlock`1+BatchBlockTargetCore+<>c[[System.__Canon,System.Private.CoreLib]],System.Threading.Tasks.Dataflow~0~0~.cctor -[System.Threading.Tasks.Dataflow]System.Threading.Tasks.Dataflow.BatchBlock`1+BatchBlockTargetCore+<>c.b__30_0(object)~System.Threading.Tasks.Dataflow.BatchBlock`1+BatchBlockTargetCore+<>c[[System.__Canon,System.Private.CoreLib]],System.Threading.Tasks.Dataflow~1~0~b__30_0 -[System.Threading.Tasks.Dataflow]System.Threading.Tasks.Dataflow.BatchBlock`1+BatchBlockTargetCore.CountItems(__Canon[],IList`1<__Canon[]>)~System.Threading.Tasks.Dataflow.BatchBlock`1+BatchBlockTargetCore[[System.__Canon,System.Private.CoreLib]],System.Threading.Tasks.Dataflow~2~0~CountItems -[System.Threading.Tasks.Dataflow]System.Threading.Tasks.Dataflow.BatchBlock`1+BatchBlockTargetCore.OnItemsRemoved(int32)~System.Threading.Tasks.Dataflow.BatchBlock`1+BatchBlockTargetCore[[System.__Canon,System.Private.CoreLib]],System.Threading.Tasks.Dataflow~1~0~OnItemsRemoved -[System.Threading.Tasks.Dataflow]System.Threading.Tasks.Dataflow.BatchBlock`1+BatchBlockTargetCore.ProcessAsyncIfNecessary_Slow(bool)~System.Threading.Tasks.Dataflow.BatchBlock`1+BatchBlockTargetCore[[System.__Canon,System.Private.CoreLib]],System.Threading.Tasks.Dataflow~1~0~ProcessAsyncIfNecessary_Slow -[System.Threading.Tasks.Dataflow]System.Threading.Tasks.Dataflow.BatchBlock`1+BatchBlockTargetCore.ProcessMessagesLoopCore()~System.Threading.Tasks.Dataflow.BatchBlock`1+BatchBlockTargetCore[[System.__Canon,System.Private.CoreLib]],System.Threading.Tasks.Dataflow~0~0~ProcessMessagesLoopCore -[System.Threading.Tasks.Dataflow]System.Threading.Tasks.Dataflow.BatchBlock`1+BatchBlockTargetCore.RetrievePostponedItemsGreedyBounded(bool)~System.Threading.Tasks.Dataflow.BatchBlock`1+BatchBlockTargetCore[[System.__Canon,System.Private.CoreLib]],System.Threading.Tasks.Dataflow~1~0~RetrievePostponedItemsGreedyBounded -[System.Threading.Tasks.Dataflow]System.Threading.Tasks.Dataflow.Internal.Common.TryKeepAliveUntil<__Canon,KeyValuePair`2<__Canon,int64>>(KeepAlivePredicate`2<__Canon,KeyValuePair`2<__Canon,int64>>,__Canon,KeyValuePair`2<__Canon,int64>&)~System.Threading.Tasks.Dataflow.Internal.Common,System.Threading.Tasks.Dataflow~3~2:System.__Canon,System.Private.CoreLib:System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.Int64,System.Private.CoreLib]],System.Private.CoreLib~TryKeepAliveUntil -[System.Threading.Tasks.Dataflow]System.Threading.Tasks.Dataflow.Internal.TargetCore`1..cctor()~System.Threading.Tasks.Dataflow.Internal.TargetCore`1[[System.__Canon,System.Private.CoreLib]],System.Threading.Tasks.Dataflow~0~0~.cctor -[System.Threading.Tasks.Dataflow]System.Threading.Tasks.Dataflow.Internal.TargetCore`1.ChangeBoundingCount(int32)~System.Threading.Tasks.Dataflow.Internal.TargetCore`1[[System.__Canon,System.Private.CoreLib]],System.Threading.Tasks.Dataflow~1~0~ChangeBoundingCount -[System.Threading.Tasks.Dataflow]System.Threading.Tasks.Dataflow.TransformBlock`2+<>c__DisplayClass9_0.<.ctor>b__3(KeyValuePair`2<__Canon,int64>)~System.Threading.Tasks.Dataflow.TransformBlock`2+<>c__DisplayClass9_0[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Threading.Tasks.Dataflow~1~0~<.ctor>b__3 -[System.Threading.Tasks.Dataflow]System.Threading.Tasks.Dataflow.TransformBlock`2.ProcessMessage(Func`2<__Canon,__Canon>,KeyValuePair`2<__Canon,int64>)~System.Threading.Tasks.Dataflow.TransformBlock`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Threading.Tasks.Dataflow~2~0~ProcessMessage -[System.Threading.Tasks.Dataflow]System.Threading.Tasks.Dataflow.TransformBlock`2.System.Threading.Tasks.Dataflow.ITargetBlock.OfferMessage(DataflowMessageHeader,__Canon,ISourceBlock`1<__Canon>,bool)~System.Threading.Tasks.Dataflow.TransformBlock`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Threading.Tasks.Dataflow~4~0~System.Threading.Tasks.Dataflow.ITargetBlock.OfferMessage -float64.TryConvertFrom(int64,float64&)~System.Double,System.Private.CoreLib~2~1:System.Int64,System.Private.CoreLib~TryConvertFrom -int64.TryParse(string,int64&)~System.Int64,System.Private.CoreLib~2~0~TryParse \ No newline at end of file +[System.Threading.Channels]System.Threading.Channels.BoundedChannel`1+BoundedChannelWriter.TryWrite(DeferredLogEntry)~System.Threading.Channels.BoundedChannel`1+BoundedChannelWriter[[Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.DeferredLogEntry,Microsoft.Azure.WebJobs.Script.WebHost]],System.Threading.Channels~1~0~TryWrite \ No newline at end of file diff --git a/src/WebJobs.Script.WebHost/PreJIT/linux.coldstart.jittrace b/src/WebJobs.Script.WebHost/PreJIT/linux.coldstart.jittrace index 843bf54e84..abc8793a29 100644 --- a/src/WebJobs.Script.WebHost/PreJIT/linux.coldstart.jittrace +++ b/src/WebJobs.Script.WebHost/PreJIT/linux.coldstart.jittrace @@ -8550,10 +8550,6 @@ string.Create>(int32,ValueTuple`2d__103>(TaskAwaiter&,d__103&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter,System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel+d__103,Microsoft.Azure.WebJobs.Script.Grpc~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted,d__7>(TaskAwaiter`1&,d__7&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[Yarp.ReverseProxy.Forwarder.ForwarderError,Yarp.ReverseProxy]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.Grpc.DefaultHttpProxyService+d__7,Microsoft.Azure.WebJobs.Script.Grpc~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<d__7>(d__7&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Grpc.DefaultHttpProxyService+d__7,Microsoft.Azure.WebJobs.Script.Grpc~Start -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__7>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Middleware.FunctionInvocationMiddleware+d__7,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__7>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Middleware.FunctionInvocationMiddleware+d__7,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__7>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Middleware.FunctionInvocationMiddleware+d__7,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__7>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Boolean,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Middleware.FunctionInvocationMiddleware+d__7,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__87>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Http.HttpConnection+d__87,System.Net.Http]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__87>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Http.HttpConnection+d__87,System.Net.Http]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__87>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Http.HttpConnection+d__87,System.Net.Http]],System.Private.CoreLib~0~0~MoveNext @@ -8562,26 +8558,10 @@ string.Create>(int32,ValueTuple`2d__6>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Http.HttpConnection+ChunkedEncodingReadStream+d__6,System.Net.Http]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__6>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Http.HttpConnection+ChunkedEncodingReadStream+d__6,System.Net.Http]],System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__6>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Int32,System.Private.CoreLib],[System.Net.Http.HttpConnection+ChunkedEncodingReadStream+d__6,System.Net.Http]],System.Private.CoreLib~1~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__54>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authentication.AuthenticationHandler`1+d__54[[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authentication]],System.Private.CoreLib~0~0~.cctor -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__54>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authentication.AuthenticationHandler`1+d__54[[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authentication]],System.Private.CoreLib~1~0~ExecutionContextCallback -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__54>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authentication.AuthenticationHandler`1+d__54[[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authentication]],System.Private.CoreLib~0~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__54>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authentication.AuthenticationHandler`1+d__54[[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authentication]],System.Private.CoreLib~1~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__14>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authentication.AuthenticationService+d__14,Microsoft.AspNetCore.Authentication.Core]],System.Private.CoreLib~0~0~.cctor -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__14>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authentication.AuthenticationService+d__14,Microsoft.AspNetCore.Authentication.Core]],System.Private.CoreLib~1~0~ExecutionContextCallback -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__14>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authentication.AuthenticationService+d__14,Microsoft.AspNetCore.Authentication.Core]],System.Private.CoreLib~0~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__14>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authentication.AuthenticationService+d__14,Microsoft.AspNetCore.Authentication.Core]],System.Private.CoreLib~1~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__2>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator+d__2,Microsoft.AspNetCore.Authorization.Policy]],System.Private.CoreLib~0~0~.cctor -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__2>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator+d__2,Microsoft.AspNetCore.Authorization.Policy]],System.Private.CoreLib~1~0~ExecutionContextCallback -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__2>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator+d__2,Microsoft.AspNetCore.Authorization.Policy]],System.Private.CoreLib~0~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__2>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator+d__2,Microsoft.AspNetCore.Authorization.Policy]],System.Private.CoreLib~1~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__5>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.Grpc.RetryProxyHandler+d__5,Microsoft.Azure.WebJobs.Script.Grpc]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__5>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.Grpc.RetryProxyHandler+d__5,Microsoft.Azure.WebJobs.Script.Grpc]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__5>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.Grpc.RetryProxyHandler+d__5,Microsoft.Azure.WebJobs.Script.Grpc]],System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__5>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.Grpc.RetryProxyHandler+d__5,Microsoft.Azure.WebJobs.Script.Grpc]],System.Private.CoreLib~1~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__5>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Authentication.AuthenticationLevelHandler+d__5,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__5>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Authentication.AuthenticationLevelHandler+d__5,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__5>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Authentication.AuthenticationLevelHandler+d__5,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__5>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Authentication.AuthenticationLevelHandler+d__5,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__10`1>.ExecuteFromThreadPool(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Grpc.AspNetCore.Server.Internal.PipeExtensions+d__10`1[[System.__Canon,System.Private.CoreLib]],Grpc.AspNetCore.Server]],System.Private.CoreLib~1~0~ExecuteFromThreadPool [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__7>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.Grpc.DefaultHttpProxyService+d__7,Microsoft.Azure.WebJobs.Script.Grpc]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__7>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.Grpc.DefaultHttpProxyService+d__7,Microsoft.Azure.WebJobs.Script.Grpc]],System.Private.CoreLib~1~0~ExecutionContextCallback @@ -8591,18 +8571,6 @@ string.Create>(int32,ValueTuple`2d__103>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel+d__103,Microsoft.Azure.WebJobs.Script.Grpc]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__103>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel+d__103,Microsoft.Azure.WebJobs.Script.Grpc]],System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__103>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel+d__103,Microsoft.Azure.WebJobs.Script.Grpc]],System.Private.CoreLib~1~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Yarp.ReverseProxy.Forwarder.HttpForwarder+d__17>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[Yarp.ReverseProxy.Forwarder.StreamCopyResult,Yarp.ReverseProxy],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib],[Yarp.ReverseProxy.Forwarder.HttpForwarder+d__17,Yarp.ReverseProxy]],System.Private.CoreLib~0~0~.cctor [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Yarp.ReverseProxy.Forwarder.HttpForwarder+d__17>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[Yarp.ReverseProxy.Forwarder.StreamCopyResult,Yarp.ReverseProxy],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib],[Yarp.ReverseProxy.Forwarder.HttpForwarder+d__17,Yarp.ReverseProxy]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1,Yarp.ReverseProxy.Forwarder.HttpForwarder+d__17>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.ValueTuple`2[[Yarp.ReverseProxy.Forwarder.StreamCopyResult,Yarp.ReverseProxy],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib],[Yarp.ReverseProxy.Forwarder.HttpForwarder+d__17,Yarp.ReverseProxy]],System.Private.CoreLib~0~0~MoveNext @@ -8615,28 +8583,12 @@ string.Create>(int32,ValueTuple`2d__8>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[Yarp.ReverseProxy.Forwarder.ForwarderError,Yarp.ReverseProxy],[Yarp.ReverseProxy.Forwarder.HttpForwarder+d__8,Yarp.ReverseProxy]],System.Private.CoreLib~1~0~ExecutionContextCallback [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__8>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[Yarp.ReverseProxy.Forwarder.ForwarderError,Yarp.ReverseProxy],[Yarp.ReverseProxy.Forwarder.HttpForwarder+d__8,Yarp.ReverseProxy]],System.Private.CoreLib~0~0~MoveNext [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__8>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[Yarp.ReverseProxy.Forwarder.ForwarderError,Yarp.ReverseProxy],[Yarp.ReverseProxy.Forwarder.HttpForwarder+d__8,Yarp.ReverseProxy]],System.Private.CoreLib~1~0~MoveNext -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__7>(TaskAwaiter`1<__Canon>&,d__7&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Middleware.FunctionInvocationMiddleware+d__7,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__7>(TaskAwaiter`1<__Canon>&,d__7&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Middleware.FunctionInvocationMiddleware+d__7,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__7>(d__7&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.Middleware.FunctionInvocationMiddleware+d__7,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__87>(d__87&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Http.HttpConnection+d__87,System.Net.Http~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__6>(d__6&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Net.Http.HttpConnection+ChunkedEncodingReadStream+d__6,System.Net.Http~GetStateMachineBox -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__14>(TaskAwaiter`1<__Canon>&,d__14&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.AspNetCore.Authentication.AuthenticationService+d__14,Microsoft.AspNetCore.Authentication.Core~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__14>(TaskAwaiter`1<__Canon>&,d__14&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.AspNetCore.Authentication.AuthenticationService+d__14,Microsoft.AspNetCore.Authentication.Core~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__2>(TaskAwaiter`1<__Canon>&,d__2&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator+d__2,Microsoft.AspNetCore.Authorization.Policy~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__2>(TaskAwaiter`1<__Canon>&,d__2&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator+d__2,Microsoft.AspNetCore.Authorization.Policy~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__54<__Canon>>(TaskAwaiter`1<__Canon>&,d__54<__Canon>&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.AspNetCore.Authentication.AuthenticationHandler`1+d__54[[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authentication~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__54<__Canon>>(TaskAwaiter`1<__Canon>&,d__54<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.AspNetCore.Authentication.AuthenticationHandler`1+d__54[[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authentication~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__5>(TaskAwaiter`1<__Canon>&,d__5&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.Grpc.RetryProxyHandler+d__5,Microsoft.Azure.WebJobs.Script.Grpc~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__5>(TaskAwaiter`1<__Canon>&,d__5&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.Grpc.RetryProxyHandler+d__5,Microsoft.Azure.WebJobs.Script.Grpc~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__5>(TaskAwaiter`1&,d__5&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Middleware.FunctionInvocationMiddleware+d__5,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__5>(TaskAwaiter`1&,d__5&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Middleware.FunctionInvocationMiddleware+d__5,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted>,d__5>(TaskAwaiter`1>&,d__5&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Authentication.AuthenticationLevelHandler+d__5,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted>,d__5>(TaskAwaiter`1>&,d__5&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Authentication.AuthenticationLevelHandler+d__5,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted>>(TaskAwaiter`1>&,IAsyncStateMachineBox)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Runtime.CompilerServices.TaskAwaiter`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__14>(d__14&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.AspNetCore.Authentication.AuthenticationService+d__14,Microsoft.AspNetCore.Authentication.Core~GetStateMachineBox -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__2>(d__2&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.AspNetCore.Authorization.Policy.PolicyEvaluator+d__2,Microsoft.AspNetCore.Authorization.Policy~GetStateMachineBox -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__54<__Canon>>(d__54<__Canon>&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.AspNetCore.Authentication.AuthenticationHandler`1+d__54[[System.__Canon,System.Private.CoreLib]],Microsoft.AspNetCore.Authentication~GetStateMachineBox -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__5>(d__5&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.Authentication.AuthenticationLevelHandler+d__5,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__5>(d__5&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.Grpc.RetryProxyHandler+d__5,Microsoft.Azure.WebJobs.Script.Grpc~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__3`1<__Canon>>(d__3`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Description.FunctionGenerator+d__3`1[[System.__Canon,System.Private.CoreLib]],Microsoft.Azure.WebJobs.Script~Start [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__24>(d__24&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.Description.FunctionInvokerBase+d__24,Microsoft.Azure.WebJobs.Script~Start @@ -8644,17 +8596,6 @@ string.Create>(int32,ValueTuple`2.AwaitUnsafeOnCompleted>(TaskAwaiter`1&,IAsyncStateMachineBox)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Runtime.CompilerServices.TaskAwaiter`1[[Yarp.ReverseProxy.Forwarder.ForwarderError,Yarp.ReverseProxy]],System.Private.CoreLib~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__7>(d__7&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.Grpc.DefaultHttpProxyService+d__7,Microsoft.Azure.WebJobs.Script.Grpc~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__103>(d__103&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.Grpc.GrpcWorkerChannel+d__103,Microsoft.Azure.WebJobs.Script.Grpc~GetStateMachineBox -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted,d__35>(TaskAwaiter`1<__Canon>&,d__35&,Task`1>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted,d__35>(TaskAwaiter`1<__Canon>&,d__35&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted>(TaskAwaiter`1<__Canon>&,IAsyncStateMachineBox)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted>,<g__GetAuthorizationLevelAndValidateAsync|34_0>d>(TaskAwaiter`1>&,<g__GetAuthorizationLevelAndValidateAsync|34_0>d&,Task`1>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted>,<g__GetAuthorizationLevelAndValidateAsync|34_0>d>(TaskAwaiter`1>&,<g__GetAuthorizationLevelAndValidateAsync|34_0>d&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted>,d__34>(TaskAwaiter`1>&,d__34&,Task`1>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted>,d__34>(TaskAwaiter`1>&,d__34&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted>>(TaskAwaiter`1>&,IAsyncStateMachineBox)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Runtime.CompilerServices.TaskAwaiter`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~AwaitUnsafeOnCompleted -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.GetStateMachineBox<<g__GetAuthorizationLevelAndValidateAsync|34_0>d>(<g__GetAuthorizationLevelAndValidateAsync|34_0>d&,Task`1>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+<g__GetAuthorizationLevelAndValidateAsync|34_0>d,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.GetStateMachineBox<d__35>(d__35&,Task`1>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__35,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox -[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.GetStateMachineBox<d__34>(d__34&,Task`1>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Extensions.Http.AuthorizationLevel,Microsoft.Azure.WebJobs.Extensions.Http]],System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.SecretManager+d__34,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted,d__4>(ValueTaskAwaiter`1&,d__4&,Task`1>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[Yarp.ReverseProxy.Forwarder.StreamCopyResult,Yarp.ReverseProxy],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ValueTaskAwaiter`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib:Yarp.ReverseProxy.Forwarder.StreamCopier+d__4,Yarp.ReverseProxy~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted>(ValueTaskAwaiter`1&,IAsyncStateMachineBox)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[Yarp.ReverseProxy.Forwarder.StreamCopyResult,Yarp.ReverseProxy],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~2~1:System.Runtime.CompilerServices.ValueTaskAwaiter`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib~AwaitUnsafeOnCompleted [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>.AwaitUnsafeOnCompleted>,d__17>(ValueTaskAwaiter`1>&,d__17&,Task`1>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.ValueTuple`2[[Yarp.ReverseProxy.Forwarder.StreamCopyResult,Yarp.ReverseProxy],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.ValueTaskAwaiter`1[[System.ValueTuple`2[[Yarp.ReverseProxy.Forwarder.StreamCopyResult,Yarp.ReverseProxy],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib:Yarp.ReverseProxy.Forwarder.HttpForwarder+d__17,Yarp.ReverseProxy~AwaitUnsafeOnCompleted @@ -14281,10 +14222,6 @@ uint8.ToString(string)~System.Byte,System.Private.CoreLib~1~0~ToString [Microsoft.Extensions.Primitives]Microsoft.Extensions.Primitives.StringSegment.IndexOf(char,int32)~Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives~2~0~IndexOf [Microsoft.Extensions.Primitives]Microsoft.Extensions.Primitives.StringValues.op_Implicit(StringValues)~Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives~1~0~op_Implicit [Newtonsoft.Json]Newtonsoft.Json.DefaultJsonNameTable.Grow()~Newtonsoft.Json.DefaultJsonNameTable,Newtonsoft.Json~0~0~Grow -[Newtonsoft.Json]Newtonsoft.Json.Linq.JToken..cctor()~Newtonsoft.Json.Linq.JToken,Newtonsoft.Json~0~0~.cctor -[Newtonsoft.Json]Newtonsoft.Json.Linq.JToken.EnsureValue(JToken)~Newtonsoft.Json.Linq.JToken,Newtonsoft.Json~1~0~EnsureValue -[Newtonsoft.Json]Newtonsoft.Json.Linq.JToken.ValidateToken(JToken,JTokenType[],bool)~Newtonsoft.Json.Linq.JToken,Newtonsoft.Json~3~0~ValidateToken -[Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalBase.ResolvedNullValueHandling(JsonObjectContract,JsonProperty)~Newtonsoft.Json.Serialization.JsonSerializerInternalBase,Newtonsoft.Json~2~0~ResolvedNullValueHandling [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CalculatePropertyDetails(JsonProperty,JsonConverter&,JsonContainerContract,JsonProperty,JsonReader,object,bool&,object&,JsonContract&,bool&,bool&)~Newtonsoft.Json.Serialization.JsonSerializerInternalReader,Newtonsoft.Json~11~0~CalculatePropertyDetails [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CheckPropertyName(JsonReader,string)~Newtonsoft.Json.Serialization.JsonSerializerInternalReader,Newtonsoft.Json~2~0~CheckPropertyName [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(object,JsonReader,JsonObjectContract,JsonProperty,string)~Newtonsoft.Json.Serialization.JsonSerializerInternalReader,Newtonsoft.Json~5~0~PopulateObject @@ -14292,56 +14229,14 @@ uint8.ToString(string)~System.Byte,System.Private.CoreLib~1~0~ToString [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyPresence(JsonReader,JsonProperty,Dictionary`2)~Newtonsoft.Json.Serialization.JsonSerializerInternalReader,Newtonsoft.Json~3~0~SetPropertyPresence [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty,JsonConverter,JsonContainerContract,JsonProperty,JsonReader,object)~Newtonsoft.Json.Serialization.JsonSerializerInternalReader,Newtonsoft.Json~6~0~SetPropertyValue [Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ShouldDeserialize(JsonReader,JsonProperty,object)~Newtonsoft.Json.Serialization.JsonSerializerInternalReader,Newtonsoft.Json~3~0~ShouldDeserialize -[Newtonsoft.Json]Newtonsoft.Json.Serialization.NamingStrategy.GetPropertyName(string,bool)~Newtonsoft.Json.Serialization.NamingStrategy,Newtonsoft.Json~2~0~GetPropertyName [OpenTelemetry.Api]OpenTelemetry.Context.AsyncLocalRuntimeContextSlot`1.Set(__Canon)~OpenTelemetry.Context.AsyncLocalRuntimeContextSlot`1[[System.__Canon,System.Private.CoreLib]],OpenTelemetry.Api~1~0~Set [OpenTelemetry]OpenTelemetry.Trace.AlwaysOnSampler.ShouldSample(SamplingParameters&)~OpenTelemetry.Trace.AlwaysOnSampler,OpenTelemetry~1~0~ShouldSample [OpenTelemetry]OpenTelemetry.Trace.ParentBasedSampler.ShouldSample(SamplingParameters&)~OpenTelemetry.Trace.ParentBasedSampler,OpenTelemetry~1~0~ShouldSample [OpenTelemetry]OpenTelemetry.Trace.TracerProviderSdk.<.ctor>b__12_5(ActivityCreationOptions`1&)~OpenTelemetry.Trace.TracerProviderSdk,OpenTelemetry~1~0~<.ctor>b__12_5 -[S.P.CoreLib]Interop.CallStringMethod<__Canon,CalendarId,CalendarDataType>(SpanFunc`5,__Canon,CalendarId,CalendarDataType,string&)~Interop,System.Private.CoreLib~5~3:System.__Canon,System.Private.CoreLib:System.Globalization.CalendarId,System.Private.CoreLib:System.Globalization.CalendarDataType,System.Private.CoreLib~CallStringMethod -[S.P.CoreLib]Interop+Globalization.EnumCalendarInfo(native int,string,CalendarId,CalendarDataType,native int)~Interop+Globalization,System.Private.CoreLib~5~0~EnumCalendarInfo -[S.P.CoreLib]Interop+Kernel32.GetCalendarInfoEx(string,uint32,native int,uint32,native int,int32,int32&)~Interop+Kernel32,System.Private.CoreLib~7~0~GetCalendarInfoEx -[S.P.CoreLib]System.Array.IndexOf(JTokenType[],JTokenType,int32,int32)~System.Array,System.Private.CoreLib~4~1:Newtonsoft.Json.Linq.JTokenType,Newtonsoft.Json~IndexOf -[S.P.CoreLib]System.Array.IndexOf(JTokenType[],JTokenType)~System.Array,System.Private.CoreLib~2~1:Newtonsoft.Json.Linq.JTokenType,Newtonsoft.Json~IndexOf [S.P.CoreLib]System.Collections.Generic.Dictionary`2.FindValue(__Canon)~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~1~0~FindValue [S.P.CoreLib]System.Collections.Generic.Dictionary`2.TryGetValue(__Canon,bool&)~System.Collections.Generic.Dictionary`2[[System.__Canon,System.Private.CoreLib],[System.Boolean,System.Private.CoreLib]],System.Private.CoreLib~2~0~TryGetValue -[S.P.CoreLib]System.Collections.Generic.GenericEqualityComparer`1.Equals(int64,int64)~System.Collections.Generic.GenericEqualityComparer`1[[System.Int64,System.Private.CoreLib]],System.Private.CoreLib~2~0~Equals [S.P.CoreLib]System.Collections.Generic.HashSet`1.TryGetValue(__Canon,__Canon&)~System.Collections.Generic.HashSet`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~0~TryGetValue -[S.P.CoreLib]System.Globalization.CalendarData..ctor(string,CalendarId,bool)~System.Globalization.CalendarData,System.Private.CoreLib~3~0~.ctor -[S.P.CoreLib]System.Globalization.CalendarData.g__AreEraNamesEmpty|24_0()~System.Globalization.CalendarData,System.Private.CoreLib~0~0~g__AreEraNamesEmpty|24_0 -[S.P.CoreLib]System.Globalization.CalendarData.CallGetCalendarInfoEx(string,CalendarId,uint32,int32&)~System.Globalization.CalendarData,System.Private.CoreLib~4~0~CallGetCalendarInfoEx -[S.P.CoreLib]System.Globalization.CalendarData.CheckSpecialCalendar(CalendarId&,string&)~System.Globalization.CalendarData,System.Private.CoreLib~2~0~CheckSpecialCalendar -[S.P.CoreLib]System.Globalization.CalendarData.CountOccurrences(string,char,int32&)~System.Globalization.CalendarData,System.Private.CoreLib~3~0~CountOccurrences -[S.P.CoreLib]System.Globalization.CalendarData.EnumCalendarInfo(string,CalendarId,CalendarDataType,string[]&)~System.Globalization.CalendarData,System.Private.CoreLib~4~0~EnumCalendarInfo -[S.P.CoreLib]System.Globalization.CalendarData.EnumCalendarInfoCallback(char*,native int)~System.Globalization.CalendarData,System.Private.CoreLib~2~0~EnumCalendarInfoCallback -[S.P.CoreLib]System.Globalization.CalendarData.EnumDatePatterns(string,CalendarId,CalendarDataType,string[]&)~System.Globalization.CalendarData,System.Private.CoreLib~4~0~EnumDatePatterns -[S.P.CoreLib]System.Globalization.CalendarData.EnumEraNames(string,CalendarId,CalendarDataType,string[]&)~System.Globalization.CalendarData,System.Private.CoreLib~4~0~EnumEraNames -[S.P.CoreLib]System.Globalization.CalendarData.EnumMonthNames(string,CalendarId,CalendarDataType,string[]&,string&)~System.Globalization.CalendarData,System.Private.CoreLib~5~0~EnumMonthNames -[S.P.CoreLib]System.Globalization.CalendarData.FixDefaultShortDatePattern(List`1)~System.Globalization.CalendarData,System.Private.CoreLib~1~0~FixDefaultShortDatePattern -[S.P.CoreLib]System.Globalization.CalendarData.GetCalendarInfo(string,CalendarId,CalendarDataType,string&)~System.Globalization.CalendarData,System.Private.CoreLib~4~0~GetCalendarInfo -[S.P.CoreLib]System.Globalization.CalendarData.GetCalendarsCore(string,bool,CalendarId[])~System.Globalization.CalendarData,System.Private.CoreLib~3~0~GetCalendarsCore -[S.P.CoreLib]System.Globalization.CalendarData.IcuGetCalendars(string,CalendarId[])~System.Globalization.CalendarData,System.Private.CoreLib~2~0~IcuGetCalendars -[S.P.CoreLib]System.Globalization.CalendarData.IcuLoadCalendarDataFromSystem(string,CalendarId)~System.Globalization.CalendarData,System.Private.CoreLib~2~0~IcuLoadCalendarDataFromSystem -[S.P.CoreLib]System.Globalization.CalendarData.InitializeAbbreviatedEraNames(string,CalendarId)~System.Globalization.CalendarData,System.Private.CoreLib~2~0~InitializeAbbreviatedEraNames -[S.P.CoreLib]System.Globalization.CalendarData.InitializeEraNames(string,CalendarId)~System.Globalization.CalendarData,System.Private.CoreLib~2~0~InitializeEraNames -[S.P.CoreLib]System.Globalization.CalendarData.InsertOrSwapOverride(string,string[]&)~System.Globalization.CalendarData,System.Private.CoreLib~2~0~InsertOrSwapOverride -[S.P.CoreLib]System.Globalization.CalendarData.LoadCalendarDataFromSystemCore(string,CalendarId)~System.Globalization.CalendarData,System.Private.CoreLib~2~0~LoadCalendarDataFromSystemCore -[S.P.CoreLib]System.Globalization.CalendarData.NormalizeCalendarId(CalendarId&,string&)~System.Globalization.CalendarData,System.Private.CoreLib~2~0~NormalizeCalendarId -[S.P.CoreLib]System.Globalization.CalendarData.NormalizeDatePattern(string)~System.Globalization.CalendarData,System.Private.CoreLib~1~0~NormalizeDatePattern -[S.P.CoreLib]System.Globalization.CalendarData.NormalizeDayOfWeek(string,ValueStringBuilder&,int32&)~System.Globalization.CalendarData,System.Private.CoreLib~3~0~NormalizeDayOfWeek -[S.P.CoreLib]System.Globalization.CalendarData+<>c..cctor()~System.Globalization.CalendarData+<>c,System.Private.CoreLib~0~0~.cctor -[S.P.CoreLib]System.Globalization.CalendarData+<>c.b__32_0(Span`1,string,CalendarId,CalendarDataType)~System.Globalization.CalendarData+<>c,System.Private.CoreLib~4~0~b__32_0 -[S.P.CoreLib]System.Globalization.CultureData.ConvertIcuTimeFormatString(ReadOnlySpan`1)~System.Globalization.CultureData,System.Private.CoreLib~1~0~ConvertIcuTimeFormatString -[S.P.CoreLib]System.Globalization.CultureData.GetTimeFormatsCore(bool)~System.Globalization.CultureData,System.Private.CoreLib~1~0~GetTimeFormatsCore -[S.P.CoreLib]System.Globalization.CultureData.IcuGetTimeFormatString(bool)~System.Globalization.CultureData,System.Private.CoreLib~1~0~IcuGetTimeFormatString -[S.P.CoreLib]System.Globalization.CultureData.NlsGetFirstDayOfWeek()~System.Globalization.CultureData,System.Private.CoreLib~0~0~NlsGetFirstDayOfWeek -[S.P.CoreLib]System.Globalization.CultureData.ReescapeWin32String(string)~System.Globalization.CultureData,System.Private.CoreLib~1~0~ReescapeWin32String -[S.P.CoreLib]System.Globalization.DateTimeFormatInfo.get_CurrentInfo()~System.Globalization.DateTimeFormatInfo,System.Private.CoreLib~0~0~get_CurrentInfo -[S.P.CoreLib]System.Globalization.DateTimeFormatInfo.get_DateSeparator()~System.Globalization.DateTimeFormatInfo,System.Private.CoreLib~0~0~get_DateSeparator -[S.P.CoreLib]System.Globalization.DateTimeFormatInfo.get_LongTimePattern()~System.Globalization.DateTimeFormatInfo,System.Private.CoreLib~0~0~get_LongTimePattern -[S.P.CoreLib]System.Globalization.DateTimeFormatInfo.get_ShortDatePattern()~System.Globalization.DateTimeFormatInfo,System.Private.CoreLib~0~0~get_ShortDatePattern -[S.P.CoreLib]System.Globalization.DateTimeFormatInfo.get_UnclonedShortDatePatterns()~System.Globalization.DateTimeFormatInfo,System.Private.CoreLib~0~0~get_UnclonedShortDatePatterns [S.P.CoreLib]System.Globalization.TextInfo.IcuChangeCase(char*,int32,char*,int32,bool)~System.Globalization.TextInfo,System.Private.CoreLib~5~0~IcuChangeCase -[S.P.CoreLib]System.Globalization.TextInfo.ToLower(char)~System.Globalization.TextInfo,System.Private.CoreLib~1~0~ToLower [S.P.CoreLib]System.IO.IOException..ctor(string,Exception)~System.IO.IOException,System.Private.CoreLib~2~0~.ctor [S.P.CoreLib]System.OperationCanceledException..ctor(string)~System.OperationCanceledException,System.Private.CoreLib~1~0~.ctor [S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<<g__ProcessEvents|242_0>d>(<g__ProcessEvents|242_0>d&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol+<g__ProcessEvents|242_0>d,Microsoft.AspNetCore.Server.Kestrel.Core~Start @@ -14422,14 +14317,10 @@ uint8.ToString(string)~System.Byte,System.Private.CoreLib~1~0~ToString [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__33>(d__33&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor+d__33,Microsoft.Azure.WebJobs.Host~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__77>(d__77&,Task`1&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.WebJobsScriptHostService+d__77,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox [S.P.CoreLib]System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder.Start<d__26>(d__26&)~System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder,System.Private.CoreLib~1~1:Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection+d__26,Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets~Start -[S.P.CoreLib]System.Text.ValueStringBuilder.Append(char,int32)~System.Text.ValueStringBuilder,System.Private.CoreLib~2~0~Append [S.P.CoreLib]System.Threading.ThreadPool.QueueUserWorkItem<__Canon>(Action`1<__Canon>,__Canon,bool)~System.Threading.ThreadPool,System.Private.CoreLib~3~1:System.__Canon,System.Private.CoreLib~QueueUserWorkItem [S.P.CoreLib]System.Type.get_IsClass()~System.Type,System.Private.CoreLib~0~0~get_IsClass -[S.P.CoreLib]System.Type.GetProperty(string,BindingFlags,Binder,Type,Type[],ParameterModifier[])~System.Type,System.Private.CoreLib~6~0~GetProperty [S.P.CoreLib]System.ValueTuple`3..ctor(__Canon,char,uint32)~System.ValueTuple`3[[System.__Canon,System.Private.CoreLib],[System.Char,System.Private.CoreLib],[System.UInt32,System.Private.CoreLib]],System.Private.CoreLib~3~0~.ctor [S.P.Uri]System.Uri.RecreateParts(UriComponents,uint16,UriFormat)~System.Uri,System.Private.Uri~3~0~RecreateParts -[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.TryRemove(int64,__Canon&)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.Int64,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~2~0~TryRemove -[System.Collections.Concurrent]System.Collections.Concurrent.ConcurrentDictionary`2.TryRemoveInternal(int64,__Canon&,bool,__Canon)~System.Collections.Concurrent.ConcurrentDictionary`2[[System.Int64,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Collections.Concurrent~4~0~TryRemoveInternal [System.Collections]System.Collections.Generic.Stack`1>.get_Count()~System.Collections.Generic.Stack`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Collections~0~0~get_Count [System.Collections]System.Collections.Generic.Stack`1>.TryPop(KeyValuePair`2<__Canon,__Canon>&)~System.Collections.Generic.Stack`1[[System.Collections.Generic.KeyValuePair`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Collections~1~0~TryPop [System.Diagnostics.DiagnosticSource]System.Diagnostics.ActivityContext.Equals(ActivityContext)~System.Diagnostics.ActivityContext,System.Diagnostics.DiagnosticSource~1~0~Equals @@ -14450,8 +14341,6 @@ uint8.ToString(string)~System.Byte,System.Private.CoreLib~1~0~ToString [System.Diagnostics.DiagnosticSource]System.Diagnostics.DsesFilterAndTransform+TransformSpec+PropertySpec+PropertyFetch+RefTypedFetchProperty`2..ctor(Type,PropertyInfo)~System.Diagnostics.DsesFilterAndTransform+TransformSpec+PropertySpec+PropertyFetch+RefTypedFetchProperty`2[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Http.QueryString,Microsoft.AspNetCore.Http.Abstractions]],System.Diagnostics.DiagnosticSource~2~0~.ctor [System.Diagnostics.DiagnosticSource]System.Diagnostics.DsesFilterAndTransform+TransformSpec+PropertySpec+PropertyFetch+RefTypedFetchProperty`2.Fetch(object)~System.Diagnostics.DsesFilterAndTransform+TransformSpec+PropertySpec+PropertyFetch+RefTypedFetchProperty`2[[System.__Canon,System.Private.CoreLib],[Microsoft.AspNetCore.Http.QueryString,Microsoft.AspNetCore.Http.Abstractions]],System.Diagnostics.DiagnosticSource~1~0~Fetch [System.Diagnostics.DiagnosticSource]System.Diagnostics.SynchronizedList`1.EnumWithFunc(Function`2<__Canon,ActivityContext>,ActivityCreationOptions`1&,ActivitySamplingResult&,ActivityCreationOptions`1&)~System.Diagnostics.SynchronizedList`1[[System.__Canon,System.Private.CoreLib]],System.Diagnostics.DiagnosticSource~4~1:System.Diagnostics.ActivityContext,System.Diagnostics.DiagnosticSource~EnumWithFunc -[System.IO.Compression]System.IO.Compression.DeflateStream.get_CanSeek()~System.IO.Compression.DeflateStream,System.IO.Compression~0~0~get_CanSeek -[System.IO.FileSystem.Watcher]System.IO.FileSystemWatcher.ReadDirectoryChangesCallback(uint32,uint32,AsyncReadState)~System.IO.FileSystemWatcher,System.IO.FileSystem.Watcher~3~0~ReadDirectoryChangesCallback [System.IO.Pipelines]System.IO.Pipelines.Pipe.CancelPendingFlush()~System.IO.Pipelines.Pipe,System.IO.Pipelines~0~0~CancelPendingFlush [System.IO.Pipelines]System.IO.Pipelines.Pipe+DefaultPipeWriter.CancelPendingFlush()~System.IO.Pipelines.Pipe+DefaultPipeWriter,System.IO.Pipelines~0~0~CancelPendingFlush [System.IO.Pipelines]System.IO.Pipelines.ThreadPoolScheduler.Schedule(Action`1,object)~System.IO.Pipelines.ThreadPoolScheduler,System.IO.Pipelines~2~0~Schedule @@ -14470,11 +14359,8 @@ uint8.ToString(string)~System.Byte,System.Private.CoreLib~1~0~ToString [System.Linq.Expressions]System.Linq.Expressions.MemberExpression.get_NodeType()~System.Linq.Expressions.MemberExpression,System.Linq.Expressions~0~0~get_NodeType [System.Linq.Expressions]System.Linq.Expressions.MemberExpression.Update(Expression)~System.Linq.Expressions.MemberExpression,System.Linq.Expressions~1~0~Update [System.Linq.Expressions]System.Linq.Expressions.PropertyExpression.get_Type()~System.Linq.Expressions.PropertyExpression,System.Linq.Expressions~0~0~get_Type -[System.Linq]System.Linq.Enumerable+WhereArrayIterator`1.Clone()~System.Linq.Enumerable+WhereArrayIterator`1[[System.__Canon,System.Private.CoreLib]],System.Linq~0~0~Clone -[System.Linq]System.Linq.Enumerable+WhereArrayIterator`1.Select<__Canon>(Func`2<__Canon,__Canon>)~System.Linq.Enumerable+WhereArrayIterator`1[[System.__Canon,System.Private.CoreLib]],System.Linq~1~1:System.__Canon,System.Private.CoreLib~Select [System.Linq]System.Linq.Enumerable+WhereArrayIterator`1.Where(Func`2<__Canon,bool>)~System.Linq.Enumerable+WhereArrayIterator`1[[System.__Canon,System.Private.CoreLib]],System.Linq~1~0~Where [System.Linq]System.Linq.Enumerable+WhereSelectArrayIterator`2.ToArray()~System.Linq.Enumerable+WhereSelectArrayIterator`2[[System.__Canon,System.Private.CoreLib],[System.__Canon,System.Private.CoreLib]],System.Linq~0~0~ToArray -[System.Net.Http]System.Net.Http.HttpMethod.get_Get()~System.Net.Http.HttpMethod,System.Net.Http~0~0~get_Get [System.Net.Primitives]System.Net.Sockets.SocketException..ctor(int32)~System.Net.Sockets.SocketException,System.Net.Primitives~1~0~.ctor [System.Net.Primitives]System.Net.Sockets.SocketException.get_Message()~System.Net.Sockets.SocketException,System.Net.Primitives~0~0~get_Message [System.Net.Primitives]System.Net.Sockets.SocketException.get_SocketErrorCode()~System.Net.Sockets.SocketException,System.Net.Primitives~0~0~get_SocketErrorCode @@ -14488,4 +14374,105 @@ uint8.ToString(string)~System.Byte,System.Private.CoreLib~1~0~ToString [System.Threading.Channels]System.Threading.Channels.ChannelUtilities.CreateInvalidCompletionException(Exception)~System.Threading.Channels.ChannelUtilities,System.Threading.Channels~1~0~CreateInvalidCompletionException [System.Threading.Channels]System.Threading.Channels.ChannelUtilities.FailOperations<__Canon,VoidResult>(Deque`1<__Canon>,Exception)~System.Threading.Channels.ChannelUtilities,System.Threading.Channels~2~2:System.__Canon,System.Private.CoreLib:System.VoidResult,System.Threading.Channels~FailOperations int32.TryParse(ReadOnlySpan`1,NumberStyles,IFormatProvider,int32&)~System.Int32,System.Private.CoreLib~4~0~TryParse -string.Create>(int32,ValueTuple`3<__Canon,char,uint32>,SpanAction`2>)~System.String,System.Private.CoreLib~3~1:System.ValueTuple`3[[System.__Canon,System.Private.CoreLib],[System.Char,System.Private.CoreLib],[System.UInt32,System.Private.CoreLib]],System.Private.CoreLib~Create \ No newline at end of file +string.Create>(int32,ValueTuple`3<__Canon,char,uint32>,SpanAction`2>)~System.String,System.Private.CoreLib~3~1:System.ValueTuple`3[[System.__Canon,System.Private.CoreLib],[System.Char,System.Private.CoreLib],[System.UInt32,System.Private.CoreLib]],System.Private.CoreLib~Create +[Microsoft.AspNetCore.Http.Abstractions]Microsoft.AspNetCore.Http.PathString.Equals(PathString,StringComparison)~Microsoft.AspNetCore.Http.PathString,Microsoft.AspNetCore.Http.Abstractions~2~0~Equals +[Microsoft.AspNetCore.Mvc.Abstractions]Microsoft.AspNetCore.Mvc.ModelBinding.EnumGroupAndName..ctor(string,Func`1)~Microsoft.AspNetCore.Mvc.ModelBinding.EnumGroupAndName,Microsoft.AspNetCore.Mvc.Abstractions~2~0~.ctor +[Microsoft.AspNetCore.Mvc.Abstractions]Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata.Equals(ModelMetadata)~Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,Microsoft.AspNetCore.Mvc.Abstractions~1~0~Equals +[Microsoft.AspNetCore.Mvc.Abstractions]Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata.Equals(object)~Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,Microsoft.AspNetCore.Mvc.Abstractions~1~0~Equals +[Microsoft.AspNetCore.Mvc.Abstractions]Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata.get_ElementType()~Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,Microsoft.AspNetCore.Mvc.Abstractions~0~0~get_ElementType +[Microsoft.AspNetCore.Mvc.Abstractions]Microsoft.Extensions.Internal.TypeNameHelper.ProcessArrayType(StringBuilder,Type,DisplayNameOptions&)~Microsoft.Extensions.Internal.TypeNameHelper,Microsoft.AspNetCore.Mvc.Abstractions~3~0~ProcessArrayType +[Microsoft.AspNetCore.Mvc.Core]Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DefaultModelMetadata.get_ElementMetadata()~Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DefaultModelMetadata,Microsoft.AspNetCore.Mvc.Core~0~0~get_ElementMetadata +[Microsoft.AspNetCore.Mvc.Core]Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DisplayMetadata.set_EnumGroupedDisplayNamesAndValues(IEnumerable`1>)~Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DisplayMetadata,Microsoft.AspNetCore.Mvc.Core~1~0~set_EnumGroupedDisplayNamesAndValues +[Microsoft.AspNetCore.Mvc.Core]Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DisplayMetadata.set_EnumNamesAndValues(IReadOnlyDictionary`2)~Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DisplayMetadata,Microsoft.AspNetCore.Mvc.Core~1~0~set_EnumNamesAndValues +[Microsoft.AspNetCore.Mvc.Core]Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DisplayMetadata.set_IsEnum(bool)~Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DisplayMetadata,Microsoft.AspNetCore.Mvc.Core~1~0~set_IsEnum +[Microsoft.AspNetCore.Mvc.Core]Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DisplayMetadata.set_IsFlagsEnum(bool)~Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.DisplayMetadata,Microsoft.AspNetCore.Mvc.Core~1~0~set_IsFlagsEnum +[Microsoft.AspNetCore.Mvc.DataAnnotations]Microsoft.AspNetCore.Mvc.DataAnnotations.DataAnnotationsMetadataProvider.GetDisplayGroup(FieldInfo)~Microsoft.AspNetCore.Mvc.DataAnnotations.DataAnnotationsMetadataProvider,Microsoft.AspNetCore.Mvc.DataAnnotations~1~0~GetDisplayGroup +[Microsoft.AspNetCore.Mvc.DataAnnotations]Microsoft.AspNetCore.Mvc.DataAnnotations.DataAnnotationsMetadataProvider+<>c__DisplayClass5_0.b__5(string)~Microsoft.AspNetCore.Mvc.DataAnnotations.DataAnnotationsMetadataProvider+<>c__DisplayClass5_0,Microsoft.AspNetCore.Mvc.DataAnnotations~1~0~b__5 +[Microsoft.AspNetCore.Mvc.DataAnnotations]Microsoft.AspNetCore.Mvc.DataAnnotations.DataAnnotationsMetadataProvider+<>c.b__5_6(FieldInfo)~Microsoft.AspNetCore.Mvc.DataAnnotations.DataAnnotationsMetadataProvider+<>c,Microsoft.AspNetCore.Mvc.DataAnnotations~1~0~b__5_6 +[Microsoft.AspNetCore.Server.Kestrel.Core]Microsoft.AspNetCore.Server.Kestrel.Core.CoreStrings.get_ResourceManager()~Microsoft.AspNetCore.Server.Kestrel.Core.CoreStrings,Microsoft.AspNetCore.Server.Kestrel.Core~0~0~get_ResourceManager +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Controllers.InstanceController.Assign(HostAssignmentRequest)~Microsoft.Azure.WebJobs.Script.WebHost.Controllers.InstanceController,Microsoft.Azure.WebJobs.Script.WebHost~1~0~Assign +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Controllers.InstanceController+d__6.MoveNext()~Microsoft.Azure.WebJobs.Script.WebHost.Controllers.InstanceController+d__6,Microsoft.Azure.WebJobs.Script.WebHost~0~0~MoveNext +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.Security.Authorization.Policies.AuthorizationOptionsExtensions+<>c.b__0_2(AuthorizationHandlerContext)~Microsoft.Azure.WebJobs.Script.WebHost.Security.Authorization.Policies.AuthorizationOptionsExtensions+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__0_2 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.StartupContextProvider.SetContext(HostAssignmentRequest)~Microsoft.Azure.WebJobs.Script.WebHost.StartupContextProvider,Microsoft.Azure.WebJobs.Script.WebHost~1~0~SetContext +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.WebJobsApplicationBuilderExtension+<>c__DisplayClass1_0.b__13(HttpContext)~Microsoft.Azure.WebJobs.Script.WebHost.WebJobsApplicationBuilderExtension+<>c__DisplayClass1_0,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__13 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.WebJobsApplicationBuilderExtension+<>c.b__1_10(HttpContext)~Microsoft.Azure.WebJobs.Script.WebHost.WebJobsApplicationBuilderExtension+<>c,Microsoft.Azure.WebJobs.Script.WebHost~1~0~b__1_10 +[Microsoft.Azure.WebJobs.Script.WebHost]Microsoft.Azure.WebJobs.Script.WebHost.WebJobsScriptHostService.ShouldEnforceSequentialRestart(IHost)~Microsoft.Azure.WebJobs.Script.WebHost.WebJobsScriptHostService,Microsoft.Azure.WebJobs.Script.WebHost~1~0~ShouldEnforceSequentialRestart +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Configuration.ScriptHostRecycleOptionsSetup..ctor(IOptions`1,IConfiguration)~Microsoft.Azure.WebJobs.Script.Configuration.ScriptHostRecycleOptionsSetup,Microsoft.Azure.WebJobs.Script~2~0~.ctor +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Configuration.ScriptHostRecycleOptionsSetup.Configure(ScriptHostRecycleOptions)~Microsoft.Azure.WebJobs.Script.Configuration.ScriptHostRecycleOptionsSetup,Microsoft.Azure.WebJobs.Script~1~0~Configure +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.Extensions.HttpRequestExtensions.IsAdminResumeRequest(HttpRequest)~Microsoft.Azure.WebJobs.Script.Extensions.HttpRequestExtensions,Microsoft.Azure.WebJobs.Script~1~0~IsAdminResumeRequest +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptions..ctor()~Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptions,Microsoft.Azure.WebJobs.Script~0~0~.ctor +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptions.Configure(IConfiguration)~Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptions,Microsoft.Azure.WebJobs.Script~1~0~Configure +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptions.Format()~Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptions,Microsoft.Azure.WebJobs.Script~0~0~Format +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptions.get_SequentialHostRestartRequired()~Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptions,Microsoft.Azure.WebJobs.Script~0~0~get_SequentialHostRestartRequired +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptionsJsonContext..cctor()~Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptionsJsonContext,Microsoft.Azure.WebJobs.Script~0~0~.cctor +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptionsJsonContext.Create_ScriptHostRecycleOptions(JsonSerializerOptions)~Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptionsJsonContext,Microsoft.Azure.WebJobs.Script~1~0~Create_ScriptHostRecycleOptions +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptionsJsonContext.get_GeneratedSerializerOptions()~Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptionsJsonContext,Microsoft.Azure.WebJobs.Script~0~0~get_GeneratedSerializerOptions +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptionsJsonContext.GetRuntimeConverterForType(Type,JsonSerializerOptions)~Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptionsJsonContext,Microsoft.Azure.WebJobs.Script~2~0~GetRuntimeConverterForType +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptionsJsonContext.GetTypeInfo(Type)~Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptionsJsonContext,Microsoft.Azure.WebJobs.Script~1~0~GetTypeInfo +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptionsJsonContext.global::System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver.GetTypeInfo(Type,JsonSerializerOptions)~Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptionsJsonContext,Microsoft.Azure.WebJobs.Script~2~0~global::System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver.GetTypeInfo +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptionsJsonContext.ScriptHostRecycleOptionsSerializeHandler(Utf8JsonWriter,ScriptHostRecycleOptions)~Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptionsJsonContext,Microsoft.Azure.WebJobs.Script~2~0~ScriptHostRecycleOptionsSerializeHandler +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptionsJsonContext.TryGetTypeInfoForRuntimeCustomConverter<__Canon>(JsonSerializerOptions,JsonTypeInfo`1<__Canon>&)~Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptionsJsonContext,Microsoft.Azure.WebJobs.Script~2~1:System.__Canon,System.Private.CoreLib~TryGetTypeInfoForRuntimeCustomConverter +[Microsoft.Azure.WebJobs.Script]Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptionsJsonContext+<>c..cctor()~Microsoft.Azure.WebJobs.Script.ScriptHostRecycleOptionsJsonContext+<>c,Microsoft.Azure.WebJobs.Script~0~0~.cctor +[Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions]Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.get_Delay()~Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration,Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions~0~0~get_Delay +[Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions]Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.get_Period()~Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration,Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions~0~0~get_Period +[Microsoft.Extensions.Diagnostics.HealthChecks]Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherHostedService.CreateTimer(ValueTuple`2)~Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherHostedService,Microsoft.Extensions.Diagnostics.HealthChecks~1~0~CreateTimer +[Microsoft.Extensions.Diagnostics.HealthChecks]Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherHostedService.CreateTimers()~Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherHostedService,Microsoft.Extensions.Diagnostics.HealthChecks~0~0~CreateTimers +[Microsoft.Extensions.Diagnostics.HealthChecks]Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherHostedService.GetTimerOptions(HealthCheckRegistration)~Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherHostedService,Microsoft.Extensions.Diagnostics.HealthChecks~1~0~GetTimerOptions +[Microsoft.Extensions.Diagnostics.HealthChecks]Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherHostedService.StartAsync(CancellationToken)~Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherHostedService,Microsoft.Extensions.Diagnostics.HealthChecks~1~0~StartAsync +[Microsoft.Extensions.Diagnostics.HealthChecks]Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions..ctor()~Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions,Microsoft.Extensions.Diagnostics.HealthChecks~0~0~.ctor +[Microsoft.Extensions.Diagnostics.HealthChecks]Microsoft.Extensions.Internal.NonCapturingTimer.Create(TimerCallback,object,TimeSpan,TimeSpan)~Microsoft.Extensions.Internal.NonCapturingTimer,Microsoft.Extensions.Diagnostics.HealthChecks~4~0~Create +[Newtonsoft.Json]Newtonsoft.Json.JsonPropertyAttribute.set_DefaultValueHandling(DefaultValueHandling)~Newtonsoft.Json.JsonPropertyAttribute,Newtonsoft.Json~1~0~set_DefaultValueHandling +[Newtonsoft.Json]Newtonsoft.Json.Serialization.JsonProperty.GetResolvedDefaultValue()~Newtonsoft.Json.Serialization.JsonProperty,Newtonsoft.Json~0~0~GetResolvedDefaultValue +[Newtonsoft.Json]Newtonsoft.Json.Utilities.JsonTokenUtils.IsPrimitiveToken(JsonToken)~Newtonsoft.Json.Utilities.JsonTokenUtils,Newtonsoft.Json~1~0~IsPrimitiveToken +[Newtonsoft.Json]Newtonsoft.Json.Utilities.MiscellaneousUtils.ValueEquals(object,object)~Newtonsoft.Json.Utilities.MiscellaneousUtils,Newtonsoft.Json~2~0~ValueEquals +[Newtonsoft.Json]Newtonsoft.Json.Utilities.ReflectionUtils.GetDefaultValue(Type)~Newtonsoft.Json.Utilities.ReflectionUtils,Newtonsoft.Json~1~0~GetDefaultValue +[S.P.CoreLib]System.Collections.Generic.HashSet`1+Enumerator>.Dispose()~System.Collections.Generic.HashSet`1+Enumerator[[System.ValueTuple`2[[System.TimeSpan,System.Private.CoreLib],[System.TimeSpan,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~Dispose +[S.P.CoreLib]System.Collections.Generic.HashSet`1+Enumerator>.get_Current()~System.Collections.Generic.HashSet`1+Enumerator[[System.ValueTuple`2[[System.TimeSpan,System.Private.CoreLib],[System.TimeSpan,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~get_Current +[S.P.CoreLib]System.Collections.Generic.HashSet`1+Enumerator>.MoveNext()~System.Collections.Generic.HashSet`1+Enumerator[[System.ValueTuple`2[[System.TimeSpan,System.Private.CoreLib],[System.TimeSpan,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Collections.Generic.HashSet`1>..ctor()~System.Collections.Generic.HashSet`1[[System.ValueTuple`2[[System.TimeSpan,System.Private.CoreLib],[System.TimeSpan,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~.ctor +[S.P.CoreLib]System.Collections.Generic.HashSet`1>.Add(ValueTuple`2)~System.Collections.Generic.HashSet`1[[System.ValueTuple`2[[System.TimeSpan,System.Private.CoreLib],[System.TimeSpan,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~1~0~Add +[S.P.CoreLib]System.Collections.Generic.HashSet`1>.AddIfNotPresent(ValueTuple`2,int32&)~System.Collections.Generic.HashSet`1[[System.ValueTuple`2[[System.TimeSpan,System.Private.CoreLib],[System.TimeSpan,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~2~0~AddIfNotPresent +[S.P.CoreLib]System.Collections.Generic.HashSet`1>.get_Count()~System.Collections.Generic.HashSet`1[[System.ValueTuple`2[[System.TimeSpan,System.Private.CoreLib],[System.TimeSpan,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~get_Count +[S.P.CoreLib]System.Collections.Generic.HashSet`1>.GetEnumerator()~System.Collections.Generic.HashSet`1[[System.ValueTuple`2[[System.TimeSpan,System.Private.CoreLib],[System.TimeSpan,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~GetEnumerator +[S.P.CoreLib]System.Collections.Generic.HashSet`1>.Initialize(int32)~System.Collections.Generic.HashSet`1[[System.ValueTuple`2[[System.TimeSpan,System.Private.CoreLib],[System.TimeSpan,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~1~0~Initialize +[S.P.CoreLib]System.Collections.Generic.KeyValuePair`2..ctor(EnumGroupAndName,__Canon)~System.Collections.Generic.KeyValuePair`2[[Microsoft.AspNetCore.Mvc.ModelBinding.EnumGroupAndName,Microsoft.AspNetCore.Mvc.Abstractions],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~0~.ctor +[S.P.CoreLib]System.Collections.Generic.List`1>..cctor()~System.Collections.Generic.List`1[[System.Collections.Generic.KeyValuePair`2[[Microsoft.AspNetCore.Mvc.ModelBinding.EnumGroupAndName,Microsoft.AspNetCore.Mvc.Abstractions],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Collections.Generic.List`1>..ctor()~System.Collections.Generic.List`1[[System.Collections.Generic.KeyValuePair`2[[Microsoft.AspNetCore.Mvc.ModelBinding.EnumGroupAndName,Microsoft.AspNetCore.Mvc.Abstractions],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~0~0~.ctor +[S.P.CoreLib]System.Collections.Generic.List`1>.Add(KeyValuePair`2)~System.Collections.Generic.List`1[[System.Collections.Generic.KeyValuePair`2[[Microsoft.AspNetCore.Mvc.ModelBinding.EnumGroupAndName,Microsoft.AspNetCore.Mvc.Abstractions],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~1~0~Add +[S.P.CoreLib]System.Collections.Generic.List`1>.AddWithResize(KeyValuePair`2)~System.Collections.Generic.List`1[[System.Collections.Generic.KeyValuePair`2[[Microsoft.AspNetCore.Mvc.ModelBinding.EnumGroupAndName,Microsoft.AspNetCore.Mvc.Abstractions],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~1~0~AddWithResize +[S.P.CoreLib]System.Collections.Generic.List`1>.set_Capacity(int32)~System.Collections.Generic.List`1[[System.Collections.Generic.KeyValuePair`2[[Microsoft.AspNetCore.Mvc.ModelBinding.EnumGroupAndName,Microsoft.AspNetCore.Mvc.Abstractions],[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib~1~0~set_Capacity +[S.P.CoreLib]System.Enum.ToString(string)~System.Enum,System.Private.CoreLib~1~0~ToString +[S.P.CoreLib]System.FlagsAttribute..ctor()~System.FlagsAttribute,System.Private.CoreLib~0~0~.ctor +[S.P.CoreLib]System.Reflection.MemberInfo.HasSameMetadataDefinitionAsCore<__Canon>(MemberInfo)~System.Reflection.MemberInfo,System.Private.CoreLib~1~1:System.__Canon,System.Private.CoreLib~HasSameMetadataDefinitionAsCore +[S.P.CoreLib]System.Reflection.NullabilityInfoContext.IsValueTypeOrValueTypeByRef(Type)~System.Reflection.NullabilityInfoContext,System.Private.CoreLib~1~0~IsValueTypeOrValueTypeByRef +[S.P.CoreLib]System.Reflection.NullabilityInfoContext.TryUpdateGenericParameterNullability(NullabilityInfo,Type,Type)~System.Reflection.NullabilityInfoContext,System.Private.CoreLib~3~0~TryUpdateGenericParameterNullability +[S.P.CoreLib]System.Reflection.NullabilityInfoContext.TryUpdateGenericTypeParameterNullabilityFromReflectedType(NullabilityInfo,Type,Type,Type)~System.Reflection.NullabilityInfoContext,System.Private.CoreLib~4~0~TryUpdateGenericTypeParameterNullabilityFromReflectedType +[S.P.CoreLib]System.Reflection.RuntimePropertyInfo.get_MetadataToken()~System.Reflection.RuntimePropertyInfo,System.Private.CoreLib~0~0~get_MetadataToken +[S.P.CoreLib]System.Reflection.RuntimePropertyInfo.get_Module()~System.Reflection.RuntimePropertyInfo,System.Private.CoreLib~0~0~get_Module +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start<d__6>(d__6&)~System.Runtime.CompilerServices.AsyncMethodBuilderCore,System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Controllers.InstanceController+d__6,Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__6>..cctor()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Controllers.InstanceController+d__6,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~.cctor +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__6>.ExecutionContextCallback(object)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Controllers.InstanceController+d__6,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~ExecutionContextCallback +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__6>.MoveNext()~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Controllers.InstanceController+d__6,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~0~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1d__6>.MoveNext(Thread)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.__Canon,System.Private.CoreLib],[Microsoft.Azure.WebJobs.Script.WebHost.Controllers.InstanceController+d__6,Microsoft.Azure.WebJobs.Script.WebHost]],System.Private.CoreLib~1~0~MoveNext +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__6>(TaskAwaiter`1<__Canon>&,d__6&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~3~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Controllers.InstanceController+d__6,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AwaitUnsafeOnCompleted,d__6>(TaskAwaiter`1<__Canon>&,d__6&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~2:System.Runtime.CompilerServices.TaskAwaiter`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib:Microsoft.Azure.WebJobs.Script.WebHost.Controllers.InstanceController+d__6,Microsoft.Azure.WebJobs.Script.WebHost~AwaitUnsafeOnCompleted +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.GetStateMachineBox<d__6>(d__6&,Task`1<__Canon>&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~2~1:Microsoft.Azure.WebJobs.Script.WebHost.Controllers.InstanceController+d__6,Microsoft.Azure.WebJobs.Script.WebHost~GetStateMachineBox +[S.P.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start<d__6>(d__6&)~System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon,System.Private.CoreLib]],System.Private.CoreLib~1~1:Microsoft.Azure.WebJobs.Script.WebHost.Controllers.InstanceController+d__6,Microsoft.Azure.WebJobs.Script.WebHost~Start +[S.P.CoreLib]System.RuntimeType.GetMemberWithSameMetadataDefinitionAs(MemberInfo)~System.RuntimeType,System.Private.CoreLib~1~0~GetMemberWithSameMetadataDefinitionAs +[S.P.CoreLib]System.RuntimeType.GetPropertyWithSameMetadataDefinitionAs(RuntimeType,MemberInfo)~System.RuntimeType,System.Private.CoreLib~2~0~GetPropertyWithSameMetadataDefinitionAs +[S.P.CoreLib]System.Text.StringBuilder.Append(char,int32)~System.Text.StringBuilder,System.Private.CoreLib~2~0~Append +[S.P.CoreLib]System.Threading.AsyncLocalValueMap+TwoElementAsyncLocalValueMap..ctor(KeyValuePair`2,KeyValuePair`2)~System.Threading.AsyncLocalValueMap+TwoElementAsyncLocalValueMap,System.Private.CoreLib~2~0~.ctor +[S.P.CoreLib]System.ValueTuple`2..ctor(TimeSpan,TimeSpan)~System.ValueTuple`2[[System.TimeSpan,System.Private.CoreLib],[System.TimeSpan,System.Private.CoreLib]],System.Private.CoreLib~2~0~.ctor +[S.P.CoreLib]System.ValueTuple`2.GetHashCode()~System.ValueTuple`2[[System.TimeSpan,System.Private.CoreLib],[System.TimeSpan,System.Private.CoreLib]],System.Private.CoreLib~0~0~GetHashCode +[System.ComponentModel.TypeConverter]System.ComponentModel.BaseNumberConverter.CanConvertFrom(ITypeDescriptorContext,Type)~System.ComponentModel.BaseNumberConverter,System.ComponentModel.TypeConverter~2~0~CanConvertFrom +[System.ComponentModel.TypeConverter]System.ComponentModel.DateTimeConverter.CanConvertFrom(ITypeDescriptorContext,Type)~System.ComponentModel.DateTimeConverter,System.ComponentModel.TypeConverter~2~0~CanConvertFrom +[System.ComponentModel.TypeConverter]System.ComponentModel.EnumConverter.CanConvertFrom(ITypeDescriptorContext,Type)~System.ComponentModel.EnumConverter,System.ComponentModel.TypeConverter~2~0~CanConvertFrom +[System.ComponentModel.TypeConverter]System.ComponentModel.NullableConverter..ctor(Type)~System.ComponentModel.NullableConverter,System.ComponentModel.TypeConverter~1~0~.ctor +[System.ComponentModel.TypeConverter]System.ComponentModel.NullableConverter.CanConvertFrom(ITypeDescriptorContext,Type)~System.ComponentModel.NullableConverter,System.ComponentModel.TypeConverter~2~0~CanConvertFrom +[System.ComponentModel.TypeConverter]System.ComponentModel.ReflectTypeDescriptionProvider+<>c.b__23_10(Type)~System.ComponentModel.ReflectTypeDescriptionProvider+<>c,System.ComponentModel.TypeConverter~1~0~b__23_10 +[System.ComponentModel.TypeConverter]System.ComponentModel.ReflectTypeDescriptionProvider+<>c.b__23_20(Type)~System.ComponentModel.ReflectTypeDescriptionProvider+<>c,System.ComponentModel.TypeConverter~1~0~b__23_20 +[System.ComponentModel.TypeConverter]System.ComponentModel.ReflectTypeDescriptionProvider+<>c.b__23_28(Type)~System.ComponentModel.ReflectTypeDescriptionProvider+<>c,System.ComponentModel.TypeConverter~1~0~b__23_28 +[System.ComponentModel.TypeConverter]System.ComponentModel.ReflectTypeDescriptionProvider+<>c.b__23_29(Type)~System.ComponentModel.ReflectTypeDescriptionProvider+<>c,System.ComponentModel.TypeConverter~1~0~b__23_29 +[System.ComponentModel.TypeConverter]System.ComponentModel.ReflectTypeDescriptionProvider+<>c.b__23_30(Type)~System.ComponentModel.ReflectTypeDescriptionProvider+<>c,System.ComponentModel.TypeConverter~1~0~b__23_30 +[System.ComponentModel.TypeConverter]System.ComponentModel.ReflectTypeDescriptionProvider+<>c.b__23_31(Type)~System.ComponentModel.ReflectTypeDescriptionProvider+<>c,System.ComponentModel.TypeConverter~1~0~b__23_31 +[System.ComponentModel.TypeConverter]System.ComponentModel.ReflectTypeDescriptionProvider+<>c.b__23_7(Type)~System.ComponentModel.ReflectTypeDescriptionProvider+<>c,System.ComponentModel.TypeConverter~1~0~b__23_7 \ No newline at end of file From a4056e03bf633ee01684d6d2493e1abd8abb596e Mon Sep 17 00:00:00 2001 From: Francisco Gomez Gamino Date: Mon, 27 Oct 2025 09:50:46 -0700 Subject: [PATCH 2/2] Update release notes --- release_notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release_notes.md b/release_notes.md index 0dbbf10b27..edaec4b989 100644 --- a/release_notes.md +++ b/release_notes.md @@ -5,7 +5,6 @@ --> - Emit diagnostic warning for deprecated Azure Functions Proxies usage (#11405) - Update Python Worker Version to [4.40.2](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.40.2) -- Add JitTrace Files for v4.1044 - Send `TelemetryHealthCheckPublisher` logs to ScriptHost `ILogger` (#11398) - Implementing a resolver that resolves worker configurations from specified probing paths (#11258) - Remove duplicate function names from sync triggers payload(#11371) @@ -18,4 +17,5 @@ - Enabling worker indexing for Logic Apps app kind behind an enviornment setting - Adding HttpWorkerFunctionProvider functions to synctrigger payload (#11430) - Remove the Flex-only AzureMonitorDiagnosticLoggerProvider filter (#11431) -- Add TraceContext attributes for OTel (#11429) \ No newline at end of file +- Add TraceContext attributes for OTel (#11429) +- Add JitTrace Files for v4.1045