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,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Workspaces/Core/Portable/Workspace/Solution/SolutionState.ICompilationTracker.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.Diagnostics.CodeAnalysis;
using System.Threading;
usin... | // Licensed to the .NET Foundation under one or more 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.Diagnostics.CodeAnalysis;
using System.Threading;
usin... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Features/Core/Portable/EditAndContinue/DocumentActiveStatementChanges.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 Roslyn.Utilities;
namespace 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.
using System.Collections.Immutable;
using System.Diagnostics;
using Roslyn.Utilities;
namespace Microsoft.CodeAnal... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Features/VisualBasic/Portable/Wrapping/ChainedExpression/VisualBasicChainedExpressionWrapper.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.Indentation
Imports Microsoft.CodeAnalysis.VisualBasic.LanguageServices
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 Microsoft.CodeAnalysis.VisualBasic.Indentation
Imports Microsoft.CodeAnalysis.VisualBasic.LanguageServices
Imp... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Workspaces/Core/Portable/PatternMatching/SimplePatternMatcher.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.Globalization;
using Microsoft.CodeAnalysis.PooledObjects;
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.Globalization;
using Microsoft.CodeAnalysis.PooledObjects;
using Microsoft.CodeAnal... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/Util/XmlRenamer.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.IO
Imports <xmlns="http://schemas.microsoft.com/VisualStudio/Roslyn/Compiler">
Public Class XmlRenamer... | ' Licensed to the .NET Foundation under one or more 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.IO
Imports <xmlns="http://schemas.microsoft.com/VisualStudio/Roslyn/Compiler">
Public Class XmlRenamer... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/EditorFeatures/Core/Implementation/InlineRename/CommandHandlers/AbstractRenameCommandHandler_WordDeleteHandler.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 Microsoft.CodeAnalysis.Editor.Shared.Extensions;
using Microsoft.VisualStudio.Commanding;
... | // Licensed to the .NET Foundation under one or more 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 Microsoft.CodeAnalysis.Editor.Shared.Extensions;
using Microsoft.VisualStudio.Commanding;
... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Workspaces/Core/Portable/CaseCorrection/AbstractCaseCorrectionService.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.Concurrent;
using System.Collections.Immutable;
using System.Linq;
using Sys... | // Licensed to the .NET Foundation under one or more 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.Concurrent;
using System.Collections.Immutable;
using System.Linq;
using Sys... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Compilers/CSharp/Test/IOperation/IOperation/IOperationTests_INoneOperation.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.Syntax;
using Microsoft.CodeAnalysis.CSharp.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.Syntax;
using Microsoft.CodeAnalysis.CSharp.Test.Utilities;
... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Compilers/CSharp/Test/Semantic/Semantics/DeconstructionTests.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.Linq;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using 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;
using System.Linq;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.Co... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/TryBlockHighlighter.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.ComponentModel.Composition
Imports System.Threading
Imports Microsoft.CodeAnalysis.Editor.Implementatio... | ' Licensed to the .NET Foundation under one or more 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.ComponentModel.Composition
Imports System.Threading
Imports Microsoft.CodeAnalysis.Editor.Implementatio... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/EditorFeatures/VisualBasicTest/ConvertForEachToFor/ConvertForEachToForTests.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.CodeRefactorings
Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefact... | ' Licensed to the .NET Foundation under one or more 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.CodeRefactorings
Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefact... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor_IfStatement.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.Text.Shared.Extensions
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Namespace Mic... | ' Licensed to the .NET Foundation under one or more 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.Text.Shared.Extensions
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Namespace Mic... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Compilers/CSharp/Portable/Utilities/IValueSetFactory.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;
namespace Microsoft.CodeAnalysis.CSharp
{
/// <summary>
/// A value set factory, which can b... | // Licensed to the .NET Foundation under one or more 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;
namespace Microsoft.CodeAnalysis.CSharp
{
/// <summary>
/// A value set factory, which can b... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Features/CSharp/Portable/Completion/KeywordRecommenders/DefaultKeywordRecommender.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,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Utilities/NameGenerator.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,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Compilers/CSharp/Portable/Symbols/AnonymousTypes/SynthesizedSymbols/AnonymousType.PropertySymbol.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.Diagnostics;
using Microsoft.CodeAnalysis.CShar... | // Licensed to the .NET Foundation under one or more 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.Diagnostics;
using Microsoft.CodeAnalysis.CShar... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/EditorFeatures/Core/Shared/Extensions/ITextBufferExtensions.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.Diagnostics.CodeAnalysis;
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.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using Microsoft.CodeAnalysis... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Analyzers/VisualBasic/Analyzers/RemoveUnnecessaryByVal/VisualBasicRemoveUnnecessaryByValDiagnosticAnalyzer.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.CodeStyle
Imports Microsoft.CodeAnalysis.Diagnostics
Imports Microsoft.CodeAnalysis.Vis... | ' Licensed to the .NET Foundation under one or more 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.CodeStyle
Imports Microsoft.CodeAnalysis.Diagnostics
Imports Microsoft.CodeAnalysis.Vis... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/EditorFeatures/CSharpTest/Diagnostics/RemoveAsyncModifier/RemoveAsyncModifierTests.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.Test.Utilities;
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.
#nullable disable
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Test.Utilities;
using Microsoft.CodeA... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Compilers/Core/Portable/Symbols/Attributes/CommonFieldEarlyWellKnownAttributeData.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.Diagnostics;
using System.Runtime.InteropServices... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.InteropServices... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/EditorFeatures/Core/Tagging/TaggerTextChangeBehavior.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.Tagging
{
/// <summary>
/// Flags... | // Licensed to the .NET Foundation under one or more 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.Tagging
{
/// <summary>
/// Flags... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Tools/AnalyzerRunner/app.config | <?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<gcServer enabled="true" />
<appDomainManagerType value="Microsoft.SourceBrowser.Common.CustomAppDomainManager"/>
<appDomainManagerAssembly value="Microsoft.SourceBrowser.Common"/>
</runtime>
</configuration>
| <?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<gcServer enabled="true" />
<appDomainManagerType value="Microsoft.SourceBrowser.Common.CustomAppDomainManager"/>
<appDomainManagerAssembly value="Microsoft.SourceBrowser.Common"/>
</runtime>
</configuration>
| -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Compilers/Core/Portable/PEWriter/FullMetadataWriter.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.Reflection.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.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Reflection.Metadat... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Compilers/VisualBasic/Portable/Symbols/MergedNamespaceSymbol.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.Generic
Imports System.Collections.Immutable
Imports System.Collections.ObjectModel
Imports... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Generic
Imports System.Collections.Immutable
Imports System.Collections.ObjectModel
Imports... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/VisualStudio/VisualStudioDiagnosticsToolWindow/xlf/VSPackage.de.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="de" 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="de" or... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/EditorFeatures/CSharpTest2/Recommendations/SealedKeywordRecommenderTests.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.Threading.Tasks;
using Microsoft.CodeAnalysis.Test.Utilities;
using Roslyn.Test.Utilities;
using Xunit... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Test.Utilities;
using Roslyn.Test.Utilities;
using Xunit... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Workspaces/Core/Portable/xlf/WorkspacesResources.it.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="it" 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="it" or... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Features/LanguageServer/ProtocolUnitTests/SemanticTokens/SemanticTokensTests.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 enable
using System.Linq;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Classification;
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 enable
using System.Linq;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Classification;
usi... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrValueFlags.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
#region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, Publi... | // Licensed to the .NET Foundation under one or more 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
#region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, Publi... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Features/Core/Portable/Completion/MatchResult.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 Microsoft.CodeAnalysis.Pa... | // Licensed to the .NET Foundation under one or more 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 Microsoft.CodeAnalysis.Pa... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Workspaces/Core/Portable/Shared/Utilities/ProgressTracker.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.Threading;
namespace Microsoft.CodeAnalysis.Shared.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 System;
using System.Threading;
namespace Microsoft.CodeAnalysis.Shared.Utilities
{
/... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Interactive/Host/xlf/InteractiveHostResources.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,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Workspaces/Core/Portable/xlf/WorkspacesResources.de.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="de" 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="de" or... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Compilers/Core/CodeAnalysisTest/Collections/List/IList.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,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Compilers/Core/Portable/Symbols/Attributes/IMarshalAsAttributeTarget.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.Text;
namespace Microsoft.CodeAnalysis
{
internal interface IM... | // Licensed to the .NET Foundation under one or more 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.Text;
namespace Microsoft.CodeAnalysis
{
internal interface IM... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Compilers/CSharp/Portable/Binder/Semantics/Operators/OperatorKindExtensions.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.Linq.Expressions;
using System.Text;
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.Diagnostics;
using System.Linq.Expressions;
using System.Text;
using Microsoft.Code... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/EndIfDirectiveKeywordRecommenderTests.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.PreprocessorDirectives
Public Class ... | ' Licensed to the .NET Foundation under one or more 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.PreprocessorDirectives
Public Class ... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Features/Core/Portable/EmbeddedLanguages/RegularExpressions/RegexNode.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.EmbeddedLanguages.Common;
namespace Microsoft.CodeAnalysis.Embedde... | // Licensed to the .NET Foundation under one or more 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.EmbeddedLanguages.Common;
namespace Microsoft.CodeAnalysis.Embedde... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/VisualStudio/VisualBasic/Impl/Options/AutomationObject/AutomationObject.DocumentationComment.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.DocumentationComments
Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.Op... | ' Licensed to the .NET Foundation under one or more 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.DocumentationComments
Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.Op... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/VisualStudio/Core/Def/Implementation/LanguageService/AbstractLanguageService`2.IVsLanguageTextOps.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 Microsoft.CodeAnalysis;
using Microsoft.CodeAna... | // Licensed to the .NET Foundation under one or more 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 Microsoft.CodeAnalysis;
using Microsoft.CodeAna... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/EqualsKeywordRecommender.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 System.Threading
Imports Microsoft.CodeAnalysis.Completion.Providers
Impo... | ' Licensed to the .NET Foundation under one or more 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 System.Threading
Imports Microsoft.CodeAnalysis.Completion.Providers
Impo... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Compilers/CSharp/Test/Semantic/SourceGeneration/AdditionalSourcesCollectionTests.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.IO;
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;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.L... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionCompilerConstants.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.ExpressionEvaluator
{
internal static class ExpressionCompilerConstants
{
... | // Licensed to the .NET Foundation under one or more 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.ExpressionEvaluator
{
internal static class ExpressionCompilerConstants
{
... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Compilers/CSharp/Portable/Symbols/SubstitutedEventSymbol.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.Threading;
namespace 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.
using System.Collections.Immutable;
using System.Diagnostics;
using System.Threading;
namespace Microsoft.CodeAnal... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Features/Core/Portable/ExtractMethod/IExtractMethodService.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 System.Threading.Tasks;
using Microsoft.CodeAnalysis.Host;
using M... | // Licensed to the .NET Foundation under one or more 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 System.Threading.Tasks;
using Microsoft.CodeAnalysis.Host;
using M... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/EditorFeatures/Core.Cocoa/CommandHandlers/GoToMatchingBraceCommandHandler.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.ComponentModel.Composition;
using Microsoft.CodeAnalysis.Editor.Share... | // Licensed to the .NET Foundation under one or more 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.ComponentModel.Composition;
using Microsoft.CodeAnalysis.Editor.Share... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/CompilerUtilities/ImmutableHashMapExtensions.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.Threading;
using Roslyn.Collections.Immutable;
namespace Roslyn.Utilities
{
interna... | // Licensed to the .NET Foundation under one or more 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.Threading;
using Roslyn.Collections.Immutable;
namespace Roslyn.Utilities
{
interna... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Workspaces/CSharp/Portable/Simplification/Simplifiers/NameSimplifier.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.Linq;
using System.Threading;
using Microsoft.CodeAnalysis;
using Mic... | // Licensed to the .NET Foundation under one or more 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.Linq;
using System.Threading;
using Microsoft.CodeAnalysis;
using Mic... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/VisualStudio/Core/Def/ExternalAccess/LegacyCodeAnalysis/LegacyCodeAnalysisVisualStudioDiagnosticListSuppressionStateServiceAccessor.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.ExternalAccess.LegacyCodeAn... | // Licensed to the .NET Foundation under one or more 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.ExternalAccess.LegacyCodeAn... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/NamingStyles/EditorConfig/EditorConfigNamingStyleParser_SymbolSpec.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 M... | // Licensed to the .NET Foundation under one or more 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 M... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Analyzers/Core/CodeFixes/RemoveRedundantEquality/RemoveRedundantEqualityCodeFixProvider.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,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Analyzers/CSharp/CodeFixes/UseConditionalExpression/CSharpUseConditionalExpressionHelpers.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.CSharp.Syntax;
using Microsoft.CodeAnalysis.Operations;
using Roslyn.Utilities;
names... | // Licensed to the .NET Foundation under one or more 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.CSharp.Syntax;
using Microsoft.CodeAnalysis.Operations;
using Roslyn.Utilities;
names... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Compilers/CSharp/Portable/Symbols/UpdatedContainingSymbolLocal.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 Roslyn.Utilities;
namespace 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.
using System.Collections.Immutable;
using System.Diagnostics;
using Roslyn.Utilities;
namespace Microsoft.CodeAnal... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Features/CSharp/Portable/CodeFixes/ConvertToAsync/CSharpConvertToAsyncMethodCodeFixProvider.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.Linq;
using System.Threadi... | // Licensed to the .NET Foundation under one or more 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.Linq;
using System.Threadi... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/EditorFeatures/Test2/NavigationBar/VisualBasicNavigationBarTests.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.Editor.VisualBasic
Imports Microsoft.CodeAnalysis.Remote... | ' Licensed to the .NET Foundation under one or more 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.Editor.VisualBasic
Imports Microsoft.CodeAnalysis.Remote... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/VisualStudio/VisualBasic/Impl/Options/AdvancedOptionPageStrings.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.Editor.ColorSchemes
Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.Opti... | ' Licensed to the .NET Foundation under one or more 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.Editor.ColorSchemes
Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.Opti... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForIndexersRefactoringTests.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,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Analyzers/CSharp/CodeFixes/UseDefaultLiteral/CSharpUseDefaultLiteralCodeFixProvider.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,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Compilers/VisualBasic/Portable/Compilation/DocumentationComments/DocumentationCommentCompiler.Method.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.Globalization
Imports Syst... | ' Licensed to the .NET Foundation under one or more 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.Globalization
Imports Syst... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/Features/Core/Portable/CodeFixes/CodeFixService.FixAllPredefinedDiagnosticProvider.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.Threading;
us... | // Licensed to the .NET Foundation under one or more 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.Threading;
us... | -1 |
dotnet/roslyn | 56,090 | Disallow converting a lambda with attributes to an expression tree. | Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | AlekseyTs | 2021-09-01T21:52:53Z | 2021-09-02T12:51:31Z | a835dd858e7472a7598e4275ed014a90d13fc0a0 | f16180767deec9090bf478a7e0516e92fb3dd723 | Disallow converting a lambda with attributes to an expression tree.. Closes #53910.
Relates to test plan https://github.com/dotnet/roslyn/issues/52192 | ./src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/GenericExtender.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.Runtime.InteropServices
Imports Microsoft.CodeAnalysis
Imports Microsoft.VisualStudio.LanguageServices.... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Runtime.InteropServices
Imports Microsoft.CodeAnalysis
Imports Microsoft.VisualStudio.LanguageServices.... | -1 |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/EditorFeatures/CSharpTest/CodeActions/Preview/PreviewTests.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 System.Threading;
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;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using... | 1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/EditorFeatures/Core.Wpf/Suggestions/SuggestedActions/SuggestedAction.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,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/EditorFeatures/Core/Implementation/CodeActions/CodeActionEditHandlerService.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.ComponentModel.Composition;
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;
using System.Collections.Immutable;
using System.ComponentModel.Composition;
using... | 1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/EditorFeatures/Core/Implementation/CodeRefactorings/ICodeActionEditHandlerService.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.Threading;
us... | // Licensed to the .NET Foundation under one or more 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,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/EditorFeatures/DiagnosticsTestUtilities/CodeActions/AbstractCodeActionOrUserDiagnosticTest_TestAddDocument.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 System.Threading;
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 System.Collections.Immutable;
using System.Linq;
using System.Threading;
usi... | 1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/EditorFeatures/DiagnosticsTestUtilities/CodeActions/AbstractCodeActionTest.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,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/EditorFeatures/VisualBasicTest/CodeActions/Preview/PreviewTests.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.CodeActions
Imports Microsoft.CodeAnalysis.CodeRefactorings
Im... | ' Licensed to the .NET Foundation under one or more 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.CodeActions
Imports Microsoft.CodeAnalysis.CodeRefactorings
Im... | 1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Workspaces/CoreTestUtilities/NoCompilationConstants.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.UnitTests
{
public class NoCompilationConstants
{
public const 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.
namespace Microsoft.CodeAnalysis.UnitTests
{
public class NoCompilationConstants
{
public const str... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./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,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/EditorFeatures/Core/Implementation/Classification/SyntacticClassificationTaggerProvider.TagComputer.LastLineCache.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.Editor.Shared.Utilities;
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.
using Microsoft.CodeAnalysis.Classification;
using Microsoft.CodeAnalysis.Editor.Shared.Utilities;
using Microsoft.... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.DocumentActiveContextChangedEventSource.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.Editor.Tagging;
using Microsoft.CodeAnalysis.Text;
using Microsoft.VisualStudio.Text;
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.CodeAnalysis.Editor.Tagging;
using Microsoft.CodeAnalysis.Text;
using Microsoft.VisualStudio.Text;
... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/EditorFeatures/Core/EditorConfigSettings/DataProvider/CodeStyle/CommonCodeStyleSettingsWorkspaceServiceFactory.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.Editor.EditorConfigSettings.Data;
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.Composition;
using Microsoft.CodeAnalysis.Editor.EditorConfigSettings.Data;
using Micros... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Compilers/CSharp/Test/IOperation/IOperation/IOperationTests_IDeconstructionAssignmentOperation.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.Syntax;
using Microsoft.CodeAnalysis.CSharp.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.Syntax;
using Microsoft.CodeAnalysis.CSharp.Test.Utilities;
... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/EditorFeatures/CSharpTest/KeywordHighlighting/IfStatementHighlighterTests.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.Threading.Tasks;
using Microsoft.CodeAnalysis.Editor.CSharp.KeywordHi... | // Licensed to the .NET Foundation under one or more 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.Threading.Tasks;
using Microsoft.CodeAnalysis.Editor.CSharp.KeywordHi... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Features/Core/Portable/InvertConditional/AbstractInvertConditionalCodeRefactoringProvider.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.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeActions;
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.
using System;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeActions;
using... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Compilers/CSharp/Portable/Emitter/Model/PEAssemblyBuilder.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,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Compilers/Shared/CoreClrShim.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 Roslyn.Utilities;
using System;
using System.Reflection;
namespace 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 Roslyn.Utilities;
using System;
using System.Reflection;
namespace Microsoft.CodeAnalysis... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Features/CSharp/Portable/ConvertToInterpolatedString/CSharpConvertPlaceholderToInterpolatedStringRefactoringProvider.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.Composition;
using System.Diagnostics.CodeAnalysis;
using Microsoft.CodeAnalysis.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.Composition;
using System.Diagnostics.CodeAnalysis;
using Microsoft.CodeAnalysis.Co... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Compilers/CSharp/Test/IOperation/IOperation/IOperationTests_IDeclarationExpression.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.Syntax;
using Microsoft.CodeAnalysis.Test.Utilities;
using X... | // Licensed to the .NET Foundation under one or more 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.Syntax;
using Microsoft.CodeAnalysis.Test.Utilities;
using X... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/Engine/AbstractFormatEngine.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.Collections;
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.Collections;
u... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/ArrayStatements/ReDimKeywordRecommender.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 System.Threading
Imports Microsoft.CodeAnalysis.Completion.Providers
Impo... | ' Licensed to the .NET Foundation under one or more 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 System.Threading
Imports Microsoft.CodeAnalysis.Completion.Providers
Impo... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Compilers/CSharp/Test/Emit/PDB/PortablePdbTests.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.IO;
using System.Linq;
using System.Reflection.Metadata;
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.IO;
using System.Linq;
using System.Reflection.Metadata;
using System... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/EditorFeatures/Core/Implementation/Diagnostics/AbstractDiagnosticsAdornmentTaggerProvider.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 Microsoft.CodeAnalysis.Classification;
using Microsoft.CodeAnalysis.Diagnostics;
using 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.
using System;
using Microsoft.CodeAnalysis.Classification;
using Microsoft.CodeAnalysis.Diagnostics;
using Microsof... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/EditorFeatures/VisualBasic/ChangeSignature/VisualBasicChangeSignatureCommandHandler.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.ComponentModel.Composition
Imports System.Diagnostics.CodeAnalysis
Imports Microsoft.CodeAnalysis.Edito... | ' Licensed to the .NET Foundation under one or more 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.ComponentModel.Composition
Imports System.Diagnostics.CodeAnalysis
Imports Microsoft.CodeAnalysis.Edito... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Features/Core/Portable/Completion/Providers/ImportCompletionProvider/AbstractImportCompletionCacheServiceFactory.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.Concurrent;
using System.Collections.Generic;
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.Collections.Concurrent;
using System.Collections.Generic;
using Microsoft.CodeAnalysis.H... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/EditorFeatures/VisualBasicTest/Semantics/SpeculationAnalyzerTests.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.IO
Imports System.Threading
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Semantics
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.IO
Imports System.Threading
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Semantics
Imports Microsoft... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Compilers/VisualBasic/Portable/Emit/PEAssemblyBuilder.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 System.Reflection
Imports Microsoft.CodeAnalysis.Emit
Imports Microsoft.C... | ' Licensed to the .NET Foundation under one or more 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 System.Reflection
Imports Microsoft.CodeAnalysis.Emit
Imports Microsoft.C... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelService.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.Diagnostics;
using System.Linq;
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 System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
usi... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Analyzers/VisualBasic/Tests/UseObjectInitializer/UseObjectInitializerTests.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.CodeFixes
Imports Microsoft.CodeAnalysis.Diagnostics
Imports Microsoft.CodeAnalysis.Vis... | ' Licensed to the .NET Foundation under one or more 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.CodeFixes
Imports Microsoft.CodeAnalysis.Diagnostics
Imports Microsoft.CodeAnalysis.Vis... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Features/Lsif/GeneratorTest/FoldingRangeTests.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.Editor.UnitTests.Workspaces
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Micro... | ' Licensed to the .NET Foundation under one or more 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.Editor.UnitTests.Workspaces
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Micro... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Features/Core/Portable/FindUsages/DefinitionItem.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 System.Threading;
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 System.Collections.Immutable;
using System.Linq;
using System.Threading;
usi... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/EditorFeatures/Core/Shared/Utilities/CaretPreservingEditTransaction.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 Microsoft.VisualStudio.Text.Editor;
using Microsoft.VisualStudio.Text.Operations;
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 Microsoft.VisualStudio.Text.Editor;
using Microsoft.VisualStudio.Text.Operations;
namespace Mi... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/EditorFeatures/VisualBasicTest/BraceMatching/VisualBasicBraceMatcherTests.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.Editor.UnitTests.BraceMatching
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspac... | ' Licensed to the .NET Foundation under one or more 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.Editor.UnitTests.BraceMatching
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspac... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Compilers/CSharp/Test/Symbol/Compilation/TypeInfoTests.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.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.Symbols;
using Microsoft.CodeAnalysis.CSharp.Test.Utilities;... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Scripting/CoreTestUtilities/TestCompilationFactory.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 Microsoft.CodeAnalysis.CSharp;
using Micro... | // Licensed to the .NET Foundation under one or more 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 Microsoft.CodeAnalysis.CSharp;
using Micro... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Compilers/VisualBasic/Portable/Syntax/VisualBasicSyntaxVisitor.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.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports 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.
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.CodeAnalysis.... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/Extensions/SingleLineRewriter.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.Text.RegularExpressions
Namespace Microsoft.CodeAnalysis.VisualBasic.Extensions
Friend Class Singl... | ' Licensed to the .NET Foundation under one or more 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.Text.RegularExpressions
Namespace Microsoft.CodeAnalysis.VisualBasic.Extensions
Friend Class Singl... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Compilers/VisualBasic/Portable/BoundTree/BoundNamespaceExpression.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.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports 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.
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.CodeAnalysis.... | -1 | |
dotnet/roslyn | 56,084 | remove WaitAndGetResult from Preview generation code. | CyrusNajmabadi | 2021-09-01T20:07:21Z | 2021-09-01T21:16:27Z | 02ff8fa26bdaa72deef6dc9d7281b8bf2f11286a | 6bd477f7711065f846c3be2c1e726467f24f70e8 | remove WaitAndGetResult from Preview generation code.. | ./src/Workspaces/Core/Portable/Workspace/Host/TaskScheduler/WorkspaceAsynchronousOperationListenerProvider.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.Host.Mef;
using Microsoft.CodeAnalysis.Shared.TestHooks;
using System;
using System.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.
using Microsoft.CodeAnalysis.Host.Mef;
using Microsoft.CodeAnalysis.Shared.TestHooks;
using System;
using System.Co... | -1 |