repo_name
stringclasses
6 values
pr_number
int64
512
78.9k
pr_title
stringlengths
3
144
pr_description
stringlengths
0
30.3k
author
stringlengths
2
21
date_created
timestamp[ns, tz=UTC]
date_merged
timestamp[ns, tz=UTC]
previous_commit
stringlengths
40
40
pr_commit
stringlengths
40
40
query
stringlengths
17
30.4k
filepath
stringlengths
9
210
before_content
stringlengths
0
112M
after_content
stringlengths
0
112M
label
int64
-1
1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Compilers/VisualBasic/Portable/Errors/DiagnosticFormatter.vb
' Licensed to the .NET Foundation under one or more 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.Globalization Imports Microsoft.CodeAnalysis.Text Namespace Microsoft.CodeAnalysis.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. Imports System.Globalization Imports Microsoft.CodeAnalysis.Text Namespace Microsoft.CodeAnalysis.VisualBasic '''...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Features/LanguageServer/Protocol/Handler/SemanticTokens/SemanticTokensHandlerProvider.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.Collections.Immutable; using System.Composition; using Microsoft.CodeAnalysis.Host.Mef; ...
// Licensed to the .NET Foundation under one or more 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; using System.Composition; using Microsoft.CodeAnalysis.Host.Mef; ...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Tools/ExternalAccess/FSharp/Completion/FSharpFileSystemCompletionHelper.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. #nullable disable using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using ...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Compilers/VisualBasic/Portable/Binding/SyntheticBoundTrees/SynthesizedPropertyAccessorBase.vb
' Licensed to the .NET Foundation under one or more 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.Immutable Imports Microsoft.CodeAnalysis.PooledObjects Namespace Microsoft.CodeAnalysis.Vi...
' Licensed to the .NET Foundation under one or more 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.Immutable Imports Microsoft.CodeAnalysis.PooledObjects Namespace Microsoft.CodeAnalysis.Vi...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/EditorFeatures/Core.Wpf/SignatureHelp/Presentation/Parameter.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. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.Shared.Extensions; using Microsoft.CodeAnal...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.Shared.Extensions; using Microsoft.CodeAnal...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Workspaces/Core/Portable/Editing/SymbolEditor.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. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; 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. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.Debug.xunit
<?xml version="1.0" encoding="utf-8"?> <xunit> <assemblies> <assembly filename="..\..\..\..\..\Binaries\Debug\Roslyn.ExpressionEvaluator.VisualBasic.ExpressionCompiler.UnitTests.dll" shadow-copy="false" /> </assemblies> </xunit>
<?xml version="1.0" encoding="utf-8"?> <xunit> <assemblies> <assembly filename="..\..\..\..\..\Binaries\Debug\Roslyn.ExpressionEvaluator.VisualBasic.ExpressionCompiler.UnitTests.dll" shadow-copy="false" /> </assemblies> </xunit>
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Compilers/Core/Portable/SymbolDisplay/SymbolDisplayGlobalNamespaceStyle.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. namespace Microsoft.CodeAnalysis { /// <summary> /// Specifies the options for how to display the global na...
// Licensed to the .NET Foundation under one or more 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.CodeAnalysis { /// <summary> /// Specifies the options for how to display the global na...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Compilers/CSharp/Portable/Lowering/StateMachineRewriter/StateMachineStates.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. #nullable disable namespace Microsoft.CodeAnalysis.CSharp { internal static class StateMachineStates { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.CSharp { internal static class StateMachineStates { ...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ja.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="ja" or...
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="ja" or...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Compilers/Test/Resources/Core/SymbolsTests/MDTestLib1.dll
MZ@ !L!This program cannot be run in DOS mode. $PEL!L! ^' @@ @'S@` ...
MZ@ !L!This program cannot be run in DOS mode. $PEL!L! ^' @@ @'S@` ...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Compilers/CSharp/Test/CommandLine/SarifErrorLoggerTests.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. #nullable disable using System.Collections.Immutable; using System.Globalization; using System.IO; using Microsoft...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Globalization; using System.IO; using Microsoft...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Workspaces/Core/Portable/Shared/Extensions/SafeHandleExtensions.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.Diagnostics; using System.Runtime.InteropServices; using Roslyn.Utilities; namespace Mi...
// Licensed to the .NET Foundation under one or more 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.Diagnostics; using System.Runtime.InteropServices; using Roslyn.Utilities; namespace Mi...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/VisualStudio/Core/Def/Implementation/KeybindingReset/ReSharperStatus.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. namespace Microsoft.VisualStudio.LanguageServices.KeybindingReset { internal enum ReSharperStatus { ...
// Licensed to the .NET Foundation under one or more 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.VisualStudio.LanguageServices.KeybindingReset { internal enum ReSharperStatus { ...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Extensions/LocationExtensions.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.Diagnostics; using System.Threading; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.Shared....
// Licensed to the .NET Foundation under one or more 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.Diagnostics; using System.Threading; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.Shared....
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Tools/BuildBoss/SolutionUtil.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. #nullable disable using System; using System.Collections.Generic; using System.IO; using System.Linq; 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. #nullable disable using System; using System.Collections.Generic; using System.IO; using System.Linq; using System...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/PseudoVariableTests.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. #nullable disable using System; using System.Collections.Immutable; using System.Linq; using Microsoft.CodeAnalysi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Linq; using Microsoft.CodeAnalysi...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Analyzers/CSharp/Analyzers/UseSimpleUsingStatement/UseSimpleUsingStatementDiagnosticAnalyzer.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.Collections.Immutable; using System.Linq; using System.Threading; using Microsoft.CodeAnalysis.CodeSty...
// Licensed to the .NET Foundation under one or more 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.Immutable; using System.Linq; using System.Threading; using Microsoft.CodeAnalysis.CodeSty...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Compilers/Core/Portable/DiaSymReader/Metadata/MetadataAdapterBase.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. #nullable disable using System; using System.Runtime.InteropServices; using System.Reflection; namespace Microsof...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Runtime.InteropServices; using System.Reflection; namespace Microsof...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Workspaces/Core/Portable/SemanticModelReuse/AbstractSemanticModelReuseLanguageService.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.Diagnostics; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeA...
// Licensed to the .NET Foundation under one or more 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.Diagnostics; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeA...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/VisualStudio/Core/Def/EditorConfigSettings/Whitespace/View/ColumnDefnitions/WhitespaceDescriptionColumnDefinition.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.ComponentModel.Composition; using Microsoft.CodeAnalysis.Host.Mef; using Microsoft.Visua...
// Licensed to the .NET Foundation under one or more 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.ComponentModel.Composition; using Microsoft.CodeAnalysis.Host.Mef; using Microsoft.Visua...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Compilers/Extension/Properties/launchSettings.json
{ "profiles": { "Visual Studio Extension": { "executablePath": "$(DevEnvDir)devenv.exe", "commandLineArgs": "/rootsuffix $(VSSDKTargetPlatformRegRootSuffix) /log" } } }
{ "profiles": { "Visual Studio Extension": { "executablePath": "$(DevEnvDir)devenv.exe", "commandLineArgs": "/rootsuffix $(VSSDKTargetPlatformRegRootSuffix) /log" } } }
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/LanguageServices/VisualBasicFileBannerFactsService.vb
' Licensed to the .NET Foundation under one or more 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.Composition Imports Microsoft.CodeAnalysis.Host.Mef Imports Microsoft.CodeAnalysis.LanguageServices Na...
' Licensed to the .NET Foundation under one or more 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.Composition Imports Microsoft.CodeAnalysis.Host.Mef Imports Microsoft.CodeAnalysis.LanguageServices Na...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/StrictOptionsRecommenderTests.vb
' Licensed to the .NET Foundation under one or more 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.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.OptionStatements Public Class Strict...
' Licensed to the .NET Foundation under one or more 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.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.OptionStatements Public Class Strict...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Compilers/CSharp/Portable/Utilities/ValueSetFactory.DoubleTC.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.Diagnostics; namespace Microsoft.CodeAnalysis.CSharp { using static BinaryOperatorK...
// Licensed to the .NET Foundation under one or more 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.Diagnostics; namespace Microsoft.CodeAnalysis.CSharp { using static BinaryOperatorK...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/VisualStudio/CSharp/Impl/Interactive/xlf/Commands.vsct.zh-Hant.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="zh-Han...
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="zh-Han...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Features/Core/Portable/GenerateType/AbstractGenerateTypeService.GenerateNamedType.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. #nullable disable using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using S...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using S...
-1
dotnet/roslyn
56,484
Fix features using ISyntaxFacts as a place to store C# specific questions
CyrusNajmabadi
2021-09-17T17:20:18Z
2021-09-17T18:54:11Z
d695369176aa109f0e0fb8b0019294aaa0823a54
7fb0d236cdda24e8003f60c0fd32fc2af215027c
Fix features using ISyntaxFacts as a place to store C# specific questions.
./src/Features/LanguageServer/Protocol/ProtocolConstants.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.Collections.Immutable; namespace Microsoft.CodeAnalysis.LanguageServer { internal class ProtocolC...
// Licensed to the .NET Foundation under one or more 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.Immutable; namespace Microsoft.CodeAnalysis.LanguageServer { internal class ProtocolC...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./docs/contributing/Building, Debugging, and Testing on Unix.md
# Building, Debugging and Testing on Unix This guide is meant to help developers setup an environment for debugging / contributing to Roslyn from Linux. Particularly for developers who aren't experienced with .NET Core development on Linux. ## Working with the code 1. Ensure the commands `git` and `curl` are availab...
# Building, Debugging and Testing on Unix This guide is meant to help developers setup an environment for debugging / contributing to Roslyn from Linux. Particularly for developers who aren't experienced with .NET Core development on Linux. ## Working with the code 1. Ensure the commands `git` and `curl` are availab...
1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./docs/contributing/Building, Debugging, and Testing on Windows.md
# Building, Debugging and Testing on Windows ## Working with the code Using the command line, Roslyn can be developed using the following pattern: 1. Clone https://github.com/dotnet/roslyn 1. Run Restore.cmd 1. Run Build.cmd 1. Run Test.cmd ## Recommended version of .NET Framework The minimal required version of ....
# Building, Debugging and Testing on Windows ## Working with the code Using the command line, Roslyn can be developed using the following pattern: 1. Clone https://github.com/dotnet/roslyn 1. Run Restore.cmd 1. Run Build.cmd 1. Run Test.cmd ## Recommended version of .NET Framework The minimal required version of ....
1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./eng/Version.Details.xml
<?xml version="1.0" encoding="utf-8"?> <Dependencies> <ProductDependencies> <Dependency Name="XliffTasks" Version="1.0.0-beta.21215.1"> <Uri>https://github.com/dotnet/xliff-tasks</Uri> <Sha>7e80445ee82adbf9a8e6ae601ac5e239d982afaa</Sha> <SourceBuild RepoName="xliff-tasks" ManagedOnly="true" /> ...
<?xml version="1.0" encoding="utf-8"?> <Dependencies> <ProductDependencies> <Dependency Name="XliffTasks" Version="1.0.0-beta.21215.1"> <Uri>https://github.com/dotnet/xliff-tasks</Uri> <Sha>7e80445ee82adbf9a8e6ae601ac5e239d982afaa</Sha> <SourceBuild RepoName="xliff-tasks" ManagedOnly="true" /> ...
1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./eng/common/tools.ps1
# Initialize variables if they aren't already defined. # These may be defined as parameters of the importing script, or set after importing this script. # CI mode - set to true on CI server for PR validation build or official build. [bool]$ci = if (Test-Path variable:ci) { $ci } else { $false } # Build configuration....
# Initialize variables if they aren't already defined. # These may be defined as parameters of the importing script, or set after importing this script. # CI mode - set to true on CI server for PR validation build or official build. [bool]$ci = if (Test-Path variable:ci) { $ci } else { $false } # Build configuration....
1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./global.json
{ "sdk": { "version": "6.0.100-preview.7.21379.14", "allowPrerelease": true, "rollForward": "major" }, "tools": { "dotnet": "6.0.100-preview.7.21379.14", "vs": { "version": "16.10" }, "xcopy-msbuild": "16.10.0-preview2" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": ...
{ "sdk": { "version": "6.0.100-rc.1.21463.6", "allowPrerelease": true, "rollForward": "major" }, "tools": { "dotnet": "6.0.100-rc.1.21463.6", "vs": { "version": "16.10" }, "xcopy-msbuild": "16.10.0-preview2" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta....
1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/CSharp/Test/Emit/Attributes/AttributeTests.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. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; 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. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/VisualBasic/Test/Semantic/Semantics/InitOnlyMemberTests.vb
' Licensed to the .NET Foundation under one or more 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.CodeAnalysis.Test.Utilities Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.Cod...
' Licensed to the .NET Foundation under one or more 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.CodeAnalysis.Test.Utilities Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.Cod...
1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Workspaces/CSharp/Portable/Classification/Worker_DocumentationComments.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 Microsoft.CodeAnalysis.Classification; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalys...
// Licensed to the .NET Foundation under one or more 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 Microsoft.CodeAnalysis.Classification; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalys...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/EditorFeatures/Core.Wpf/SignatureHelp/Controller.Session_UpdateModel.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. #nullable disable using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis;...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis;...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/VisualStudio/CSharp/Impl/ObjectBrowser/ObjectBrowserLibraryManager.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. #nullable disable using System; using Microsoft.CodeAnalysis; using Microsoft.VisualStudio.ComponentModelHost; usi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using Microsoft.CodeAnalysis; using Microsoft.VisualStudio.ComponentModelHost; usi...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/EditorFeatures/CSharpTest/ChangeSignature/ReorderParametersTests.InvocationLocation.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. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.ChangeSignature; using Microsoft.Code...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.ChangeSignature; using Microsoft.Code...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Workspaces/CSharp/Portable/EmbeddedLanguages/LanguageServices/CSharpEmbeddedLanguagesProvider.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. #nullable disable using System; using System.Composition; using Microsoft.CodeAnalysis.CSharp.EmbeddedLanguages.Vi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Composition; using Microsoft.CodeAnalysis.CSharp.EmbeddedLanguages.Vi...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/CSharp/Portable/Symbols/AbstractTypeMap.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. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; 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. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/CSharp/Test/Symbol/DocumentationComments/TypeDocumentationCommentTests.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. #nullable disable using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSh...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSh...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Analyzers/CSharp/CodeFixes/NewLines/EmbeddedStatementPlacement/EmbeddedStatementPlacementCodeFixProvider.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.Collections.Immutable; using System.Composition; using System.Diagnostics; 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.Collections.Immutable; using System.Composition; using System.Diagnostics; using System....
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Features/Core/Portable/SolutionCrawler/HostSolutionCrawlerWorkspaceEventListener.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.Composition; using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalysis.Host.Mef; ...
// Licensed to the .NET Foundation under one or more 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.Composition; using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalysis.Host.Mef; ...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/CSharp/Test/CommandLine/SarifErrorLoggerTests.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. #nullable disable using System.Collections.Immutable; using System.Globalization; using System.IO; using Microsoft...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Globalization; using System.IO; using Microsoft...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/EditorFeatures/TestUtilities/Squiggles/SquiggleUtilities.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. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; 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. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/Core/CodeAnalysisTest/Collections/SimpleElementImmutablesTestBase.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. // NOTE: This code is derived from an implementation originally in dotnet/runtime: // https://raw.githubusercontent...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // NOTE: This code is derived from an implementation originally in dotnet/runtime: // https://raw.githubusercontent...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/VisualStudio/CSharp/Test/CallHierarchy/CSharpCallHierarchyTests.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. #nullable disable using System.Linq; using Microsoft.CodeAnalysis.Editor.UnitTests.CallHierarchy; using Microsoft....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using Microsoft.CodeAnalysis.Editor.UnitTests.CallHierarchy; using Microsoft....
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/ExpressionEvaluator/Core/Source/ExpressionCompiler/AssemblyReaders.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.Reflection.Metadata; namespace Microsoft.CodeAnalysis.ExpressionEvaluator { internal readonly str...
// Licensed to the .NET Foundation under one or more 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.Reflection.Metadata; namespace Microsoft.CodeAnalysis.ExpressionEvaluator { internal readonly str...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/SymbolVisibility.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. namespace Microsoft.CodeAnalysis.Shared.Utilities { internal enum SymbolVisibility { Public, ...
// Licensed to the .NET Foundation under one or more 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.CodeAnalysis.Shared.Utilities { internal enum SymbolVisibility { Public, ...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/IReadOnlyListExtensions.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.Collections; using System.Collections.Generic; namespace Microsoft.CodeAnalysis.Utilities { inter...
// Licensed to the .NET Foundation under one or more 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; using System.Collections.Generic; namespace Microsoft.CodeAnalysis.Utilities { inter...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/Core/CodeAnalysisTest/Diagnostics/AnalysisContextInfoTests.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. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; 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. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/EditorFeatures/VisualBasicTest/Recommendations/EventHandling/RaiseEventKeywordRecommenderTests.vb
' Licensed to the .NET Foundation under one or more 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.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.EventHandling Public Class RaiseEven...
' Licensed to the .NET Foundation under one or more 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.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.EventHandling Public Class RaiseEven...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/CSharp/Test/Emit/Attributes/AttributeTests_IsUnmanaged.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. #nullable disable using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Symbols.Metadat...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Symbols.Metadat...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/CSharp/Portable/Binder/Binder_Conversions.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.Collections.Immutable; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.L...
// Licensed to the .NET Foundation under one or more 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.Immutable; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.L...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/Core/Portable/DocumentationComments/DocumentationCommentIncludeCache.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. #nullable disable using System; using System.Collections.Generic; using System.IO; using System.Xml; 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. #nullable disable using System; using System.Collections.Generic; using System.IO; using System.Xml; using System....
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/CSharp/Portable/BoundTree/BoundDagEvaluation.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.Diagnostics; using System.Diagnostics.CodeAnalysis; using Roslyn.Utilities; namespace Microsoft.CodeA...
// Licensed to the .NET Foundation under one or more 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.Diagnostics; using System.Diagnostics.CodeAnalysis; using Roslyn.Utilities; namespace Microsoft.CodeA...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/VisualBasic/Portable/BoundTree/BoundExpressionExtensions.vb
' Licensed to the .NET Foundation under one or more 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 Imports System.Diagnostics Imports System.Linq Imports System.Runtim...
' Licensed to the .NET Foundation under one or more 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 Imports System.Diagnostics Imports System.Linq Imports System.Runtim...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Features/Core/Portable/Structure/BlockStructureServiceWithProviders.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. #nullable disable using System.Collections.Immutable; using System.Linq; using System.Threading; using System.Thre...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Linq; using System.Threading; using System.Thre...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Dependencies/Collections/Internal/ArraySortHelper.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. // NOTE: This code is derived from an implementation originally in dotnet/runtime: // https://github.com/dotnet/run...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // NOTE: This code is derived from an implementation originally in dotnet/runtime: // https://github.com/dotnet/run...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/EditorFeatures/Test/SymbolFinder/FindSymbolAtPositionTests.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.Linq; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces; using Mi...
// Licensed to the .NET Foundation under one or more 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.Linq; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces; using Mi...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Workspaces/Core/MSBuild/MSBuild/ProjectFile/ProjectFileLoader.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.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis...
// Licensed to the .NET Foundation under one or more 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; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Features/CSharp/Portable/GoToDefinition/CSharpFindDefinitionService.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.Composition; using Microsoft.CodeAnalysis.GoToDefinition; using Microsoft.CodeAnalysis.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.Composition; using Microsoft.CodeAnalysis.GoToDefinition; using Microsoft.CodeAnalysis.H...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/CSharp/Test/Emit/PDB/PDBTupleTests.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. #nullable disable using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities;...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities;...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Analyzers/CSharp/Analyzers/UsePatternMatching/CSharpAsAndNullCheckDiagnosticAnalyzer.Analyzer.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. #nullable disable using System.Diagnostics; using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Diagnostics; using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/VisualBasic/Test/Syntax/Parser/XmlDocComments.vb
' Licensed to the .NET Foundation under one or more 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.CodeAnalysis.VisualBasic Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAn...
' Licensed to the .NET Foundation under one or more 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.CodeAnalysis.VisualBasic Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAn...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/Core/CodeAnalysisTest/Collections/List/IEnumerable.NonGeneric.Tests.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. // NOTE: This code is derived from an implementation originally in dotnet/runtime: // https://github.com/dotnet/run...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // NOTE: This code is derived from an implementation originally in dotnet/runtime: // https://github.com/dotnet/run...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Scripting/CSharpTest.Desktop/ObjectFormatterTests.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. #nullable disable using System; using System.Collections; using System.Diagnostics; using System.IO; 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. #nullable disable using System; using System.Collections; using System.Diagnostics; using System.IO; using System....
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/CSharp/Portable/Symbols/SymbolCompletionState.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. #nullable disable using System.Diagnostics; using System.Threading; using Microsoft.CodeAnalysis.CSharp.Symbols; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Diagnostics; using System.Threading; using Microsoft.CodeAnalysis.CSharp.Symbols; u...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Features/Core/Portable/ExtractMethod/SimpleExtractMethodResult.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. #nullable disable namespace Microsoft.CodeAnalysis.ExtractMethod { internal class SimpleExtractMethodResult : ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.ExtractMethod { internal class SimpleExtractMethodResult : ...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/CSharp/Portable/Syntax/InternalSyntax/SyntaxTrivia.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.Diagnostics; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax { ...
// Licensed to the .NET Foundation under one or more 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.Diagnostics; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax { ...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/VisualBasic/Portable/Symbols/MetadataOrSourceAssemblySymbol.vb
' Licensed to the .NET Foundation under one or more 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.Concurrent Imports System.Collections.Immutable Imports System.Threading Imports Microsoft....
' Licensed to the .NET Foundation under one or more 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.Concurrent Imports System.Collections.Immutable Imports System.Threading Imports Microsoft....
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/VisualBasic/Test/IOperation/IOperation/IOperationTests_IUsingStatement.vb
' Licensed to the .NET Foundation under one or more 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.CodeAnalysis.VisualBasic.Syntax Imports Microsoft.CodeAnalysis.Test.Utilities Imports Roslyn.Test.Ut...
' Licensed to the .NET Foundation under one or more 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.CodeAnalysis.VisualBasic.Syntax Imports Microsoft.CodeAnalysis.Test.Utilities Imports Roslyn.Test.Ut...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/Core/Portable/Syntax/InternalSyntax/SyntaxList`1.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.Diagnostics; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.Syntax.InternalSy...
// Licensed to the .NET Foundation under one or more 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.Diagnostics; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.Syntax.InternalSy...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/VisualStudio/Core/Test/CodeModel/CSharp/CodeFunctionTests.vb
' Licensed to the .NET Foundation under one or more 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.Threading.Tasks Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Mi...
' Licensed to the .NET Foundation under one or more 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.Threading.Tasks Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Mi...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/VisualStudio/Core/Test/ProjectSystemShim/VisualStudioProjectTests/WorkspaceChangedEventTests.vb
' Licensed to the .NET Foundation under one or more 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.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Microsof...
' Licensed to the .NET Foundation under one or more 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.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Microsof...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/EditorFeatures/TestUtilities/TodoComments/AbtractTodoCommentTests.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. #nullable disable using System.Collections.Immutable; using System.Composition; using System.Linq; using System.Th...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Composition; using System.Linq; using System.Th...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Workspaces/Core/Portable/Log/IErrorLogger.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. #nullable disable using System; using Microsoft.CodeAnalysis.Host; namespace Microsoft.CodeAnalysis.ErrorLogger {...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using Microsoft.CodeAnalysis.Host; namespace Microsoft.CodeAnalysis.ErrorLogger {...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Features/Core/Portable/Workspace/CompileTimeSolutionProvider.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.Collections.Immutable; using System.Composition; using System.Diagnostics; 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.Collections.Immutable; using System.Composition; using System.Diagnostics; using System....
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Workspaces/Core/Portable/FindSymbols/IFindReferencesProgress.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. #nullable disable namespace Microsoft.CodeAnalysis.FindSymbols { /// <summary> /// Reports the progress of...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.FindSymbols { /// <summary> /// Reports the progress of...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Features/Core/Portable/InternalLanguageNames.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. namespace Microsoft.CodeAnalysis { /// <summary> /// A class that provides constants for internal partner l...
// Licensed to the .NET Foundation under one or more 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.CodeAnalysis { /// <summary> /// A class that provides constants for internal partner l...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./.git/hooks/pre-receive.sample
#!/bin/sh # # An example hook script to make use of push options. # The example simply echoes all push options that start with 'echoback=' # and rejects all pushes when the "reject" push option is used. # # To enable this hook, rename this file to "pre-receive". if test -n "$GIT_PUSH_OPTION_COUNT" then i=0 while tes...
#!/bin/sh # # An example hook script to make use of push options. # The example simply echoes all push options that start with 'echoback=' # and rejects all pushes when the "reject" push option is used. # # To enable this hook, rename this file to "pre-receive". if test -n "$GIT_PUSH_OPTION_COUNT" then i=0 while tes...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/VisualStudio/Core/Def/ExternalAccess/VSTypeScript/Api/IVsTypeScriptRemoteLanguageServiceWorkspaceAccessor.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. #nullable disable using Microsoft.CodeAnalysis; namespace Microsoft.VisualStudio.LanguageServices.ExternalAccess....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis; namespace Microsoft.VisualStudio.LanguageServices.ExternalAccess....
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Features/CSharp/Portable/Completion/KeywordRecommenders/ChecksumKeywordRecommender.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. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; namespace ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; namespace ...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/Formatting/Engine/Trivia/TriviaDataFactory.ModifiedComplexTrivia.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.Collections.Generic; using System.Threading; using Microsoft.CodeAnalysis.Diagnostics; u...
// Licensed to the .NET Foundation under one or more 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.Threading; using Microsoft.CodeAnalysis.Diagnostics; u...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/EditorFeatures/Core.Wpf/SignatureHelp/Controller_NavigationKeys.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. #nullable disable using System; namespace Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.SignatureHelp...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; namespace Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.SignatureHelp...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Analyzers/CSharp/CodeFixes/ConvertSwitchStatementToExpression/ConvertSwitchStatementToExpressionCodeFixProvider.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. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Diagnos...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Diagnos...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/EditorFeatures/CSharpTest/ReverseForStatement/ReverseForStatementTests.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. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; using Microsoft.Cod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; using Microsoft.Cod...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/EventMap.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.Collections.Generic; using System.Collections.Immutable; using System.Linq; using Micros...
// Licensed to the .NET Foundation under one or more 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.Collections.Immutable; using System.Linq; using Micros...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/VisualStudio/Core/Impl/Options/Converters/MarginConverter.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. #nullable disable using System; using System.Windows; using System.Windows.Data; namespace Microsoft.VisualStudio...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Windows; using System.Windows.Data; namespace Microsoft.VisualStudio...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/EditorFeatures/Core/Implementation/BraceMatching/AbstractBraceMatcher.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. #nullable disable using System.Linq; using System.Threading; using System.Threading.Tasks; namespace Microsoft.Co...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using System.Threading; using System.Threading.Tasks; namespace Microsoft.Co...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Workspaces/Core/Desktop/Microsoft.CodeAnalysis.Workspaces.Desktop.csproj
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the .NET Foundation under one or more 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 Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Library</...
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the .NET Foundation under one or more 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 Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Library</...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/VisualStudio/Core/Test/CodeModel/VisualBasic/ExternalCodeFunctionTests.vb
' Licensed to the .NET Foundation under one or more 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.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Roslyn.Test.Utilities Namespace ...
' Licensed to the .NET Foundation under one or more 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.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Roslyn.Test.Utilities Namespace ...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/Core/Portable/Symbols/ISymbolExtensions_PerformIVTCheck.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. #nullable disable using System.Collections.Immutable; using Microsoft.CodeAnalysis.Collections; namespace Microso...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using Microsoft.CodeAnalysis.Collections; namespace Microso...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/EditorFeatures/CSharpTest/GenerateOverrides/GenerateOverridesTests.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. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; using Microsoft.Cod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; using Microsoft.Cod...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/VisualStudio/TestUtilities2/CodeModel/Mocks/MockVisualStudioWorkspace.vb
' Licensed to the .NET Foundation under one or more 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.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces Imp...
' Licensed to the .NET Foundation under one or more 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.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces Imp...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/Core/CodeAnalysisTest/Collections/List/SegmentedList.Generic.Tests.Reverse.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. // NOTE: This code is derived from an implementation originally in dotnet/runtime: // https://github.com/dotnet/run...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // NOTE: This code is derived from an implementation originally in dotnet/runtime: // https://github.com/dotnet/run...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/Core/Portable/Symbols/ILabelSymbol.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 Microsoft.CodeAnalysis.Text; namespace Microsoft.CodeAnalysis { /// <summary> /// Represents a label...
// Licensed to the .NET Foundation under one or more 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 Microsoft.CodeAnalysis.Text; namespace Microsoft.CodeAnalysis { /// <summary> /// Represents a label...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/EditorFeatures/Test/Structure/StructureTaggerTests.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. #nullable disable using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microso...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microso...
-1
dotnet/roslyn
56,480
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22, 2021 3:00:12 PM UTC - **Commit**: 8b21423068...
dotnet-maestro[bot]
2021-09-17T12:12:26Z
2021-09-24T00:35:48Z
b5a254fe5503b051d63665618025d2d6f22cf0f0
633346af571d640eeacb2e2fc724f5d25ed20faa
[main] Update dependencies from dotnet/arcade. This pull request updates the following dependencies [marker]: <> (Begin:7e4fe80a-482b-4a41-5b66-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: 7e4fe80a-482b-4a41-5b66-08d8d8feb47e - **Build**: 20210922.4 - **Date Produced**: September 22...
./src/Compilers/CSharp/Portable/Symbols/Synthesized/SynthesizedEmbeddedAttributeSymbol.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. #nullable disable using Microsoft.Cci; using Roslyn.Utilities; using System; using System.Collections.Generic; usi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.Cci; using Roslyn.Utilities; using System; using System.Collections.Generic; usi...
-1