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 linux-riscv64 Debug CoreCLR_Bootstrapped) failed Oct 30, 2025 in 19m 17s

Build linux-riscv64 Debug CoreCLR_Bootstrapped failed

Annotations

Check failure on line 237 in src/coreclr/tools/Common/TypeSystem/Common/MethodDesc.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build linux-riscv64 Debug CoreCLR_Bootstrapped)

src/coreclr/tools/Common/TypeSystem/Common/MethodDesc.cs#L237

src/coreclr/tools/Common/TypeSystem/Common/MethodDesc.cs(237,24): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'MetadataType' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 238 in src/coreclr/tools/Common/TypeSystem/Common/MethodDesc.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build linux-riscv64 Debug CoreCLR_Bootstrapped)

src/coreclr/tools/Common/TypeSystem/Common/MethodDesc.cs#L238

src/coreclr/tools/Common/TypeSystem/Common/MethodDesc.cs(238,46): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'TypeSystemContext' does not contain a definition for 'SystemModule' and no accessible extension method 'SystemModule' accepting a first argument of type 'TypeSystemContext' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 255 in src/coreclr/tools/Common/TypeSystem/Common/MethodDesc.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build linux-riscv64 Debug CoreCLR_Bootstrapped)

src/coreclr/tools/Common/TypeSystem/Common/MethodDesc.cs#L255

src/coreclr/tools/Common/TypeSystem/Common/MethodDesc.cs(255,13): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'MetadataType' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 255 in src/coreclr/tools/Common/TypeSystem/Common/MethodDesc.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build linux-riscv64 Debug CoreCLR_Bootstrapped)

src/coreclr/tools/Common/TypeSystem/Common/MethodDesc.cs#L255

src/coreclr/tools/Common/TypeSystem/Common/MethodDesc.cs(255,32): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'MetadataType' 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 linux-riscv64 Debug CoreCLR_Bootstrapped)

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