Rename AsyncMethodDesc to AsyncMethodVariant, add "AsyncVariant" flag to MethodWithToken and MethodWithGCInfo #121218
Build linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs failed
Annotations
Check failure on line 124 in src/coreclr/tools/Common/TypeSystem/Common/InstantiatedMethod.cs
azure-pipelines / runtime (Build linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)
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 125 in src/coreclr/tools/Common/TypeSystem/Common/InstantiatedMethod.cs
azure-pipelines / runtime (Build linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)
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 107 in src/coreclr/tools/Common/TypeSystem/Common/MethodForInstantiatedType.cs
azure-pipelines / runtime (Build linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)
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
azure-pipelines / runtime (Build linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)
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
azure-pipelines / runtime (Build linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)
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?)