dotnet_code_quality.ca1802.api_surface = private, internal
dotnet_code_quality.ca2208.api_surface = public
+# License header
+file_header_template = Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.\n
+
# C++ Files
[*.{cpp,h,in}]
curly_bracket_next_line = true
#
## Licensed to the .NET Foundation under one or more agreements.
## The .NET Foundation licenses this file to you under the MIT license.
-## See the LICENSE file in the project root for more information.
#
##
# Title : coreclr_arguments.py
#
## Licensed to the .NET Foundation under one or more agreements.
## The .NET Foundation licenses this file to you under the MIT license.
-## See the LICENSE file in the project root for more information.
#
##
# Title : superpmi.py
{
file.Write("// Licensed to the .NET Foundation under one or more agreements.\n");
file.Write("// The .NET Foundation licenses this file to you under the MIT license.\n");
- file.Write("// See the LICENSE file in the project root for more information.\n\n");
file.Write("using System.Diagnostics;\n\n");
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
namespace System.Runtime.InteropServices.ComTypes
{
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
namespace System.Runtime.InteropServices.ComTypes
{
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
;// ==++==
;//
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
;; ==++==
;;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
;; ==++==
;;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
include AsmMacros.inc
Console.WriteLine("// Licensed to the .NET Foundation under one or more agreements.");
Console.WriteLine("// The .NET Foundation licenses this file to you under the MIT license.");
- Console.WriteLine("// See the LICENSE file in the project root for more information.");
Console.WriteLine();
Console.WriteLine();
Console.WriteLine("// File machine generated. See gen_amd64InstrDecode/README.md");
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
#include "ksarm.h"
#include "asmconstants.h"
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
#include "ksarm64.h"
#include "asmconstants.h"
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
//*****************************************************************************
-
//
// File: DebuggerModule.cpp
//
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
EXPORTS
CreateProcessForLaunch
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
CreateProcessForLaunch
ResumeProcess
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
EXPORTS
DacDbiInterfaceInstance
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
DacDbiInterfaceInstance
CLRDataCreateInstance
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
LIBRARY mscordbi
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; COM-instantiation
DllGetClassObjectInternal
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
EXPORTS
;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
//
// File asmparse.y
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#
# a simple script that extracts the grammar from a yacc file
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
//
// File asmparse.y
writer.WriteLine("//");
writer.WriteLine("// Licensed to the .NET Foundation under one or more agreements.");
writer.WriteLine("// The .NET Foundation licenses this file to you under the MIT license.");
- writer.WriteLine("// See the LICENSE file in the project root for more information.");
writer.WriteLine("//");
writer.WriteLine();
writer.WriteLine("#ifndef __CRST_TYPES_INCLUDED");
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#
# OpCodeGen.pl
#
$license = "// Licensed to the .NET Foundation under one or more agreements.\n";
$license .= "// The .NET Foundation licenses this file to you under the MIT license.\n";
-$license .= "// See the LICENSE file in the project root for more information.\n\n";
$startHeaderComment = "/*============================================================\n**\n";
$endHeaderComment = "**\n** THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT BY HAND!\n";
-
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// DO NOT EDIT THIS FILE! IT IS AUTOGENERATED
// FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt
-//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-//
#ifndef __CRST_TYPES_INCLUDED
#define __CRST_TYPES_INCLUDED
private static void PrintLicenseHeader(StreamWriter SW) {
SW.WriteLine("// Licensed to the .NET Foundation under one or more agreements.");
SW.WriteLine("// The .NET Foundation licenses this file to you under the MIT license.");
- SW.WriteLine("// See the LICENSE file in the project root for more information.");
SW.WriteLine();
}
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#
# GENREFOPS.PL
#
-
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// DO NOT EDIT THIS FILE! IT IS AUTOGENERATED
// FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
EXPORTS
getJit
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
EXPORTS
getJit
jitStartup
-
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
/*****************************************************************************/
#ifndef HARDWARE_INTRINSIC
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
EXPORTS
getJit
jitStartup
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
EXPORTS
getJit
jitStartup
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
EXPORTS
getJit
jitStartup
@if "%_echo%"=="" echo off
REM Licensed to the .NET Foundation under one or more agreements.
REM The .NET Foundation licenses this file to you under the MIT license.
-REM See the LICENSE file in the project root for more information.
setlocal
csc ..\..\..\inc\genheaders.cs
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
echo mdtool_dummy : not generating any dependencies
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#
# mdtool_gcc
#
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
/*++
{
Console.WriteLine("// Licensed to the .NET Foundation under one or more agreements.");
Console.WriteLine("// The .NET Foundation licenses this file to you under the MIT license.");
- Console.WriteLine("// See the LICENSE file in the project root for more information.");
Console.WriteLine();
Console.WriteLine("#include \"pal/unicodedata.h\"");
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
===========================================================================
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = c_runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section =C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Debug
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Debug
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Debug
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Debug
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Debug
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Debug
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = exception_handling
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = exception_handling
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = exception_handling
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = exception_handling
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = exception_handling
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = exception_handling
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = exception_handling
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = exception_handling
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = exception_handling
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = exception_handling
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = exception_handling
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = exception_handling
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = exception_handling
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = exception_handling
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = exception_handling
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = file_io
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Filemapping_memmgt
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Loader
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Loader
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Loader
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Loader
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Loader
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Loader
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Loader
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Loader
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Loader
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Loader
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Loader
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Locale Information
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Locale Information
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Locale Information
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Locale Information
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Locale Information
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Locale Information
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Locale Information
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Locale Information
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Locale Information
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Locale Information
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Locale Information
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Locale Information
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Locale Information
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Locale Information
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Locale Information
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
# Automatable to detect gross errors; also manually inspect for proper behaviour
miscellaneous/messageboxw/test1,1
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#This test is negative and will exit with exit(1).
#Therefore, the harness would record it as a failure
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = C Runtime
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = miscellaneous
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = PAL_Specific
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = pal_specific
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = PAL_Specific
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = PAL_Specific
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = pal_specific
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = pal_specific
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = PAL_Specific
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = PAL_Specific
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = PAL_Specific
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = PAL_Specific
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Samples
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Samples
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
c_runtime/exit/test2,1
pal_specific/pal_get_stderr/test1,1
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = Threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Version = 1.0
Section = threading
##
## Licensed to the .NET Foundation under one or more agreements.
## The .NET Foundation licenses this file to you under the MIT license.
-## See the LICENSE file in the project root for more information.
##
## This script exists to create a dummy implementaion of the eventprovider
## interface from a manifest file
stdprolog_cpp="""
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
/******************************************************************
##
## Licensed to the .NET Foundation under one or more agreements.
## The .NET Foundation licenses this file to you under the MIT license.
-## See the LICENSE file in the project root for more information.
##
## This script generates the interface to ETW using MC.exe
stdprolog_cpp="""
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
/******************************************************************
stdprolog_cpp = """// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
/******************************************************************
#
## Licensed to the .NET Foundation under one or more agreements.
## The .NET Foundation licenses this file to you under the MIT license.
-## See the LICENSE file in the project root for more information.
#
#
#USAGE:
stdprolog="""
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
/******************************************************************
stdprolog="""
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
/******************************************************************
##
## Licensed to the .NET Foundation under one or more agreements.
## The .NET Foundation licenses this file to you under the MIT license.
-## See the LICENSE file in the project root for more information.
##
## Sample LTTng Instrumentation code that is generated:
##
stdprolog="""
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
/******************************************************************
#
## Licensed to the .NET Foundation under one or more agreements.
## The .NET Foundation licenses this file to you under the MIT license.
-## See the LICENSE file in the project root for more information.
#
import os
generatedCodeFileHeader="""// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
/**********************************************************************
#
## Licensed to the .NET Foundation under one or more agreements.
## The .NET Foundation licenses this file to you under the MIT license.
-## See the LICENSE file in the project root for more information.
#
##
# Title :pgocheck.py
##
## Licensed to the .NET Foundation under one or more agreements.
## The .NET Foundation licenses this file to you under the MIT license.
-## See the LICENSE file in the project root for more information.
##
## This file provides utility functions to the adjacent python scripts
-
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// DO NOT EDIT THIS FILE! IT IS AUTOGENERATED
// FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt
-
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// DO NOT EDIT THIS FILE! IT IS AUTOGENERATED
// FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt
-
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// DO NOT EDIT THIS FILE! It IS AUTOGENERATED
using System;
-
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// DO NOT EDIT THIS FILE! IT IS AUTOGENERATED
// FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt
tr.Write(@"
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// DO NOT EDIT THIS FILE! IT IS AUTOGENERATED
// FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt
tr.Write(@"
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// DO NOT EDIT THIS FILE! IT IS AUTOGENERATED
// FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt
tr.Write(@"
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// DO NOT EDIT THIS FILE! IT IS AUTOGENERATED
// FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt
tr.Write(@"
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// DO NOT EDIT THIS FILE! IT IS AUTOGENERATED
// FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt
tr.Write(@"
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// DO NOT EDIT THIS FILE! IT IS AUTOGENERATED
// FROM /src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt
tr.Write(@"
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// DO NOT EDIT THIS FILE! It IS AUTOGENERATED
using System;
tw.Write(@"
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// DO NOT EDIT THIS FILE! It IS AUTOGENERATED
#include ""corinfoexception.h""
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
;
; Thunk generator input file for generating the thunks from the C++ version of the
; jit interface to COM, into managed, and from COM to C++.
-// Licensed to the .NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
// CLI - Partition 2, section 22.8
// A type has layout if it is marked SequentialLayout or ExplicitLayout. If any type within an inheritance chain has layout,
- // then so shall all its base classes, up to the one that descends immediately from System.ValueType (if it exists in the type’s
+ // then so shall all its base classes, up to the one that descends immediately from System.ValueType (if it exists in the type's
// hierarchy); otherwise, from System.Object
// Note: While the CLI isn't clearly worded, the layout needs to be the same for the entire chain.
// If the current type isn't ValueType or System.Object and has a layout and the parent type isn't
-// Licensed to the .NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
// Interface function resolution follows the following rules
// 1. Apply any method impl that may exist, if once of these exists, resolve to target immediately.
// 2. If an interface is explicitly defined on a type, then attempt to perform a namesig match on the
- // current type to resolve.If the interface isn’t resolved, if it isn’t implemented on a base type,
+ // current type to resolve.If the interface isn't resolved, if it isn't implemented on a base type,
// scan all base types for name / sig matches.
// 3. If implicitly defined, attempt to perform a namesig match if the interface method implementation
// has not been found on some base type.
-
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
-
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
+// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
+// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
using System;
using System.Collections.Generic;
using System.Text;
-// Licensed to the.NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
-// Licensed to the.NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using Internal.TypeSystem;
-using System;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+using System;
namespace VirtualFunctionOverride
{
-// Licensed to the.NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using Internal.TypeSystem;
-
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// DO NOT EDIT THIS FILE! It IS AUTOGENERATED
#include "corinfoexception.h"
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
;
; Define macros to build unwind data for prologues.
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
include <AsmMacros.inc>
include <AsmConstants.inc>
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
include <AsmMacros.inc>
include AsmConstants.inc
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ***********************************************************************
; File: JitHelpers_InlineGetThread.asm, see history in jithelp.asm
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
include <AsmMacros.inc>
include AsmConstants.inc
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
include <AsmMacros.inc>
include AsmConstants.inc
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
.intel_syntax noprefix
#include "unixasmmacros.inc"
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
;; ==++==
;;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
;; ==++==
;;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
;; ==++==
;;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
;; ==++==
;;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
;; ==++==
;;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
;; ==++==
;;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// codeman.cpp - a managment class for handling multiple code managers
//
+// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
#ifndef __EVENTPIPE_CONFIGURATION_H__
#define __EVENTPIPE_CONFIGURATION_H__
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
# C to MASM include file translator
# This is replacement for the deprecated h2inc tool that used to be part of VS.
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
# C to MASM include file translator
# This is replacement for the deprecated h2inc tool that used to be part of VS.
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
;
; Define macros to build unwind data for prologues.
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ***********************************************************************
; File: PInvokeStubs.asm
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ==++==
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
; ***********************************************************************
; File: JIThelp.asm
-
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
//
// File: nativeeventsource.h
// Abstract: This module implements native part of Event Source support in VM
#
## Licensed to the .NET Foundation under one or more agreements.
## The .NET Foundation licenses this file to you under the MIT license.
-## See the LICENSE file in the project root for more information.
#
##
# Title: runtest.py
#
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#
################################################################################
#
end = datetime.datetime.now()
elapsed = end - start
- print("Elapsed time: {}".format(elapsed.total_seconds()))
\ No newline at end of file
+ print("Elapsed time: {}".format(elapsed.total_seconds()))
#
## Licensed to the .NET Foundation under one or more agreements.
## The .NET Foundation licenses this file to you under the MIT license.
-## See the LICENSE file in the project root for more information.
#
##
# Title :exclusion.py
#
## Licensed to the .NET Foundation under one or more agreements.
## The .NET Foundation licenses this file to you under the MIT license.
-## See the LICENSE file in the project root for more information.
#
##
# Title :format.py
#
## Licensed to the .NET Foundation under one or more agreements.
## The .NET Foundation licenses this file to you under the MIT license.
-## See the LICENSE file in the project root for more information.
#
##
# Title :lst_creator.py
#
## Licensed to the .NET Foundation under one or more agreements.
## The .NET Foundation licenses this file to you under the MIT license.
-## See the LICENSE file in the project root for more information.
#
##
# Title :migrate-tags.py
#
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#
##########################################################################
##########################################################################
@rem Licensed to the .NET Foundation under one or more agreements.
@rem The .NET Foundation licenses this file to you under the MIT license.
-@rem See the LICENSE file in the project root for more information.
@echo off
#
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#
##
# Title :run-pmi-diffs.py
#
## Licensed to the .NET Foundation under one or more agreements.
## The .NET Foundation licenses this file to you under the MIT license.
-## See the LICENSE file in the project root for more information.
#
##
# Title :smarty_error_parser.py
#
## Licensed to the .NET Foundation under one or more agreements.
## The .NET Foundation licenses this file to you under the MIT license.
-## See the LICENSE file in the project root for more information.
#
##
# Title :smarty_parser.py
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
add_subdirectory(static)
add_subdirectory(standalone)
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project(apphost)
set(DOTNET_PROJECT_NAME "apphost")
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project(singlefilehost)
set(DOTNET_PROJECT_NAME "singlefilehost")
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
DllMain
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project(comhost)
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project(${DOTNET_PROJECT_NAME})
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project(dotnet)
set(DOTNET_PROJECT_NAME "dotnet")
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project (${DOTNET_PROJECT_NAME})
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
add_subdirectory(static)
add_subdirectory(standalone)
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project(hostfxr)
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
EXPORTS
hostfxr_main_bundle_startupinfo
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
hostfxr_main_bundle_startupinfo
hostfxr_main_startupinfo
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project(hostfxr_static)
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project(hostcommon)
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
include(${CMAKE_CURRENT_LIST_DIR}/configure.cmake)
include_directories(${CMAKE_CURRENT_BINARY_DIR})
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
add_subdirectory(static)
add_subdirectory(standalone)
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project(hostpolicy)
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
EXPORTS
corehost_initialize
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
corehost_initialize
corehost_load
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project(hostpolicy_static)
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project(ijwhost)
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
include AsmMacros.inc
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
;
; Define macros to build unwind data for prologues.
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
;
#include "ksarm.h"
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
;
;
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
;
; Module:
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
;
#include "ksarm64.h"
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
;
; Contains ARM architecture constants and assembly macros.
;
;
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
;
;
; Module:
-
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
#include "bootstrap_thunk_chunk.h"
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
.586
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project(${DOTNET_PROJECT_NAME})
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project(lib${DOTNET_PROJECT_NAME})
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project(nethost)
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
if (CLI_CMAKE_PORTABLE_BUILD)
add_definitions(-DFEATURE_PORTABLE_BUILD=1)
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project(mockcoreclr)
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
-; See the LICENSE file in the project root for more information.
EXPORTS
coreclr_create_delegate
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
cmake_minimum_required (VERSION 3.14.5)
project(mockhostfxr_2_2)
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project(mockhostpolicy)
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project(nativehost)
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project(${DOTNET_PROJECT_NAME})
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
project(${DOTNET_PROJECT_NAME})
#
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#
PACKAGE=$1
#
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#
PACKAGE=$1
#
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#
PACKAGE=$1
-Comment: Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information.
+Comment: Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.
Files: *
Copyright: {COPYRIGHT_TEXT}
License: {LICENSE_NAME}
License: {LICENSE_NAME}
- {LICENSE_TEXT}
\ No newline at end of file
+ {LICENSE_TEXT}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.using System;
using System;
using System.Threading;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using BundleTests.Helpers;
using Microsoft.DotNet.Cli.Build.Framework;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
namespace System.Net.Http
{
NoError = 0x100,
/// <summary>
/// H3_GENERAL_PROTOCOL_ERROR (0x101):
- /// Peer violated protocol requirements in a way which doesn’t match a more specific error code,
+ /// Peer violated protocol requirements in a way which doesn't match a more specific error code,
/// or endpoint declines to use the more specific error code.
/// </summary>
ProtocolError = 0x101,
RequestCancelled = 0x10c,
/// <summary>
/// H3_REQUEST_INCOMPLETE (0x10E):
- /// The client’s stream terminated without containing a fully-formed request.
+ /// The client?s stream terminated without containing a fully-formed request.
/// </summary>
RequestIncomplete = 0x10d,
/// <summary>
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
-
'
' SR.vb
'
<xsl:template match="asn:Sequence">// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
#pragma warning disable SA1028 // ignore whitespace warnings for generated code
using System;<xsl:if test="asn:SequenceOf | asn:SetOf">
<xsl:template match="asn:Choice">// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
#pragma warning disable SA1028 // ignore whitespace warnings for generated code
using System;<xsl:if test="asn:SequenceOf | asn:SetOf">
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
# Usage:
#
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#
# Libraries - Net configuration
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#Requires -RunAsAdministrator
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#Requires -RunAsAdministrator
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#Requires -RunAsAdministrator
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#Requires -RunAsAdministrator
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
Param (
[switch] $uninstall=$false
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
. .\config.ps1
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#Requires -RunAsAdministrator
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#Requires -RunAsAdministrator
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
# Requires Visual Studio Command Prompt
# Requires Azure SDK and .NET Framework SDK installed on the build machine.
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
# Creates a .sln that includes all of the library src, ref, or tests projects.
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Collections;
/// Returns the zero-based index of the first occurrence of an item in the <see cref="StringValues" />.
/// </summary>
/// <param name="item">The string to locate in the <see cref="StringValues"></see>.</param>
- /// <returns>the zero-based index of the first occurrence of <paramref name="item" /> within the <see cref="StringValues"></see>, if found; otherwise, –1.</returns>
+ /// <returns>the zero-based index of the first occurrence of <paramref name="item" /> within the <see cref="StringValues"></see>, if found; otherwise, -1.</returns>
int IList<string>.IndexOf(string item)
{
return IndexOf(item);
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Collections
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Globalization
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Globalization
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports Microsoft.VisualBasic.CompilerServices.Utils
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Reflection
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.ComponentModel
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Globalization
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Globalization
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.ComponentModel
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Globalization
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Option Strict Off
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Collections.Generic
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Security
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Namespace Global.Microsoft.VisualBasic.CompilerServices
<Global.System.Diagnostics.DebuggerNonUserCode()>
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Globalization
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Diagnostics
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Option Explicit On
Option Strict On
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Globalization
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Collections
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.ComponentModel
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Diagnostics
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Collections.Generic
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Option Strict On
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.ComponentModel
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.ComponentModel
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Option Strict On
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports Microsoft.VisualBasic.CompilerServices.Utils
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Globalization
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Globalization
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.ComponentModel
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Namespace Global.Microsoft.VisualBasic.CompilerServices
<Global.System.Diagnostics.DebuggerNonUserCode()>
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Globalization
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Globalization
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Reflection
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Text
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Diagnostics
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports Microsoft.VisualBasic.CompilerServices.ExceptionUtils
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Diagnostics
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Security
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.IO
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.IO
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Diagnostics
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Dynamic
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Namespace Global.Microsoft.VisualBasic
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Namespace Microsoft.VisualBasic
' Constants for the Control Characters
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Runtime.Versioning
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Globalization
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports Microsoft.VisualBasic.CompilerServices
Imports Microsoft.VisualBasic.CompilerServices.Utils
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Option Strict On
Option Explicit On
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Option Explicit On
Option Strict On
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Option Strict On
Option Explicit On
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Option Explicit On
Option Strict On
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Diagnostics
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Math
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Collections
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Option Strict On
Option Explicit On
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Option Explicit On
Option Strict On
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System.Runtime.InteropServices
Imports System.Runtime.Versioning
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Runtime.InteropServices
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.ComponentModel
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Globalization
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Reflection
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.ComponentModel
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports System.Globalization
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System
Imports Microsoft.VisualBasic.CompilerServices
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
namespace System.ComponentModel
{
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-//
#include <assert.h>
#include <stdbool.h>
-
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
#pragma once
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
#include "pal_x509.h"
#include "pal_utilities.h"
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System.CodeDom.Tests;
using Xunit;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
using System;
using System.ComponentModel;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
using System;
using System.ComponentModel;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
-
// (C) Franklin Wise
// (C) 2003 Martin Willemoes Hansen
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
namespace System.Data.Odbc
{
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
using System;
using System.Collections;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
using System;
using System.Collections;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
namespace System.Data.ProviderBase
{
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.even
using Xunit;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.even
using System.Collections.Generic;
using System.Diagnostics.Eventing.Reader;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.even
using System.Diagnostics.Eventing.Reader;
using Xunit;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
namespace System.Diagnostics.Tracing
{
public abstract partial class DiagnosticCounter : System.IDisposable
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
+// The .NET Foundation licenses this file to you under the MIT license.
//
// Authors:
-// Jordi Mas i Hernàndez (jordi@ximian.com)
+// Jordi Mas i Hernàndez (jordi@ximian.com)
// Sebastien Pouliot <sebastien@ximian.com>
//
// (C) 2004 Ximian, Inc. http://www.ximian.com
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.using System;
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// Copyright (C) 2009 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.using System;
using System.Buffers.Binary;
using System.Runtime.CompilerServices;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.IO;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
using System.DirectoryServices;
using System.Security.Principal;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
using System.Security.AccessControl;
using System.Security.Principal;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
using System.Collections.Generic;
using System.Linq;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
using System.Security.Principal;
using Xunit;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
using System;
using System.Collections.Generic;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
using System.Security.Principal;
-using System;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+using System;
using System.Buffers;
using System.Collections.Generic;
using System.Runtime.InteropServices;
-using System.Buffers;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+using System.Buffers;
namespace System.IO.Pipelines.Tests
{
-namespace System.IO.Pipelines.Tests
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+namespace System.IO.Pipelines.Tests
{
public class ObserveDisposeStream : ReadOnlyStream
{
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
using System;
using System.Collections.Generic;
using System.Text;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
using System;
using System.Buffers;
using System.Collections.Generic;
-using System;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+using System;
using System.Buffers;
using System.Collections.Generic;
using System.Text;
-using System.Collections.Generic;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+using System.Collections.Generic;
using System.Linq;
using System.Security.AccessControl;
using System.Security.Principal;
-using System.Collections.Generic;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+using System.Collections.Generic;
using System.Linq;
using System.Security.AccessControl;
using System.Security.Cryptography;
-using System.Collections.Generic;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+using System.Collections.Generic;
using System.Linq;
using System.Security.AccessControl;
using System.Security.Principal;
<#@ output extension=".cs" #>
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System.Runtime.CompilerServices;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
-using System;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// ------------------------------------------------------------------------------
+// Changes to this file must follow the https://aka.ms/api-review process.
+// ------------------------------------------------------------------------------
+
+using System;
using System.Collections.Generic;
using System.Text;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
using System.Collections.Generic;
using System.IO;
using System.Net.Test.Common;
-using System.Collections.Generic;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+using System.Collections.Generic;
using System.Net.Security;
using System.Threading.Tasks;
-using System;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
-using System;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
-using System;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
# Helper script used for pointing the current powershell environment
# to the testhost sdk built by the corefx build script.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
-using System;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
<#@ output extension=".cs" #>
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// This file has been auto-generated. Do not edit by hand.
// Instead open Developer Command prompt and run: TextTransform FileName.tt
-using System.Threading;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+using System.Threading;
using System.Threading.Tasks;
namespace System.Net.Security.Tests
-using System;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+using System;
namespace SslStress.Utils
{
<#@ output extension=".cs" #>
<#@ include file="TensorTemplate.ttinclude" #>// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
namespace System.Numerics.Tensors
{
<#@ output extension=".cs" #>
<#@ include file="TensorTemplate.ttinclude" #>// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
namespace System.Numerics.Tensors
{
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
using System;
using System.ComponentModel;
using System.Xml.Linq;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
namespace System.Globalization
{
{
#>// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
<#+
}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.s
using System.Collections;
using System.Diagnostics;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
/*============================================================
**
[System.Diagnostics.Conditional("DEBUG")]
internal static void CheckThreadPoolAndContextsAreDefault()
{
- Debug.Assert(!Thread.IsThreadStartSupported || Thread.CurrentThread.IsThreadPoolThread); // there are no dedicated threadpool threads on runtimes where we can't start threads
+ Debug.Assert(!Thread.IsThreadStartSupported || Thread.CurrentThread.IsThreadPoolThread); // there are no dedicated threadpool threads on runtimes where we can't start threads
Debug.Assert(Thread.CurrentThread._executionContext == null, "ThreadPool thread not on Default ExecutionContext.");
Debug.Assert(Thread.CurrentThread._synchronizationContext == null, "ThreadPool thread not on Default SynchronizationContext.");
}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
namespace System.Runtime.Serialization
{
-using System.Collections.Generic;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+using System.Collections.Generic;
using Xunit;
namespace System.PrivateUri.Tests
<#@ import namespace="System"
#><#@ include file="RawTextWriter.ttinclude" #>// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// WARNING: This file is generated and should not be modified directly.
// Instead, modify HtmlRawTextWriterGenerator.ttinclude
<#@ import namespace="System"
#><#@ include file="RawTextWriter.ttinclude" #>// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// WARNING: This file is generated and should not be modified directly.
// Instead, modify TextRawTextWriterGenerator.ttinclude
<#@ import namespace="System"
#><#@ include file="RawTextWriter.ttinclude" #>// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// WARNING: This file is generated and should not be modified directly.
// Instead, modify XmlRawTextWriterGenerator.ttinclude
<#@ import namespace="System"
#><#@ include file="RawTextWriter.ttinclude" #>// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// WARNING: This file is generated and should not be modified directly.
// Instead, modify XmlRawTextWriterGeneratorAsync.ttinclude
#|
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
|#
#|
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
|#
#|
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
|#
#|
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
|#
#|
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
|#
#|
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
DO NOT MAKE CHANGES TO THIS FILE WITHOUT UPDATING THE SPEC.
|#
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.using System;
using System.Collections.Generic;
using System.Text;
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
Imports System.Collections.Generic
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more informanullable enable
#nullable enable
using System.Collections.Generic;
// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.Missing
-// See the LICENSE file in the project root for more information.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using Xunit;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
using System.Buffers;
using System.Collections.Concurrent;
using System.Collections.Generic;
-using System.Diagnostics.CodeAnalysis;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+using System.Diagnostics.CodeAnalysis;
using Xunit;
namespace System.Runtime.Versioning.Tests
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
+// The .NET Foundation licenses this file to you under the MIT license.
//
// TypedReferenceTest.cs
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Reflection;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
using System;
using System.Security.Principal;
using System.Threading;
return 100;
}
-}
\ No newline at end of file
+}
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
using System;
using System.Security.Principal;
using System.Threading;
return 100;
}
-}
\ No newline at end of file
+}
-using System;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+using System;
using System.ComponentModel;
using System.Globalization;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
using System;
using System.Collections;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
using System;
using System.Diagnostics;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
using System;
class Program
}
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// MonoTests.System.Security.Cryptography.Xml.AssertCrypto.cs
//
// Author:
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using Xunit;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// DSAKeyValueTest.cs - Test Cases for DSAKeyValue
//
// Author:
// Sebastien Pouliot (spouliot@motus.com)
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.Collections;
using System.Collections.Generic;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// DataObjectTest.cs - Test Cases for DataObject
//
// Author:
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// (C) 2004 Novell Inc.
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.Xml;
using Xunit;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// DataReferenceTest.cs
//
// Author:
// Atsushi Enomoto <atsushi@ximian.com>
//
// Copyright (C) 2006 Novell, Inc.
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.Xml;
using Xunit;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// EncryptedXmlTest.cs
//
// Author:
// Atsushi Enomoto <atsushi@ximian.com>
//
// Copyright (C) 2006 Novell, Inc (http://www.novell.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
-
using System.Collections;
using System.Collections.Generic;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// KeyInfoNameTest.cs - Test Cases for KeyInfoName
//
// Author:
// Sebastien Pouliot (spouliot@motus.com)
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.Xml;
using Xunit;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// KeyInfoNodeTest.cs - Test Cases for KeyInfoNode
//
// Author:
// Sebastien Pouliot (spouliot@motus.com)
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.Xml;
using Xunit;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// KeyInfoRetrievalMethodTest.cs - Test Cases for KeyInfoRetrievalMethod
//
// Author:
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.Xml;
using Xunit;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// KeyInfoTest.cs - Test Cases for KeyInfo
//
// Author:
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Linq;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// KeyInfoX509DataTest.cs - Test Cases for KeyInfoX509Data
//
// Author:
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.Security.Cryptography.X509Certificates;
using System.Xml;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// RSAKeyValueTest.cs - Test Cases for RSAKeyValue
//
// Author:
// Sebastien Pouliot (spouliot@motus.com)
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.Linq;
using System.Xml;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// ReferenceTest.cs - Test Cases for Reference
//
// Author:
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// (C) 2004 Novell (http://www.novell.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.IO;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// SignatureTest.cs - Test Cases for SignedXml
//
// Author:
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.Xml;
using Xunit;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// SignedInfoTest.cs - Test Cases for SignedInfo
//
// Author:
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// Copyright (C) 2005, 2009 Novell, Inc (http://www.novell.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.Xml;
using Xunit;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// SignedXmlTest.cs - Test Cases for SignedXml
//
// Author:
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// Copyright (C) 2004-2005, 2008 Novell, Inc (http://www.novell.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.Globalization;
using System.IO;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// TransformChainTest.cs - Test Cases for TransformChain
//
// Author:
// Sebastien Pouliot (spouliot@motus.com)
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using Xunit;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// Unit tests for Transform
//
// Author:
// Sebastien Pouliot <sebastien@ximian.com>
//
// Copyright (C) 2008 Novell, Inc (http://www.novell.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.IO;
using System.Text;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// Unit tests for XmlDecryptionTransform
//
// Author:
// Sebastien Pouliot <sebastien@ximian.com>
//
// Copyright (C) 2008 Novell, Inc (http://www.novell.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.IO;
using System.Xml;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// XmlDsigBase64TransformTest.cs - Test Cases for XmlDsigBase64Transform
//
// Author:
//
// (C) 2002 Motus Technologies Inc. (http://www.motus.com)
// (C) 2004 Novell (http://www.novell.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.IO;
using System.Text;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// XmlDsigC14NTransformTest.cs - Test Cases for XmlDsigC14NTransform
//
// Author:
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// (C) 2003 Aleksey Sanin (aleksey@aleksey.com)
// (C) 2004 Novell (http://www.novell.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.IO;
using System.Text;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// XmlDsigC14NWithCommentsTransformTest.cs
// - Test Cases for XmlDsigC14NWithCommentsTransform
//
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.IO;
using System.Text;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// XmlDsigEnvelopedSignatureTransformTest.cs
//
// Author:
// Atsushi Enomoto <atsushi@ximian.com>
//
// (C) 2004 Novell Inc.
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.IO;
using System.Xml;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// XmlDsigExcC14NTransformTest.cs - Test Cases for XmlDsigExcC14NTransform
//
// Author:
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// (C) 2003 Aleksey Sanin (aleksey@aleksey.com)
// (C) 2004 Novell (http://www.novell.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.IO;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// XmlDsigExcC14NWithCommentsTransformTest.cs - Test Cases for
// XmlDsigExcC14NWithCommentsTransform
//
// (C) 2003 Aleksey Sanin (aleksey@aleksey.com)
// (C) 2004 Novell (http://www.novell.com)
// (C) 2008 Gert Driesen
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.IO;
using System.Xml;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// XmlDsigXPathTransformTest.cs - Test Cases for XmlDsigXPathTransform
//
// Author:
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.IO;
using System.Xml;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// XmlDsigXsltTransformTest.cs - Test Cases for XmlDsigXsltTransform
//
// Author:
//
// (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
// (C) 2004 Novell (http://www.novell.com)
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.Collections;
using System.IO;
// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information
-//
+// The .NET Foundation licenses this file to you under the MIT license.
+
// XmlLicenseTransformTest.cs - Test Cases for XmlLicenseTransform
//
// Author:
// (C) 2003 Aleksey Sanin (aleksey@aleksey.com)
// (C) 2004 Novell (http://www.novell.com)
// (C) 2008 Gert Driesen
-//
-// Licensed to the .NET Foundation under one or more agreements.
-// See the LICENSE file in the project root for more information.
using System.IO;
using System.Xml;
builder.AppendLine("// Licensed to the .NET Foundation under one or more agreements.");
builder.AppendLine("// The .NET Foundation licenses this file to you under the MIT license.");
- builder.AppendLine("// See the LICENSE file in the project root for more information.");
builder.AppendLine();
builder.AppendLine("// This file was generated by a tool.");
builder.AppendLine("// See src/System.Text.Encodings.Web/tools/GenDefinedCharList");
{
builder.AppendLine("// Licensed to the .NET Foundation under one or more agreements.");
builder.AppendLine("// The .NET Foundation licenses this file to you under the MIT license.");
- builder.AppendLine("// See the LICENSE file in the project root for more information.");
builder.AppendLine();
builder.AppendLine("// This file was generated by a tool.");
builder.AppendLine("// See src/System.Text.Encodings.Web/tools/GenUnicodeRanges");
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
' Requires PlantUML to interpret: http://plantuml.com/
' See license info under http://plantuml.com/faq for more details
[JsonDocument] --> [JsonReader]
[JsonDeserializer] --> [JsonReader]
[JsonSerializer] --> [JsonWriter]
-@enduml
\ No newline at end of file
+@enduml
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
-' See the LICENSE file in the project root for more information.
' Requires PlantUML to interpret: http://plantuml.com/
' See license info under http://plantuml.com/faq for more details
[JsonPipeReader] --> [JsonReader]
[JsonStreamWriter] --> [JsonWriter]
[JsonPipeWriter] --> [JsonWriter]
-@enduml
\ No newline at end of file
+@enduml
-// Licensed to the.NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Diagnostics;
-//Licensed to the.NET Foundation under one or more agreements.
-//The.NET Foundation licenses this file to you under the MIT license.
-//See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using Xunit;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.IO;
IsEmployee = false
},
Title = "Green Field",
- Message = "Down, down, down. Would the fall never come to an end! ‘I wonder how many miles I’ve fallen by this time. I think—’ (for, you see, Alice had learnt several things of this sort in her lessons in the schoolroom, and though this was not a very good opportunity for showing off her knowledge, as there was no one to listen to her, still it was good practice to say it over) ‘—yes, that’s about the right distance—but then I wonder what Latitude or Longitude I’ve got to",
+ Message = "Down, down, down. Would the fall never come to an end! 'I wonder how many miles I've fallen by this time. I think-' (for, you see, Alice had learnt several things of this sort in her lessons in the schoolroom, and though this was not a very good opportunity for showing off her knowledge, as there was no one to listen to her, still it was good practice to say it over) '-yes, that's about the right distance-but then I wonder what Latitude or Longitude I've got to",
Responses = new List<Comment>()
}
},
SKU = "LL123" + j,
Brand = new TestClassWithInitializedProperties(),
ProductCategory = new SimpleTestClassWithNonGenericCollectionWrappers(),
- Description = "Down, down, down. Would the fall never come to an end! ‘I wonder how many miles I’ve fallen by this time. I think—’ (for, you see, Alice had learnt several things of this sort in her lessons in the schoolroom, and though this was not a very good opportunity for showing off her knowledge, as there was no one to listen to her, still it was good practice to say it over) ‘—yes, that’s about the right distance—but then I wonder what Latitude or Longitude I’ve got to",
+ Description = "Down, down, down. Would the fall never come to an end! 'I wonder how many miles I've fallen by this time. I think-' (for, you see, Alice had learnt several things of this sort in her lessons in the schoolroom, and though this was not a very good opportunity for showing off her knowledge, as there was no one to listen to her, still it was good practice to say it over) '-yes, that's about the right distance-but then I wonder what Latitude or Longitude I've got to",
Created = new DateTime(2000, 10, 12),
Title = "Surface Pro 6 for Business - 512GB",
Price = new Price(),
<!--
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-->
<Blocks>
<Member name="Completion">
<!--
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-->
<doc>
<assembly>
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System.Globalization;
using System.Tests;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Globalization;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Globalization;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System.Buffers;
using System.Collections.Generic;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Globalization;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// Authors:
// Patrik Torstensson (Patrik.Torstensson@labs2.com)
-// Wictor Wilén (decode/encode functions) (wictor@ibizkit.se)
+// Wictor Wilén (decode/encode functions) (wictor@ibizkit.se)
// Tim Coleman (tim@timcoleman.com)
// Gonzalo Paniagua Javier (gonzalo@ximian.com)
//
/*
* Licensed to the .NET Foundation under one or more agreements.
* The .NET Foundation licenses this file to you under the MIT license.
- * See the LICENSE file in the project root for more information.
*/
#define MONO_RISCV_CODEGEN_TEST
/*
* Licensed to the .NET Foundation under one or more agreements.
* The .NET Foundation licenses this file to you under the MIT license.
- * See the LICENSE file in the project root for more information.
*/
#ifndef __MONO_RISCV_CODEGEN_H__
/*
* Licensed to the .NET Foundation under one or more agreements.
* The .NET Foundation licenses this file to you under the MIT license.
- * See the LICENSE file in the project root for more information.
*/
/*
/*
* Licensed to the .NET Foundation under one or more agreements.
* The .NET Foundation licenses this file to you under the MIT license.
- * See the LICENSE file in the project root for more information.
*/
#ifndef __MONO_PROFILER_LEGACY_H__
/*
* Licensed to the .NET Foundation under one or more agreements.
* The .NET Foundation licenses this file to you under the MIT license.
- * See the LICENSE file in the project root for more information.
*/
#ifndef __MONO_PROFILER_PRIVATE_H__
/*
* Licensed to the .NET Foundation under one or more agreements.
* The .NET Foundation licenses this file to you under the MIT license.
- * See the LICENSE file in the project root for more information.
*/
#include <config.h>
/*
* Licensed to the .NET Foundation under one or more agreements.
* The .NET Foundation licenses this file to you under the MIT license.
- * See the LICENSE file in the project root for more information.
*/
#ifndef __MONO_PROFILER_H__
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#
# RISC-V RV32 Machine Description
#
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
-# See the LICENSE file in the project root for more information.
#
# RISC-V RV64 Machine Description
#
/*
* Licensed to the .NET Foundation under one or more agreements.
* The .NET Foundation licenses this file to you under the MIT license.
- * See the LICENSE file in the project root for more information.
*/
#include <config.h>
/*
* Licensed to the .NET Foundation under one or more agreements.
* The .NET Foundation licenses this file to you under the MIT license.
- * See the LICENSE file in the project root for more information.
*/
#include "mini-runtime.h"
/*
* Licensed to the .NET Foundation under one or more agreements.
* The .NET Foundation licenses this file to you under the MIT license.
- * See the LICENSE file in the project root for more information.
*/
#include <config.h>
/*
* Licensed to the .NET Foundation under one or more agreements.
* The .NET Foundation licenses this file to you under the MIT license.
- * See the LICENSE file in the project root for more information.
*/
#include <mono/utils/mono-hwcap.h>
/*
* Licensed to the .NET Foundation under one or more agreements.
* The .NET Foundation licenses this file to you under the MIT license.
- * See the LICENSE file in the project root for more information.
*/
#ifndef __MONO_MINI_RISCV_H__
/*
* Licensed to the .NET Foundation under one or more agreements.
* The .NET Foundation licenses this file to you under the MIT license.
- * See the LICENSE file in the project root for more information.
*/
#include "mini-runtime.h"
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Runtime.InteropServices;
/*
* Licensed to the .NET Foundation under one or more agreements.
* The .NET Foundation licenses this file to you under the MIT license.
- * See the LICENSE file in the project root for more information.
*/
#include <mono/utils/mono-hwcap.h>
<_MonoCoreLibVersionFileLines>
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// This is a generated file. Do not edit.
return ret;
}
- /* Based on the Boyer–Moore string search algorithm */
+ /* Based on the Boyer-Moore string search algorithm */
private int LastIndexOf(Delegate[] haystack, Delegate[] needle)
{
if (haystack.Length < needle.Length)
// -*- indent-tabs-mode: nil -*-
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+
using System;
public class Test
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
var BindingSupportLib = {
$BINDING__postset: 'BINDING.export_functions (Module);',
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
namespace NetClient
{
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.IO;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Text;
return 101;
}
}
-}
\ No newline at end of file
+}
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
#include <stdio.h>
#include <stdint.h>
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
#include <stdio.h>
#include <stdint.h>
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
#include <stdio.h>
#include <stdint.h>
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
#include <stdio.h>
#include <stdint.h>
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
#include <stdio.h>
#include <stdint.h>
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
#include <stdio.h>
#include <stdint.h>
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
#include <stdio.h>
#include <stdint.h>
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
#include <stdio.h>
#include <stdint.h>
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
#include <stdio.h>
#include <stdint.h>
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
#include <stdio.h>
#include <stdint.h>
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
#include <stdio.h>
#include <stdint.h>
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
#include <stdio.h>
#include <stdint.h>
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
-// Licensed to the .NET Doundation under one or more agreements.
-// The .NET Doundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Runtime.InteropServices;
-
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public struct S_CHARArray_ByValTStr
{
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Runtime.InteropServices;
using System.Text;
using System.Collections.Generic;
-
// UTF8
class UTF8StringTests
{
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
#include <xplatform.h>
#include <platformdefines.h>
const string FileBeginIL = @"// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
.assembly extern System.Console { auto }
.assembly extern System.Runtime { auto }
-// Licensed to the.NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// The test came from https://github.com/dotnet/corefx/issues/20085.
// It tests that we do access overlapping fields with the correct types.
// Espessialy if the stuct was casted by 'Unsafe.As` from a promoted type
// and the promoted type had another field on the same offset but with a different type/size.
-
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Diagnostics;
testListFile.WriteLine(@"// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
<#@ output extension=".cs" #>
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// This file is auto-generated from template file Helpers.tt
// In order to make changes to this file, please update Helpers.tt
{
testListFile.WriteLine(@"// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
var w = Console.Out;
w.WriteLine(@"// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Runtime.CompilerServices;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
{
testListFile.WriteLine(@"// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
/*
* If using a value type/struct that contains only a single reference type field, under certain situations the x64 JIT reports the stack location as a live GC pointer before zero-initializing it.
* The only workaround would be to disable optimizations via MethodImplOptions.NoOptimization. This GC hole is sort of an existing one and sort of a regression.
* In one sense, it has been in the JIT since we turned on candidates and made worse with OPT_WITH_EH (since it adds a lot of cases where we try and then undo worthless register candidates), which was done between beta2 and RTM of Whidbey/2.0.
- * Previously bugs in this area caused the stack’s lifetime to not get reported at all.
+ * Previously bugs in this area caused the stack's lifetime to not get reported at all.
* Earlier this year 2 bugs were fixed, and recently I ported those fixes to arrowhead, so that we now correctly report the untracked stack lifetime of these value types.
* This bug is a manifestation of the opposite problem where the reference pointer is reported, but not initialized.
* Thus depending upon the previous stack contents, can cause an inverse-GCHole (reporting of a non-GC pointer as a GC pointer).
<#@ output extension=".cs" #>
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Numerics;
<#@ import namespace="System.Linq" #>
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// Use the following commands to generate a corresponding IL file
// "%DevEnvDir%\TextTransform.exe" .\GitHub_21061_StackOverflowInFuncletProlog.tt
<#@ import namespace="System.Linq" #>
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// Use the following commands to generate a corresponding IL file
-
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// This tests that
// ((x+icon)+y) => ((x+y)+icon)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information
using System;
-
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
using System;
using System.Linq;
public static byte Test432_var(int index) => readOnlySpan[(index & Var(2147483647)) << Var(2147483646)];
public static byte Test433_cns(int index) => readOnlySpan[(index & Cns(2147483647)) << Cns(2147483647)];
public static byte Test433_var(int index) => readOnlySpan[(index & Var(2147483647)) << Var(2147483647)];
-}
\ No newline at end of file
+}
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
// This is regression test for VSW 341477
// we were getting an assert failure due to using non-ASCII characters.
public A() {}
}
-public class Hello<liıİ>
+public class Hello<li??>
{
- public liıİ a;
- public Hello (liıİ t)
+ public li?? a;
+ public Hello (li?? t)
{
a = t;
Console.WriteLine (a.ToString ());
}
- public один InstanceMethod<один> () where один : new()
+ public ???? InstanceMethod<????> () where ???? : new()
{
- return new один();
+ return new ????();
}
}
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
using CommandLine;
using CommandLine.Text;
using System;
namespace JitBench
{
- // Licensed to the .NET Foundation under one or more agreements.
- // The .NET Foundation licenses this file to you under the MIT license.
- // See the LICENSE file in the project root for more information.
-
-
-
/// <summary>
/// Provides an interface to parse the command line arguments passed to the TieredJitBench harness.
/// </summary>
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
/*