Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed May 12, 2024
1 parent 4a6ba3f commit 370663b
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,19 @@ private DefType GetWellKnownType(WellKnownType wellKnownType)
return _compilation.TypeSystemContext.GetWellKnownType(wellKnownType);
}

private static void ImportConvert(WellKnownType wellKnownType, bool checkOverflow, bool unsigned)
{
if (checkOverflow)
{
_dependencies.Add(GetHelperEntrypoint(ReadyToRunHelper.Dbl2IntOvf), "_dbl2intovf");

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Release NativeAOT_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Release NativeAOT_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Release NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Release NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Release NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Release NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Release NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Release NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build ios-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build ios-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CLR_Tools_Tests)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CLR_Tools_Tests)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build tvos-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build tvos-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm64 Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm64 Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Release NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Release NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Release NativeAOT_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Release NativeAOT_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm64 checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm64 checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build freebsd-x64 Debug CoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build freebsd-x64 Debug CoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build linux-x64 release Runtime_Release)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build linux-x64 release Runtime_Release)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build osx-x64 release Runtime_Release)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build osx-x64 release Runtime_Release)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1393 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1393

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1393,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'
_dependencies.Add(GetHelperEntrypoint(ReadyToRunHelper.Dbl2UIntOvf), "_dbl2uintovf");

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Release NativeAOT_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Release NativeAOT_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Release NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Release NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Release NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Release NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Release NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Release NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build ios-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build ios-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CLR_Tools_Tests)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CLR_Tools_Tests)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build tvos-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build tvos-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm64 Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm64 Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Release NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Release NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Release NativeAOT_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Release NativeAOT_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm64 checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm64 checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build freebsd-x64 Debug CoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build freebsd-x64 Debug CoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build linux-x64 release Runtime_Release)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build linux-x64 release Runtime_Release)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build osx-x64 release Runtime_Release)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build osx-x64 release Runtime_Release)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1394 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1394

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1394,35): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter.GetHelperEntrypoint(ReadyToRunHelper)'
_dependencies.Add(GetHelperEntrypoint(ReadyToRunHelper.Dbl2LngOvf), "_dbl2lngovf");

Check failure on line 1395 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1395

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1395,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1395 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Release NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1395

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1395,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1395 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Release NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1395

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1395,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1395 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build ios-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1395

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1395,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1395 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CLR_Tools_Tests)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1395

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1395,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1395 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build tvos-arm64 Release AllSubsets_NativeAOT)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1395

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1395,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1395 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1395

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1395,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1395 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1395

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1395,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1395 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-arm64 Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1395

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1395,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1395 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1395

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1395,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1395 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug AllSubsets_CoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1395

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1395,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1395 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Release NativeAOT_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1395

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1395,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1395 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1395

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1395,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1395 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build linux-x64 release Runtime_Release)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1395

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1395,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1395 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 checked CoreCLR_ReleaseLibraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1395

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1395,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1395 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build osx-x64 release Runtime_Release)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1395

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1395,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1395 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug Libraries_CheckedCoreCLR)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1395

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1395,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'

Check failure on line 1395 in src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug CoreCLR_Libraries)

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs#L1395

src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs(1395,17): error CS0120: (NETCORE_ENGINEERING_TELEMETRY=Build) An object reference is required for the non-static field, method, or property 'ILImporter._dependencies'
_dependencies.Add(GetHelperEntrypoint(ReadyToRunHelper.Dbl2ULngOvf), "_dbl2ulngovf");

_dependencies.Add(GetHelperEntrypoint(ReadyToRunHelper.Overflow), "_ovf");
}
}

private static void ImportNop() { }
private static void ImportBreak() { }
private static void ImportLoadVar(int index, bool argument) { }
Expand All @@ -1403,7 +1416,6 @@ private static void ImportStoreIndirect(int token) { }
private static void ImportStoreIndirect(TypeDesc type) { }
private static void ImportShiftOperation(ILOpcode opcode) { }
private static void ImportCompareOperation(ILOpcode opcode) { }
private static void ImportConvert(WellKnownType wellKnownType, bool checkOverflow, bool unsigned) { }
private static void ImportUnaryOperation(ILOpcode opCode) { }
private static void ImportCpOpj(int token) { }
private static void ImportCkFinite() { }
Expand Down

0 comments on commit 370663b

Please sign in to comment.