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,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_ConstructorInitializer.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,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Features/Core/Portable/UnusedReferences/IUnusedReferenceAnalysisService.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.Threading; using System.Threading.Tasks; using Microsoft.CodeAnaly...
// Licensed to the .NET Foundation under one or more 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.Threading; using System.Threading.Tasks; using Microsoft.CodeAnaly...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/CSharp/Portable/Syntax/SimpleSyntaxReference.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; using Microsoft.CodeAnalysis.Text; namespace Microsoft.CodeAnalysis.CSharp { /// <summ...
// Licensed to the .NET Foundation under one or more 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; using Microsoft.CodeAnalysis.Text; namespace Microsoft.CodeAnalysis.CSharp { /// <summ...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Features/LanguageServer/ProtocolUnitTests/SemanticTokens/SemanticTokensEditsTests.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.LanguageServer.Hand...
// Licensed to the .NET Foundation under one or more 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.LanguageServer.Hand...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/VisualBasic/Portable/Binding/Binder_Delegates.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.Runtime.InteropServices Imports Microsoft.CodeAnalysis.PooledObjec...
' Licensed to the .NET Foundation under one or more 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.Runtime.InteropServices Imports Microsoft.CodeAnalysis.PooledObjec...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/VisualBasic/Portable/Syntax/InternalSyntax/SyntaxNodeFactories.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. '----------------------------------------------------------------------------------------------------------- ' Contain...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. '----------------------------------------------------------------------------------------------------------- ' Contain...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/EditorFeatures/Core/Implementation/CommentSelection/CommentUncommentSelectionCommandHandler.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,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Analyzers/CSharp/CodeFixes/ConvertTypeOfToNameOf/CSharpConvertTypeOfToNameOfCodeFixProvider.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.Composition; using System.Diagnostics.CodeAnalysis; using System.Threading; using Microsoft.CodeAnalys...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Composition; using System.Diagnostics.CodeAnalysis; using System.Threading; using Microsoft.CodeAnalys...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/EditorFeatures/CSharpTest2/Recommendations/NotKeywordRecommenderTests.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 Xunit; namespa...
// Licensed to the .NET Foundation under one or more 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 Xunit; namespa...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/Core/Portable/PEWriter/AssemblyReferenceAlias.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using Roslyn.Utilities; namespace Microsoft.Cci { /// <summary> /// Represents a...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using Roslyn.Utilities; namespace Microsoft.Cci { /// <summary> /// Represents a...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/CSharp/Portable/Symbols/MissingModuleSymbol.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,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/EditorFeatures/CSharpTest/SymbolKey/SymbolKeyTests.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.Tasks; using System.Xml.Linq; using Micr...
// Licensed to the .NET Foundation under one or more 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.Tasks; using System.Xml.Linq; using Micr...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Workspaces/Core/Portable/Workspace/Host/PersistentStorage/DefaultPersistentStorageServiceFactory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using Microsoft.CodeAnalysis.Host.Mef; namespace Microsoft.CodeAnalysis.Ho...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using Microsoft.CodeAnalysis.Host.Mef; namespace Microsoft.CodeAnalysis.Ho...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/Test/Core/Compilation/OperationTreeVerifier.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,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/VisualBasic/Test/IOperation/IOperation/IOperationTests_IConversionExpression.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Microsoft.CodeAnalysis.Test.Utilities Imports 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. Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Microsoft.CodeAnalysis.Test.Utilities Imports Microsoft.Code...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Workspaces/VisualBasic/Portable/CodeGeneration/MethodGenerator.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.CodeGeneration Imports Microsoft.CodeAnalysis.CodeGeneration.CodeGenerationHelpers 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 Microsoft.CodeAnalysis.CodeGeneration Imports Microsoft.CodeAnalysis.CodeGeneration.CodeGenerationHelpers Impo...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/CSharp/Test/Emit/PDB/CheckSumTest.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.Text; using Microsoft.CodeAnalysis.CSharp.Test....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Text; using Microsoft.CodeAnalysis.CSharp.Test....
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/EditorFeatures/CSharpTest/GenerateFromMembers/GenerateConstructorFromMembers/GenerateConstructorFromMembersTests.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,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/VisualStudio/Core/Def/Implementation/ProjectSystem/RuleSets/VisualStudioRuleSetManager.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.Editor.Shared.Utilities; 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 Microsoft.CodeAnalysis.Editor.Shared.Utilities; using Microsoft.CodeAnalysis.Host; using M...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlCommentHighligherTests.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.VisualBasic.KeywordHighlighting Namespace Microsoft.CodeAnalysis.Editor.VisualB...
' Licensed to the .NET Foundation under one or more 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.VisualBasic.KeywordHighlighting Namespace Microsoft.CodeAnalysis.Editor.VisualB...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Analyzers/VisualBasic/Tests/OrderModifiers/OrderModifiersTests.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.Edi...
' Licensed to the .NET Foundation under one or more 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.Edi...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Features/Core/Portable/Completion/Providers/ImportCompletionProvider/IImportCompletionCacheService.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.Generic; using Microsoft.CodeAnalysis.Host; namespace Microsoft.CodeAnalysis.Completion.P...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Host; namespace Microsoft.CodeAnalysis.Completion.P...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/CSharp/Portable/Symbols/PublicModel/AliasSymbol.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 Roslyn.Utilities; namespace Microsoft.CodeAnalysis.CSharp.Symbols.PublicModel { internal sealed class Al...
// Licensed to the .NET Foundation under one or more 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 Roslyn.Utilities; namespace Microsoft.CodeAnalysis.CSharp.Symbols.PublicModel { internal sealed class Al...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Features/Core/Portable/CodeFixes/Suppression/NestedSuppressionCodeAction.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.CodeActions; namespace Microsoft.CodeAnalysis.CodeFixes.Suppressio...
// Licensed to the .NET Foundation under one or more 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.CodeActions; namespace Microsoft.CodeAnalysis.CodeFixes.Suppressio...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Workspaces/Remote/Core/Serialization/RoslynJsonConverter.SolutionIdConverters.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using Microsoft.CodeAnalysis.Diagnostics; using Microsoft.CodeAnalysis.Text; 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 Microsoft.CodeAnalysis.Diagnostics; using Microsoft.CodeAnalysis.Text; using...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Scripting/CSharpTest/InteractiveSessionTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.IO; using System.Linq; using System...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.IO; using System.Linq; using System...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Features/CSharp/Portable/UnsealClass/CSharpUnsealClassCodeFixProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Composition; using System.Diagnostics.CodeAnaly...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Composition; using System.Diagnostics.CodeAnaly...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Workspaces/Core/Portable/FindSymbols/FindReferences/Finders/OperatorSymbolReferenceFinder.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.Threading; using System.Threading.Tasks; using Microsoft.CodeAnaly...
// Licensed to the .NET Foundation under one or more 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.Threading; using System.Threading.Tasks; using Microsoft.CodeAnaly...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Analyzers/VisualBasic/Analyzers/ValidateFormatString/VisualBasicValidateFormatStringDiagnosticAnalyzer.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.Diagnostics Imports Microsoft.CodeAnalysis.LanguageServices Imports Microsoft.CodeAnaly...
' Licensed to the .NET Foundation under one or more 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.Diagnostics Imports Microsoft.CodeAnalysis.LanguageServices Imports Microsoft.CodeAnaly...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./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,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/VisualBasic/Portable/BoundTree/BoundAssignmentOperator.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.Symbols Namespace Microsoft.CodeAnalysis.VisualBasic Partial Friend N...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Namespace Microsoft.CodeAnalysis.VisualBasic Partial Friend N...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Utilities/TextReaderWithLength.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.IO; namespace Microsoft.CodeAnalysis.Shared.Utilities { internal abstract clas...
// Licensed to the .NET Foundation under one or more 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.IO; namespace Microsoft.CodeAnalysis.Shared.Utilities { internal abstract clas...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/InferOptionsRecommender.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,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/ElseIfDirectiveKeywordRecommender.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,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/FormatSpecifierTests.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.ExpressionEvaluator Imports Microsoft.VisualStudio.Debugger.Clr Imports Microsoft.Visua...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.ExpressionEvaluator Imports Microsoft.VisualStudio.Debugger.Clr Imports Microsoft.Visua...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./eng/common/templates/job/job.yml
# Internal resources (telemetry, microbuild) can only be accessed from non-public projects, # and some (Microbuild) should only be applied to non-PR cases for internal builds. parameters: # Job schema parameters - https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job cancelTim...
# Internal resources (telemetry, microbuild) can only be accessed from non-public projects, # and some (Microbuild) should only be applied to non-PR cases for internal builds. parameters: # Job schema parameters - https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job cancelTim...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceParameterDocumentRewriter.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.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; 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.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using ...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/EditorFeatures/TestUtilities/TextEditorFactoryExtensions.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.VisualStudio.Text; using Microsoft.VisualStudio.Text.Editor; using System; 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 Microsoft.VisualStudio.Text; using Microsoft.VisualStudio.Text.Editor; using System; using...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./docs/wiki/Branch-Cleanup.md
This documents the various branches we've pruned and their HEAD value at the time of pruning |Commit|Branch Name| |--|--| |a26198da1811337fc41e30ee1c7fcdf97d8fae76|refs/remotes/origin/OptimizeFlowAnalysis| |0f86e670c29af3cd2352ac2372303694261463cc|refs/remotes/origin/dev/dpoeschl/0f86e670| |1af7ade35b8cea6c3c57243d6b...
This documents the various branches we've pruned and their HEAD value at the time of pruning |Commit|Branch Name| |--|--| |a26198da1811337fc41e30ee1c7fcdf97d8fae76|refs/remotes/origin/OptimizeFlowAnalysis| |0f86e670c29af3cd2352ac2372303694261463cc|refs/remotes/origin/dev/dpoeschl/0f86e670| |1af7ade35b8cea6c3c57243d6b...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/CSharp/Portable/Emitter/Model/ExpandedVarargsMethodReference.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.Diagnostics; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; ...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/Core/Portable/MetadataReader/MetadataTypeName.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.Diagnostics; using Roslyn.Utiliti...
// Licensed to the .NET Foundation under one or more 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.Diagnostics; using Roslyn.Utiliti...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/VisualBasic/Portable/Parser/BlockContexts/BlockContext.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. '----------------------------------------------------------------------------- ' Contains the definition of the BlockC...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. '----------------------------------------------------------------------------- ' Contains the definition of the BlockC...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeNamespaceTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Ro...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Ro...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/Services/Precedence/CSharpExpressionPrecedenceService.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.Extensions; using Microsoft.CodeAnalysis.CSharp.Syntax; nam...
// Licensed to the .NET Foundation under one or more 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.Extensions; using Microsoft.CodeAnalysis.CSharp.Syntax; nam...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/FormattingDiagnosticIds.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.Formatting { internal static class FormattingDiagnosticIds { /// <...
// Licensed to the .NET Foundation under one or more 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.Formatting { internal static class FormattingDiagnosticIds { /// <...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Features/Core/Portable/EditAndContinue/Extensions.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 Microsoft.CodeAnalysis.Text; using Microsoft.VisualStudio.Debugger.Contra...
// Licensed to the .NET Foundation under one or more 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 Microsoft.CodeAnalysis.Text; using Microsoft.VisualStudio.Debugger.Contra...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CompilationContext.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.CodeGen; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSh...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSh...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Scripting/VisualBasic/xlf/VBScriptingResources.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,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./docs/features/dynamic-analysis.work.md
Dynamic Analysis =============== This feature enables instrumentation of binaries to collect information for dynamic analysis. -------------------- TODO: - Generate code to compute MVIDs less often than once per invoked method. - Synthesize helper types to contain fields for analysis payloads so that methods of gen...
Dynamic Analysis =============== This feature enables instrumentation of binaries to collect information for dynamic analysis. -------------------- TODO: - Generate code to compute MVIDs less often than once per invoked method. - Synthesize helper types to contain fields for analysis payloads so that methods of gen...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Tools/Source/RunTests/RunTests.sln
 Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 VisualStudioVersion = 14.0.23107.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RunTests", "RunTests.csproj", "{1A3941F1-1E1F-4EF7-8064-7729C4C2E2AA}" EndProject Global GlobalSection(Solut...
 Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 VisualStudioVersion = 14.0.23107.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RunTests", "RunTests.csproj", "{1A3941F1-1E1F-4EF7-8064-7729C4C2E2AA}" EndProject Global GlobalSection(Solut...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/CodeStyle/Core/CodeFixes/FormattingCodeFixHelper.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.Text; #if 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.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; #if CO...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/CSharp/Portable/Lowering/AsyncRewriter/AsyncIteratorMethodToStateMachineRewriter.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.Diagnostics; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; ...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/EditorFeatures/Test/CodeGeneration/AbstractCodeGenerationTests.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.CodeGeneration; 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.CodeGeneration; using Microsoft.Co...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Analyzers/Core/CodeFixes/NewLines/ConsecutiveStatementPlacement/ConsecutiveStatementPlacementCodeFixProvider.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,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Features/CSharp/Portable/MakeMethodSynchronous/CSharpMakeMethodSynchronousCodeFixProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Composition; using System.Diagnostics.CodeAnaly...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Composition; using System.Diagnostics.CodeAnaly...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Workspaces/Remote/ServiceHub/Services/WorkspaceTelemetry/RemoteWorkspaceTelemetryService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using Microsoft.CodeAnalysis.Host.Mef; using Microsoft.CodeAnalysis.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.Composition; using Microsoft.CodeAnalysis.Host.Mef; using Microsoft.CodeAnalysis.Interna...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/CSharp/Portable/FlowAnalysis/DefiniteAssignment.VariableIdentifier.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using Microsoft.CodeAnalysis.CSharp.Symbols; 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 System; using System.Diagnostics; using Microsoft.CodeAnalysis.CSharp.Symbols; using Roslyn.Utilities; names...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Features/Core/Portable/RQName/Nodes/RQProperty.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.Generic; namespace Microsoft.CodeAnalysis.Features.RQName.Nodes { internal class RQPr...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; namespace Microsoft.CodeAnalysis.Features.RQName.Nodes { internal class RQPr...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CodeStyle/UnusedParametersPreference.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.CodeStyle { /// <summary> /// Preferences for flagging unused parameters. ...
// Licensed to the .NET Foundation under one or more 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.CodeStyle { /// <summary> /// Preferences for flagging unused parameters. ...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/EditorFeatures/CSharpTest/EditorConfigSettings/Updater/SettingsUpdaterTests.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.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Mi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Mi...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/VisualStudio/Core/Impl/ProjectSystem/CPS/TempPECompiler.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.ComponentModel.Com...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.ComponentModel.Com...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/Test/Core/Traits/CompilerFeature.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.Test.Utilities { public enum CompilerFeature { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.Test.Utilities { public enum CompilerFeature { ...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/CompilationExtensions.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.Collections.ObjectModel Imports System.Reflection.Metadata 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.Immutable Imports System.Collections.ObjectModel Imports System.Reflection.Metadata Imports...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.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,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/Core/Portable/SymbolDisplay/AbstractSymbolDisplayVisitor_Minimal.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 Roslyn.Utilities; n...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Collections.Immutable; using Roslyn.Utilities; n...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/VisualBasic/Portable/Syntax/InternalSyntax/SyntaxTrivia.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.ObjectModel Imports System.Text Imports System.Threading Imports Microsoft.CodeAnalysis.Tex...
' Licensed to the .NET Foundation under one or more 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.ObjectModel Imports System.Text Imports System.Threading Imports Microsoft.CodeAnalysis.Tex...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/VisualBasic/Portable/Symbols/Source/SynthesizedEventBackingFieldSymbol.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.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Import...
' Licensed to the .NET Foundation under one or more 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.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Import...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/FlowAnalysis/SymbolUsageAnalysis/SymbolUsageAnalysis.DataFlowAnalyzer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Diagnostics; using System.Threading; using Microsoft.CodeAnalysis.Shared.Extensions...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Diagnostics; using System.Threading; using Microsoft.CodeAnalysis.Shared.Extensions...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./eng/common/internal/Tools.csproj
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net472</TargetFramework> <ImportDirectoryBuildTargets>false</ImportDirectoryBuildTargets> <Automati...
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net472</TargetFramework> <ImportDirectoryBuildTargets>false</ImportDirectoryBuildTargets> <Automati...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Workspaces/CSharp/Portable/Simplification/Reducers/CSharpNameReducer.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; using Microsoft.CodeAnalysis.CSharp.Extensions; using Micr...
// Licensed to the .NET Foundation under one or more 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; using Microsoft.CodeAnalysis.CSharp.Extensions; using Micr...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/xlf/Resources.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,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/Test/Core/Syntax/NodeInfo.FieldInfo.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using Microsoft.CodeAnalysis.Text; namespace Microsoft.CodeAnalysis.Test.Utilitie...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using Microsoft.CodeAnalysis.Text; namespace Microsoft.CodeAnalysis.Test.Utilitie...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/EditorFeatures/CSharpTest/Diagnostics/GenerateMethod/GenerateConversionTests.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.CodeFixes; using Microsoft.CodeAnalys...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalys...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/XML/ParseTreeDescription.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. '----------------------------------------------------------------------------------------------------------- ' Defines...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. '----------------------------------------------------------------------------------------------------------- ' Defines...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeVariable.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.Runtime.InteropServices; using Microsoft.CodeAnalysis; using Microsoft.VisualStudio...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Runtime.InteropServices; using Microsoft.CodeAnalysis; using Microsoft.VisualStudio...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Compilers/CSharp/Portable/Symbols/Attributes/PEAttributeData.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.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Diagno...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Diagno...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./src/Features/Core/Portable/Completion/ICompletionHelperService.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.Host; namespace Microsoft.CodeAnalysis.Completion { internal i...
// Licensed to the .NET Foundation under one or more 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.Host; namespace Microsoft.CodeAnalysis.Completion { internal i...
-1
dotnet/roslyn
56,139
Remove declaration-only-compilation from CompilationTracker
We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and simplify the compilation tracker a bunch.
CyrusNajmabadi
2021-09-02T21:35:54Z
2021-09-08T23:38:33Z
ef6e65fa1185f7aff571277420227446bf6eafa0
e0909cfd0157f3d1e20fb7275c533a8cf40f50fa
Remove declaration-only-compilation from CompilationTracker. We used this compilation to speed up some string searches for certain features (and some public APIs we have). Turns out we don't need this given the indices we already have for features like FAR and NavTo. Given this, we can remove this compilation and sim...
./.gitattributes
############################################################################### # Set default behavior to automatically normalize line endings. ############################################################################### * text=auto encoding=UTF-8 *.sh text eol=lf ###################################################...
############################################################################### # Set default behavior to automatically normalize line endings. ############################################################################### * text=auto encoding=UTF-8 *.sh text eol=lf ###################################################...
-1
dotnet/roslyn
56,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/EditorFeatures/Core/EditorConfigSettings/Data/AnalyzerSetting.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.Globalization; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Diagnostics; 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 System.Globalization; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Diagnosti...
1
dotnet/roslyn
56,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/VisualStudio/Core/Def/EditorConfigSettings/Analyzers/View/SeverityControl.xaml.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.Windows; using System.Windows.Automation; using System.Windows.Controls; 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 System; using System.Windows; using System.Windows.Automation; using System.Windows.Controls; using Microsoft...
1
dotnet/roslyn
56,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/VisualStudio/Core/Def/ServicesVSResources.resx
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes as...
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes as...
1
dotnet/roslyn
56,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.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="cs" 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="cs" or...
1
dotnet/roslyn
56,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/VisualStudio/Core/Def/xlf/ServicesVSResources.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,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.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="es" 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="es" or...
1
dotnet/roslyn
56,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.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="fr" 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="fr" or...
1
dotnet/roslyn
56,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/VisualStudio/Core/Def/xlf/ServicesVSResources.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,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="ja" or...
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="ja" or...
1
dotnet/roslyn
56,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.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="ko" 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="ko" or...
1
dotnet/roslyn
56,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.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="pl" 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="pl" or...
1
dotnet/roslyn
56,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.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="pt-BR"...
<?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="pt-BR"...
1
dotnet/roslyn
56,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.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="ru" 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="ru" or...
1
dotnet/roslyn
56,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.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="tr" 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="tr" or...
1
dotnet/roslyn
56,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.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,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/VisualStudio/Core/Def/xlf/ServicesVSResources.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,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/Compilers/CSharp/Portable/Utilities/TypeSymbolExtensions.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 System.Linq; using Microsoft...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using Microsoft...
-1
dotnet/roslyn
56,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/Extensions/ContextQuery/SyntaxTreeExtensions.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.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Threading;...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Threading;...
-1
dotnet/roslyn
56,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/Features/Core/Portable/GenerateType/IGenerateTypeOptionService.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.Host; using Microsoft.CodeAnalysis.LanguageServices; 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. #nullable disable using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalysis.LanguageServices; using Microsof...
-1
dotnet/roslyn
56,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/EditorFeatures/Test/ValueTracking/AbstractBaseValueTrackingTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Linq; using System.Collections.Immutable; using System.Threading.Tasks; using Microsoft.CodeAnalysis.V...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Linq; using System.Collections.Immutable; using System.Threading.Tasks; using Microsoft.CodeAnalysis.V...
-1
dotnet/roslyn
56,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/VisualStudio/CSharp/Impl/LanguageService/CSharpCreateServicesOnTextViewConnection.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.ComponentModel.Composition; 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. using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.Threading; us...
-1
dotnet/roslyn
56,135
Merge release/dev17.0 to main
This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to the bottom, then for each file c...
dotnet-bot
2021-09-02T21:01:14Z
2021-09-02T21:01:27Z
99014d0615bf706b51c9e0aa325fc431a7d68711
7d328caf396488de8fc8a0ea4e39ae2e5824a48a
Merge release/dev17.0 to main. This is an automatically generated pull request from release/dev17.0 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯 ## Troubleshooting conflicts ### Identify authors of changes which introduced merge conflicts Scroll to t...
./src/EditorFeatures/TestUtilities/Workspaces/TestHostProject.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.IO; using System.Linq; using 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. #nullable disable using System; using System.Collections.Generic; using System.IO; using System.Linq; using Micros...
-1