Skip to content

Formatting and cleanup

f072d09
Select commit
Loading
Failed to load commit list.
Closed

Rename AsyncMethodDesc to AsyncMethodVariant, add "AsyncVariant" flag to MethodWithToken and MethodWithGCInfo #121218

Formatting and cleanup
f072d09
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime (Build windows-x64 Checked NativeAOT) failed Oct 30, 2025 in 11m 0s

Build windows-x64 Checked NativeAOT failed

Annotations

Check failure on line 107 in src\coreclr\tools\Common\TypeSystem\Common\MethodForInstantiatedType.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build windows-x64 Checked NativeAOT)

src\coreclr\tools\Common\TypeSystem\Common\MethodForInstantiatedType.cs#L107

src\coreclr\tools\Common\TypeSystem\Common\MethodForInstantiatedType.cs(107,57): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'TaskReturningAsyncThunk' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 124 in src\coreclr\tools\Common\TypeSystem\Common\InstantiatedMethod.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build windows-x64 Checked NativeAOT)

src\coreclr\tools\Common\TypeSystem\Common\InstantiatedMethod.cs#L124

src\coreclr\tools\Common\TypeSystem\Common\InstantiatedMethod.cs(124,25): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'TaskReturningAsyncThunk' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 107 in src\coreclr\tools\Common\TypeSystem\Common\MethodForInstantiatedType.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build windows-x64 Checked NativeAOT)

src\coreclr\tools\Common\TypeSystem\Common\MethodForInstantiatedType.cs#L107

src\coreclr\tools\Common\TypeSystem\Common\MethodForInstantiatedType.cs(107,167): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'AsyncMethodThunk' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 125 in src\coreclr\tools\Common\TypeSystem\Common\InstantiatedMethod.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build windows-x64 Checked NativeAOT)

src\coreclr\tools\Common\TypeSystem\Common\InstantiatedMethod.cs#L125

src\coreclr\tools\Common\TypeSystem\Common\InstantiatedMethod.cs(125,27): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'AsyncMethodThunk' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 430 in src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build windows-x64 Checked NativeAOT)

src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs#L430

src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs(430,25): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'TaskReturningAsyncThunk' could not be found (are you missing a using directive or an assembly reference?)