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 osx-x64 Debug Libraries_CheckedCoreCLR) failed Oct 30, 2025 in 24m 34s

Build osx-x64 Debug Libraries_CheckedCoreCLR 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 osx-x64 Debug Libraries_CheckedCoreCLR)

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 107 in src/coreclr/tools/Common/TypeSystem/Common/MethodForInstantiatedType.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build osx-x64 Debug Libraries_CheckedCoreCLR)

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 430 in src/coreclr/tools/Common/TypeSystem/Ecma/EcmaMethod.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build osx-x64 Debug Libraries_CheckedCoreCLR)

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?)

Check failure on line 431 in src/coreclr/tools/Common/TypeSystem/Ecma/EcmaMethod.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build osx-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/Common/TypeSystem/Ecma/EcmaMethod.cs#L431

src/coreclr/tools/Common/TypeSystem/Ecma/EcmaMethod.cs(431,25): 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 124 in src/coreclr/tools/Common/TypeSystem/Common/InstantiatedMethod.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build osx-x64 Debug Libraries_CheckedCoreCLR)

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?)