From beaaeca0356182844c35307cf21fb27f3b94cba6 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Wed, 28 Jun 2017 15:03:07 -0500 Subject: [PATCH 1/5] Set charset to utf-8-bom for C# and VB source files --- .editorconfig | 1 + src/Compilers/Test/Resources/Core/Encoding/.editorconfig | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 src/Compilers/Test/Resources/Core/Encoding/.editorconfig diff --git a/.editorconfig b/.editorconfig index 91820952de720..21237444c66ee 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,7 @@ indent_style = space [*.{cs,csx,vb,vbx}] indent_size = 4 insert_final_newline = true +charset = utf-8-bom # Xml project files [*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj}] diff --git a/src/Compilers/Test/Resources/Core/Encoding/.editorconfig b/src/Compilers/Test/Resources/Core/Encoding/.editorconfig new file mode 100644 index 0000000000000..99c62dbae90f9 --- /dev/null +++ b/src/Compilers/Test/Resources/Core/Encoding/.editorconfig @@ -0,0 +1,4 @@ +[sjis.cs] +# This is actually supposed to be Shift-JIS, but it's not supported. Use a value to prevent it from being automatically +# converted to UTF-8. +charset = unset From 1d3007d482bbea44706f577187d56d7de3f7fb16 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Wed, 28 Jun 2017 15:18:08 -0500 Subject: [PATCH 2/5] Save *.csx as UTF-8 with BOM --- .../Resources/Core/MetadataTests/Invalid/Signatures/munge.csx | 2 +- src/NuGet/BuildNuGets.csx | 2 +- src/Test/Perf/tests/csharp/csharp_compiler.csx | 2 +- src/Test/Perf/tests/helloworld/hello_world.csx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Compilers/Test/Resources/Core/MetadataTests/Invalid/Signatures/munge.csx b/src/Compilers/Test/Resources/Core/MetadataTests/Invalid/Signatures/munge.csx index 8c0238f137161..670e1ba2894be 100644 --- a/src/Compilers/Test/Resources/Core/MetadataTests/Invalid/Signatures/munge.csx +++ b/src/Compilers/Test/Resources/Core/MetadataTests/Invalid/Signatures/munge.csx @@ -1,4 +1,4 @@ -string file = Args[0]; +string file = Args[0]; string hexSearch = Args[1]; string hexReplace = Args[2]; diff --git a/src/NuGet/BuildNuGets.csx b/src/NuGet/BuildNuGets.csx index 9c37504157cb5..1327fdf0219a4 100644 --- a/src/NuGet/BuildNuGets.csx +++ b/src/NuGet/BuildNuGets.csx @@ -1,4 +1,4 @@ -#r "System.Xml.XDocument.dll" +#r "System.Xml.XDocument.dll" using System; using System.Collections.Generic; using System.Diagnostics; diff --git a/src/Test/Perf/tests/csharp/csharp_compiler.csx b/src/Test/Perf/tests/csharp/csharp_compiler.csx index 3603a78ffd4ce..27efc97f128f9 100644 --- a/src/Test/Perf/tests/csharp/csharp_compiler.csx +++ b/src/Test/Perf/tests/csharp/csharp_compiler.csx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #r "../../Perf.Utilities/Roslyn.Test.Performance.Utilities.dll" using System.IO; diff --git a/src/Test/Perf/tests/helloworld/hello_world.csx b/src/Test/Perf/tests/helloworld/hello_world.csx index dbdc558596b5f..008900a6b149a 100644 --- a/src/Test/Perf/tests/helloworld/hello_world.csx +++ b/src/Test/Perf/tests/helloworld/hello_world.csx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #r "../../Perf.Utilities/Roslyn.Test.Performance.Utilities.dll" From 5ad8bec0b8885a72d26679b0d2f530ad06dcd57b Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Wed, 28 Jun 2017 15:25:11 -0500 Subject: [PATCH 3/5] Save *.vb as UTF-8 with BOM --- .../VisualBasic/Portable/Binding/LocalBinderBuilder.vb | 2 +- .../Portable/Generated/BoundNodes.xml.Generated.vb | 2 +- .../VisualBasic/Portable/Generated/ErrorFacts.Generated.vb | 2 +- .../Portable/Generated/Syntax.xml.Internal.Generated.vb | 2 +- .../Portable/Generated/Syntax.xml.Main.Generated.vb | 2 +- .../Portable/Generated/Syntax.xml.Syntax.Generated.vb | 2 +- .../VisualBasic/Portable/Semantics/StatementSyntaxWalker.vb | 2 +- src/Compilers/VisualBasic/Portable/Syntax/CaseBlockSyntax.vb | 2 +- .../VisualBasic/Test/Emit/CodeGen/CodeGenIterators.vb | 2 +- src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenVBCore.vb | 2 +- .../Test/Emit/Emit/EditAndContinue/EditAndContinueTests.vb | 2 +- .../Test/Emit/Emit/EditAndContinue/LocalSlotMappingTests.vb | 2 +- .../Emit/ExpressionTrees/ExpTreeTestResources.Designer.vb | 2 +- src/Compilers/VisualBasic/Test/Emit/PDB/PDBAsyncTests.vb | 2 +- .../Test/Emit/PDB/PDBCollectionInitializerTests.vb | 2 +- src/Compilers/VisualBasic/Test/Emit/PDB/PDBConstLocalTests.vb | 2 +- .../Test/Emit/PDB/PDBExternalSourceDirectiveTests.vb | 2 +- src/Compilers/VisualBasic/Test/Emit/PDB/PDBForEachTests.vb | 2 +- src/Compilers/VisualBasic/Test/Emit/PDB/PDBIteratorTests.vb | 2 +- src/Compilers/VisualBasic/Test/Emit/PDB/PDBLambdaTests.vb | 2 +- .../VisualBasic/Test/Emit/PDB/PDBObjectInitializerTests.vb | 2 +- src/Compilers/VisualBasic/Test/Emit/PDB/PDBSyncLockTests.vb | 2 +- src/Compilers/VisualBasic/Test/Emit/PDB/PDBTests.vb | 2 +- src/Compilers/VisualBasic/Test/Emit/PDB/PDBUsingTests.vb | 2 +- src/Compilers/VisualBasic/Test/Emit/Resource.Designer.vb | 2 +- .../Compilation/SemanticModelGetDeclaredSymbolAPITests.vb | 2 +- .../Test/Semantic/Semantics/InterpolatedStringTests.vb | 2 +- .../Test/Syntax/Generated/Syntax.Test.xml.Generated.vb | 2 +- src/Compilers/VisualBasic/Test/Syntax/TestSyntaxNodes.vb | 2 +- src/EditorFeatures/Test2/CallHierarchy/CallHierarchyTests.vb | 2 +- src/EditorFeatures/Test2/CodeFixes/CodeFixServiceTests.vb | 2 +- src/EditorFeatures/Test2/Compilation/CompilationTests.vb | 2 +- .../Diagnostics/AbstractCrossLanguageUserDiagnosticTest.vb | 2 +- .../Diagnostics/AddImport/AddImportCrossLanguageTests.vb | 2 +- .../AddMissingReference/AddMissingReferenceTests.vb | 2 +- .../Test2/Diagnostics/AdditionalFileDiagnosticsTests.vb | 2 +- .../Test2/Diagnostics/DiagnosticProviderTests.vb | 2 +- .../Test2/Diagnostics/DiagnosticServiceTests.vb | 2 +- .../GenerateEvent/GenerateEventCrossLanguageTests.vb | 2 +- .../GenerateConstructorCrossLanguageTests.vb | 2 +- .../GenerateFromUsage/GenerateMethodCrossLanguageTests.vb | 2 +- .../GenerateFromUsage/GenerateVariableCrossLanguageTests.vb | 2 +- .../ImplementInterfaceCrossLanguageTests.vb | 2 +- src/EditorFeatures/Test2/Expansion/AbstractExpansionTest.vb | 2 +- .../Test2/Expansion/ExtensionMethodExpansionRewriteTests.vb | 2 +- .../Test2/Expansion/ModuleNameExpansionTests.vb | 2 +- src/EditorFeatures/Test2/Expansion/NameExpansionTests.vb | 2 +- src/EditorFeatures/Test2/Extensions/ISymbolExtensionsTests.vb | 2 +- .../Test2/FindReferences/FindReferencesTests.AliasSymbols.vb | 2 +- .../FindReferencesTests.AnonymousTypeSymbols.vb | 2 +- .../Test2/FindReferences/FindReferencesTests.AsyncSymbols.vb | 2 +- .../FindReferences/FindReferencesTests.ConstructorSymbols.vb | 2 +- .../FindReferencesTests.DelegateInvokeMethodSymbols.vb | 2 +- .../FindReferences/FindReferencesTests.DynamicAssemblies.vb | 2 +- .../FindReferences/FindReferencesTests.DynamicBinding.vb | 2 +- .../FindReferences/FindReferencesTests.DynamicConstructors.vb | 2 +- .../FindReferencesTests.DynamicDelegatesAndIndexers.vb | 2 +- .../FindReferences/FindReferencesTests.DynamicFunctions.vb | 2 +- .../FindReferences/FindReferencesTests.DynamicIdentifiers.vb | 2 +- .../FindReferences/FindReferencesTests.DynamicPartialClass.vb | 2 +- .../Test2/FindReferences/FindReferencesTests.EventSymbols.vb | 2 +- .../FindReferencesTests.ExplicitInterfaceMethodSymbols.vb | 2 +- .../FindReferencesTests.ExtensionMethodSymbols.vb | 2 +- .../Test2/FindReferences/FindReferencesTests.FieldSymbols.vb | 2 +- .../FindReferences/FindReferencesTests.IndexerSymbols.vb | 2 +- .../Test2/FindReferences/FindReferencesTests.LabelSymbols.vb | 2 +- .../Test2/FindReferences/FindReferencesTests.LambdaSymbols.vb | 2 +- .../Test2/FindReferences/FindReferencesTests.LinkedFiles.vb | 2 +- .../Test2/FindReferences/FindReferencesTests.Literals.vb | 2 +- .../FindReferences/FindReferencesTests.LocalFunctions.vb | 2 +- .../Test2/FindReferences/FindReferencesTests.LocalSymbols.vb | 2 +- .../FindReferencesTests.MethodTypeParameterTypeSymbol.vb | 2 +- .../FindReferences/FindReferencesTests.NamedTypeSymbols.vb | 2 +- .../FindReferences/FindReferencesTests.NamespaceSymbols.vb | 2 +- .../FindReferences/FindReferencesTests.OperatorSymbols.vb | 2 +- .../FindReferencesTests.OrdinaryMethodSymbols.vb | 2 +- .../FindReferences/FindReferencesTests.ParameterSymbol.vb | 2 +- .../FindReferences/FindReferencesTests.PropertySymbols.vb | 2 +- .../FindReferences/FindReferencesTests.RangeVariableSymbol.vb | 2 +- .../Test2/FindReferences/FindReferencesTests.Tuples.vb | 2 +- .../FindReferencesTests.TypeParameterTypeSymbol.vb | 2 +- .../Test2/FindReferences/FindReferencesTests.WinmdSymbols.vb | 2 +- .../Test2/FindReferences/FindReferencesTests.XmlDocSymbols.vb | 2 +- .../Test2/FindReferences/FindReferencesTests.vb | 2 +- .../Test2/GoToDefinition/GoToDefinitionCommandHandlerTests.vb | 2 +- .../Test2/GoToDefinition/GoToDefinitionTests.vb | 2 +- .../CSharpCompletionCommandHandlerTests_Projections.vb | 2 +- .../IntelliSense/CSharpIntelliSenseCommandHandlerTests.vb | 2 +- .../IntelliSense/CSharpSignatureHelpCommandHandlerTests.vb | 2 +- .../Test2/IntelliSense/MockCompletionProvider.vb | 2 +- src/EditorFeatures/Test2/IntelliSense/ModelTests.vb | 2 +- .../Test2/IntelliSense/QuickInfoControllerTests.vb | 2 +- src/EditorFeatures/Test2/IntelliSense/SessionTests.vb | 2 +- .../Test2/IntelliSense/SignatureHelpControllerTests.vb | 2 +- .../IntelliSense/VisualBasicCompletionCommandHandlerTests.vb | 2 +- .../VisualBasicCompletionCommandHandlerTests_Projections.vb | 2 +- .../VisualBasicSignatureHelpCommandHandlerTests.vb | 2 +- .../KeywordHighlighting/AbstractKeywordHighlightingTests.vb | 2 +- .../KeywordHighlighting/CSharpKeywordHighlightingTests.vb | 2 +- .../VisualBasicKeywordHighlightingTests.vb | 2 +- .../Test2/NavigationBar/CSharpNavigationBarTests.vb | 2 +- .../Test2/NavigationBar/MockNavigationBarPresenter.vb | 2 +- .../Test2/NavigationBar/NavigationBarPresenterTests.vb | 2 +- src/EditorFeatures/Test2/NavigationBar/TestHelpers.vb | 2 +- .../Test2/NavigationBar/VisualBasicNavigationBarTests.vb | 2 +- src/EditorFeatures/Test2/Peek/PeekTests.vb | 2 +- .../AbstractReferenceHighlightingTests.vb | 2 +- .../ReferenceHighlighting/CSharpReferenceHighlightingTests.vb | 2 +- .../CrossLanguageReferenceHighlightingTests.vb | 2 +- .../VisualBasicReferenceHighlightingTests.vb | 2 +- src/EditorFeatures/Test2/Rename/CSharp/AliasTests.vb | 2 +- .../Test2/Rename/CSharp/DeclarationConflictTests.vb | 2 +- src/EditorFeatures/Test2/Rename/CSharp/EscapingTests.vb | 2 +- .../Test2/Rename/CSharp/GenericTypeParameterTests.vb | 2 +- .../Test2/Rename/CSharp/ImplicitReferenceConflictTests.vb | 2 +- src/EditorFeatures/Test2/Rename/CSharp/InteractiveTests.vb | 2 +- src/EditorFeatures/Test2/Rename/CSharp/InterfaceTests.vb | 2 +- src/EditorFeatures/Test2/Rename/CSharp/LocalConflictTests.vb | 2 +- src/EditorFeatures/Test2/Rename/DashboardTests.vb | 2 +- src/EditorFeatures/Test2/Rename/InlineRenameTests.vb | 2 +- src/EditorFeatures/Test2/Rename/RenameCommandHandlerTests.vb | 2 +- src/EditorFeatures/Test2/Rename/RenameEngineResult.vb | 2 +- .../Test2/Rename/RenameEngineTests.CSharpConflicts.vb | 2 +- .../Test2/Rename/RenameEngineTests.VisualBasicConflicts.vb | 2 +- src/EditorFeatures/Test2/Rename/RenameEngineTests.vb | 2 +- src/EditorFeatures/Test2/Rename/RenameNonRenameableSymbols.vb | 2 +- src/EditorFeatures/Test2/Rename/RenameTagProducerTests.vb | 2 +- src/EditorFeatures/Test2/Rename/RenameTestHelpers.vb | 2 +- src/EditorFeatures/Test2/Rename/RenameWaiter.vb | 2 +- src/EditorFeatures/Test2/Rename/VisualBasic/AliasTests.vb | 2 +- .../Rename/VisualBasic/CallSiteConflictResolutionTests.vb | 2 +- .../Test2/Rename/VisualBasic/DeclarationConflictTests.vb | 2 +- src/EditorFeatures/Test2/Rename/VisualBasic/EscapingTests.vb | 2 +- .../Rename/VisualBasic/ImplicitReferenceConflictTests.vb | 2 +- .../Test2/Rename/VisualBasic/InvalidIdentifierTests.vb | 2 +- .../Test2/Rename/VisualBasic/QualificationTests.vb | 2 +- .../Test2/Simplification/AbstractSimplificationTests.vb | 2 +- .../Test2/Simplification/BlockSimplificationTests.vb | 2 +- .../Test2/Simplification/CastSimplificationTests.vb | 2 +- .../Test2/Simplification/EscapingSimplifierTest.vb | 2 +- .../Simplification/ExtensionMethodSimplificationTests.vb | 2 +- .../Test2/Simplification/ModuleNameSimplificationTests.vb | 2 +- .../Test2/Simplification/ParameterSimplificationTests.vb | 2 +- .../Test2/Simplification/ParenthesisSimplificationTests.vb | 2 +- .../Test2/Simplification/TypeInferenceSimplifierTests.vb | 2 +- .../Test2/Simplification/TypeNameSimplifierTest.vb | 2 +- .../AbstractNameSimplificationServiceTests.vb | 2 +- .../Test2/SimplifyTypeNames/NameSimplificationServiceTests.vb | 2 +- .../Test2/Workspaces/SymbolDescriptionServiceTests.vb | 2 +- .../Test2/Workspaces/TryFindSourceDefinitionTests.vb | 2 +- .../TestUtilities2/Intellisense/CompletionWaiter.vb | 2 +- .../TestUtilities2/Intellisense/IIntelliSenseTestState.vb | 2 +- .../TestUtilities2/Intellisense/SignatureHelpWaiter.vb | 2 +- .../TestUtilities2/Intellisense/TestCompletionPresenter.vb | 2 +- .../Intellisense/TestCompletionPresenterSession.vb | 2 +- .../TestUtilities2/Intellisense/TestSignatureHelpPresenter.vb | 2 +- .../Intellisense/TestSignatureHelpPresenterSession.vb | 2 +- src/EditorFeatures/TestUtilities2/Intellisense/TestState.vb | 2 +- src/EditorFeatures/TestUtilities2/Utilities/AssertEx.vb | 2 +- .../Utilities/GoToHelpers/MockDocumentNavigationService.vb | 2 +- .../GoToHelpers/MockDocumentNavigationServiceFactory.vb | 2 +- .../Utilities/GoToHelpers/MockNavigableItemsPresenter.vb | 2 +- .../Utilities/MockDocumentNavigationServiceProvider.vb | 2 +- .../Utilities/MockSymbolNavigationServiceProvider.vb | 2 +- .../AutomaticCompletion/AutomaticLineEnderCommandHandler.vb | 2 +- .../AutomaticCompletion/Sessions/BracketCompletionSession.vb | 2 +- .../Sessions/CurlyBraceCompletionSession.vb | 2 +- .../Sessions/InterpolatedStringCompletionSession.vb | 2 +- .../Sessions/InterpolationCompletionSession.vb | 2 +- .../Sessions/LessAndGreaterThanCompletionSession.vb | 2 +- .../Sessions/ParenthesisCompletionSession.vb | 2 +- .../Sessions/StringLiteralCompletionSession.vb | 2 +- .../VisualBasicBraceCompletionSessionProvider.vb | 2 +- .../AutomaticCompletion/VisualBasicBraceCompletions.vb | 2 +- .../AutomaticEndConstructCorrector.Session.vb | 2 +- .../AutomaticEndConstructCorrector.vb | 2 +- .../AutomaticEndConstructSet.vb | 2 +- .../AutomaticEndConstructCorrection/LetterOnlyTrackingSpan.vb | 2 +- .../AutomaticEndConstructCorrection/ViewCreationListener.vb | 2 +- .../BraceMatching/AbstractVisualBasicBraceMatcher.vb | 2 +- .../BraceMatching/InterpolatedStringBraceMatcher.vb | 2 +- .../BraceMatching/LessThanGreaterThanBraceMatcher.vb | 2 +- .../VisualBasic/BraceMatching/OpenCloseBraceBraceMatcher.vb | 2 +- .../VisualBasic/BraceMatching/OpenCloseParenBraceMatcher.vb | 2 +- .../VisualBasic/BraceMatching/StringLiteralBraceMatcher.vb | 2 +- .../BraceMatching/VisualBasicDirectiveTriviaBraceMatcher.vb | 2 +- .../VisualBasic/CallHierarchy/CallHierarchyCommandHandler.vb | 2 +- .../VisualBasicChangeSignatureCommandHandler.vb | 2 +- .../VisualBasic/ContentType/ContentTypeDefinitions.vb | 2 +- .../DocumentationCommentCommandHandler.vb | 2 +- .../DocumentationComments/XmlTagCompletionCommandHandler.vb | 2 +- .../EncapsulateField/EncapsulateFieldCommandHandler.vb | 2 +- .../EndConstructGeneration/AbstractEndConstructResult.vb | 2 +- .../EndConstructGeneration/EndConstructCommandHandler.vb | 2 +- .../EndConstructGeneration/EndConstructExtensions.vb | 2 +- .../VisualBasic/EndConstructGeneration/EndConstructState.vb | 2 +- .../EndConstructGeneration/EndConstructStatementVisitor.vb | 2 +- .../EndConstructStatementVisitor_CustomEvents.vb | 2 +- .../EndConstructStatementVisitor_IfStatement.vb | 2 +- .../EndConstructStatementVisitor_LambdaHeader.vb | 2 +- .../EndConstructStatementVisitor_Properties.vb | 2 +- .../VisualBasic/EndConstructGeneration/ReplaceSpanResult.vb | 2 +- .../VisualBasic/EndConstructGeneration/SpitLinesResult.vb | 2 +- .../VisualBasicEndConstructGenerationService.vb | 2 +- .../VisualBasic/Extensions/ClassificationExtensions.vb | 2 +- .../ExtractInterface/ExtractInterfaceCommandHandler.vb | 2 +- .../VisualBasic/ExtractMethod/ExtractMethodCommandHandler.vb | 2 +- .../VisualBasic/Formatting/Indentation/SmartTokenFormatter.vb | 2 +- .../Indentation/SmartTokenFormatterCommandHandler.vb | 2 +- .../Formatting/Indentation/SpecialFormattingOperation.vb | 2 +- .../Indentation/VisualBasicIndentationService.Indenter.vb | 2 +- .../Formatting/Indentation/VisualBasicIndentationService.vb | 2 +- .../GenerateVariable/VisualBasicGenerateVariableService.vb | 2 +- .../GoToDefinition/VisualBasicGoToDefinitionService.vb | 2 +- .../KeywordHighlighters/AccessorDeclarationHighlighter.vb | 2 +- .../KeywordHighlighters/ConditionalPreprocessorHighlighter.vb | 2 +- .../KeywordHighlighters/ConstructorDeclarationHighlighter.vb | 2 +- .../KeywordHighlighters/DoLoopBlockHighlighter.vb | 2 +- .../Highlighting/KeywordHighlighters/EnumBlockHighlighter.vb | 2 +- .../Highlighting/KeywordHighlighters/EventBlockHighlighter.vb | 2 +- .../KeywordHighlighters/EventDeclarationHighlighter.vb | 2 +- .../KeywordHighlighters/ForLoopBlockHighlighter.vb | 2 +- .../KeywordHighlighters/MethodDeclarationHighlighter.vb | 2 +- .../KeywordHighlighters/MultiLineIfBlockHighlighter.vb | 2 +- .../MultiLineLambdaExpressionHighlighter.vb | 2 +- .../KeywordHighlighters/NamespaceBlockHighlighter.vb | 2 +- .../KeywordHighlighters/OperatorDeclarationHighlighter.vb | 2 +- .../KeywordHighlighters/PropertyBlockHighlighter.vb | 2 +- .../KeywordHighlighters/PropertyDeclarationHighlighter.vb | 2 +- .../Highlighting/KeywordHighlighters/RegionHighlighter.vb | 2 +- .../KeywordHighlighters/SelectBlockHighlighter.vb | 2 +- .../KeywordHighlighters/SingleLineIfBlockHighlighter.vb | 2 +- .../KeywordHighlighters/SyncLockBlockHighlighter.vb | 2 +- .../Highlighting/KeywordHighlighters/TryBlockHighlighter.vb | 2 +- .../Highlighting/KeywordHighlighters/TypeBlockHighlighter.vb | 2 +- .../Highlighting/KeywordHighlighters/UsingBlockHighlighter.vb | 2 +- .../Highlighting/KeywordHighlighters/WhileBlockHighlighter.vb | 2 +- .../Highlighting/KeywordHighlighters/WithBlockHighlighter.vb | 2 +- .../Highlighting/KeywordHighlighters/XmlCDataHighlighter.vb | 2 +- .../Highlighting/KeywordHighlighters/XmlCommentHighlighter.vb | 2 +- .../KeywordHighlighters/XmlDocumentPrologueHighlighter.vb | 2 +- .../Highlighting/KeywordHighlighters/XmlElementHighlighter.vb | 2 +- .../KeywordHighlighters/XmlEmbeddedExpressionHighlighter.vb | 2 +- .../XmlProcessingInstructionHighlighter.vb | 2 +- .../VisualBasic/Highlighting/KeywordHighlightingHelpers.vb | 2 +- .../ImplementAbstractClassCommandHandler.vb | 2 +- .../ImplementInterface/ImplementInterfaceCommandHandler.vb | 2 +- .../InlineRename/VisualBasicEditorInlineRenameService.vb | 2 +- .../LanguageServices/VisualBasicContentTypeLanguageService.vb | 2 +- .../LineCommit/AbstractCommitCaretMoveUndoPrimitive.vb | 2 +- .../LineCommit/AfterCommitCaretMoveUndoPrimitive.vb | 2 +- .../LineCommit/BeforeCommitCaretMoveUndoPrimitive.vb | 2 +- .../VisualBasic/LineCommit/CommitBufferManager.DirtyState.vb | 2 +- .../VisualBasic/LineCommit/CommitBufferManager.vb | 2 +- .../VisualBasic/LineCommit/CommitBufferManagerFactory.vb | 2 +- .../VisualBasic/LineCommit/CommitCommandHandler.vb | 2 +- .../VisualBasic/LineCommit/CommitConnectionListener.vb | 2 +- src/EditorFeatures/VisualBasic/LineCommit/CommitFormatter.vb | 2 +- .../VisualBasic/LineCommit/CommitViewManager.vb | 2 +- .../ContainingStatementInfo.MatchingStatementsVisitor.vb | 2 +- .../VisualBasic/LineCommit/ContainingStatementInfo.vb | 2 +- src/EditorFeatures/VisualBasic/LineCommit/ICommitFormatter.vb | 2 +- .../LineSeparators/VisualBasicLineSeparatorService.vb | 2 +- .../VisualBasic/NavigationBar/GenerateEventHandlerItem.vb | 2 +- .../VisualBasic/NavigationBar/GenerateFinalizerItem.vb | 2 +- .../VisualBasic/NavigationBar/GenerateMethodItem.vb | 2 +- .../NavigationBar/VisualBasicNavigationBarItemService.vb | 2 +- .../VisualBasic/QuickInfo/SemanticQuickInfoProvider.vb | 2 +- .../RenameTracking/RenameTrackingCodeFixProvider.vb | 2 +- .../TextStructureNavigation/TextStructureNavigatorProvider.vb | 2 +- ...AbstractImplementAbstractClassOrInterfaceCommandHandler.vb | 2 +- .../VisualBasic/Utilities/LineAdjustmentFormattingRule.vb | 2 +- .../VisualBasic/Utilities/NamedTypeSymbolExtensions.vb | 2 +- .../VisualBasic/Utilities/NavigationPointHelpers.vb | 2 +- .../AddConstructorParametersFromMembersTests.vb | 2 +- .../AutomaticCompletion/AutomaticBraceCompletionTests.vb | 2 +- .../AutomaticCompletion/AutomaticBracketCompletionTests.vb | 2 +- .../AutomaticInterpolatedStringExpressionCompletionTests.vb | 2 +- .../AutomaticInterpolationCompletionTests.vb | 2 +- .../AutomaticLessAndGreaterThanCompletionTests.vb | 2 +- .../AutomaticCompletion/AutomaticLineEnderTests.vb | 2 +- .../AutomaticCompletion/AutomaticParenthesesCompletion.vb | 2 +- .../AutomaticStringLiteralCompletionTests.vb | 2 +- .../AutomaticEndConstructCorrectorTests.vb | 2 +- .../VisualBasicTest/BraceMatching/BraceHighlightingTests.vb | 2 +- .../BraceMatching/VisualBasicBraceMatcherTests.vb | 2 +- .../CaseCorrecting/CaseCorrectionServiceTests.vb | 2 +- .../VisualBasicTest/ChangeSignature/ChangeSignatureTests.vb | 2 +- .../ChangeSignature_CheckAllSignatureChanges.vb | 2 +- .../ChangeSignature/ChangeSignature_Delegates.vb | 2 +- .../ChangeSignature/ChangeSignature_Formatting.vb | 2 +- .../VisualBasicTest/ChangeSignature/RemoveParametersTests.vb | 2 +- .../ChangeSignature/ReorderParameters.InvocationErrors.vb | 2 +- .../ChangeSignature/ReorderParameters.InvocationLocations.vb | 2 +- .../ChangeSignature/ReorderParameters.MultiFile.vb | 2 +- .../ChangeSignature/ReorderParametersTests.Cascading.vb | 2 +- .../VisualBasicTest/ChangeSignature/ReorderParametersTests.vb | 2 +- .../Classification/AbstractVisualBasicClassifierTests.vb | 2 +- .../CodeActions/AbstractVisualBasicCodeActionTest.vb | 2 +- .../CodeActions/ConvertIfToSwitch/ConvertIfToSwitchTests.vb | 2 +- .../CodeActions/EncapsulateField/EncapsulateFieldTests.vb | 2 +- .../CodeActions/ExtractMethod/ExtractMethodTests.vb | 2 +- .../CodeActions/InlineTemporary/InlineTemporaryTests.vb | 2 +- .../CodeActions/IntroduceVariable/IntroduceVariableTests.vb | 2 +- .../VisualBasicTest/CodeActions/InvertIf/InvertIfTests.vb | 2 +- .../CodeActions/MoveType/BasicMoveTypeTestsBase.vb | 2 +- .../CodeActions/MoveType/MoveTypeTests.ActionCountTests.vb | 2 +- .../CodeActions/MoveType/MoveTypeTests.MoveToNewFile.vb | 2 +- .../CodeActions/MoveType/MoveTypeTests.RenameFile.vb | 2 +- .../CodeActions/MoveType/MoveTypeTests.RenameType.vb | 2 +- .../VisualBasicTest/CodeActions/Preview/PreviewTests.vb | 2 +- .../ReplaceMethodWithPropertyTests.vb | 2 +- .../CodeActions/UseNamedArguments/UseNamedArgumentsTests.vb | 2 +- .../CommentSelection/VisualBasicCommentSelectionTests.vb | 2 +- .../Completion/CompletionProviders/AbstractContextTests.vb | 2 +- .../AbstractVisualBasicCompletionProviderTests.vb | 2 +- .../CompletionListTagCompletionProviderTests.vb | 2 +- .../CompletionProviders/CrefCompletionProviderTests.vb | 2 +- .../CompletionProviders/EnumCompletionProviderTests.vb | 2 +- .../HandlesClauseCompletionProviderTests.vb | 2 +- .../ImplementsClauseCompletionProviderTests.vb | 2 +- .../CompletionProviders/KeywordCompletionProviderTests.vb | 2 +- .../NamedParameterCompletionProviderTests.vb | 2 +- .../Completion/CompletionProviders/NamespaceContextTests.vb | 2 +- .../ObjectCreationCompletionProviderTests.vb | 2 +- .../ObjectInitializerCompletionProviderTests.vb | 2 +- .../CompletionProviders/OverrideCompletionProviderTests.vb | 2 +- .../CompletionProviders/PartialTypeCompletionProviderTests.vb | 2 +- .../SuggestionModeCompletionProviderTests.vb | 2 +- .../CompletionProviders/SymbolCompletionProviderTests.vb | 2 +- .../Completion/CompletionProviders/TypeContextTests.vb | 2 +- .../XmlDocCommentCompletionProviderTests.vb | 2 +- ...actVisualBasicDiagnosticProviderBasedUserDiagnosticTest.vb | 2 +- .../VisualBasicTest/Diagnostics/AddImport/AddImportTests.vb | 2 +- .../VisualBasicTest/Diagnostics/Async/AddAwaitTests.vb | 2 +- .../VisualBasicTest/Diagnostics/Async/ChangeToAsyncTests.vb | 2 +- .../CorrectNextControlVariableTests.vb | 2 +- .../DiagnosticAnalyzerDriver/DiagnosticAnalyzerDriverTests.vb | 2 +- .../Diagnostics/ExitContinue/ExitContinueCodeActionTests.vb | 2 +- .../FixIncorrectFunctionReturnTypeTests.vb | 2 +- .../Diagnostics/FullyQualify/FullyQualifyTests.vb | 2 +- .../GenerateEndConstruct/GenerateEndConstructTests.vb | 2 +- .../Diagnostics/GenerateEnumMember/GenerateEnumMemberTests.vb | 2 +- .../Diagnostics/GenerateEvent/GenerateEventTests.vb | 2 +- .../Diagnostics/GenerateMethod/GenerateMethodTests.vb | 2 +- .../Diagnostics/GenerateType/GenerateTypeTests.vb | 2 +- .../Diagnostics/GenerateType/GenerateTypeTests_Dialog.vb | 2 +- .../Diagnostics/GenerateVariable/GenerateVariableTests.vb | 2 +- .../Diagnostics/InsertMissingCast/InsertMissingCastTests.vb | 2 +- .../VisualBasicTest/Diagnostics/Iterator/IteratorTests.vb | 2 +- .../MakeMethodAsynchronous/MakeMethodAsynchronousTests.vb | 2 +- .../Diagnostics/MoveToTopOfFile/MoveToTopOfFileTests.vb | 2 +- .../Diagnostics/OverloadBase/OverloadBaseTests.vb | 2 +- .../RemoveUnnecessaryCast/RemoveUnnecessaryCastTests.vb | 2 +- .../RemoveUnnecessaryCastTests_FixAllTests.vb | 2 +- .../Diagnostics/SimplifyTypeNames/SimplifyTypeNamesTests.vb | 2 +- .../SimplifyTypeNames/SimplifyTypeNamesTests_FixAllTests.vb | 2 +- .../VisualBasicTest/Diagnostics/Spellcheck/SpellcheckTests.vb | 2 +- .../Diagnostics/Suppression/SuppressionAllCodeTests.vb | 2 +- .../Diagnostics/Suppression/SuppressionTests.vb | 2 +- .../Diagnostics/UseAutoProperty/UseAutoPropertyTests.vb | 2 +- .../DocumentationComments/DocumentationCommentTests.vb | 2 +- .../DocumentationComments/XmlTagCompletionTests.vb | 2 +- .../VisualBasicTest/EditAndContinue/ActiveStatementTests.vb | 2 +- .../EditAndContinue/ActiveStatementTrackingServiceTests.vb | 2 +- .../VisualBasicTest/EditAndContinue/BreakpointSpansTests.vb | 2 +- .../VisualBasicTest/EditAndContinue/Helpers/Extensions.vb | 2 +- .../EditAndContinue/Helpers/RudeEditTestBase.vb | 2 +- .../Helpers/VisualBasicEditAndContinueTestHelpers.vb | 2 +- .../VisualBasicTest/EditAndContinue/LineEditTests.vb | 2 +- .../VisualBasicTest/EditAndContinue/RudeEditStatementTests.vb | 2 +- .../VisualBasicTest/EditAndContinue/RudeEditTopLevelTests.vb | 2 +- .../VisualBasicTest/EditAndContinue/SyntaxComparerTests.vb | 2 +- .../VisualBasicEditAndContinueAnalyzerTests.vb | 2 +- .../EncapsulateField/EncapsulateFieldCommandHandlerTests.vb | 2 +- .../EncapsulateField/EncapsulateFieldTestState.vb | 2 +- .../EndConstructGeneration/CharacterTypingTests.vb | 2 +- .../EndConstructGeneration/CustomEventTests.vb | 2 +- .../VisualBasicTest/EndConstructGeneration/DoLoopTests.vb | 2 +- .../EndConstructGeneration/EndConstructCommandHandlerTests.vb | 2 +- .../EndConstructGeneration/EndConstructTestingHelpers.vb | 2 +- .../VisualBasicTest/EndConstructGeneration/ForLoopTests.vb | 2 +- .../EndConstructGeneration/ITextSnapshotExtensionsTests.vb | 2 +- .../VisualBasicTest/EndConstructGeneration/IfBlockTests.vb | 2 +- .../EndConstructGeneration/MethodBlockTests.vb | 2 +- .../EndConstructGeneration/MiscellaneousTests.vb | 2 +- .../EndConstructGeneration/MultiLineLambdaTests.vb | 2 +- .../EndConstructGeneration/NamespaceBlockTests.vb | 2 +- .../EndConstructGeneration/PreprocessorIfTests.vb | 2 +- .../EndConstructGeneration/PreprocessorRegionsTests.vb | 2 +- .../EndConstructGeneration/PropertyBlockTests.vb | 2 +- .../EndConstructGeneration/SelectBlockTests.vb | 2 +- .../EndConstructGeneration/SyncLockBlockTests.vb | 2 +- .../VisualBasicTest/EndConstructGeneration/TryBlockTests.vb | 2 +- .../VisualBasicTest/EndConstructGeneration/TypeBlockTests.vb | 2 +- .../VisualBasicTest/EndConstructGeneration/UsingBlockTests.vb | 2 +- .../VisualBasicTest/EndConstructGeneration/WhileLoopTests.vb | 2 +- .../EndConstructGeneration/WhiteSpacesInsertTests.vb | 2 +- .../VisualBasicTest/EndConstructGeneration/WithBlockTests.vb | 2 +- .../VisualBasicTest/EndConstructGeneration/XmlLiteralTests.vb | 2 +- .../Extensions/StatementSyntaxExtensionTests.vb | 2 +- .../VisualBasicTest/ExtractInterface/ExtractInterfaceTests.vb | 2 +- .../ExtractMethod/ExtractMethodTests.ControlFlowAnalysis.vb | 2 +- .../ExtractMethod/ExtractMethodTests.DataFlowAnalysis.vb | 2 +- .../ExtractMethod/ExtractMethodTests.LanguageInteraction.vb | 2 +- .../ExtractMethod/ExtractMethodTests.MethodNameGeneration.vb | 2 +- .../ExtractMethod/ExtractMethodTests.SelectionValidator.vb | 2 +- .../ExtractMethod/ExtractMethodTests.TriviaProcessor.vb | 2 +- .../VisualBasicTest/ExtractMethod/ExtractMethodTests.vb | 2 +- .../VisualBasicTest/Formatting/FormattingEngineTests_Venus.vb | 2 +- .../VisualBasicTest/Formatting/FormattingTestBase.vb | 2 +- .../Formatting/Indentation/SmartIndentProviderTests.vb | 2 +- .../Formatting/Indentation/SmartIndenterTests.vb | 2 +- .../Indentation/SmartTokenFormatter_FormatTokenTests.vb | 2 +- .../GenerateConstructor/GenerateConstructorTests.vb | 2 +- .../GenerateConstructorFromMembersTests.vb | 2 +- .../GenerateDefaultConstructorsTests.vb | 2 +- .../GenerateEqualsAndGetHashCodeFromMembersTests.vb | 2 +- .../ImplementAbstractClassCommandHandlerTests.vb | 2 +- .../ImplementAbstractClass/ImplementAbstractClassTests.vb | 2 +- .../ImplementAbstractClassTests_FixAllTests.vb | 2 +- .../ImplementInterfaceCommandHandlerTests.vb | 2 +- .../ImplementInterface/ImplementInterfaceTests.vb | 2 +- .../ImplementInterface/ImplementInterfaceTests_FixAllTests.vb | 2 +- .../AbstractVisualBasicKeywordHighlighterTests.vb | 2 +- .../AccessorDeclarationHighlighterTests.vb | 2 +- .../ConditionalPreprocessorHighlighterTests.vb | 2 +- .../ConstructorDeclarationHighlighterTests.vb | 2 +- .../KeywordHighlighting/DoLoopBlockHighlighterTests.vb | 2 +- .../KeywordHighlighting/EnumBlockHighlighterTests.vb | 2 +- .../KeywordHighlighting/EventBlockHighlighterTests.vb | 2 +- .../KeywordHighlighting/EventDeclarationHighlighterTests.vb | 2 +- .../KeywordHighlighting/ForLoopBlockHighlighterTests.vb | 2 +- .../KeywordHighlighting/MethodDeclarationHighlighterTests.vb | 2 +- .../KeywordHighlighting/MultiLineIfBlockHighlighterTests.vb | 2 +- .../MultiLineLambdaExpressionHighlighterTests.vb | 2 +- .../KeywordHighlighting/NamespaceBlockHighlighterTests.vb | 2 +- .../OperatorDeclarationHighlighterTests.vb | 2 +- .../KeywordHighlighting/PropertyBlockHighlighterTests.vb | 2 +- .../PropertyDeclarationHighlighterTests.vb | 2 +- .../KeywordHighlighting/RegionHighlighterTests.vb | 2 +- .../KeywordHighlighting/SelectBlockHighlighterTests.vb | 2 +- .../KeywordHighlighting/SingleLineIfBlockHighlighterTests.vb | 2 +- .../KeywordHighlighting/SyncLockBlockHighlighterTests.vb | 2 +- .../KeywordHighlighting/TryBlockHighlighterTests.vb | 2 +- .../KeywordHighlighting/TypeBlockHighlighterTests.vb | 2 +- .../KeywordHighlighting/UsingBlockHighlighterTests.vb | 2 +- .../KeywordHighlighting/WhileBlockHighlighterTests.vb | 2 +- .../KeywordHighlighting/WithBlockHighlighterTests.vb | 2 +- .../KeywordHighlighting/XmlCDataHighligherTests.vb | 2 +- .../KeywordHighlighting/XmlCommentHighligherTests.vb | 2 +- .../KeywordHighlighting/XmlDocumentPrologueHighligherTests.vb | 2 +- .../KeywordHighlighting/XmlElementHighlighterTests.vb | 2 +- .../XmlEmbeddedExpressionHighligherTests.vb | 2 +- .../XmlProcessingInstructionHighlighterTests.vb | 2 +- .../VisualBasicTest/LineCommit/CommitOnEnterTests.vb | 2 +- .../LineCommit/CommitOnMiscellaneousCommandsTests.vb | 2 +- .../VisualBasicTest/LineCommit/CommitTestData.vb | 2 +- .../VisualBasicTest/LineCommit/CommitWithViewTests.vb | 2 +- .../VisualBasicTest/LineSeparators/LineSeparatorTests.vb | 2 +- .../VisualBasicTest/NavigateTo/NavigateToTests.vb | 2 +- .../VisualBasicTest/Organizing/AbstractOrganizerTests.vb | 2 +- .../VisualBasicTest/Organizing/OrganizeImportsTests.vb | 2 +- .../VisualBasicTest/Organizing/OrganizeModifiersTests.vb | 2 +- .../Organizing/OrganizeTypeDeclarationTests.vb | 2 +- .../PerfTests/Sources/BasicClassesAtEndBase.vb | 2 +- .../QualifyMemberAccessTests_FixAllTests.vb | 2 +- .../VisualBasicTest/QuickInfo/SemanticQuickInfoSourceTests.vb | 2 +- .../ArrayStatements/EraseKeywordRecommenderTests.vb | 2 +- .../ArrayStatements/PreserveKeywordRecommenderTests.vb | 2 +- .../ArrayStatements/ReDimKeywordRecommenderTests.vb | 2 +- .../Declarations/AliasKeywordRecommenderTests.vb | 2 +- .../Recommendations/Declarations/AsKeywordRecommenderTests.vb | 2 +- .../Declarations/AsyncKeywordRecommenderTests.vb | 2 +- .../Declarations/AttributeScopesKeywordRecommenderTests.vb | 2 +- .../Declarations/CharsetModifierKeywordRecommenderTests.vb | 2 +- .../Declarations/ClassKeywordRecommenderTests.vb | 2 +- .../Declarations/ConstKeywordRecommenderTests.vb | 2 +- .../Declarations/CovarianceModifierKeywordRecommenderTests.vb | 2 +- .../Declarations/CustomEventKeywordRecommenderTests.vb | 2 +- .../Declarations/DeclareKeywordRecommenderTests.vb | 2 +- .../Declarations/DelegateKeywordRecommenderTests.vb | 2 +- .../DelegateSubFunctionKeywordRecommenderTests.vb | 2 +- .../Declarations/DimKeywordRecommenderTests.vb | 2 +- .../Declarations/EndBlockKeywordRecommenderTests.vb | 2 +- .../Declarations/EnumKeywordRecommenderTests.vb | 2 +- .../Declarations/EventKeywordRecommenderTests.vb | 2 +- .../ExternalSubFunctionKeywordRecommenderTests.vb | 2 +- .../Declarations/FunctionKeywordRecommenderTests.vb | 2 +- .../Declarations/GenericConstraintsKeywordRecommenderTests.vb | 2 +- .../Declarations/GetSetKeywordRecommenderTests.vb | 2 +- .../Declarations/HandlesKeywordRecommenderTests.vb | 2 +- .../Declarations/ImplementsKeywordRecommenderTests.vb | 2 +- .../Declarations/ImportsKeywordRecommenderTests.vb | 2 +- .../Recommendations/Declarations/InKeywordRecommenderTests.vb | 2 +- .../Declarations/InheritsKeywordRecommenderTests.vb | 2 +- .../Declarations/InterfaceKeywordRecommenderTests.vb | 2 +- .../Declarations/IteratorKeywordRecommenderTests.vb | 2 +- .../Declarations/LibKeywordRecommenderTests.vb | 2 +- .../ModifierKeywordRecommenderTests.InsideClassDeclaration.vb | 2 +- ...ifierKeywordRecommenderTests.InsideInterfaceDeclaration.vb | 2 +- ...ModifierKeywordRecommenderTests.InsideModuleDeclaration.vb | 2 +- ...ifierKeywordRecommenderTests.InsideNamespaceDeclaration.vb | 2 +- ...ifierKeywordRecommenderTests.InsideStructureDeclaration.vb | 2 +- .../Declarations/ModuleKeywordRecommenderTests.vb | 2 +- .../Declarations/NamespaceKeywordRecommenderTests.vb | 2 +- .../Recommendations/Declarations/OfKeywordRecommenderTests.vb | 2 +- .../Declarations/OperatorKeywordRecommenderTests.vb | 2 +- .../Declarations/ParameterModifiersKeywordRecommenderTests.vb | 2 +- .../Declarations/PropertyKeywordRecommenderTests.vb | 2 +- .../Declarations/StaticKeywordRecommenderTests.vb | 2 +- .../Declarations/StructureKeywordRecommenderTests.vb | 2 +- .../Declarations/SubKeywordRecommenderTests.vb | 2 +- .../Recommendations/Declarations/ToKeywordRecommenderTests.vb | 2 +- .../EventHandling/AddHandlerKeywordRecommenderTests.vb | 2 +- .../EventHandling/RaiseEventKeywordRecommenderTests.vb | 2 +- .../EventHandling/RemoveHandlerKeywordRecommenderTests.vb | 2 +- .../Expressions/AddressOfKeywordRecommenderTests.vb | 2 +- .../Expressions/AwaitKeywordRecommenderTests.vb | 2 +- .../Expressions/BinaryOperatorKeywordRecommenderTests.vb | 2 +- .../Expressions/CastOperatorsKeywordRecommenderTests.vb | 2 +- .../Expressions/FromKeywordRecommenderTests.vb | 2 +- .../Expressions/GetTypeKeywordRecommenderTests.vb | 2 +- .../Expressions/GetXmlNamespaceKeywordRecommenderTests.vb | 2 +- .../Expressions/GlobalKeywordRecommenderTests.vb | 2 +- .../Recommendations/Expressions/IfKeywordRecommenderTests.vb | 2 +- .../Recommendations/Expressions/KeyKeywordRecommenderTests.vb | 2 +- .../Expressions/LambdaKeywordRecommenderTests.vb | 2 +- .../Recommendations/Expressions/MeKeywordRecommenderTests.vb | 2 +- .../Expressions/MyBaseKeywordRecommenderTests.vb | 2 +- .../Expressions/MyClassKeywordRecommenderTests.vb | 2 +- .../Expressions/NameOfKeywordRecommenderTests.vb | 2 +- .../Recommendations/Expressions/NewKeywordRecommenderTests.vb | 2 +- .../Recommendations/Expressions/NotKeywordRecommenderTests.vb | 2 +- .../Expressions/NothingKeywordRecommenderTests.vb | 2 +- .../Expressions/TrueFalseKeywordRecommenderTests.vb | 2 +- .../Expressions/TypeOfKeywordRecommenderTests.vb | 2 +- .../Expressions/WithKeywordRecommenderTests.vb | 2 +- .../OnErrorStatements/ErrorKeywordRecommenderTests.vb | 2 +- .../OnErrorStatements/GoToDestinationsRecommenderTests.vb | 2 +- .../OnErrorStatements/GoToKeywordRecommenderTests.vb | 2 +- .../OnErrorStatements/NextKeywordRecommenderTests.vb | 2 +- .../OnErrorStatements/OnErrorKeywordRecommenderTests.vb | 2 +- .../OnErrorStatements/ResumeKeywordRecommenderTests.vb | 2 +- .../OptionStatements/CompareOptionsRecommenderTests.vb | 2 +- .../OptionStatements/ExplicitOptionsRecommenderTests.vb | 2 +- .../OptionStatements/InferOptionsRecommenderTests.vb | 2 +- .../OptionStatements/OptionKeywordRecommenderTests.vb | 2 +- .../OptionStatements/OptionNamesRecommenderTests.vb | 2 +- .../OptionStatements/StrictOptionsRecommenderTests.vb | 2 +- .../ConstDirectiveKeywordRecommenderTests.vb | 2 +- .../ElseDirectiveKeywordRecommenderTests.vb | 2 +- .../ElseIfDirectiveKeywordRecommenderTests.vb | 2 +- .../EndIfDirectiveKeywordRecommenderTests.vb | 2 +- .../EndRegionDirectiveKeywordRecommenderTests.vb | 2 +- .../IfDirectiveKeywordRecommenderTests.vb | 2 +- .../RegionDirectiveKeywordRecommenderTests.vb | 2 +- .../WarningDirectiveKeywordRecommenderTests.vb | 2 +- .../Queries/AggregateKeywordRecommenderTests.vb | 2 +- .../Queries/AscendingDescendingKeywordRecommenderTests.vb | 2 +- .../Recommendations/Queries/EqualsKeywordRecommenderTests.vb | 2 +- .../Recommendations/Queries/FromKeywordRecommenderTests.vb | 2 +- .../Recommendations/Queries/GroupKeywordRecommenderTests.vb | 2 +- .../Recommendations/Queries/IntoKeywordRecommenderTests.vb | 2 +- .../Recommendations/Queries/JoinKeywordRecommenderTests.vb | 2 +- .../Recommendations/Queries/LetKeywordRecommenderTests.vb | 2 +- .../Recommendations/Queries/OrderByKeywordRecommenderTests.vb | 2 +- .../Recommendations/Queries/SelectKeywordRecommenderTests.vb | 2 +- .../Recommendations/Queries/WhereKeywordRecommenderTests.vb | 2 +- .../Recommendations/RecommendationTestHelpers.vb | 2 +- .../Recommendations/Statements/CallKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/CaseKeywordRecommenderTests.vb | 2 +- .../Statements/CatchKeywordRecommenderTests.vb | 2 +- .../Statements/ContinueKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/DoKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/EachKeywordRecommenderTests.vb | 2 +- .../Statements/ElseIfKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/ElseKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/EndKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/ExitKeywordRecommenderTests.vb | 2 +- .../Statements/FinallyKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/ForKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/GoToKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/IfKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/IsKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/LoopKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/MidKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/NextKeywordRecommenderTests.vb | 2 +- .../Statements/ReturnKeywordRecommenderTests.vb | 2 +- .../Statements/SelectKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/StepKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/StopKeywordRecommenderTests.vb | 2 +- .../Statements/SyncLockKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/ThenKeywordRecommenderTests.vb | 2 +- .../Statements/ThrowKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/ToKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/TryKeywordRecommenderTests.vb | 2 +- .../Statements/UntilAndWhileKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/WhenKeywordRecommenderTests.vb | 2 +- .../Statements/WhileLoopKeywordRecommenderTests.vb | 2 +- .../Recommendations/Statements/WithKeywordRecommenderTests.vb | 2 +- .../Statements/YieldKeywordRecommenderTests.vb | 2 +- .../Types/BuiltInTypesKeywordRecommenderTests.vb | 2 +- .../RemoveUnnecessaryImports/RemoveUnnecessaryImportsTests.vb | 2 +- .../RemoveUnnecessaryImportsTests_FixAllTests.vb | 2 +- .../VisualBasicTest/Semantics/SpeculationAnalyzerTests.vb | 2 +- .../AbstractVisualBasicSignatureHelpProviderTests.vb | 2 +- .../AddRemoveHandlerSignatureHelpProviderTests.vb | 2 +- .../SignatureHelp/AttributeSignatureHelpProviderTests.vb | 2 +- .../SignatureHelp/CastExpressionSignatureHelpProviderTests.vb | 2 +- .../ConditionalExpressionSignatureHelpProviderTests.vb | 2 +- .../FunctionAggregationSignatureHelpProviderTests.vb | 2 +- .../SignatureHelp/GenericNameSignatureHelpProviderTests.vb | 2 +- .../GetTypeExpressionSignatureHelpProviderTests.vb | 2 +- .../GetXmlNamespaceExpressionSignatureHelpProviderTests.vb | 2 +- .../InvocationExpressionSignatureHelpProviderTests.vb | 2 +- .../SignatureHelp/MidAssignmentSignatureHelpProviderTests.vb | 2 +- .../ObjectCreationExpressionSignatureHelpProviderTests.vb | 2 +- .../PredefinedCastExpressionSignatureHelpProviderTests.vb | 2 +- .../RaiseEventStatementSignatureHelpProviderTests.vb | 2 +- .../VisualBasicTest/Squiggles/ErrorSquiggleProducerTests.vb | 2 +- .../Structure/AbstractVisualBasicSyntaxNodeStructureTests.vb | 2 +- .../Structure/AccessorDeclarationStructureTests.vb | 2 +- .../VisualBasicTest/Structure/CommentStructureTests.vb | 2 +- .../Structure/CompilationUnitStructureTests.vb | 2 +- .../Structure/ConstructorDeclarationStructureTests.vb | 2 +- .../Structure/DelegateDeclarationStructureTests.vb | 2 +- .../VisualBasicTest/Structure/DisabledCodeStructureTests.vb | 2 +- .../VisualBasicTest/Structure/DoLoopBlockStructureTests.vb | 2 +- .../Structure/DocumentationCommentStructureTests.vb | 2 +- .../Structure/EnumDeclarationStructureTests.vb | 2 +- .../Structure/EventDeclarationStructureTests.vb | 2 +- .../Structure/ExternalMethodDeclarationStructureTests.vb | 2 +- .../Structure/FieldDeclarationStructureTests.vb | 2 +- .../VisualBasicTest/Structure/ForBlockStructureTests.vb | 2 +- .../VisualBasicTest/Structure/ForEachBlockStructureTests.vb | 2 +- .../MetadataAsSource/ConstructorDeclarationStructureTests.vb | 2 +- .../MetadataAsSource/DelegateDeclarationStructureTests.vb | 2 +- .../MetadataAsSource/EnumDeclarationStructureTests.vb | 2 +- .../MetadataAsSource/EnumMemberDeclarationStructureTests.vb | 2 +- .../MetadataAsSource/EventDeclarationStructureTests.vb | 2 +- .../MetadataAsSource/FieldDeclarationStructureTests.vb | 2 +- .../MetadataAsSource/MethodDeclarationStructureTests.vb | 2 +- .../MetadataAsSource/OperatorDeclarationStructureTests.vb | 2 +- .../MetadataAsSource/PropertyDeclarationStructureTests.vb | 2 +- .../MetadataAsSource/RegionDirectiveStructureTests.vb | 2 +- .../MetadataAsSource/TypeDeclarationStructureTests.vb | 2 +- .../Structure/MethodDeclarationStructureTests.vb | 2 +- .../Structure/MultiLineIfBlockStructureTests.vb | 2 +- .../Structure/MultilineLambdaStructureTests.vb | 2 +- .../Structure/NamespaceDeclarationStructureTests.vb | 2 +- .../Structure/OperatorDeclarationStructureTests.vb | 2 +- .../VisualBasicTest/Structure/OverallStructureTests.vb | 2 +- .../Structure/PropertyDeclarationStructureTests.vb | 2 +- .../Structure/RegionDirectiveStructureTests.vb | 2 +- .../VisualBasicTest/Structure/SelectBlockStructureTests.vb | 2 +- .../VisualBasicTest/Structure/SyncLockBlockStructureTests.vb | 2 +- .../VisualBasicTest/Structure/TryBlockStructureTests.vb | 2 +- .../Structure/TypeDeclarationStructureTests.vb | 2 +- .../VisualBasicTest/Structure/UsingBlockStructureTests.vb | 2 +- .../VisualBasicTest/Structure/WhileBlockStructureTests.vb | 2 +- .../VisualBasicTest/Structure/WithBlockStructureTests.vb | 2 +- .../VisualBasicTest/Structure/XmlExpressionStructureTests.vb | 2 +- .../VisualBasicTest/SymbolId/SymbolKeyCompilationsTests.vb | 2 +- .../SymbolId/SymbolKeyMetadataVsSourceTests.vb | 2 +- .../VisualBasicTest/SymbolId/SymbolKeyTestBase.vb | 2 +- .../TextStructureNavigation/TextStructureNavigatorTests.vb | 2 +- .../VisualBasicTest/TodoComment/TodoCommentTests.vb | 2 +- .../VisualBasicTest/TypeInferrer/TypeInferrerTests.vb | 2 +- src/EditorFeatures/VisualBasicTest/Utils.vb | 2 +- .../ExpressionCompiler/Symbols/PlaceholderLocalSymbol.vb | 2 +- .../ExpressionCompiler/Symbols/PlaceholderMethodSymbol.vb | 2 +- .../Source/ExpressionCompiler/VisualBasicFrameDecoder.vb | 2 +- .../ExpressionCompiler/VisualBasicInstructionDecoder.vb | 2 +- .../VisualBasicLanguageInstructionDecoder.vb | 2 +- .../ResultProvider/Generated/Syntax.xml.GetText.Generated.vb | 2 +- .../Source/ResultProvider/VisualBasicResultProvider.vb | 2 +- .../Test/ResultProvider/VisualBasicResultProviderTestBase.vb | 2 +- .../Portable/AddImport/VisualBasicAddImportCodeFixProvider.vb | 2 +- .../Portable/ChangeSignature/ChangeSignatureFormattingRule.vb | 2 +- .../Portable/ChangeSignature/UnifiedArgumentSyntax.vb | 2 +- .../VisualBasicAddMissingReferenceCodeFixProvider.vb | 2 +- .../CodeFixes/Async/VisualBasicAddAwaitCodeFixProvider.vb | 2 +- .../Async/VisualBasicConvertToAsyncFunctionCodeFixProvider.vb | 2 +- .../CorrectNextControlVariableCodeFixProvider.CodeAction.vb | 2 +- .../CorrectNextControlVariableCodeFixProvider.vb | 2 +- .../GenerateEndConstructCodeFixProvider.vb | 2 +- .../GenerateEnumMember/GenerateEnumMemberCodeFixProvider.vb | 2 +- .../GenerateEvent/GenerateEventCodeFixProvider.CodeAction.vb | 2 +- .../CodeFixes/GenerateEvent/GenerateEventCodeFixProvider.vb | 2 +- .../GenerateConversionCodeFixProvider.vb | 2 +- .../GenerateParameterizedMemberCodeFixProvider.vb | 2 +- .../CodeFixes/GenerateType/GenerateTypeCodeFixProvider.vb | 2 +- ...correctExitContinueCodeFixProvider.AddKeywordCodeAction.vb | 2 +- ...ectExitContinueCodeFixProvider.ReplaceKeywordCodeAction.vb | 2 +- ...itContinueCodeFixProvider.ReplaceTokenKeywordCodeAction.vb | 2 +- .../IncorrectExitContinueCodeFixProvider.vb | 2 +- .../IncorrectFunctionReturnTypeCodeFixProvider.vb | 2 +- .../InsertMissingCastCodeFixProvider.CodeAction.vb | 2 +- .../InsertMissingCast/InsertMissingCastCodeFixProvider.vb | 2 +- .../Iterator/VisualBasicChangeToYieldCodeFixProvider.vb | 2 +- .../Iterator/VisualBasicConvertToIteratorCodeFixProvider.vb | 2 +- .../MoveToTopOfFileCodeFixProvider.MoveToLineCodeAction.vb | 2 +- .../MoveToTopOfFile/MoveToTopOfFileCodeFixProvider.vb | 2 +- .../OverloadBase/OverloadBaseCodeFixProvider.AddOverloads.vb | 2 +- ...CastCodeFixProvider.RemoveUnnecessaryCastFixAllProvider.vb | 2 +- .../RemoveUnnecessaryCastCodeFixProvider.Rewriter.vb | 2 +- .../RemoveUnnecessaryCastCodeFixProvider.vb | 2 +- ...ypeNamesCodeFixProvider.SimplifyTypeNamesFixAllProvider.vb | 2 +- .../SimplifyTypeNames/SimplifyTypeNamesCodeFixProvider.vb | 2 +- .../Spellcheck/VisualBasicSpellCheckCodeFixProvider.vb | 2 +- .../Suppression/VisualBasicSuppressionCodeFixProvider.vb | 2 +- ...nlineTemporaryCodeRefactoringProvider.ReferenceRewriter.vb | 2 +- .../InlineTemporary/InlineTemporaryCodeRefactoringProvider.vb | 2 +- .../InvertIf/InvertIfCodeRefactoringProvider.vb | 2 +- .../CodeRefactorings/MoveType/VisualBasicMoveTypeService.vb | 2 +- .../Portable/CodeRefactorings/RemoveStatementCodeAction.vb | 2 +- .../CodeRefactorings/VisualBasicCodeRefactoringService.vb | 2 +- .../CommentSelection/VisualBasicCommentSelectionService.vb | 2 +- .../CompletionListTagCompletionProvider.vb | 2 +- .../Completion/CompletionProviders/CompletionUtilities.vb | 2 +- .../Completion/CompletionProviders/CrefCompletionProvider.vb | 2 +- .../Completion/CompletionProviders/EnumCompletionProvider.vb | 2 +- .../CompletionProviders/HandlesClauseCompletionProvider.vb | 2 +- .../CompletionProviders/ImplementsClauseCompletionProvider.vb | 2 +- .../CompletionProviders/KeywordCompletionProvider.vb | 2 +- .../CompletionProviders/NamedParameterCompletionProvider.vb | 2 +- .../CompletionProviders/ObjectCreationCompletionProvider.vb | 2 +- .../ObjectInitializerCompletionProvider.vb | 2 +- .../CompletionProviders/OverrideCompletionProvider.vb | 2 +- .../CompletionProviders/PartialTypeCompletionProvider.vb | 2 +- .../CompletionProviders/SymbolCompletionProvider.vb | 2 +- .../CompletionProviders/XmlDocCommentCompletionProvider.vb | 2 +- .../KeywordRecommenders/AbstractKeywordRecommender.vb | 2 +- .../ArrayStatements/EraseKeywordRecommender.vb | 2 +- .../ArrayStatements/PreserveKeywordRecommender.vb | 2 +- .../ArrayStatements/ReDimKeywordRecommender.vb | 2 +- .../Declarations/AliasKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Declarations/AsKeywordRecommender.vb | 2 +- .../Declarations/AsyncKeywordRecommender.vb | 2 +- .../Declarations/AttributeScopesKeywordRecommender.vb | 2 +- .../Declarations/CharsetModifierKeywordRecommender.vb | 2 +- .../Declarations/ClassKeywordRecommender.vb | 2 +- .../Declarations/ConstKeywordRecommender.vb | 2 +- .../Declarations/CovarianceModifiersKeywordRecommender.vb | 2 +- .../Declarations/CustomEventKeywordRecommender.vb | 2 +- .../Declarations/DeclareKeywordRecommender.vb | 2 +- .../Declarations/DelegateKeywordRecommender.vb | 2 +- .../Declarations/DelegateSubFunctionKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Declarations/DimKeywordRecommender.vb | 2 +- .../Declarations/EndBlockKeywordRecommender.vb | 2 +- .../Declarations/EnumKeywordRecommender.vb | 2 +- .../Declarations/EventKeywordRecommender.vb | 2 +- .../Declarations/ExternalSubFunctionKeywordRecommender.vb | 2 +- .../Declarations/FunctionKeywordRecommender.vb | 2 +- .../Declarations/GenericConstraintsKeywordRecommender.vb | 2 +- .../Declarations/GetSetKeywordRecommender.vb | 2 +- .../Declarations/ImplementsKeywordRecommender.vb | 2 +- .../Declarations/ImportsKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Declarations/InKeywordRecommender.vb | 2 +- .../Declarations/InheritsKeywordRecommender.vb | 2 +- .../Declarations/InterfaceKeywordRecommender.vb | 2 +- .../Declarations/IteratorKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Declarations/LibKeywordRecommender.vb | 2 +- .../Declarations/ModifierKeywordsRecommender.vb | 2 +- .../Declarations/ModuleKeywordRecommender.vb | 2 +- .../Declarations/NamespaceKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Declarations/OfKeywordRecommender.vb | 2 +- .../Declarations/OperatorKeywordRecommender.vb | 2 +- .../Declarations/OverloadableOperatorRecommender.vb | 2 +- .../Declarations/ParameterModifiersKeywordRecommender.vb | 2 +- .../Declarations/PropertyKeywordRecommender.vb | 2 +- .../Declarations/StaticKeywordRecommender.vb | 2 +- .../Declarations/StructureKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Declarations/SubKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Declarations/ToKeywordRecommender.vb | 2 +- .../EventHandling/AddHandlerKeywordRecommender.vb | 2 +- .../EventHandling/HandlesKeywordRecommender.vb | 2 +- .../EventHandling/RaiseEventKeywordRecommender.vb | 2 +- .../EventHandling/RemoveHandlerKeywordRecommender.vb | 2 +- .../Expressions/AddressOfKeywordRecommender.vb | 2 +- .../Expressions/AwaitKeywordRecommender.vb | 2 +- .../Expressions/BinaryOperatorKeywordRecommender.vb | 2 +- .../Expressions/CastOperatorsKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Expressions/FromKeywordRecommender.vb | 2 +- .../Expressions/GetTypeKeywordRecommender.vb | 2 +- .../Expressions/GetXmlNamespaceKeywordRecommender.vb | 2 +- .../Expressions/GlobalKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Expressions/IfKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Expressions/KeyKeywordRecommender.vb | 2 +- .../Expressions/LambdaKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Expressions/MeKeywordRecommender.vb | 2 +- .../Expressions/MyBaseKeywordRecommender.vb | 2 +- .../Expressions/MyClassKeywordRecommender.vb | 2 +- .../Expressions/NameOfKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Expressions/NewKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Expressions/NotKeywordRecommender.vb | 2 +- .../Expressions/NothingKeywordRecommender.vb | 2 +- .../Expressions/TrueFalseKeywordRecommender.vb | 2 +- .../Expressions/TypeOfKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Expressions/WithKeywordRecommender.vb | 2 +- .../OnErrorStatements/ErrorKeywordRecommender.vb | 2 +- .../OnErrorStatements/GoToDestinationsRecommender.vb | 2 +- .../OnErrorStatements/GoToKeywordRecommender.vb | 2 +- .../OnErrorStatements/NextKeywordRecommender.vb | 2 +- .../OnErrorStatements/OnErrorKeywordRecommender.vb | 2 +- .../OnErrorStatements/ResumeKeywordRecommender.vb | 2 +- .../OptionStatements/CompareBinaryTextRecommender.vb | 2 +- .../OptionStatements/ExplicitOptionsRecommender.vb | 2 +- .../OptionStatements/InferOptionsRecommender.vb | 2 +- .../OptionStatements/OptionKeywordRecommender.vb | 2 +- .../OptionStatements/OptionNamesRecommender.vb | 2 +- .../OptionStatements/StrictOptionsRecommender.vb | 2 +- .../ConstDirectiveKeywordRecommender.vb | 2 +- .../PreprocessorDirectives/ElseDirectiveKeywordRecommender.vb | 2 +- .../ElseIfDirectiveKeywordRecommender.vb | 2 +- .../EndIfDirectiveKeywordRecommender.vb | 2 +- .../EndRegionDirectiveKeywordRecommender.vb | 2 +- .../PreprocessorDirectives/IfDirectiveKeywordRecommender.vb | 2 +- .../PreprocessorDirectives/PreprocessorHelpers.vb | 2 +- .../ReferenceDirectiveKeywordRecommender.vb | 2 +- .../RegionDirectiveKeywordRecommender.vb | 2 +- .../WarningDirectiveKeywordRecommender.vb | 2 +- .../Queries/AggregateKeywordRecommender.vb | 2 +- .../Queries/AscendingDescendingKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Queries/DistinctKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Queries/EqualsKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Queries/FromKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Queries/GroupByKeywordRecommender.vb | 2 +- .../Queries/GroupJoinKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Queries/GroupKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Queries/IntoKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Queries/JoinKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Queries/LetKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Queries/OnKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Queries/OrderByKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Queries/SelectKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Queries/SkipKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Queries/TakeKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Queries/WhereKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Queries/WhileKeywordRecommender.vb | 2 +- .../Completion/KeywordRecommenders/RecommendationHelpers.vb | 2 +- .../KeywordRecommenders/Statements/CallKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/CaseKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/CatchKeywordRecommender.vb | 2 +- .../Statements/ContinueKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/DoKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/EachKeywordRecommender.vb | 2 +- .../Statements/ElseIfKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/ElseKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/EndKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/ExitKeywordRecommender.vb | 2 +- .../Statements/FinallyKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/ForKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/GoToKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/IfKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/IsKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/LoopKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/MidKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/NextKeywordRecommender.vb | 2 +- .../Statements/ReturnKeywordRecommender.vb | 2 +- .../Statements/SelectKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/StepKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/StopKeywordRecommender.vb | 2 +- .../Statements/SyncLockKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/ThenKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/ThrowKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/ToKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/TryKeywordRecommender.vb | 2 +- .../Statements/UntilAndWhileKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/UsingKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/WhenKeywordRecommender.vb | 2 +- .../Statements/WhileLoopKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/WithKeywordRecommender.vb | 2 +- .../KeywordRecommenders/Statements/YieldKeywordRecommender.vb | 2 +- .../Types/BuiltInTypesKeywordRecommender.vb | 2 +- .../VisualBasicSuggestionModeCompletionProvider.vb | 2 +- .../Portable/Completion/VisualBasicCompletionService.vb | 2 +- .../VisualBasicRemoveUnnecessaryCastDiagnosticAnalyzer.vb | 2 +- .../VisualBasicSimplifyTypeNamesDiagnosticAnalyzer.vb | 2 +- .../VisualBasicUnboundIdentifiersDiagnosticAnalyzer.vb | 2 +- .../Portable/Diagnostics/VisualBasicAnalyzerDriverService.vb | 2 +- .../VisualBasicDocumentHighlightsService.vb | 2 +- .../DocumentationComments/DocumentationCommentUtilities.vb | 2 +- .../VisualBasicDocumentationCommentFormattingService.vb | 2 +- .../Portable/EditAndContinue/StatementSyntaxComparer.vb | 2 +- .../VisualBasic/Portable/EditAndContinue/SyntaxComparer.vb | 2 +- .../VisualBasic/Portable/EditAndContinue/TopSyntaxComparer.vb | 2 +- .../EditAndContinue/VisualBasicEditAndContinueAnalyzer.vb | 2 +- .../EncapsulateField/VisualBasicEncapsulateFieldService.vb | 2 +- .../ExtractInterface/VisualBasicExtractInterfaceService.vb | 2 +- src/Features/VisualBasic/Portable/ExtractMethod/Extensions.vb | 2 +- .../Portable/ExtractMethod/VisualBasicExtractMethodService.vb | 2 +- .../ExtractMethod/VisualBasicMethodExtractor.Analyzer.vb | 2 +- .../ExtractMethod/VisualBasicMethodExtractor.PostProcessor.vb | 2 +- .../ExtractMethod/VisualBasicMethodExtractor.TriviaResult.vb | 2 +- ...ctor.VisualBasicCodeGenerator.CallSiteContainerRewriter.vb | 2 +- ...ractor.VisualBasicCodeGenerator.ExpressionCodeGenerator.vb | 2 +- ...isualBasicCodeGenerator.MultipleStatementsCodeGenerator.vb | 2 +- ...r.VisualBasicCodeGenerator.SingleStatementCodeGenerator.vb | 2 +- .../VisualBasicMethodExtractor.VisualBasicCodeGenerator.vb | 2 +- .../Portable/ExtractMethod/VisualBasicMethodExtractor.vb | 2 +- .../Portable/ExtractMethod/VisualBasicSelectionResult.vb | 2 +- .../ExtractMethod/VisualBasicSelectionValidator.Validator.vb | 2 +- .../Portable/ExtractMethod/VisualBasicSelectionValidator.vb | 2 +- .../Portable/ExtractMethod/VisualBasicSyntaxTriviaService.vb | 2 +- .../ExtractMethod/VisualBasicSyntaxTriviaServiceFactory.vb | 2 +- .../FullyQualify/VisualBasicFullyQualifyCodeFixProvider.vb | 2 +- .../GenerateConstructor/GenerateConstructorCodeFixProvider.vb | 2 +- .../VisualBasicGenerateConstructorService.vb | 2 +- .../VisualBasicGenerateDefaultConstructorsService.vb | 2 +- .../VisualBasicGenerateEnumMemberService.vb | 2 +- .../VisualBasicCommonGenerationServiceMethods.vb | 2 +- .../VisualBasicGenerateConversionService.vb | 2 +- .../VisualBasicGenerateMethodService.vb | 2 +- .../GenerateVariable/VisualBasicGenerateVariableService.vb | 2 +- .../Portable/GenerateType/VisualBasicGenerateTypeService.vb | 2 +- .../VisualBasicGenerateVariableCodeFixProvider.vb | 2 +- .../VisualBasicImplementAbstractClassCodeFixProvider.vb | 2 +- .../VisualBasicImplementAbstractClassService.vb | 2 +- .../VisualBasicImplementInterfaceCodeFixProvider.vb | 2 +- .../VisualBasicImplementInterfaceService.vb | 2 +- .../VisualBasicIntroduceVariableService.Rewriter.vb | 2 +- .../IntroduceVariable/VisualBasicIntroduceVariableService.vb | 2 +- .../VisualBasicIntroduceVariableService_IntroduceField.vb | 2 +- .../VisualBasicIntroduceVariableService_IntroduceLocal.vb | 2 +- ...VisualBasicIntroduceVariableService_IntroduceQueryLocal.vb | 2 +- .../VisualBasicAnonymousTypeDisplayService.vb | 2 +- ...isualBasicSymbolDisplayService.SymbolDescriptionBuilder.vb | 2 +- .../LanguageServices/VisualBasicSymbolDisplayService.vb | 2 +- .../VisualBasicSymbolDisplayServiceFactory.vb | 2 +- .../MetadataAsSource/VisualBasicMetadataAsSourceService.vb | 2 +- .../VisualBasicMetadataAsSourceServiceFactory.vb | 2 +- .../Portable/NavigateTo/VisualBasicNavigateToSearchService.vb | 2 +- .../VisualBasicOrganizeImportsService.Rewriter.vb | 2 +- .../OrganizeImports/VisualBasicOrganizeImportsService.vb | 2 +- .../Organizers/MemberDeclarationsOrganizer.Comparer.vb | 2 +- .../Organizing/Organizers/MemberDeclarationsOrganizer.vb | 2 +- .../Portable/Organizing/Organizers/TypeBlockOrganizer.vb | 2 +- .../Organizing/VisualBasicOrganizerService.Rewriter.vb | 2 +- .../Portable/Organizing/VisualBasicOrganizerService.vb | 2 +- ...ractVisualBasicRemoveUnnecessaryImportsService.Rewriter.vb | 2 +- .../AbstractVisualBasicRemoveUnnecessaryImportsService.vb | 2 +- .../VisualBasicRemoveUnnecessaryImportsCodeFixProvider.vb | 2 +- .../VisualBasicReplaceMethodWithPropertyService.vb | 2 +- .../AbstractIntrinsicOperatorSignatureHelpProvider.vb | 2 +- .../Portable/SignatureHelp/AbstractSignatureHelpProvider.vb | 2 +- .../SignatureHelp/AddRemoveHandlerSignatureHelpProvider.vb | 2 +- .../Portable/SignatureHelp/AttributeSignatureHelpProvider.vb | 2 +- .../SignatureHelp/CastExpressionSignatureHelpProvider.vb | 2 +- .../ConditionalExpressionSignatureHelpProvider.vb | 2 +- .../SignatureHelp/FunctionAggregationSignatureHelpProvider.vb | 2 +- .../SignatureHelp/GenericNameSignatureHelpProvider.Method.vb | 2 +- .../GenericNameSignatureHelpProvider.NamedType.vb | 2 +- .../SignatureHelp/GenericNameSignatureHelpProvider.vb | 2 +- .../SignatureHelp/GetTypeExpressionSignatureHelpProvider.vb | 2 +- .../GetXmlNamespaceExpressionSignatureHelpProvider.vb | 2 +- ...nvocationExpressionSignatureHelpProvider.DelegateInvoke.vb | 2 +- ...InvocationExpressionSignatureHelpProvider.ElementAccess.vb | 2 +- .../InvocationExpressionSignatureHelpProvider.MemberGroup.vb | 2 +- .../InvocationExpressionSignatureHelpProvider.vb | 2 +- .../SignatureHelp/MidAssignmentSignatureHelpProvider.vb | 2 +- .../SignatureHelp/NameOfExpressionSignatureHelpProvider.vb | 2 +- ...ectCreationExpressionSignatureHelpProvider.DelegateType.vb | 2 +- ...bjectCreationExpressionSignatureHelpProvider.NormalType.vb | 2 +- .../ObjectCreationExpressionSignatureHelpProvider.vb | 2 +- .../PredefinedCastExpressionSignatureHelpProvider.vb | 2 +- .../SignatureHelp/RaiseEventStatementSignatureHelpProvider.vb | 2 +- .../Portable/SignatureHelp/SignatureHelpUtilities.vb | 2 +- .../SolutionCrawler/VisualBasicDocumentDifferenceService.vb | 2 +- .../Portable/Structure/VisualBasicBlockStructureProvider.vb | 2 +- .../BasicTodoCommentIncrementalAnalyzerProvider.vb | 2 +- .../VisualBasicReplCommandCompletionProvider.vb | 2 +- .../Interactive/VisualBasicInteractiveEvaluator.vb | 2 +- .../VisualBasic/Interactive/VisualBasicReplServiceProvider.vb | 2 +- src/Interactive/VbiCore/Vbi.vb | 2 +- .../VisualBasicProject/VisualBasicClass.vb | 2 +- src/Samples/VisualBasic/APISampleUnitTests/SyntaxTrees.vb | 2 +- .../Analyzers/BasicAnalyzers/BasicAnalyzers.Vsix/Empty.vb | 2 +- .../ConvertToAutoProperty/Impl/CodeRefactoringProvider.vb | 2 +- .../TestSolutionForVB/VisualBasicProject/VisualBasicClass.vb | 2 +- .../VisualBasic/RemoveByVal/Impl/CodeRefactoringProvider.vb | 4 ++-- src/Samples/VisualBasic/RemoveByVal/Test/RemoveByValTests.vb | 4 ++-- src/Samples/VisualBasic/TreeTransforms/TransformVisitor.vb | 2 +- src/Samples/VisualBasic/TreeTransforms/Transforms.vb | 2 +- .../Hosting/ObjectFormatter/VisualBasicObjectFormatter.vb | 2 +- .../Hosting/ObjectFormatter/VisualBasicObjectFormatterImpl.vb | 2 +- .../Hosting/ObjectFormatter/VisualBasicPrimitiveFormatter.vb | 2 +- .../Hosting/ObjectFormatter/VisualBasicTypeNameFormatter.vb | 2 +- src/Scripting/VisualBasic/VisualBasicMemberFilter.vb | 2 +- src/Scripting/VisualBasic/VisualBasicScript.vb | 2 +- .../VisualBasicTest.Desktop/InteractiveSessionTests.vb | 2 +- src/Scripting/VisualBasicTest.Desktop/ObjectFormatterTests.vb | 2 +- src/Scripting/VisualBasicTest/InteractiveSessionTests.vb | 2 +- src/Scripting/VisualBasicTest/ObjectFormatterTests.vb | 2 +- src/Scripting/VisualBasicTest/PrintOptionsTests.vb | 2 +- src/Scripting/VisualBasicTest/ScriptTests.vb | 2 +- .../CodeRefactoring/Ref/CodeRefactoringProvider.vb | 2 +- .../VisualBasic/Diagnostic/Analyzer/DiagnosticAnalyzer.vb | 2 +- src/VisualStudio/Core/Test/AbstractTextViewFilterTests.vb | 2 +- .../Test/ChangeSignature/ChangeSignatureViewModelTestState.vb | 2 +- .../Test/ChangeSignature/ChangeSignatureViewModelTests.vb | 2 +- .../Core/Test/CodeModel/AbstractCodeAttributeTests.vb | 2 +- .../Core/Test/CodeModel/AbstractCodeClassTests.vb | 2 +- .../Core/Test/CodeModel/AbstractCodeDelegateTests.vb | 2 +- .../Core/Test/CodeModel/AbstractCodeElementTests.vb | 2 +- .../Core/Test/CodeModel/AbstractCodeElementTests`1.vb | 2 +- src/VisualStudio/Core/Test/CodeModel/AbstractCodeEnumTests.vb | 2 +- .../Core/Test/CodeModel/AbstractCodeEventTests.vb | 2 +- .../Core/Test/CodeModel/AbstractCodeFunctionTests.vb | 2 +- .../Core/Test/CodeModel/AbstractCodeImportTests.vb | 2 +- .../Core/Test/CodeModel/AbstractCodeInterfaceTests.vb | 2 +- .../AbstractCodeModelObjectTests.AttributeArgumentData.vb | 2 +- .../CodeModel/AbstractCodeModelObjectTests.AttributeData.vb | 2 +- .../Test/CodeModel/AbstractCodeModelObjectTests.ClassData.vb | 2 +- .../CodeModel/AbstractCodeModelObjectTests.CodeTypeRefData.vb | 2 +- .../CodeModel/AbstractCodeModelObjectTests.DelegateData.vb | 2 +- .../Test/CodeModel/AbstractCodeModelObjectTests.EnumData.vb | 2 +- .../CodeModel/AbstractCodeModelObjectTests.EnumMemberData.vb | 2 +- .../Test/CodeModel/AbstractCodeModelObjectTests.EventData.vb | 2 +- .../CodeModel/AbstractCodeModelObjectTests.FunctionData.vb | 2 +- .../Test/CodeModel/AbstractCodeModelObjectTests.ImportData.vb | 2 +- .../CodeModel/AbstractCodeModelObjectTests.InterfaceData.vb | 2 +- .../CodeModel/AbstractCodeModelObjectTests.NamespaceData.vb | 2 +- .../CodeModel/AbstractCodeModelObjectTests.ParameterData.vb | 2 +- .../CodeModel/AbstractCodeModelObjectTests.PropertyData.vb | 2 +- .../Test/CodeModel/AbstractCodeModelObjectTests.StructData.vb | 2 +- .../CodeModel/AbstractCodeModelObjectTests.VariableData.vb | 2 +- .../Core/Test/CodeModel/AbstractCodeModelObjectTests.vb | 2 +- .../Core/Test/CodeModel/AbstractCodeNamespaceTests.vb | 2 +- .../Core/Test/CodeModel/AbstractCodeParameterTests.vb | 2 +- .../Core/Test/CodeModel/AbstractCodePropertyTests.vb | 2 +- .../Core/Test/CodeModel/AbstractCodeStructTests.vb | 2 +- .../Core/Test/CodeModel/AbstractCodeVariableTests.vb | 2 +- .../Core/Test/CodeModel/AbstractEventCollectorTests.vb | 2 +- .../Core/Test/CodeModel/AbstractFileCodeModelTests.vb | 2 +- .../Core/Test/CodeModel/AbstractRootCodeModelTests.vb | 2 +- .../Core/Test/CodeModel/CSharp/CodeAccessorFunctionTests.vb | 2 +- .../Core/Test/CodeModel/CSharp/CodeAttributeTests.vb | 2 +- src/VisualStudio/Core/Test/CodeModel/CSharp/CodeClassTests.vb | 2 +- .../Core/Test/CodeModel/CSharp/CodeDelegateTests.vb | 2 +- src/VisualStudio/Core/Test/CodeModel/CSharp/CodeEnumTests.vb | 2 +- src/VisualStudio/Core/Test/CodeModel/CSharp/CodeEventTests.vb | 2 +- .../Core/Test/CodeModel/CSharp/CodeFunctionTests.vb | 2 +- .../Core/Test/CodeModel/CSharp/CodeImportTests.vb | 2 +- .../Core/Test/CodeModel/CSharp/CodeInterfaceTests.vb | 2 +- .../Core/Test/CodeModel/CSharp/CodeNamespaceTests.vb | 2 +- .../Core/Test/CodeModel/CSharp/CodeParameterTests.vb | 2 +- .../Core/Test/CodeModel/CSharp/CodePropertyTests.vb | 2 +- .../Core/Test/CodeModel/CSharp/CodeStructTests.vb | 2 +- .../Core/Test/CodeModel/CSharp/CodeVariableTests.vb | 2 +- .../Core/Test/CodeModel/CSharp/EventCollectorTests.vb | 2 +- .../Core/Test/CodeModel/CSharp/FileCodeModelTests.vb | 2 +- .../Core/Test/CodeModel/CSharp/RootCodeModelTests.vb | 2 +- .../Core/Test/CodeModel/CSharp/SyntaxNodeKeyTests.vb | 2 +- .../Core/Test/CodeModel/MethodXML/MethodXMLTests.vb | 2 +- .../Test/CodeModel/MethodXML/MethodXMLTests_CSAssignments.vb | 2 +- .../Core/Test/CodeModel/MethodXML/MethodXMLTests_CSEvents.vb | 2 +- .../Test/CodeModel/MethodXML/MethodXMLTests_CSInvocations.vb | 2 +- .../CodeModel/MethodXML/MethodXMLTests_CSLocalDeclarations.vb | 2 +- .../Core/Test/CodeModel/MethodXML/MethodXMLTests_CSQuotes.vb | 2 +- .../Test/CodeModel/MethodXML/MethodXMLTests_VBAssignments.vb | 2 +- .../MethodXML/MethodXMLTests_VBInitializeComponent.vb | 2 +- .../MethodXMLTests_VBInitializeComponent_TestContent.vb | 2 +- .../Test/CodeModel/MethodXML/MethodXMLTests_VBInvocations.vb | 2 +- .../CodeModel/MethodXML/MethodXMLTests_VBLocalDeclarations.vb | 2 +- .../Test/CodeModel/VisualBasic/CodeAccessorFunctionTests.vb | 2 +- .../Core/Test/CodeModel/VisualBasic/CodeAttributeTests.vb | 2 +- .../Core/Test/CodeModel/VisualBasic/CodeClassTests.vb | 2 +- .../Core/Test/CodeModel/VisualBasic/CodeDelegateTests.vb | 2 +- .../Core/Test/CodeModel/VisualBasic/CodeEnumTests.vb | 2 +- .../Core/Test/CodeModel/VisualBasic/CodeEventTests.vb | 2 +- .../Core/Test/CodeModel/VisualBasic/CodeFunctionTests.vb | 2 +- .../Core/Test/CodeModel/VisualBasic/CodeImportTests.vb | 2 +- .../Core/Test/CodeModel/VisualBasic/CodeInterfaceTests.vb | 2 +- .../Core/Test/CodeModel/VisualBasic/CodeNamespaceTests.vb | 2 +- .../Core/Test/CodeModel/VisualBasic/CodeParameterTests.vb | 2 +- .../Core/Test/CodeModel/VisualBasic/CodePropertyTests.vb | 2 +- .../Core/Test/CodeModel/VisualBasic/CodeStructTests.vb | 2 +- .../Core/Test/CodeModel/VisualBasic/CodeVariableTests.vb | 2 +- .../Core/Test/CodeModel/VisualBasic/EventCollectorTests.vb | 2 +- .../Core/Test/CodeModel/VisualBasic/FileCodeModelTests.vb | 2 +- .../Test/CodeModel/VisualBasic/ImplementsStatementTests.vb | 2 +- .../Core/Test/CodeModel/VisualBasic/InheritsStatementTests.vb | 2 +- .../Core/Test/CodeModel/VisualBasic/OptionsStatementTests.vb | 2 +- .../Core/Test/CodeModel/VisualBasic/RootCodeModelTests.vb | 2 +- .../Core/Test/Completion/CSharpCompletionSnippetNoteTests.vb | 2 +- .../Core/Test/Completion/MockCompletionProvider.vb | 2 +- .../Core/Test/Completion/TestCSharpSnippetInfoService.vb | 2 +- .../Core/Test/Completion/TestVisualBasicSnippetInfoService.vb | 2 +- .../Test/Completion/VisualBasicCompletionSnippetNoteTests.vb | 2 +- .../DebuggerIntelliSense/CSharpDebuggerIntellisenseTests.vb | 2 +- .../Core/Test/DebuggerIntelliSense/CompletionWaiter.vb | 2 +- .../Test/DebuggerIntelliSense/OrderableLanguageMetadata.vb | 2 +- .../Core/Test/DebuggerIntelliSense/SignatureHelpWaiter.vb | 2 +- src/VisualStudio/Core/Test/DebuggerIntelliSense/TestState.vb | 2 +- .../VisualBasicDebuggerIntellisenseTests.vb | 2 +- .../Core/Test/Debugging/DataTipInfoGetterTests.vb | 2 +- .../Core/Test/Debugging/LocationInfoGetterTests.vb | 2 +- src/VisualStudio/Core/Test/Debugging/NameResolverTests.vb | 2 +- .../Core/Test/Debugging/ProximityExpressionsGetterTestFile.vb | 2 +- .../Debugging/ProximityExpressionsGetterTests.Statements.vb | 2 +- .../Core/Test/Debugging/ProximityExpressionsGetterTests.vb | 2 +- .../Core/Test/Diagnostics/DiagnosticTableDataSourceTests.vb | 2 +- .../Test/Diagnostics/ExternalDiagnosticUpdateSourceTests.vb | 2 +- .../Core/Test/Diagnostics/TestTableManagerProvider.vb | 2 +- .../Core/Test/Diagnostics/TodoListTableDataSourceTests.vb | 2 +- .../Test/ExtractInterface/ExtractInterfaceViewModelTests.vb | 2 +- .../Core/Test/GenerateType/GenerateTypeViewModelTests.vb | 2 +- .../Core/Test/GoToDefinition/GoToDefinitionApiTests.vb | 2 +- src/VisualStudio/Core/Test/Help/HelpTests.vb | 2 +- .../Core/Test/ObjectBrowser/AbstractObjectBrowserTests.vb | 2 +- .../Core/Test/ObjectBrowser/CSharp/ObjectBrowerTests.vb | 2 +- src/VisualStudio/Core/Test/ObjectBrowser/Helpers.vb | 2 +- .../Core/Test/ObjectBrowser/NavInfoNodeDescriptor.vb | 2 +- .../Core/Test/ObjectBrowser/VisualBasic/ObjectBrowerTests.vb | 2 +- src/VisualStudio/Core/Test/Preview/PreviewChangesTests.vb | 2 +- .../Core/Test/Progression/CSharpSymbolLabelTests.vb | 2 +- .../Core/Test/Progression/CallsGraphQueryTests.vb | 2 +- .../Core/Test/Progression/ContainsChildrenGraphQueryTests.vb | 2 +- .../Core/Test/Progression/ContainsGraphQueryTests.vb | 2 +- .../Core/Test/Progression/GraphNodeCreationTests.vb | 2 +- src/VisualStudio/Core/Test/Progression/GraphNodeIdTests.vb | 2 +- .../Core/Test/Progression/ImplementedByGraphQueryTests.vb | 2 +- .../Core/Test/Progression/ImplementsGraphQueryTests.vb | 2 +- .../Core/Test/Progression/InheritedByGraphQueryTests.vb | 2 +- .../Core/Test/Progression/InheritsFromGraphQueryTests.vb | 2 +- .../Core/Test/Progression/IsCalledByGraphQueryTests.vb | 2 +- .../Core/Test/Progression/IsUsedByGraphQueryTests.vb | 2 +- src/VisualStudio/Core/Test/Progression/MockGraphContext.vb | 2 +- .../Core/Test/Progression/OverriddenByGraphQueryTests.vb | 2 +- .../Core/Test/Progression/OverridesGraphQueryTests.vb | 2 +- .../Core/Test/Progression/ProgressionTestHelpers.vb | 2 +- .../Core/Test/Progression/ProgressionTestState.vb | 2 +- .../Core/Test/Progression/SearchGraphQueryTests.vb | 2 +- .../Core/Test/Progression/VisualBasicSymbolLabelTests.vb | 2 +- .../Test/ProjectSystemShim/DeferredProjectLoadingTests.vb | 2 +- .../Test/ProjectSystemShim/VisualBasicCompilerOptionsTests.vb | 2 +- .../Core/Test/ProjectSystemShim/VisualBasicProjectTests.vb | 2 +- .../ProjectSystemShim/VisualBasicSpecialReferencesTests.vb | 2 +- .../Core/Test/ProjectSystemShim/VisualStudioAnalyzerTests.vb | 2 +- .../Core/Test/ProjectSystemShim/VisualStudioRuleSetTests.vb | 2 +- src/VisualStudio/Core/Test/RQName/RQNameTests.vb | 2 +- .../Core/Test/Snippets/CSharpSnippetCommandHandlerTests.vb | 2 +- .../Core/Test/Snippets/CSharpSnippetExpansionClientTests.vb | 2 +- .../Core/Test/Snippets/SnippetCompletionProviderTests.vb | 2 +- .../Core/Test/Snippets/SnippetExpansionClientTestsHelper.vb | 2 +- src/VisualStudio/Core/Test/Snippets/SnippetServiceWaiter.vb | 2 +- src/VisualStudio/Core/Test/Snippets/SnippetTestState.vb | 2 +- src/VisualStudio/Core/Test/Snippets/TestExpansionClient.vb | 2 +- .../Test/Snippets/VisualBasicSnippetCommandHandlerTests.vb | 2 +- .../Test/Snippets/VisualBasicSnippetExpansionClientTests.vb | 2 +- .../Core/Test/SolutionExplorer/AnalyzerItemTests.vb | 2 +- .../Core/Test/SolutionExplorer/AnalyzerItemsSourceTests.vb | 2 +- .../Core/Test/SolutionExplorer/AnalyzersFolderItemTests.vb | 2 +- .../Test/SolutionExplorer/AnalyzersFolderProviderTests.vb | 2 +- .../SolutionExplorer/DiagnosticDescriptorComparerTests.vb | 2 +- .../Core/Test/SolutionExplorer/LegacyDiagnosticItemTests.vb | 2 +- .../Test/Venus/AbstractContainedLanguageCodeSupportTests.vb | 2 +- .../Core/Test/Venus/CSharpContainedLanguageSupportTests.vb | 2 +- .../Test/Venus/ContainedDocumentTests_AdjustIndentation.vb | 2 +- .../Core/Test/Venus/ContainedDocumentTests_UpdateText.vb | 2 +- .../Test/Venus/VisualBasicContainedLanguageSupportTests.vb | 2 +- .../TestUtilities2/CodeModel/CodeModelTestHelpers.vb | 2 +- .../TestUtilities2/CodeModel/CodeModelTestState.vb | 2 +- .../TestUtilities2/CodeModel/Mocks/MockTextManagerAdapter.vb | 2 +- .../TestUtilities2/CodeModel/Mocks/MockTextPoint.vb | 2 +- src/VisualStudio/TestUtilities2/MockComponentModel.vb | 2 +- src/VisualStudio/TestUtilities2/MockVisualStudioWorkspace.vb | 2 +- .../ObjectBrowser/Mocks/MockObjectBrowserDescription.vb | 2 +- .../TestUtilities2/ObjectBrowser/Mocks/MockServiceProvider.vb | 2 +- .../ProjectSystemShim/Framework/ExtensionMethods.vb | 2 +- .../ProjectSystemShim/Framework/HierarchyItemMapper.vb | 2 +- .../ProjectSystemShim/Framework/MockHierarchy.vb | 2 +- .../ProjectSystemShim/Framework/MockHierarchyItem.vb | 2 +- .../ProjectSystemShim/Framework/MockHierarchyItemIdentity.vb | 2 +- .../ProjectSystemShim/Framework/MockVsFileChangeEx.vb | 2 +- .../ProjectSystemShim/Framework/TestEnvironment.vb | 2 +- .../ProjectSystemShim/VisualBasicHelpers/MockCompilerHost.vb | 2 +- .../VisualBasicHelpers/VisualBasicHelpers.vb | 2 +- src/VisualStudio/TestUtilities2/PropertyChangedTestMonitor.vb | 2 +- .../TestUtilities2/StubVsEditorAdaptersFactoryService.vb | 2 +- .../TestUtilities2/VisualStudioTestExportProvider.vb | 2 +- .../VisualBasic/Impl/CodeModel/EndRegionFormattingRule.vb | 2 +- .../Impl/CodeModel/Extenders/AutoPropertyExtender.vb | 2 +- .../Impl/CodeModel/Extenders/CodeTypeLocationExtender.vb | 2 +- .../VisualBasic/Impl/CodeModel/Extenders/ExtenderNames.vb | 2 +- .../VisualBasic/Impl/CodeModel/Extenders/GenericExtender.vb | 2 +- .../Impl/CodeModel/Extenders/PartialMethodExtender.vb | 2 +- .../Impl/CodeModel/Interop/IVBAutoPropertyExtender.vb | 2 +- .../VisualBasic/Impl/CodeModel/Interop/IVBCodeTypeLocation.vb | 2 +- .../VisualBasic/Impl/CodeModel/Interop/IVBGenericExtender.vb | 2 +- .../Impl/CodeModel/Interop/IVBPartialMethodExtender.vb | 2 +- .../VisualBasic/Impl/CodeModel/MethodXML/MethodXmlBuilder.vb | 2 +- src/VisualStudio/VisualBasic/Impl/CodeModel/ModifierFlags.vb | 2 +- .../VisualBasic/Impl/CodeModel/ModifierFlagsExtensions.vb | 2 +- .../VisualBasic/Impl/CodeModel/SyntaxExtensions.vb | 2 +- .../VisualBasic/Impl/CodeModel/SyntaxListExtensions.vb | 2 +- .../VisualBasicCodeModelNavigationPointServiceFactory.vb | 2 +- .../VisualBasicCodeModelService.CodeModelEventCollector.vb | 2 +- .../Impl/CodeModel/VisualBasicCodeModelService.NodeLocator.vb | 2 +- .../VisualBasicCodeModelService.NodeNameGenerator.vb | 2 +- .../VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.vb | 2 +- .../Impl/CodeModel/VisualBasicCodeModelServiceFactory.vb | 2 +- .../Impl/CodeModel/VisualBasicCodeModelService_Prototype.vb | 2 +- .../VisualBasic/Impl/CodeModel/VisualBasicProjectCodeModel.vb | 2 +- .../VisualBasic/Impl/Debugging/BreakpointResolver.vb | 2 +- .../VisualBasic/Impl/Debugging/DataTipInfoGetter.vb | 2 +- .../VisualBasic/Impl/Debugging/LocationInfoGetter.vb | 2 +- ...ProximityExpressionsGetter.RelevantExpressionsCollector.vb | 2 +- .../Impl/Debugging/ProximityExpressionsGetter.Worker.vb | 2 +- .../VisualBasic/Impl/Debugging/ProximityExpressionsGetter.vb | 2 +- .../Impl/Debugging/VisualBasicBreakpointService.vb | 2 +- .../Impl/Debugging/VisualBasicLanguageDebugInfoService.vb | 2 +- src/VisualStudio/VisualBasic/Impl/Help/HelpKeywords.vb | 2 +- .../Impl/Help/VisualBasicHelpContextService.Visitor.vb | 2 +- .../VisualBasic/Impl/Help/VisualBasicHelpContextService.vb | 2 +- .../HACK_VisualBasicCreateServicesOnUIThread.vb | 2 +- .../VisualBasic/Impl/LanguageService/IVbCompilerService.vb | 2 +- .../Impl/LanguageService/VisualBasicCodePageEditorFactory.vb | 2 +- .../LanguageService/VisualBasicDebuggerIntelliSenseContext.vb | 2 +- .../Impl/LanguageService/VisualBasicEditorFactory.vb | 2 +- .../Impl/LanguageService/VisualBasicLanguageService.vb | 2 +- .../Impl/LanguageService/VisualBasicPackage.IVbCompiler.vb | 2 +- .../VisualBasicPackage.IVbEntryPointProvider.vb | 2 +- .../VisualBasic/Impl/LanguageService/VisualBasicPackage.vb | 2 +- .../VisualBasic/Impl/ObjectBrowser/DescriptionBuilder.vb | 2 +- .../VisualBasic/Impl/ObjectBrowser/ListItemFactory.vb | 2 +- .../Impl/ObjectBrowser/ObjectBrowserLibraryManager.vb | 2 +- .../VisualBasic/Impl/Options/AdvancedOptionPage.vb | 2 +- .../Impl/Options/AdvancedOptionPageControl.xaml.vb | 2 +- .../VisualBasic/Impl/Options/AdvancedOptionPageStrings.vb | 2 +- src/VisualStudio/VisualBasic/Impl/Options/AutomationObject.vb | 2 +- .../VisualBasic/Impl/Options/IntelliSenseOptionPage.vb | 2 +- .../VisualBasic/Impl/Options/IntelliSenseOptionPageStrings.vb | 2 +- src/VisualStudio/VisualBasic/Impl/Options/StyleOptionPage.vb | 2 +- src/VisualStudio/VisualBasic/Impl/Options/StyleViewModel.vb | 2 +- .../VisualBasic/Impl/Progression/VisualBasicGraphProvider.vb | 2 +- .../Impl/Progression/VisualBasicProgressionLanguageService.vb | 2 +- .../VisualBasic/Impl/ProjectSystemShim/EntryPointFinder.vb | 2 +- .../Impl/ProjectSystemShim/Interop/IVbBuildStatusCallback.vb | 2 +- .../VisualBasic/Impl/ProjectSystemShim/Interop/IVbCompiler.vb | 2 +- .../Impl/ProjectSystemShim/Interop/IVbCompilerHost.vb | 2 +- .../Impl/ProjectSystemShim/Interop/IVbCompilerProject.vb | 2 +- .../Impl/ProjectSystemShim/Interop/IVbEntryPointProvider.vb | 2 +- .../ProjectSystemShim/Interop/IVbTempPECompilerFactory.vb | 2 +- .../VisualBasic/Impl/ProjectSystemShim/Interop/OutputLevel.vb | 2 +- .../Impl/ProjectSystemShim/Interop/VBCompilerOptions.vb | 2 +- .../Impl/ProjectSystemShim/Interop/VBCompilerOutputTypes.vb | 2 +- .../VisualBasic/Impl/ProjectSystemShim/Interop/VBError.vb | 2 +- .../Impl/ProjectSystemShim/Interop/VBRuntimeKind.vb | 2 +- .../Impl/ProjectSystemShim/Interop/VBTargetLibraryType.vb | 2 +- .../Impl/ProjectSystemShim/Interop/WarningItemLevel.vb | 2 +- .../Impl/ProjectSystemShim/Interop/WarningLevel.vb | 2 +- .../VisualBasic/Impl/ProjectSystemShim/Interop/WatsonType.vb | 2 +- .../Impl/ProjectSystemShim/TempPECompiler.TempPEProject.vb | 2 +- .../VisualBasic/Impl/ProjectSystemShim/TempPECompiler.vb | 2 +- .../Impl/ProjectSystemShim/TempPECompilerFactory.vb | 2 +- .../VisualBasic/Impl/ProjectSystemShim/VisualBasicProject.vb | 2 +- .../Impl/ProjectSystemShim/VisualBasicProjectOptionsHelper.vb | 2 +- .../VisualBasicProjectShimWithServices.CodeModel.vb | 2 +- .../ProjectSystemShim/VisualBasicProjectShimWithServices.vb | 2 +- .../VisualBasic/Impl/Snippets/SnippetCommandHandler.vb | 2 +- .../VisualBasic/Impl/Snippets/SnippetCompletionProvider.vb | 2 +- .../VisualBasic/Impl/Snippets/SnippetExpansionClient.vb | 2 +- .../Snippets/SnippetFunctions/SnippetFunctionClassName.vb | 2 +- .../SnippetFunctions/SnippetFunctionGenerateSwitchCases.vb | 2 +- .../SnippetFunctions/SnippetFunctionSimpleTypeName.vb | 2 +- .../Impl/Snippets/VisualBasicSnippetInfoService.vb | 2 +- .../Impl/Venus/ContainedLanguageStaticEventBinding.vb | 2 +- .../VisualBasicAdditionalFormattingRuleLanguageService.vb | 2 +- .../VisualBasic/Impl/Venus/VisualBasicContainedLanguage.vb | 2 +- .../VisualBasic/Repl/VisualBasicInteractiveCommandHandler.vb | 2 +- .../VisualBasic/Repl/VisualBasicInteractiveCommands.vb | 2 +- .../Repl/VisualBasicVsInteractiveWindowCommandProvider.vb | 2 +- .../VisualBasic/Repl/VisualBasicVsInteractiveWindowPackage.vb | 2 +- .../Repl/VisualBasicVsInteractiveWindowProvider.vb | 2 +- .../Portable/CodeGeneration/ConstructorGenerator.vb | 2 +- .../VisualBasic/Portable/CodeGeneration/NamespaceGenerator.vb | 2 +- .../VisualBasic/Portable/CodeGeneration/OperatorGenerator.vb | 2 +- ...VisualBasicSyntaxTreeFactoryService.PathSyntaxReference.vb | 2 +- .../BasicLinkedFileMergeConflictCommentAdditionService.vb | 2 +- .../VisualBasic/Portable/Rename/LocalConflictVisitor.vb | 2 +- .../Simplification/VisualBasicSimplificationService.vb | 2 +- .../AbstractAddRemoveHandlerStatementDocumentation.vb | 2 +- .../IntrinsicOperators/AbstractCastExpressionDocumentation.vb | 2 +- .../AbstractIntrinsicOperatorDocumentation.vb | 2 +- .../IntrinsicOperators/AddHandlerStatementDocumentation.vb | 2 +- .../BinaryConditionalExpressionDocumentation.vb | 2 +- .../IntrinsicOperators/CTypeCastExpressionDocumentation.vb | 2 +- .../IntrinsicOperators/DirectCastExpressionDocumentation.vb | 2 +- .../IntrinsicOperators/GetTypeExpressionDocumentation.vb | 2 +- .../GetXmlNamespaceExpressionDocumentation.vb | 2 +- .../IntrinsicOperators/MidAssignmentDocumentation.vb | 2 +- .../IntrinsicOperators/NameOfExpressionDocumentation.vb | 2 +- .../PredefinedCastExpressionDocumentation.vb | 2 +- .../IntrinsicOperators/RemoveHandlerStatementDocumentation.vb | 2 +- .../TernaryConditionalExpressionDocumentation.vb | 2 +- .../IntrinsicOperators/TryCastExpressionDocumentation.vb | 2 +- 1299 files changed, 1301 insertions(+), 1301 deletions(-) diff --git a/src/Compilers/VisualBasic/Portable/Binding/LocalBinderBuilder.vb b/src/Compilers/VisualBasic/Portable/Binding/LocalBinderBuilder.vb index 43d8ef48ba593..42337b3804d90 100644 --- a/src/Compilers/VisualBasic/Portable/Binding/LocalBinderBuilder.vb +++ b/src/Compilers/VisualBasic/Portable/Binding/LocalBinderBuilder.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Text diff --git a/src/Compilers/VisualBasic/Portable/Generated/BoundNodes.xml.Generated.vb b/src/Compilers/VisualBasic/Portable/Generated/BoundNodes.xml.Generated.vb index 6c3eb18900ff1..c7f42726d78e6 100644 --- a/src/Compilers/VisualBasic/Portable/Generated/BoundNodes.xml.Generated.vb +++ b/src/Compilers/VisualBasic/Portable/Generated/BoundNodes.xml.Generated.vb @@ -1,4 +1,4 @@ -' +' Imports System Imports System.Collections diff --git a/src/Compilers/VisualBasic/Portable/Generated/ErrorFacts.Generated.vb b/src/Compilers/VisualBasic/Portable/Generated/ErrorFacts.Generated.vb index b58cff286dcba..927b39b465463 100644 --- a/src/Compilers/VisualBasic/Portable/Generated/ErrorFacts.Generated.vb +++ b/src/Compilers/VisualBasic/Portable/Generated/ErrorFacts.Generated.vb @@ -1,4 +1,4 @@ -Namespace Microsoft.CodeAnalysis.VisualBasic +Namespace Microsoft.CodeAnalysis.VisualBasic Friend Partial Module ErrorFacts Public Function IsWarning(code as ERRID) As Boolean Select Case code diff --git a/src/Compilers/VisualBasic/Portable/Generated/Syntax.xml.Internal.Generated.vb b/src/Compilers/VisualBasic/Portable/Generated/Syntax.xml.Internal.Generated.vb index a5cf3f29c0f5d..92764ecd415a4 100644 --- a/src/Compilers/VisualBasic/Portable/Generated/Syntax.xml.Internal.Generated.vb +++ b/src/Compilers/VisualBasic/Portable/Generated/Syntax.xml.Internal.Generated.vb @@ -1,4 +1,4 @@ -' Definition of syntax model. +' Definition of syntax model. ' Generated by a tool from SHA256 content 9D091EE1836DB2615BAE4E547B1E3FE8ABC441987B6BCF397032C14E99EDB971 ' DO NOT HAND EDIT diff --git a/src/Compilers/VisualBasic/Portable/Generated/Syntax.xml.Main.Generated.vb b/src/Compilers/VisualBasic/Portable/Generated/Syntax.xml.Main.Generated.vb index ccd065eeb8638..b79fd4b8e054e 100644 --- a/src/Compilers/VisualBasic/Portable/Generated/Syntax.xml.Main.Generated.vb +++ b/src/Compilers/VisualBasic/Portable/Generated/Syntax.xml.Main.Generated.vb @@ -1,4 +1,4 @@ -' Definition of syntax model. +' Definition of syntax model. ' Generated by a tool from SHA256 content 9D091EE1836DB2615BAE4E547B1E3FE8ABC441987B6BCF397032C14E99EDB971 ' DO NOT HAND EDIT diff --git a/src/Compilers/VisualBasic/Portable/Generated/Syntax.xml.Syntax.Generated.vb b/src/Compilers/VisualBasic/Portable/Generated/Syntax.xml.Syntax.Generated.vb index 056fd93833821..3acf8f8c334b2 100644 --- a/src/Compilers/VisualBasic/Portable/Generated/Syntax.xml.Syntax.Generated.vb +++ b/src/Compilers/VisualBasic/Portable/Generated/Syntax.xml.Syntax.Generated.vb @@ -1,4 +1,4 @@ -' Definition of syntax model. +' Definition of syntax model. ' Generated by a tool from SHA256 content 9D091EE1836DB2615BAE4E547B1E3FE8ABC441987B6BCF397032C14E99EDB971 ' DO NOT HAND EDIT diff --git a/src/Compilers/VisualBasic/Portable/Semantics/StatementSyntaxWalker.vb b/src/Compilers/VisualBasic/Portable/Semantics/StatementSyntaxWalker.vb index 9d06eb053b220..4e3ccac4c1c37 100644 --- a/src/Compilers/VisualBasic/Portable/Semantics/StatementSyntaxWalker.vb +++ b/src/Compilers/VisualBasic/Portable/Semantics/StatementSyntaxWalker.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols diff --git a/src/Compilers/VisualBasic/Portable/Syntax/CaseBlockSyntax.vb b/src/Compilers/VisualBasic/Portable/Syntax/CaseBlockSyntax.vb index 2882b68ed9552..66dfa9c0a6f77 100644 --- a/src/Compilers/VisualBasic/Portable/Syntax/CaseBlockSyntax.vb +++ b/src/Compilers/VisualBasic/Portable/Syntax/CaseBlockSyntax.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel Imports Microsoft.CodeAnalysis.Text diff --git a/src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenIterators.vb b/src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenIterators.vb index 1545696cfe975..32f19141be333 100644 --- a/src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenIterators.vb +++ b/src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenIterators.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Test.Utilities Imports Roslyn.Test.Utilities diff --git a/src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenVBCore.vb b/src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenVBCore.vb index 4d47ab784322d..840b7366aeaa2 100644 --- a/src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenVBCore.vb +++ b/src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenVBCore.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.IO Imports System.Text diff --git a/src/Compilers/VisualBasic/Test/Emit/Emit/EditAndContinue/EditAndContinueTests.vb b/src/Compilers/VisualBasic/Test/Emit/Emit/EditAndContinue/EditAndContinueTests.vb index 7542cc44b18b0..e0e48718611ad 100644 --- a/src/Compilers/VisualBasic/Test/Emit/Emit/EditAndContinue/EditAndContinueTests.vb +++ b/src/Compilers/VisualBasic/Test/Emit/Emit/EditAndContinue/EditAndContinueTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.IO diff --git a/src/Compilers/VisualBasic/Test/Emit/Emit/EditAndContinue/LocalSlotMappingTests.vb b/src/Compilers/VisualBasic/Test/Emit/Emit/EditAndContinue/LocalSlotMappingTests.vb index ebee3522189f8..9385b369ada92 100644 --- a/src/Compilers/VisualBasic/Test/Emit/Emit/EditAndContinue/LocalSlotMappingTests.vb +++ b/src/Compilers/VisualBasic/Test/Emit/Emit/EditAndContinue/LocalSlotMappingTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.CodeGen diff --git a/src/Compilers/VisualBasic/Test/Emit/ExpressionTrees/ExpTreeTestResources.Designer.vb b/src/Compilers/VisualBasic/Test/Emit/ExpressionTrees/ExpTreeTestResources.Designer.vb index 44b1a3a6d61d0..ec195a5cf934c 100644 --- a/src/Compilers/VisualBasic/Test/Emit/ExpressionTrees/ExpTreeTestResources.Designer.vb +++ b/src/Compilers/VisualBasic/Test/Emit/ExpressionTrees/ExpTreeTestResources.Designer.vb @@ -1,4 +1,4 @@ -'------------------------------------------------------------------------------ +'------------------------------------------------------------------------------ ' ' This code was generated by a tool. ' Runtime Version:4.0.30319.18010 diff --git a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBAsyncTests.vb b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBAsyncTests.vb index 9146a824f259f..273001b02e6da 100644 --- a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBAsyncTests.vb +++ b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBAsyncTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.IO Imports System.Reflection.Metadata diff --git a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBCollectionInitializerTests.vb b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBCollectionInitializerTests.vb index 2313900c71a2d..6343a222c3803 100644 --- a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBCollectionInitializerTests.vb +++ b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBCollectionInitializerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Test.Utilities diff --git a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBConstLocalTests.vb b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBConstLocalTests.vb index 014fd7678d1c2..9b4bb5b7ee900 100644 --- a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBConstLocalTests.vb +++ b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBConstLocalTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Roslyn.Test.Utilities Imports System.Xml.Linq diff --git a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBExternalSourceDirectiveTests.vb b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBExternalSourceDirectiveTests.vb index 18cdfa63b1338..c39148824e5d4 100644 --- a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBExternalSourceDirectiveTests.vb +++ b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBExternalSourceDirectiveTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Emit Imports Microsoft.CodeAnalysis.Test.Utilities diff --git a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBForEachTests.vb b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBForEachTests.vb index b6cb8c11a9b50..e996dcd775f55 100644 --- a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBForEachTests.vb +++ b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBForEachTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Test.Utilities Imports Roslyn.Test.Utilities diff --git a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBIteratorTests.vb b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBIteratorTests.vb index 5dbbaf8058709..fe524172bb62d 100644 --- a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBIteratorTests.vb +++ b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBIteratorTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.IO Imports System.Reflection.Metadata diff --git a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBLambdaTests.vb b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBLambdaTests.vb index 57ac47e37b037..d137b1ace81a7 100644 --- a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBLambdaTests.vb +++ b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBLambdaTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Test.Utilities Imports Roslyn.Test.Utilities diff --git a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBObjectInitializerTests.vb b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBObjectInitializerTests.vb index 535b60bde7016..194d81bf1091a 100644 --- a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBObjectInitializerTests.vb +++ b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBObjectInitializerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Test.Utilities diff --git a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBSyncLockTests.vb b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBSyncLockTests.vb index f4931e5c11505..d7ce098ef08fa 100644 --- a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBSyncLockTests.vb +++ b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBSyncLockTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Test.Utilities Namespace Microsoft.CodeAnalysis.VisualBasic.UnitTests.PDB diff --git a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBTests.vb b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBTests.vb index c36b9453108d7..6ca957ff17fbe 100644 --- a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBTests.vb +++ b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.IO Imports System.Reflection.Metadata diff --git a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBUsingTests.vb b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBUsingTests.vb index 2085b0aec96ce..2e17b54368750 100644 --- a/src/Compilers/VisualBasic/Test/Emit/PDB/PDBUsingTests.vb +++ b/src/Compilers/VisualBasic/Test/Emit/PDB/PDBUsingTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.IO Imports Microsoft.CodeAnalysis.Test.Utilities diff --git a/src/Compilers/VisualBasic/Test/Emit/Resource.Designer.vb b/src/Compilers/VisualBasic/Test/Emit/Resource.Designer.vb index 68dcc11b98865..1c3482ba92b89 100644 --- a/src/Compilers/VisualBasic/Test/Emit/Resource.Designer.vb +++ b/src/Compilers/VisualBasic/Test/Emit/Resource.Designer.vb @@ -1,4 +1,4 @@ -'------------------------------------------------------------------------------ +'------------------------------------------------------------------------------ ' ' This code was generated by a tool. ' Runtime Version:4.0.30319.18010 diff --git a/src/Compilers/VisualBasic/Test/Semantic/Compilation/SemanticModelGetDeclaredSymbolAPITests.vb b/src/Compilers/VisualBasic/Test/Semantic/Compilation/SemanticModelGetDeclaredSymbolAPITests.vb index 63ee30bc17ef9..4dd9c5f7ef0c3 100644 --- a/src/Compilers/VisualBasic/Test/Semantic/Compilation/SemanticModelGetDeclaredSymbolAPITests.vb +++ b/src/Compilers/VisualBasic/Test/Semantic/Compilation/SemanticModelGetDeclaredSymbolAPITests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.IO Imports System.Linq diff --git a/src/Compilers/VisualBasic/Test/Semantic/Semantics/InterpolatedStringTests.vb b/src/Compilers/VisualBasic/Test/Semantic/Semantics/InterpolatedStringTests.vb index 26adaa75d98c8..ffa2ccdd6c3ca 100644 --- a/src/Compilers/VisualBasic/Test/Semantic/Semantics/InterpolatedStringTests.vb +++ b/src/Compilers/VisualBasic/Test/Semantic/Semantics/InterpolatedStringTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.VisualBasic Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Microsoft.CodeAnalysis.VisualBasic.SyntaxFacts diff --git a/src/Compilers/VisualBasic/Test/Syntax/Generated/Syntax.Test.xml.Generated.vb b/src/Compilers/VisualBasic/Test/Syntax/Generated/Syntax.Test.xml.Generated.vb index 89ba5a2dc4889..4d326b2fa9ca5 100644 --- a/src/Compilers/VisualBasic/Test/Syntax/Generated/Syntax.Test.xml.Generated.vb +++ b/src/Compilers/VisualBasic/Test/Syntax/Generated/Syntax.Test.xml.Generated.vb @@ -1,4 +1,4 @@ -' Definition of syntax model. +' Definition of syntax model. ' Generated by a tool from SHA256 content 9D091EE1836DB2615BAE4E547B1E3FE8ABC441987B6BCF397032C14E99EDB971 ' DO NOT HAND EDIT diff --git a/src/Compilers/VisualBasic/Test/Syntax/TestSyntaxNodes.vb b/src/Compilers/VisualBasic/Test/Syntax/TestSyntaxNodes.vb index 103be9de53365..732b11686e5dd 100644 --- a/src/Compilers/VisualBasic/Test/Syntax/TestSyntaxNodes.vb +++ b/src/Compilers/VisualBasic/Test/Syntax/TestSyntaxNodes.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Globalization Imports System.Text diff --git a/src/EditorFeatures/Test2/CallHierarchy/CallHierarchyTests.vb b/src/EditorFeatures/Test2/CallHierarchy/CallHierarchyTests.vb index e67c27efc7121..d8fe6653dc50a 100644 --- a/src/EditorFeatures/Test2/CallHierarchy/CallHierarchyTests.vb +++ b/src/EditorFeatures/Test2/CallHierarchy/CallHierarchyTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.UnitTests.Utilities diff --git a/src/EditorFeatures/Test2/CodeFixes/CodeFixServiceTests.vb b/src/EditorFeatures/Test2/CodeFixes/CodeFixServiceTests.vb index 629d88e680f11..cc1fba51380a1 100644 --- a/src/EditorFeatures/Test2/CodeFixes/CodeFixServiceTests.vb +++ b/src/EditorFeatures/Test2/CodeFixes/CodeFixServiceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/EditorFeatures/Test2/Compilation/CompilationTests.vb b/src/EditorFeatures/Test2/Compilation/CompilationTests.vb index 64f47f3a32351..ef7daa393b3b8 100644 --- a/src/EditorFeatures/Test2/Compilation/CompilationTests.vb +++ b/src/EditorFeatures/Test2/Compilation/CompilationTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/Test2/Diagnostics/AbstractCrossLanguageUserDiagnosticTest.vb b/src/EditorFeatures/Test2/Diagnostics/AbstractCrossLanguageUserDiagnosticTest.vb index 4ede648ace9cf..812f998489943 100644 --- a/src/EditorFeatures/Test2/Diagnostics/AbstractCrossLanguageUserDiagnosticTest.vb +++ b/src/EditorFeatures/Test2/Diagnostics/AbstractCrossLanguageUserDiagnosticTest.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Option Strict Off ' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. diff --git a/src/EditorFeatures/Test2/Diagnostics/AddImport/AddImportCrossLanguageTests.vb b/src/EditorFeatures/Test2/Diagnostics/AddImport/AddImportCrossLanguageTests.vb index e490194bcec32..b72a2f00d5d0e 100644 --- a/src/EditorFeatures/Test2/Diagnostics/AddImport/AddImportCrossLanguageTests.vb +++ b/src/EditorFeatures/Test2/Diagnostics/AddImport/AddImportCrossLanguageTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/Diagnostics/AddMissingReference/AddMissingReferenceTests.vb b/src/EditorFeatures/Test2/Diagnostics/AddMissingReference/AddMissingReferenceTests.vb index a5b278a589829..fff1c74ed2443 100644 --- a/src/EditorFeatures/Test2/Diagnostics/AddMissingReference/AddMissingReferenceTests.vb +++ b/src/EditorFeatures/Test2/Diagnostics/AddMissingReference/AddMissingReferenceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Reflection Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/Diagnostics/AdditionalFileDiagnosticsTests.vb b/src/EditorFeatures/Test2/Diagnostics/AdditionalFileDiagnosticsTests.vb index 36694763e8fbd..8289f5828007f 100644 --- a/src/EditorFeatures/Test2/Diagnostics/AdditionalFileDiagnosticsTests.vb +++ b/src/EditorFeatures/Test2/Diagnostics/AdditionalFileDiagnosticsTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/EditorFeatures/Test2/Diagnostics/DiagnosticProviderTests.vb b/src/EditorFeatures/Test2/Diagnostics/DiagnosticProviderTests.vb index b49282f8fe2b5..aa03095ce7a5c 100644 --- a/src/EditorFeatures/Test2/Diagnostics/DiagnosticProviderTests.vb +++ b/src/EditorFeatures/Test2/Diagnostics/DiagnosticProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.CSharp diff --git a/src/EditorFeatures/Test2/Diagnostics/DiagnosticServiceTests.vb b/src/EditorFeatures/Test2/Diagnostics/DiagnosticServiceTests.vb index 7c2a02448d021..7b778289f56d7 100644 --- a/src/EditorFeatures/Test2/Diagnostics/DiagnosticServiceTests.vb +++ b/src/EditorFeatures/Test2/Diagnostics/DiagnosticServiceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Reflection diff --git a/src/EditorFeatures/Test2/Diagnostics/GenerateEvent/GenerateEventCrossLanguageTests.vb b/src/EditorFeatures/Test2/Diagnostics/GenerateEvent/GenerateEventCrossLanguageTests.vb index 91d8cc7c2c881..df3c18bb2d336 100644 --- a/src/EditorFeatures/Test2/Diagnostics/GenerateEvent/GenerateEventCrossLanguageTests.vb +++ b/src/EditorFeatures/Test2/Diagnostics/GenerateEvent/GenerateEventCrossLanguageTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.CodeFixes diff --git a/src/EditorFeatures/Test2/Diagnostics/GenerateFromUsage/GenerateConstructorCrossLanguageTests.vb b/src/EditorFeatures/Test2/Diagnostics/GenerateFromUsage/GenerateConstructorCrossLanguageTests.vb index c6e0a1afb6cc9..95b91b0af416e 100644 --- a/src/EditorFeatures/Test2/Diagnostics/GenerateFromUsage/GenerateConstructorCrossLanguageTests.vb +++ b/src/EditorFeatures/Test2/Diagnostics/GenerateFromUsage/GenerateConstructorCrossLanguageTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics diff --git a/src/EditorFeatures/Test2/Diagnostics/GenerateFromUsage/GenerateMethodCrossLanguageTests.vb b/src/EditorFeatures/Test2/Diagnostics/GenerateFromUsage/GenerateMethodCrossLanguageTests.vb index 65b36b383a6b1..1395fc41908bc 100644 --- a/src/EditorFeatures/Test2/Diagnostics/GenerateFromUsage/GenerateMethodCrossLanguageTests.vb +++ b/src/EditorFeatures/Test2/Diagnostics/GenerateFromUsage/GenerateMethodCrossLanguageTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.CodeFixes diff --git a/src/EditorFeatures/Test2/Diagnostics/GenerateFromUsage/GenerateVariableCrossLanguageTests.vb b/src/EditorFeatures/Test2/Diagnostics/GenerateFromUsage/GenerateVariableCrossLanguageTests.vb index 37fbaf2046b9e..a4c9c23ee12b2 100644 --- a/src/EditorFeatures/Test2/Diagnostics/GenerateFromUsage/GenerateVariableCrossLanguageTests.vb +++ b/src/EditorFeatures/Test2/Diagnostics/GenerateFromUsage/GenerateVariableCrossLanguageTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.CodeActions diff --git a/src/EditorFeatures/Test2/Diagnostics/ImplementInterface/ImplementInterfaceCrossLanguageTests.vb b/src/EditorFeatures/Test2/Diagnostics/ImplementInterface/ImplementInterfaceCrossLanguageTests.vb index c09f3212a5f5a..f69d6270a78d5 100644 --- a/src/EditorFeatures/Test2/Diagnostics/ImplementInterface/ImplementInterfaceCrossLanguageTests.vb +++ b/src/EditorFeatures/Test2/Diagnostics/ImplementInterface/ImplementInterfaceCrossLanguageTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.CodeFixes diff --git a/src/EditorFeatures/Test2/Expansion/AbstractExpansionTest.vb b/src/EditorFeatures/Test2/Expansion/AbstractExpansionTest.vb index 8b77e3ab4b84d..0cc93509ffae3 100644 --- a/src/EditorFeatures/Test2/Expansion/AbstractExpansionTest.vb +++ b/src/EditorFeatures/Test2/Expansion/AbstractExpansionTest.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions diff --git a/src/EditorFeatures/Test2/Expansion/ExtensionMethodExpansionRewriteTests.vb b/src/EditorFeatures/Test2/Expansion/ExtensionMethodExpansionRewriteTests.vb index ac55d425d4653..4f27cd22482ed 100644 --- a/src/EditorFeatures/Test2/Expansion/ExtensionMethodExpansionRewriteTests.vb +++ b/src/EditorFeatures/Test2/Expansion/ExtensionMethodExpansionRewriteTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/Expansion/ModuleNameExpansionTests.vb b/src/EditorFeatures/Test2/Expansion/ModuleNameExpansionTests.vb index 9429f2d086a7c..998d2e0360753 100644 --- a/src/EditorFeatures/Test2/Expansion/ModuleNameExpansionTests.vb +++ b/src/EditorFeatures/Test2/Expansion/ModuleNameExpansionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/Expansion/NameExpansionTests.vb b/src/EditorFeatures/Test2/Expansion/NameExpansionTests.vb index 86774cdb88fb5..6e6ac83874088 100644 --- a/src/EditorFeatures/Test2/Expansion/NameExpansionTests.vb +++ b/src/EditorFeatures/Test2/Expansion/NameExpansionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/Extensions/ISymbolExtensionsTests.vb b/src/EditorFeatures/Test2/Extensions/ISymbolExtensionsTests.vb index 1b2a10b684cc4..849058e3d10a9 100644 --- a/src/EditorFeatures/Test2/Extensions/ISymbolExtensionsTests.vb +++ b/src/EditorFeatures/Test2/Extensions/ISymbolExtensionsTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.AliasSymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.AliasSymbols.vb index f349740c1afb8..21a882245812d 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.AliasSymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.AliasSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.AnonymousTypeSymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.AnonymousTypeSymbols.vb index f10358d06effe..71e0282b7334c 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.AnonymousTypeSymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.AnonymousTypeSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.AsyncSymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.AsyncSymbols.vb index ab29cd866ab69..9a88d7336fda1 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.AsyncSymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.AsyncSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.ConstructorSymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.ConstructorSymbols.vb index efae38e701b87..607ed75fa1266 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.ConstructorSymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.ConstructorSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DelegateInvokeMethodSymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DelegateInvokeMethodSymbols.vb index 48876f4c38b7e..563b763ac914f 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DelegateInvokeMethodSymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DelegateInvokeMethodSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicAssemblies.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicAssemblies.vb index 980c4a781fe3e..fbdb52c09a431 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicAssemblies.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicAssemblies.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicBinding.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicBinding.vb index 676003a44bd60..befe2b33bb9cb 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicBinding.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicBinding.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicConstructors.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicConstructors.vb index 8bdc9bfa3d828..c1b9e8503a397 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicConstructors.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicConstructors.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicDelegatesAndIndexers.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicDelegatesAndIndexers.vb index f83f39918924b..d6b69d92b48e9 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicDelegatesAndIndexers.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicDelegatesAndIndexers.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicFunctions.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicFunctions.vb index 9738e007773c4..9e9af9e304fab 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicFunctions.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicFunctions.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicIdentifiers.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicIdentifiers.vb index e151ee335b12a..5a6cfccf8d356 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicIdentifiers.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicIdentifiers.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicPartialClass.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicPartialClass.vb index 50ddf5bdc1c1f..e5036fe9bba5e 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicPartialClass.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicPartialClass.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.EventSymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.EventSymbols.vb index 503264392b926..322bce5f9417f 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.EventSymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.EventSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.ExplicitInterfaceMethodSymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.ExplicitInterfaceMethodSymbols.vb index de4043b9677e1..2599ade47bad0 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.ExplicitInterfaceMethodSymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.ExplicitInterfaceMethodSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.ExtensionMethodSymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.ExtensionMethodSymbols.vb index 5b4140421b2b6..046555d251759 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.ExtensionMethodSymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.ExtensionMethodSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.FieldSymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.FieldSymbols.vb index 47fa6af4d84f2..b5e0d306c02dc 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.FieldSymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.FieldSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.IndexerSymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.IndexerSymbols.vb index 7bb7ab3e81a3d..90289102d6741 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.IndexerSymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.IndexerSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LabelSymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LabelSymbols.vb index b60cc4044d097..ee2c489e52cbe 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LabelSymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LabelSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LambdaSymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LambdaSymbols.vb index 63299cfa8e103..bd25d3c5e9a98 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LambdaSymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LambdaSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LinkedFiles.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LinkedFiles.vb index 23a23f93feed6..2346d9cc1ab49 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LinkedFiles.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LinkedFiles.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.Literals.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.Literals.vb index f58f1bc074dee..3d7a695014876 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.Literals.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.Literals.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LocalFunctions.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LocalFunctions.vb index 4143d9025b045..753d62cb47fa4 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LocalFunctions.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LocalFunctions.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LocalSymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LocalSymbols.vb index 60a9354aa5a3d..a550fcf5deb15 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LocalSymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LocalSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.MethodTypeParameterTypeSymbol.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.MethodTypeParameterTypeSymbol.vb index 1f62b888e51ef..18100b95d6fc2 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.MethodTypeParameterTypeSymbol.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.MethodTypeParameterTypeSymbol.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.NamedTypeSymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.NamedTypeSymbols.vb index c07fe79d509d2..ec1a630f8e118 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.NamedTypeSymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.NamedTypeSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.NamespaceSymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.NamespaceSymbols.vb index 1c2d15e385c16..95e3e41a967a3 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.NamespaceSymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.NamespaceSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.OperatorSymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.OperatorSymbols.vb index 067596c88d58e..f3033a8aeb443 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.OperatorSymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.OperatorSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.OrdinaryMethodSymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.OrdinaryMethodSymbols.vb index a12bef11cae12..00d099afaa400 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.OrdinaryMethodSymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.OrdinaryMethodSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.ParameterSymbol.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.ParameterSymbol.vb index b9ca340d9bcfd..f7d356f25bbf9 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.ParameterSymbol.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.ParameterSymbol.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.PropertySymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.PropertySymbols.vb index 72489d5a253a7..7d4372f44f7ec 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.PropertySymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.PropertySymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.RangeVariableSymbol.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.RangeVariableSymbol.vb index de6fc7c547bda..31f1ba1f827e4 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.RangeVariableSymbol.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.RangeVariableSymbol.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.Tuples.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.Tuples.vb index 69c00b7a17cf3..b662ef4d22870 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.Tuples.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.Tuples.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.TypeParameterTypeSymbol.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.TypeParameterTypeSymbol.vb index 15362adb6bcf2..2ab5da136e60f 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.TypeParameterTypeSymbol.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.TypeParameterTypeSymbol.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.WinmdSymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.WinmdSymbols.vb index b22064e643946..0cfb20292dc04 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.WinmdSymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.WinmdSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.XmlDocSymbols.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.XmlDocSymbols.vb index bad32a4a3aacf..e3bb9c4e13346 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.XmlDocSymbols.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.XmlDocSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.vb b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.vb index b57c1adad3afe..dd69fcc741852 100644 --- a/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.vb +++ b/src/EditorFeatures/Test2/FindReferences/FindReferencesTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/GoToDefinition/GoToDefinitionCommandHandlerTests.vb b/src/EditorFeatures/Test2/GoToDefinition/GoToDefinitionCommandHandlerTests.vb index 18cb1775d150e..a8019436f8118 100644 --- a/src/EditorFeatures/Test2/GoToDefinition/GoToDefinitionCommandHandlerTests.vb +++ b/src/EditorFeatures/Test2/GoToDefinition/GoToDefinitionCommandHandlerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.CSharp.GoToDefinition diff --git a/src/EditorFeatures/Test2/GoToDefinition/GoToDefinitionTests.vb b/src/EditorFeatures/Test2/GoToDefinition/GoToDefinitionTests.vb index 7aa2e9380a37b..bf32c67a699b8 100644 --- a/src/EditorFeatures/Test2/GoToDefinition/GoToDefinitionTests.vb +++ b/src/EditorFeatures/Test2/GoToDefinition/GoToDefinitionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests_Projections.vb b/src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests_Projections.vb index d4285b0e096bb..2151968144dda 100644 --- a/src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests_Projections.vb +++ b/src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests_Projections.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions Imports Microsoft.VisualStudio.Text.Projection diff --git a/src/EditorFeatures/Test2/IntelliSense/CSharpIntelliSenseCommandHandlerTests.vb b/src/EditorFeatures/Test2/IntelliSense/CSharpIntelliSenseCommandHandlerTests.vb index 521ee87dc5f95..4f674de6d16bb 100644 --- a/src/EditorFeatures/Test2/IntelliSense/CSharpIntelliSenseCommandHandlerTests.vb +++ b/src/EditorFeatures/Test2/IntelliSense/CSharpIntelliSenseCommandHandlerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/IntelliSense/CSharpSignatureHelpCommandHandlerTests.vb b/src/EditorFeatures/Test2/IntelliSense/CSharpSignatureHelpCommandHandlerTests.vb index 26064d01d71dd..19c8b4481d9fc 100644 --- a/src/EditorFeatures/Test2/IntelliSense/CSharpSignatureHelpCommandHandlerTests.vb +++ b/src/EditorFeatures/Test2/IntelliSense/CSharpSignatureHelpCommandHandlerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.CSharp diff --git a/src/EditorFeatures/Test2/IntelliSense/MockCompletionProvider.vb b/src/EditorFeatures/Test2/IntelliSense/MockCompletionProvider.vb index f80f14e284acf..375014c069c83 100644 --- a/src/EditorFeatures/Test2/IntelliSense/MockCompletionProvider.vb +++ b/src/EditorFeatures/Test2/IntelliSense/MockCompletionProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/IntelliSense/ModelTests.vb b/src/EditorFeatures/Test2/IntelliSense/ModelTests.vb index 915d8523894de..96c361ca12e34 100644 --- a/src/EditorFeatures/Test2/IntelliSense/ModelTests.vb +++ b/src/EditorFeatures/Test2/IntelliSense/ModelTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/IntelliSense/QuickInfoControllerTests.vb b/src/EditorFeatures/Test2/IntelliSense/QuickInfoControllerTests.vb index ab7ae02abfb8c..33559e7840bad 100644 --- a/src/EditorFeatures/Test2/IntelliSense/QuickInfoControllerTests.vb +++ b/src/EditorFeatures/Test2/IntelliSense/QuickInfoControllerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports System.Threading diff --git a/src/EditorFeatures/Test2/IntelliSense/SessionTests.vb b/src/EditorFeatures/Test2/IntelliSense/SessionTests.vb index 55a439ab7d97a..1a42f6513c15c 100644 --- a/src/EditorFeatures/Test2/IntelliSense/SessionTests.vb +++ b/src/EditorFeatures/Test2/IntelliSense/SessionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense diff --git a/src/EditorFeatures/Test2/IntelliSense/SignatureHelpControllerTests.vb b/src/EditorFeatures/Test2/IntelliSense/SignatureHelpControllerTests.vb index 48bcfbf067e73..f4865e90a299d 100644 --- a/src/EditorFeatures/Test2/IntelliSense/SignatureHelpControllerTests.vb +++ b/src/EditorFeatures/Test2/IntelliSense/SignatureHelpControllerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports System.Threading diff --git a/src/EditorFeatures/Test2/IntelliSense/VisualBasicCompletionCommandHandlerTests.vb b/src/EditorFeatures/Test2/IntelliSense/VisualBasicCompletionCommandHandlerTests.vb index f0d57f6d135aa..0c5a6980aa1f3 100644 --- a/src/EditorFeatures/Test2/IntelliSense/VisualBasicCompletionCommandHandlerTests.vb +++ b/src/EditorFeatures/Test2/IntelliSense/VisualBasicCompletionCommandHandlerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/IntelliSense/VisualBasicCompletionCommandHandlerTests_Projections.vb b/src/EditorFeatures/Test2/IntelliSense/VisualBasicCompletionCommandHandlerTests_Projections.vb index 3a93fdde3e3fa..8871a6afea318 100644 --- a/src/EditorFeatures/Test2/IntelliSense/VisualBasicCompletionCommandHandlerTests_Projections.vb +++ b/src/EditorFeatures/Test2/IntelliSense/VisualBasicCompletionCommandHandlerTests_Projections.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions diff --git a/src/EditorFeatures/Test2/IntelliSense/VisualBasicSignatureHelpCommandHandlerTests.vb b/src/EditorFeatures/Test2/IntelliSense/VisualBasicSignatureHelpCommandHandlerTests.vb index 70ed9d67e7932..3a5441e586e88 100644 --- a/src/EditorFeatures/Test2/IntelliSense/VisualBasicSignatureHelpCommandHandlerTests.vb +++ b/src/EditorFeatures/Test2/IntelliSense/VisualBasicSignatureHelpCommandHandlerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.Options diff --git a/src/EditorFeatures/Test2/KeywordHighlighting/AbstractKeywordHighlightingTests.vb b/src/EditorFeatures/Test2/KeywordHighlighting/AbstractKeywordHighlightingTests.vb index f85f35bf90ff6..8e292c2785798 100644 --- a/src/EditorFeatures/Test2/KeywordHighlighting/AbstractKeywordHighlightingTests.vb +++ b/src/EditorFeatures/Test2/KeywordHighlighting/AbstractKeywordHighlightingTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/EditorFeatures/Test2/KeywordHighlighting/CSharpKeywordHighlightingTests.vb b/src/EditorFeatures/Test2/KeywordHighlighting/CSharpKeywordHighlightingTests.vb index c262cd651c4c2..2c06045ef3c7d 100644 --- a/src/EditorFeatures/Test2/KeywordHighlighting/CSharpKeywordHighlightingTests.vb +++ b/src/EditorFeatures/Test2/KeywordHighlighting/CSharpKeywordHighlightingTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/KeywordHighlighting/VisualBasicKeywordHighlightingTests.vb b/src/EditorFeatures/Test2/KeywordHighlighting/VisualBasicKeywordHighlightingTests.vb index f7188507f36f7..98c9c9ef5f078 100644 --- a/src/EditorFeatures/Test2/KeywordHighlighting/VisualBasicKeywordHighlightingTests.vb +++ b/src/EditorFeatures/Test2/KeywordHighlighting/VisualBasicKeywordHighlightingTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.UnitTests.KeywordHighlighting Public Class VisualBasicKeywordHighlightingTests diff --git a/src/EditorFeatures/Test2/NavigationBar/CSharpNavigationBarTests.vb b/src/EditorFeatures/Test2/NavigationBar/CSharpNavigationBarTests.vb index 7dc74166af293..d77b0ae6b2507 100644 --- a/src/EditorFeatures/Test2/NavigationBar/CSharpNavigationBarTests.vb +++ b/src/EditorFeatures/Test2/NavigationBar/CSharpNavigationBarTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/NavigationBar/MockNavigationBarPresenter.vb b/src/EditorFeatures/Test2/NavigationBar/MockNavigationBarPresenter.vb index 96d0d5002b50c..736a961b39a62 100644 --- a/src/EditorFeatures/Test2/NavigationBar/MockNavigationBarPresenter.vb +++ b/src/EditorFeatures/Test2/NavigationBar/MockNavigationBarPresenter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.Text.Editor diff --git a/src/EditorFeatures/Test2/NavigationBar/NavigationBarPresenterTests.vb b/src/EditorFeatures/Test2/NavigationBar/NavigationBarPresenterTests.vb index a614d58e351e6..df507b4f46b6b 100644 --- a/src/EditorFeatures/Test2/NavigationBar/NavigationBarPresenterTests.vb +++ b/src/EditorFeatures/Test2/NavigationBar/NavigationBarPresenterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/NavigationBar/TestHelpers.vb b/src/EditorFeatures/Test2/NavigationBar/TestHelpers.vb index 3c16769af825b..c987f3d4b6f9e 100644 --- a/src/EditorFeatures/Test2/NavigationBar/TestHelpers.vb +++ b/src/EditorFeatures/Test2/NavigationBar/TestHelpers.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/EditorFeatures/Test2/NavigationBar/VisualBasicNavigationBarTests.vb b/src/EditorFeatures/Test2/NavigationBar/VisualBasicNavigationBarTests.vb index eeb81eb387d21..41035d4770441 100644 --- a/src/EditorFeatures/Test2/NavigationBar/VisualBasicNavigationBarTests.vb +++ b/src/EditorFeatures/Test2/NavigationBar/VisualBasicNavigationBarTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.VisualBasic diff --git a/src/EditorFeatures/Test2/Peek/PeekTests.vb b/src/EditorFeatures/Test2/Peek/PeekTests.vb index e8f914903eb1b..032020bbaa9a9 100644 --- a/src/EditorFeatures/Test2/Peek/PeekTests.vb +++ b/src/EditorFeatures/Test2/Peek/PeekTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.IO Imports System.Threading diff --git a/src/EditorFeatures/Test2/ReferenceHighlighting/AbstractReferenceHighlightingTests.vb b/src/EditorFeatures/Test2/ReferenceHighlighting/AbstractReferenceHighlightingTests.vb index 685fe4cacfe6a..e684b05363029 100644 --- a/src/EditorFeatures/Test2/ReferenceHighlighting/AbstractReferenceHighlightingTests.vb +++ b/src/EditorFeatures/Test2/ReferenceHighlighting/AbstractReferenceHighlightingTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.ReferenceHighlighting diff --git a/src/EditorFeatures/Test2/ReferenceHighlighting/CSharpReferenceHighlightingTests.vb b/src/EditorFeatures/Test2/ReferenceHighlighting/CSharpReferenceHighlightingTests.vb index 1d27d776f20ac..0884f85ec964e 100644 --- a/src/EditorFeatures/Test2/ReferenceHighlighting/CSharpReferenceHighlightingTests.vb +++ b/src/EditorFeatures/Test2/ReferenceHighlighting/CSharpReferenceHighlightingTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/ReferenceHighlighting/CrossLanguageReferenceHighlightingTests.vb b/src/EditorFeatures/Test2/ReferenceHighlighting/CrossLanguageReferenceHighlightingTests.vb index ca5372857d23e..bcf1322802c95 100644 --- a/src/EditorFeatures/Test2/ReferenceHighlighting/CrossLanguageReferenceHighlightingTests.vb +++ b/src/EditorFeatures/Test2/ReferenceHighlighting/CrossLanguageReferenceHighlightingTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.UnitTests.ReferenceHighlighting Public Class CrossLanguageReferenceHighlightingTests diff --git a/src/EditorFeatures/Test2/ReferenceHighlighting/VisualBasicReferenceHighlightingTests.vb b/src/EditorFeatures/Test2/ReferenceHighlighting/VisualBasicReferenceHighlightingTests.vb index 1105719275082..3b0cd239af7b8 100644 --- a/src/EditorFeatures/Test2/ReferenceHighlighting/VisualBasicReferenceHighlightingTests.vb +++ b/src/EditorFeatures/Test2/ReferenceHighlighting/VisualBasicReferenceHighlightingTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/Rename/CSharp/AliasTests.vb b/src/EditorFeatures/Test2/Rename/CSharp/AliasTests.vb index 342fc5049cd07..78c786cc5368e 100644 --- a/src/EditorFeatures/Test2/Rename/CSharp/AliasTests.vb +++ b/src/EditorFeatures/Test2/Rename/CSharp/AliasTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Rename.ConflictEngine Imports Xunit.Abstractions diff --git a/src/EditorFeatures/Test2/Rename/CSharp/DeclarationConflictTests.vb b/src/EditorFeatures/Test2/Rename/CSharp/DeclarationConflictTests.vb index 5765ad57d8288..321c9fbd2721d 100644 --- a/src/EditorFeatures/Test2/Rename/CSharp/DeclarationConflictTests.vb +++ b/src/EditorFeatures/Test2/Rename/CSharp/DeclarationConflictTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Rename.ConflictEngine diff --git a/src/EditorFeatures/Test2/Rename/CSharp/EscapingTests.vb b/src/EditorFeatures/Test2/Rename/CSharp/EscapingTests.vb index 69d5f19dabff2..3b61998e9e507 100644 --- a/src/EditorFeatures/Test2/Rename/CSharp/EscapingTests.vb +++ b/src/EditorFeatures/Test2/Rename/CSharp/EscapingTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Rename.ConflictEngine diff --git a/src/EditorFeatures/Test2/Rename/CSharp/GenericTypeParameterTests.vb b/src/EditorFeatures/Test2/Rename/CSharp/GenericTypeParameterTests.vb index dfe65417930c0..60d9fbd95d7df 100644 --- a/src/EditorFeatures/Test2/Rename/CSharp/GenericTypeParameterTests.vb +++ b/src/EditorFeatures/Test2/Rename/CSharp/GenericTypeParameterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.UnitTests.Rename.CSharp Public Class GenericTypeParameterTests diff --git a/src/EditorFeatures/Test2/Rename/CSharp/ImplicitReferenceConflictTests.vb b/src/EditorFeatures/Test2/Rename/CSharp/ImplicitReferenceConflictTests.vb index 9668e1c2c81a8..9f6f4fdb7be15 100644 --- a/src/EditorFeatures/Test2/Rename/CSharp/ImplicitReferenceConflictTests.vb +++ b/src/EditorFeatures/Test2/Rename/CSharp/ImplicitReferenceConflictTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Rename.ConflictEngine diff --git a/src/EditorFeatures/Test2/Rename/CSharp/InteractiveTests.vb b/src/EditorFeatures/Test2/Rename/CSharp/InteractiveTests.vb index c7c393f29e60b..121c867953f1e 100644 --- a/src/EditorFeatures/Test2/Rename/CSharp/InteractiveTests.vb +++ b/src/EditorFeatures/Test2/Rename/CSharp/InteractiveTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.UnitTests.Rename.CSharp Public Class InteractiveTests diff --git a/src/EditorFeatures/Test2/Rename/CSharp/InterfaceTests.vb b/src/EditorFeatures/Test2/Rename/CSharp/InterfaceTests.vb index 8086ae8f23527..a8b459137bc02 100644 --- a/src/EditorFeatures/Test2/Rename/CSharp/InterfaceTests.vb +++ b/src/EditorFeatures/Test2/Rename/CSharp/InterfaceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.UnitTests.Rename.CSharp Public Class InterfaceTests diff --git a/src/EditorFeatures/Test2/Rename/CSharp/LocalConflictTests.vb b/src/EditorFeatures/Test2/Rename/CSharp/LocalConflictTests.vb index 5d6079111dc89..59c86173893b2 100644 --- a/src/EditorFeatures/Test2/Rename/CSharp/LocalConflictTests.vb +++ b/src/EditorFeatures/Test2/Rename/CSharp/LocalConflictTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Rename.ConflictEngine diff --git a/src/EditorFeatures/Test2/Rename/DashboardTests.vb b/src/EditorFeatures/Test2/Rename/DashboardTests.vb index 2f77d17691d16..d298510ad581b 100644 --- a/src/EditorFeatures/Test2/Rename/DashboardTests.vb +++ b/src/EditorFeatures/Test2/Rename/DashboardTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/Rename/InlineRenameTests.vb b/src/EditorFeatures/Test2/Rename/InlineRenameTests.vb index c0ce6c614035d..19129021a9a94 100644 --- a/src/EditorFeatures/Test2/Rename/InlineRenameTests.vb +++ b/src/EditorFeatures/Test2/Rename/InlineRenameTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/Rename/RenameCommandHandlerTests.vb b/src/EditorFeatures/Test2/Rename/RenameCommandHandlerTests.vb index 36fa7fbae591d..5a7f8c5a42803 100644 --- a/src/EditorFeatures/Test2/Rename/RenameCommandHandlerTests.vb +++ b/src/EditorFeatures/Test2/Rename/RenameCommandHandlerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/EditorFeatures/Test2/Rename/RenameEngineResult.vb b/src/EditorFeatures/Test2/Rename/RenameEngineResult.vb index e763df3c11820..086d109424624 100644 --- a/src/EditorFeatures/Test2/Rename/RenameEngineResult.vb +++ b/src/EditorFeatures/Test2/Rename/RenameEngineResult.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/Test2/Rename/RenameEngineTests.CSharpConflicts.vb b/src/EditorFeatures/Test2/Rename/RenameEngineTests.CSharpConflicts.vb index e7a15b31985d4..02a889fa885f4 100644 --- a/src/EditorFeatures/Test2/Rename/RenameEngineTests.CSharpConflicts.vb +++ b/src/EditorFeatures/Test2/Rename/RenameEngineTests.CSharpConflicts.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Rename.ConflictEngine diff --git a/src/EditorFeatures/Test2/Rename/RenameEngineTests.VisualBasicConflicts.vb b/src/EditorFeatures/Test2/Rename/RenameEngineTests.VisualBasicConflicts.vb index 53465a0240a88..a88d1c6f5931c 100644 --- a/src/EditorFeatures/Test2/Rename/RenameEngineTests.VisualBasicConflicts.vb +++ b/src/EditorFeatures/Test2/Rename/RenameEngineTests.VisualBasicConflicts.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Rename.ConflictEngine diff --git a/src/EditorFeatures/Test2/Rename/RenameEngineTests.vb b/src/EditorFeatures/Test2/Rename/RenameEngineTests.vb index 06d7d9e9a71dc..63d6927747fdc 100644 --- a/src/EditorFeatures/Test2/Rename/RenameEngineTests.vb +++ b/src/EditorFeatures/Test2/Rename/RenameEngineTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Rename.ConflictEngine Imports Microsoft.CodeAnalysis.Options diff --git a/src/EditorFeatures/Test2/Rename/RenameNonRenameableSymbols.vb b/src/EditorFeatures/Test2/Rename/RenameNonRenameableSymbols.vb index ae647bbecbad4..a4b1bcb9d9f3d 100644 --- a/src/EditorFeatures/Test2/Rename/RenameNonRenameableSymbols.vb +++ b/src/EditorFeatures/Test2/Rename/RenameNonRenameableSymbols.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.Utilities.GoToHelpers Imports Microsoft.CodeAnalysis.Navigation diff --git a/src/EditorFeatures/Test2/Rename/RenameTagProducerTests.vb b/src/EditorFeatures/Test2/Rename/RenameTagProducerTests.vb index 8ddfe05360a6c..d8ac9ca50fed2 100644 --- a/src/EditorFeatures/Test2/Rename/RenameTagProducerTests.vb +++ b/src/EditorFeatures/Test2/Rename/RenameTagProducerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.ObjectModel Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/Rename/RenameTestHelpers.vb b/src/EditorFeatures/Test2/Rename/RenameTestHelpers.vb index 608cd4786b952..18ef23f263e40 100644 --- a/src/EditorFeatures/Test2/Rename/RenameTestHelpers.vb +++ b/src/EditorFeatures/Test2/Rename/RenameTestHelpers.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/Rename/RenameWaiter.vb b/src/EditorFeatures/Test2/Rename/RenameWaiter.vb index 1f44bb4ee7b60..1756d071d35cc 100644 --- a/src/EditorFeatures/Test2/Rename/RenameWaiter.vb +++ b/src/EditorFeatures/Test2/Rename/RenameWaiter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.Shared.TestHooks diff --git a/src/EditorFeatures/Test2/Rename/VisualBasic/AliasTests.vb b/src/EditorFeatures/Test2/Rename/VisualBasic/AliasTests.vb index 8a5c42d971a30..becf13aab03b0 100644 --- a/src/EditorFeatures/Test2/Rename/VisualBasic/AliasTests.vb +++ b/src/EditorFeatures/Test2/Rename/VisualBasic/AliasTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Rename.ConflictEngine diff --git a/src/EditorFeatures/Test2/Rename/VisualBasic/CallSiteConflictResolutionTests.vb b/src/EditorFeatures/Test2/Rename/VisualBasic/CallSiteConflictResolutionTests.vb index 6b804322091f6..12ac9c283a3cb 100644 --- a/src/EditorFeatures/Test2/Rename/VisualBasic/CallSiteConflictResolutionTests.vb +++ b/src/EditorFeatures/Test2/Rename/VisualBasic/CallSiteConflictResolutionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Rename.ConflictEngine diff --git a/src/EditorFeatures/Test2/Rename/VisualBasic/DeclarationConflictTests.vb b/src/EditorFeatures/Test2/Rename/VisualBasic/DeclarationConflictTests.vb index 6e84e32f37778..0e91f685123d8 100644 --- a/src/EditorFeatures/Test2/Rename/VisualBasic/DeclarationConflictTests.vb +++ b/src/EditorFeatures/Test2/Rename/VisualBasic/DeclarationConflictTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Rename.ConflictEngine diff --git a/src/EditorFeatures/Test2/Rename/VisualBasic/EscapingTests.vb b/src/EditorFeatures/Test2/Rename/VisualBasic/EscapingTests.vb index 732cbf2bc9e41..c5ee7b3e6776e 100644 --- a/src/EditorFeatures/Test2/Rename/VisualBasic/EscapingTests.vb +++ b/src/EditorFeatures/Test2/Rename/VisualBasic/EscapingTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Rename.ConflictEngine diff --git a/src/EditorFeatures/Test2/Rename/VisualBasic/ImplicitReferenceConflictTests.vb b/src/EditorFeatures/Test2/Rename/VisualBasic/ImplicitReferenceConflictTests.vb index 3a8f897107158..04c8d0ec10be2 100644 --- a/src/EditorFeatures/Test2/Rename/VisualBasic/ImplicitReferenceConflictTests.vb +++ b/src/EditorFeatures/Test2/Rename/VisualBasic/ImplicitReferenceConflictTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Rename.ConflictEngine diff --git a/src/EditorFeatures/Test2/Rename/VisualBasic/InvalidIdentifierTests.vb b/src/EditorFeatures/Test2/Rename/VisualBasic/InvalidIdentifierTests.vb index 1a9379c71df6b..50e4507486f40 100644 --- a/src/EditorFeatures/Test2/Rename/VisualBasic/InvalidIdentifierTests.vb +++ b/src/EditorFeatures/Test2/Rename/VisualBasic/InvalidIdentifierTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Rename.ConflictEngine diff --git a/src/EditorFeatures/Test2/Rename/VisualBasic/QualificationTests.vb b/src/EditorFeatures/Test2/Rename/VisualBasic/QualificationTests.vb index 3465a0fdaa98b..7c8f48aec8ed7 100644 --- a/src/EditorFeatures/Test2/Rename/VisualBasic/QualificationTests.vb +++ b/src/EditorFeatures/Test2/Rename/VisualBasic/QualificationTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Rename.ConflictEngine diff --git a/src/EditorFeatures/Test2/Simplification/AbstractSimplificationTests.vb b/src/EditorFeatures/Test2/Simplification/AbstractSimplificationTests.vb index 095c11b3c6087..d42e07739686d 100644 --- a/src/EditorFeatures/Test2/Simplification/AbstractSimplificationTests.vb +++ b/src/EditorFeatures/Test2/Simplification/AbstractSimplificationTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis diff --git a/src/EditorFeatures/Test2/Simplification/BlockSimplificationTests.vb b/src/EditorFeatures/Test2/Simplification/BlockSimplificationTests.vb index e9572d8da1fcb..593fd5ef0e0ba 100644 --- a/src/EditorFeatures/Test2/Simplification/BlockSimplificationTests.vb +++ b/src/EditorFeatures/Test2/Simplification/BlockSimplificationTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.CodeStyle diff --git a/src/EditorFeatures/Test2/Simplification/CastSimplificationTests.vb b/src/EditorFeatures/Test2/Simplification/CastSimplificationTests.vb index f8d46f5a87e4a..b6c4bb7dcf368 100644 --- a/src/EditorFeatures/Test2/Simplification/CastSimplificationTests.vb +++ b/src/EditorFeatures/Test2/Simplification/CastSimplificationTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/Simplification/EscapingSimplifierTest.vb b/src/EditorFeatures/Test2/Simplification/EscapingSimplifierTest.vb index 5ca46a078a591..df77dfca1e1e7 100644 --- a/src/EditorFeatures/Test2/Simplification/EscapingSimplifierTest.vb +++ b/src/EditorFeatures/Test2/Simplification/EscapingSimplifierTest.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/Simplification/ExtensionMethodSimplificationTests.vb b/src/EditorFeatures/Test2/Simplification/ExtensionMethodSimplificationTests.vb index 8b81b00e95e94..0bd2d96f19df8 100644 --- a/src/EditorFeatures/Test2/Simplification/ExtensionMethodSimplificationTests.vb +++ b/src/EditorFeatures/Test2/Simplification/ExtensionMethodSimplificationTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/Simplification/ModuleNameSimplificationTests.vb b/src/EditorFeatures/Test2/Simplification/ModuleNameSimplificationTests.vb index 7932962af9e5a..b2169a7df9a2c 100644 --- a/src/EditorFeatures/Test2/Simplification/ModuleNameSimplificationTests.vb +++ b/src/EditorFeatures/Test2/Simplification/ModuleNameSimplificationTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/Simplification/ParameterSimplificationTests.vb b/src/EditorFeatures/Test2/Simplification/ParameterSimplificationTests.vb index 74eb44c209118..139cbe56335f2 100644 --- a/src/EditorFeatures/Test2/Simplification/ParameterSimplificationTests.vb +++ b/src/EditorFeatures/Test2/Simplification/ParameterSimplificationTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Simplification Imports Microsoft.CodeAnalysis.Text diff --git a/src/EditorFeatures/Test2/Simplification/ParenthesisSimplificationTests.vb b/src/EditorFeatures/Test2/Simplification/ParenthesisSimplificationTests.vb index 43a1fc84e8a5c..4f47f4ff2d313 100644 --- a/src/EditorFeatures/Test2/Simplification/ParenthesisSimplificationTests.vb +++ b/src/EditorFeatures/Test2/Simplification/ParenthesisSimplificationTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/Simplification/TypeInferenceSimplifierTests.vb b/src/EditorFeatures/Test2/Simplification/TypeInferenceSimplifierTests.vb index 19d66be435e5c..207981be9276f 100644 --- a/src/EditorFeatures/Test2/Simplification/TypeInferenceSimplifierTests.vb +++ b/src/EditorFeatures/Test2/Simplification/TypeInferenceSimplifierTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Options diff --git a/src/EditorFeatures/Test2/Simplification/TypeNameSimplifierTest.vb b/src/EditorFeatures/Test2/Simplification/TypeNameSimplifierTest.vb index 0733460a05bed..8df1c3ad5fa02 100644 --- a/src/EditorFeatures/Test2/Simplification/TypeNameSimplifierTest.vb +++ b/src/EditorFeatures/Test2/Simplification/TypeNameSimplifierTest.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.CodeStyle diff --git a/src/EditorFeatures/Test2/SimplifyTypeNames/AbstractNameSimplificationServiceTests.vb b/src/EditorFeatures/Test2/SimplifyTypeNames/AbstractNameSimplificationServiceTests.vb index 5c579776a324b..abe9f257f96a4 100644 --- a/src/EditorFeatures/Test2/SimplifyTypeNames/AbstractNameSimplificationServiceTests.vb +++ b/src/EditorFeatures/Test2/SimplifyTypeNames/AbstractNameSimplificationServiceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Option Strict Off diff --git a/src/EditorFeatures/Test2/SimplifyTypeNames/NameSimplificationServiceTests.vb b/src/EditorFeatures/Test2/SimplifyTypeNames/NameSimplificationServiceTests.vb index 61524c6a32392..f0c2595111176 100644 --- a/src/EditorFeatures/Test2/SimplifyTypeNames/NameSimplificationServiceTests.vb +++ b/src/EditorFeatures/Test2/SimplifyTypeNames/NameSimplificationServiceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Option Strict Off diff --git a/src/EditorFeatures/Test2/Workspaces/SymbolDescriptionServiceTests.vb b/src/EditorFeatures/Test2/Workspaces/SymbolDescriptionServiceTests.vb index 2d039331fa742..ae4943e67398f 100644 --- a/src/EditorFeatures/Test2/Workspaces/SymbolDescriptionServiceTests.vb +++ b/src/EditorFeatures/Test2/Workspaces/SymbolDescriptionServiceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/EditorFeatures/Test2/Workspaces/TryFindSourceDefinitionTests.vb b/src/EditorFeatures/Test2/Workspaces/TryFindSourceDefinitionTests.vb index dd0138c8765b7..db1bb58b5ca51 100644 --- a/src/EditorFeatures/Test2/Workspaces/TryFindSourceDefinitionTests.vb +++ b/src/EditorFeatures/Test2/Workspaces/TryFindSourceDefinitionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/EditorFeatures/TestUtilities2/Intellisense/CompletionWaiter.vb b/src/EditorFeatures/TestUtilities2/Intellisense/CompletionWaiter.vb index bfe1799154935..b0728ff264cf2 100644 --- a/src/EditorFeatures/TestUtilities2/Intellisense/CompletionWaiter.vb +++ b/src/EditorFeatures/TestUtilities2/Intellisense/CompletionWaiter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.Shared.TestHooks diff --git a/src/EditorFeatures/TestUtilities2/Intellisense/IIntelliSenseTestState.vb b/src/EditorFeatures/TestUtilities2/Intellisense/IIntelliSenseTestState.vb index f2ad12661e33d..7c1fb0010de9c 100644 --- a/src/EditorFeatures/TestUtilities2/Intellisense/IIntelliSenseTestState.vb +++ b/src/EditorFeatures/TestUtilities2/Intellisense/IIntelliSenseTestState.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.UnitTests.IntelliSense Friend Interface IIntelliSenseTestState diff --git a/src/EditorFeatures/TestUtilities2/Intellisense/SignatureHelpWaiter.vb b/src/EditorFeatures/TestUtilities2/Intellisense/SignatureHelpWaiter.vb index 443beccb146ea..a9f864f676aed 100644 --- a/src/EditorFeatures/TestUtilities2/Intellisense/SignatureHelpWaiter.vb +++ b/src/EditorFeatures/TestUtilities2/Intellisense/SignatureHelpWaiter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.Shared.TestHooks diff --git a/src/EditorFeatures/TestUtilities2/Intellisense/TestCompletionPresenter.vb b/src/EditorFeatures/TestUtilities2/Intellisense/TestCompletionPresenter.vb index 4d49424fde79c..19ddccbe1522c 100644 --- a/src/EditorFeatures/TestUtilities2/Intellisense/TestCompletionPresenter.vb +++ b/src/EditorFeatures/TestUtilities2/Intellisense/TestCompletionPresenter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.Language.Intellisense Imports Microsoft.VisualStudio.Text diff --git a/src/EditorFeatures/TestUtilities2/Intellisense/TestCompletionPresenterSession.vb b/src/EditorFeatures/TestUtilities2/Intellisense/TestCompletionPresenterSession.vb index 9775068ae2f4f..abffd10618456 100644 --- a/src/EditorFeatures/TestUtilities2/Intellisense/TestCompletionPresenterSession.vb +++ b/src/EditorFeatures/TestUtilities2/Intellisense/TestCompletionPresenterSession.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Completion diff --git a/src/EditorFeatures/TestUtilities2/Intellisense/TestSignatureHelpPresenter.vb b/src/EditorFeatures/TestUtilities2/Intellisense/TestSignatureHelpPresenter.vb index dacdc2d6499d1..f9bc5fa0e813f 100644 --- a/src/EditorFeatures/TestUtilities2/Intellisense/TestSignatureHelpPresenter.vb +++ b/src/EditorFeatures/TestUtilities2/Intellisense/TestSignatureHelpPresenter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.Language.Intellisense Imports Microsoft.VisualStudio.Text diff --git a/src/EditorFeatures/TestUtilities2/Intellisense/TestSignatureHelpPresenterSession.vb b/src/EditorFeatures/TestUtilities2/Intellisense/TestSignatureHelpPresenterSession.vb index 957a86d02aa28..bfd6970148ff2 100644 --- a/src/EditorFeatures/TestUtilities2/Intellisense/TestSignatureHelpPresenterSession.vb +++ b/src/EditorFeatures/TestUtilities2/Intellisense/TestSignatureHelpPresenterSession.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.SignatureHelp Imports Microsoft.VisualStudio.Text diff --git a/src/EditorFeatures/TestUtilities2/Intellisense/TestState.vb b/src/EditorFeatures/TestUtilities2/Intellisense/TestState.vb index 4d790c4db049c..de0c9906540d4 100644 --- a/src/EditorFeatures/TestUtilities2/Intellisense/TestState.vb +++ b/src/EditorFeatures/TestUtilities2/Intellisense/TestState.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/EditorFeatures/TestUtilities2/Utilities/AssertEx.vb b/src/EditorFeatures/TestUtilities2/Utilities/AssertEx.vb index 146bd43064224..c8f118fec2788 100644 --- a/src/EditorFeatures/TestUtilities2/Utilities/AssertEx.vb +++ b/src/EditorFeatures/TestUtilities2/Utilities/AssertEx.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Option Strict Off diff --git a/src/EditorFeatures/TestUtilities2/Utilities/GoToHelpers/MockDocumentNavigationService.vb b/src/EditorFeatures/TestUtilities2/Utilities/GoToHelpers/MockDocumentNavigationService.vb index 92f7f36439160..971e528678fcb 100644 --- a/src/EditorFeatures/TestUtilities2/Utilities/GoToHelpers/MockDocumentNavigationService.vb +++ b/src/EditorFeatures/TestUtilities2/Utilities/GoToHelpers/MockDocumentNavigationService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Navigation Imports Microsoft.CodeAnalysis.Options diff --git a/src/EditorFeatures/TestUtilities2/Utilities/GoToHelpers/MockDocumentNavigationServiceFactory.vb b/src/EditorFeatures/TestUtilities2/Utilities/GoToHelpers/MockDocumentNavigationServiceFactory.vb index 2606cfc4ab817..f3c16cedad4d9 100644 --- a/src/EditorFeatures/TestUtilities2/Utilities/GoToHelpers/MockDocumentNavigationServiceFactory.vb +++ b/src/EditorFeatures/TestUtilities2/Utilities/GoToHelpers/MockDocumentNavigationServiceFactory.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.Host diff --git a/src/EditorFeatures/TestUtilities2/Utilities/GoToHelpers/MockNavigableItemsPresenter.vb b/src/EditorFeatures/TestUtilities2/Utilities/GoToHelpers/MockNavigableItemsPresenter.vb index 3477cc7bf75dd..a47f766bdba61 100644 --- a/src/EditorFeatures/TestUtilities2/Utilities/GoToHelpers/MockNavigableItemsPresenter.vb +++ b/src/EditorFeatures/TestUtilities2/Utilities/GoToHelpers/MockNavigableItemsPresenter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.FindUsages diff --git a/src/EditorFeatures/TestUtilities2/Utilities/MockDocumentNavigationServiceProvider.vb b/src/EditorFeatures/TestUtilities2/Utilities/MockDocumentNavigationServiceProvider.vb index 2ee98fd174714..8db483fb19a68 100644 --- a/src/EditorFeatures/TestUtilities2/Utilities/MockDocumentNavigationServiceProvider.vb +++ b/src/EditorFeatures/TestUtilities2/Utilities/MockDocumentNavigationServiceProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.Host diff --git a/src/EditorFeatures/TestUtilities2/Utilities/MockSymbolNavigationServiceProvider.vb b/src/EditorFeatures/TestUtilities2/Utilities/MockSymbolNavigationServiceProvider.vb index 83289afccd4e2..f3f4d1ca208a1 100644 --- a/src/EditorFeatures/TestUtilities2/Utilities/MockSymbolNavigationServiceProvider.vb +++ b/src/EditorFeatures/TestUtilities2/Utilities/MockSymbolNavigationServiceProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/AutomaticCompletion/AutomaticLineEnderCommandHandler.vb b/src/EditorFeatures/VisualBasic/AutomaticCompletion/AutomaticLineEnderCommandHandler.vb index dde4b9ea43c42..ba34871485ac4 100644 --- a/src/EditorFeatures/VisualBasic/AutomaticCompletion/AutomaticLineEnderCommandHandler.vb +++ b/src/EditorFeatures/VisualBasic/AutomaticCompletion/AutomaticLineEnderCommandHandler.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/BracketCompletionSession.vb b/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/BracketCompletionSession.vb index 02410f1ab78f8..4adea3607cfd1 100644 --- a/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/BracketCompletionSession.vb +++ b/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/BracketCompletionSession.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.AutomaticCompletion diff --git a/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/CurlyBraceCompletionSession.vb b/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/CurlyBraceCompletionSession.vb index 072a5df92d5b0..b6d6f9b54ce6a 100644 --- a/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/CurlyBraceCompletionSession.vb +++ b/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/CurlyBraceCompletionSession.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.Implementation.AutomaticCompletion.Sessions Imports Microsoft.CodeAnalysis.LanguageServices diff --git a/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/InterpolatedStringCompletionSession.vb b/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/InterpolatedStringCompletionSession.vb index d18f62fcde35c..f227669c0bcf6 100644 --- a/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/InterpolatedStringCompletionSession.vb +++ b/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/InterpolatedStringCompletionSession.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.AutomaticCompletion diff --git a/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/InterpolationCompletionSession.vb b/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/InterpolationCompletionSession.vb index c5b797d944c68..d0da0e4ca924c 100644 --- a/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/InterpolationCompletionSession.vb +++ b/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/InterpolationCompletionSession.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.AutomaticCompletion diff --git a/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/LessAndGreaterThanCompletionSession.vb b/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/LessAndGreaterThanCompletionSession.vb index 0c1fe487dff5e..03f42009b1449 100644 --- a/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/LessAndGreaterThanCompletionSession.vb +++ b/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/LessAndGreaterThanCompletionSession.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.LanguageServices Imports Microsoft.CodeAnalysis.VisualBasic.Syntax diff --git a/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/ParenthesisCompletionSession.vb b/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/ParenthesisCompletionSession.vb index 566fdfc8bf9e6..f47341acf722f 100644 --- a/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/ParenthesisCompletionSession.vb +++ b/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/ParenthesisCompletionSession.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.LanguageServices Imports Microsoft.CodeAnalysis.VisualBasic.Syntax diff --git a/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/StringLiteralCompletionSession.vb b/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/StringLiteralCompletionSession.vb index 585801e56ecd5..7eccece733e21 100644 --- a/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/StringLiteralCompletionSession.vb +++ b/src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/StringLiteralCompletionSession.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.AutomaticCompletion.Sessions diff --git a/src/EditorFeatures/VisualBasic/AutomaticCompletion/VisualBasicBraceCompletionSessionProvider.vb b/src/EditorFeatures/VisualBasic/AutomaticCompletion/VisualBasicBraceCompletionSessionProvider.vb index 567634ffc0713..b47ead750b4fb 100644 --- a/src/EditorFeatures/VisualBasic/AutomaticCompletion/VisualBasicBraceCompletionSessionProvider.vb +++ b/src/EditorFeatures/VisualBasic/AutomaticCompletion/VisualBasicBraceCompletionSessionProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/AutomaticCompletion/VisualBasicBraceCompletions.vb b/src/EditorFeatures/VisualBasic/AutomaticCompletion/VisualBasicBraceCompletions.vb index 57802631b1c53..3fdc8ad3eef36 100644 --- a/src/EditorFeatures/VisualBasic/AutomaticCompletion/VisualBasicBraceCompletions.vb +++ b/src/EditorFeatures/VisualBasic/AutomaticCompletion/VisualBasicBraceCompletions.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.AutomaticCompletion Friend Module VisualBasicBraceCompletions diff --git a/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/AutomaticEndConstructCorrector.Session.vb b/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/AutomaticEndConstructCorrector.Session.vb index 9caae4a73cc24..6e39c38c9cedf 100644 --- a/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/AutomaticEndConstructCorrector.Session.vb +++ b/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/AutomaticEndConstructCorrector.Session.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.Shared.Utilities Imports Microsoft.VisualStudio.Text diff --git a/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/AutomaticEndConstructCorrector.vb b/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/AutomaticEndConstructCorrector.vb index c7d072cae6bbf..15c9c0c82cf11 100644 --- a/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/AutomaticEndConstructCorrector.vb +++ b/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/AutomaticEndConstructCorrector.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Host diff --git a/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/AutomaticEndConstructSet.vb b/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/AutomaticEndConstructSet.vb index c357c72e709f7..9734b00550f69 100644 --- a/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/AutomaticEndConstructSet.vb +++ b/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/AutomaticEndConstructSet.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.AutomaticEndConstructCorrection Friend Class AutomaticEndConstructSet diff --git a/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/LetterOnlyTrackingSpan.vb b/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/LetterOnlyTrackingSpan.vb index b0be52c6caaae..faab1ad893dfa 100644 --- a/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/LetterOnlyTrackingSpan.vb +++ b/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/LetterOnlyTrackingSpan.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.Text diff --git a/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/ViewCreationListener.vb b/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/ViewCreationListener.vb index c7d4b0b6d34a2..549000120e6c1 100644 --- a/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/ViewCreationListener.vb +++ b/src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/ViewCreationListener.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.ObjectModel Imports System.ComponentModel.Composition diff --git a/src/EditorFeatures/VisualBasic/BraceMatching/AbstractVisualBasicBraceMatcher.vb b/src/EditorFeatures/VisualBasic/BraceMatching/AbstractVisualBasicBraceMatcher.vb index b2f04ac266ef9..3954d82d904b3 100644 --- a/src/EditorFeatures/VisualBasic/BraceMatching/AbstractVisualBasicBraceMatcher.vb +++ b/src/EditorFeatures/VisualBasic/BraceMatching/AbstractVisualBasicBraceMatcher.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.Implementation.BraceMatching diff --git a/src/EditorFeatures/VisualBasic/BraceMatching/InterpolatedStringBraceMatcher.vb b/src/EditorFeatures/VisualBasic/BraceMatching/InterpolatedStringBraceMatcher.vb index 9fc26bb2e8b0f..412ec1627f588 100644 --- a/src/EditorFeatures/VisualBasic/BraceMatching/InterpolatedStringBraceMatcher.vb +++ b/src/EditorFeatures/VisualBasic/BraceMatching/InterpolatedStringBraceMatcher.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/EditorFeatures/VisualBasic/BraceMatching/LessThanGreaterThanBraceMatcher.vb b/src/EditorFeatures/VisualBasic/BraceMatching/LessThanGreaterThanBraceMatcher.vb index 596c1fc25bcfd..057531d7cf428 100644 --- a/src/EditorFeatures/VisualBasic/BraceMatching/LessThanGreaterThanBraceMatcher.vb +++ b/src/EditorFeatures/VisualBasic/BraceMatching/LessThanGreaterThanBraceMatcher.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition diff --git a/src/EditorFeatures/VisualBasic/BraceMatching/OpenCloseBraceBraceMatcher.vb b/src/EditorFeatures/VisualBasic/BraceMatching/OpenCloseBraceBraceMatcher.vb index 31557e8a3a975..7e356d8e3e65e 100644 --- a/src/EditorFeatures/VisualBasic/BraceMatching/OpenCloseBraceBraceMatcher.vb +++ b/src/EditorFeatures/VisualBasic/BraceMatching/OpenCloseBraceBraceMatcher.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition diff --git a/src/EditorFeatures/VisualBasic/BraceMatching/OpenCloseParenBraceMatcher.vb b/src/EditorFeatures/VisualBasic/BraceMatching/OpenCloseParenBraceMatcher.vb index e41d3e57ac1de..9f5d294720eca 100644 --- a/src/EditorFeatures/VisualBasic/BraceMatching/OpenCloseParenBraceMatcher.vb +++ b/src/EditorFeatures/VisualBasic/BraceMatching/OpenCloseParenBraceMatcher.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition diff --git a/src/EditorFeatures/VisualBasic/BraceMatching/StringLiteralBraceMatcher.vb b/src/EditorFeatures/VisualBasic/BraceMatching/StringLiteralBraceMatcher.vb index 3b2286dd9de12..9bfbe3015f76a 100644 --- a/src/EditorFeatures/VisualBasic/BraceMatching/StringLiteralBraceMatcher.vb +++ b/src/EditorFeatures/VisualBasic/BraceMatching/StringLiteralBraceMatcher.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/EditorFeatures/VisualBasic/BraceMatching/VisualBasicDirectiveTriviaBraceMatcher.vb b/src/EditorFeatures/VisualBasic/BraceMatching/VisualBasicDirectiveTriviaBraceMatcher.vb index c744e2e3c00dc..2f479df0e6b80 100644 --- a/src/EditorFeatures/VisualBasic/BraceMatching/VisualBasicDirectiveTriviaBraceMatcher.vb +++ b/src/EditorFeatures/VisualBasic/BraceMatching/VisualBasicDirectiveTriviaBraceMatcher.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Text diff --git a/src/EditorFeatures/VisualBasic/CallHierarchy/CallHierarchyCommandHandler.vb b/src/EditorFeatures/VisualBasic/CallHierarchy/CallHierarchyCommandHandler.vb index fdc38eb03e4ec..7ed5afea27fc6 100644 --- a/src/EditorFeatures/VisualBasic/CallHierarchy/CallHierarchyCommandHandler.vb +++ b/src/EditorFeatures/VisualBasic/CallHierarchy/CallHierarchyCommandHandler.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports Microsoft.CodeAnalysis.Editor.Host diff --git a/src/EditorFeatures/VisualBasic/ChangeSignature/VisualBasicChangeSignatureCommandHandler.vb b/src/EditorFeatures/VisualBasic/ChangeSignature/VisualBasicChangeSignatureCommandHandler.vb index 4d90c20cebf6e..42fbb12ebd7ee 100644 --- a/src/EditorFeatures/VisualBasic/ChangeSignature/VisualBasicChangeSignatureCommandHandler.vb +++ b/src/EditorFeatures/VisualBasic/ChangeSignature/VisualBasicChangeSignatureCommandHandler.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports Microsoft.CodeAnalysis.Editor.Host diff --git a/src/EditorFeatures/VisualBasic/ContentType/ContentTypeDefinitions.vb b/src/EditorFeatures/VisualBasic/ContentType/ContentTypeDefinitions.vb index d10e003927be2..7f471a9674bb6 100644 --- a/src/EditorFeatures/VisualBasic/ContentType/ContentTypeDefinitions.vb +++ b/src/EditorFeatures/VisualBasic/ContentType/ContentTypeDefinitions.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports Microsoft.VisualStudio.Utilities diff --git a/src/EditorFeatures/VisualBasic/DocumentationComments/DocumentationCommentCommandHandler.vb b/src/EditorFeatures/VisualBasic/DocumentationComments/DocumentationCommentCommandHandler.vb index 7ab6ea30f7987..e5d58a4610ddb 100644 --- a/src/EditorFeatures/VisualBasic/DocumentationComments/DocumentationCommentCommandHandler.vb +++ b/src/EditorFeatures/VisualBasic/DocumentationComments/DocumentationCommentCommandHandler.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/DocumentationComments/XmlTagCompletionCommandHandler.vb b/src/EditorFeatures/VisualBasic/DocumentationComments/XmlTagCompletionCommandHandler.vb index 47635aed42dd6..5f5d5bb04b5ee 100644 --- a/src/EditorFeatures/VisualBasic/DocumentationComments/XmlTagCompletionCommandHandler.vb +++ b/src/EditorFeatures/VisualBasic/DocumentationComments/XmlTagCompletionCommandHandler.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/EncapsulateField/EncapsulateFieldCommandHandler.vb b/src/EditorFeatures/VisualBasic/EncapsulateField/EncapsulateFieldCommandHandler.vb index 3b7b0263c162a..8838a654e62bc 100644 --- a/src/EditorFeatures/VisualBasic/EncapsulateField/EncapsulateFieldCommandHandler.vb +++ b/src/EditorFeatures/VisualBasic/EncapsulateField/EncapsulateFieldCommandHandler.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports Microsoft.CodeAnalysis.Editor.Host diff --git a/src/EditorFeatures/VisualBasic/EndConstructGeneration/AbstractEndConstructResult.vb b/src/EditorFeatures/VisualBasic/EndConstructGeneration/AbstractEndConstructResult.vb index af9ef92b01e16..98da979996f17 100644 --- a/src/EditorFeatures/VisualBasic/EndConstructGeneration/AbstractEndConstructResult.vb +++ b/src/EditorFeatures/VisualBasic/EndConstructGeneration/AbstractEndConstructResult.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.Text Imports Microsoft.VisualStudio.Text.Editor diff --git a/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructCommandHandler.vb b/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructCommandHandler.vb index 63fcc8a419b57..e23145ac60f00 100644 --- a/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructCommandHandler.vb +++ b/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructCommandHandler.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructExtensions.vb b/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructExtensions.vb index 7dbd336f66e41..39312f191fa9f 100644 --- a/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructExtensions.vb +++ b/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructExtensions.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports System.Text diff --git a/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructState.vb b/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructState.vb index 87b6f242ac0dc..308b3165e532d 100644 --- a/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructState.vb +++ b/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructState.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor.vb b/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor.vb index 090f3c8ee2aaa..7aea986d82ea8 100644 --- a/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor.vb +++ b/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Text Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor_CustomEvents.vb b/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor_CustomEvents.vb index e3cd1dc0fe623..ee9c86c125e10 100644 --- a/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor_CustomEvents.vb +++ b/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor_CustomEvents.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.VisualBasic.Syntax diff --git a/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor_IfStatement.vb b/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor_IfStatement.vb index e74132ad2c1d1..dabc69e7cb3c1 100644 --- a/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor_IfStatement.vb +++ b/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor_IfStatement.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Text.Shared.Extensions Imports Microsoft.CodeAnalysis.VisualBasic.Syntax diff --git a/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor_LambdaHeader.vb b/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor_LambdaHeader.vb index 6b3a69f6f0c1c..25877b2c736fa 100644 --- a/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor_LambdaHeader.vb +++ b/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor_LambdaHeader.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Text.Shared.Extensions diff --git a/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor_Properties.vb b/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor_Properties.vb index 48ae846fb0c1a..ee9e19907444a 100644 --- a/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor_Properties.vb +++ b/src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor_Properties.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.VisualBasic.Syntax diff --git a/src/EditorFeatures/VisualBasic/EndConstructGeneration/ReplaceSpanResult.vb b/src/EditorFeatures/VisualBasic/EndConstructGeneration/ReplaceSpanResult.vb index 131210ad04c45..f3493ea93da89 100644 --- a/src/EditorFeatures/VisualBasic/EndConstructGeneration/ReplaceSpanResult.vb +++ b/src/EditorFeatures/VisualBasic/EndConstructGeneration/ReplaceSpanResult.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Text diff --git a/src/EditorFeatures/VisualBasic/EndConstructGeneration/SpitLinesResult.vb b/src/EditorFeatures/VisualBasic/EndConstructGeneration/SpitLinesResult.vb index d476357ded597..1bfa3eaa945c9 100644 --- a/src/EditorFeatures/VisualBasic/EndConstructGeneration/SpitLinesResult.vb +++ b/src/EditorFeatures/VisualBasic/EndConstructGeneration/SpitLinesResult.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/EditorFeatures/VisualBasic/EndConstructGeneration/VisualBasicEndConstructGenerationService.vb b/src/EditorFeatures/VisualBasic/EndConstructGeneration/VisualBasicEndConstructGenerationService.vb index bcee6144b20ac..cc38a2db2b892 100644 --- a/src/EditorFeatures/VisualBasic/EndConstructGeneration/VisualBasicEndConstructGenerationService.vb +++ b/src/EditorFeatures/VisualBasic/EndConstructGeneration/VisualBasicEndConstructGenerationService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/Extensions/ClassificationExtensions.vb b/src/EditorFeatures/VisualBasic/Extensions/ClassificationExtensions.vb index bcb721f7e5c5e..6664c522147c4 100644 --- a/src/EditorFeatures/VisualBasic/Extensions/ClassificationExtensions.vb +++ b/src/EditorFeatures/VisualBasic/Extensions/ClassificationExtensions.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports Microsoft.CodeAnalysis.Compilers.VisualBasic diff --git a/src/EditorFeatures/VisualBasic/ExtractInterface/ExtractInterfaceCommandHandler.vb b/src/EditorFeatures/VisualBasic/ExtractInterface/ExtractInterfaceCommandHandler.vb index 75f1610a68a9e..c08f4ef6bb1da 100644 --- a/src/EditorFeatures/VisualBasic/ExtractInterface/ExtractInterfaceCommandHandler.vb +++ b/src/EditorFeatures/VisualBasic/ExtractInterface/ExtractInterfaceCommandHandler.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.Implementation.ExtractInterface diff --git a/src/EditorFeatures/VisualBasic/ExtractMethod/ExtractMethodCommandHandler.vb b/src/EditorFeatures/VisualBasic/ExtractMethod/ExtractMethodCommandHandler.vb index de6faad58cd48..fc11a5db6a290 100644 --- a/src/EditorFeatures/VisualBasic/ExtractMethod/ExtractMethodCommandHandler.vb +++ b/src/EditorFeatures/VisualBasic/ExtractMethod/ExtractMethodCommandHandler.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports Microsoft.CodeAnalysis.Editor.Host diff --git a/src/EditorFeatures/VisualBasic/Formatting/Indentation/SmartTokenFormatter.vb b/src/EditorFeatures/VisualBasic/Formatting/Indentation/SmartTokenFormatter.vb index 477c03af1c322..d2dd6bed66ef3 100644 --- a/src/EditorFeatures/VisualBasic/Formatting/Indentation/SmartTokenFormatter.vb +++ b/src/EditorFeatures/VisualBasic/Formatting/Indentation/SmartTokenFormatter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Formatting.Indentation diff --git a/src/EditorFeatures/VisualBasic/Formatting/Indentation/SmartTokenFormatterCommandHandler.vb b/src/EditorFeatures/VisualBasic/Formatting/Indentation/SmartTokenFormatterCommandHandler.vb index a24ab27ab70cc..8b6418e1b77f8 100644 --- a/src/EditorFeatures/VisualBasic/Formatting/Indentation/SmartTokenFormatterCommandHandler.vb +++ b/src/EditorFeatures/VisualBasic/Formatting/Indentation/SmartTokenFormatterCommandHandler.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/Formatting/Indentation/SpecialFormattingOperation.vb b/src/EditorFeatures/VisualBasic/Formatting/Indentation/SpecialFormattingOperation.vb index 0a2ea80a9be7c..a6183b12ea942 100644 --- a/src/EditorFeatures/VisualBasic/Formatting/Indentation/SpecialFormattingOperation.vb +++ b/src/EditorFeatures/VisualBasic/Formatting/Indentation/SpecialFormattingOperation.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Formatting diff --git a/src/EditorFeatures/VisualBasic/Formatting/Indentation/VisualBasicIndentationService.Indenter.vb b/src/EditorFeatures/VisualBasic/Formatting/Indentation/VisualBasicIndentationService.Indenter.vb index 62238d37aba64..1dada7ce8c6ae 100644 --- a/src/EditorFeatures/VisualBasic/Formatting/Indentation/VisualBasicIndentationService.Indenter.vb +++ b/src/EditorFeatures/VisualBasic/Formatting/Indentation/VisualBasicIndentationService.Indenter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Formatting diff --git a/src/EditorFeatures/VisualBasic/Formatting/Indentation/VisualBasicIndentationService.vb b/src/EditorFeatures/VisualBasic/Formatting/Indentation/VisualBasicIndentationService.vb index a4371831677df..b38fe24c76929 100644 --- a/src/EditorFeatures/VisualBasic/Formatting/Indentation/VisualBasicIndentationService.vb +++ b/src/EditorFeatures/VisualBasic/Formatting/Indentation/VisualBasicIndentationService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/GenerateMember/GenerateVariable/VisualBasicGenerateVariableService.vb b/src/EditorFeatures/VisualBasic/GenerateMember/GenerateVariable/VisualBasicGenerateVariableService.vb index 3c95f0f448aa7..6d3dc758e52ca 100644 --- a/src/EditorFeatures/VisualBasic/GenerateMember/GenerateVariable/VisualBasicGenerateVariableService.vb +++ b/src/EditorFeatures/VisualBasic/GenerateMember/GenerateVariable/VisualBasicGenerateVariableService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/GoToDefinition/VisualBasicGoToDefinitionService.vb b/src/EditorFeatures/VisualBasic/GoToDefinition/VisualBasicGoToDefinitionService.vb index f8fff96794872..a3cd253945dee 100644 --- a/src/EditorFeatures/VisualBasic/GoToDefinition/VisualBasicGoToDefinitionService.vb +++ b/src/EditorFeatures/VisualBasic/GoToDefinition/VisualBasicGoToDefinitionService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.Editor.GoToDefinition diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/AccessorDeclarationHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/AccessorDeclarationHighlighter.vb index d5378960bc571..d0b9ba7df2c2f 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/AccessorDeclarationHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/AccessorDeclarationHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/ConditionalPreprocessorHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/ConditionalPreprocessorHighlighter.vb index 02edf0e720353..2e44cf8ff4edf 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/ConditionalPreprocessorHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/ConditionalPreprocessorHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/ConstructorDeclarationHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/ConstructorDeclarationHighlighter.vb index 9500416571a26..7196ea11dab96 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/ConstructorDeclarationHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/ConstructorDeclarationHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/DoLoopBlockHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/DoLoopBlockHighlighter.vb index f042628567d77..0f3f39d61eff3 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/DoLoopBlockHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/DoLoopBlockHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/EnumBlockHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/EnumBlockHighlighter.vb index 1a1b7c57ba66b..1837c7150d6f3 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/EnumBlockHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/EnumBlockHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/EventBlockHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/EventBlockHighlighter.vb index b8344ca4fd71a..586f189d84471 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/EventBlockHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/EventBlockHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/EventDeclarationHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/EventDeclarationHighlighter.vb index ea9a0bb8e75db..65aecdb7ac622 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/EventDeclarationHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/EventDeclarationHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/ForLoopBlockHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/ForLoopBlockHighlighter.vb index 126aa035f4d28..9d0d47496a689 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/ForLoopBlockHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/ForLoopBlockHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/MethodDeclarationHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/MethodDeclarationHighlighter.vb index 612b0607e1f4a..9e96edf3ae875 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/MethodDeclarationHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/MethodDeclarationHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/MultiLineIfBlockHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/MultiLineIfBlockHighlighter.vb index bd6a1d361069b..7429214411000 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/MultiLineIfBlockHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/MultiLineIfBlockHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/MultiLineLambdaExpressionHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/MultiLineLambdaExpressionHighlighter.vb index e21b091e4d88e..4f6cef1592891 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/MultiLineLambdaExpressionHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/MultiLineLambdaExpressionHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/NamespaceBlockHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/NamespaceBlockHighlighter.vb index ff297b3d02853..9d5bbffb57d30 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/NamespaceBlockHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/NamespaceBlockHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/OperatorDeclarationHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/OperatorDeclarationHighlighter.vb index 1a98272f520cf..44716ca7df8e1 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/OperatorDeclarationHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/OperatorDeclarationHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/PropertyBlockHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/PropertyBlockHighlighter.vb index 34efd3df5e993..d5af67da2d860 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/PropertyBlockHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/PropertyBlockHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/PropertyDeclarationHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/PropertyDeclarationHighlighter.vb index 1d6aeb362f8ef..0d2e779bd1900 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/PropertyDeclarationHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/PropertyDeclarationHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/RegionHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/RegionHighlighter.vb index 088bd4a4e5c7d..9eecb7df02e13 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/RegionHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/RegionHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/SelectBlockHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/SelectBlockHighlighter.vb index 3a04fbd40419f..c26856ac6b0fc 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/SelectBlockHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/SelectBlockHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/SingleLineIfBlockHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/SingleLineIfBlockHighlighter.vb index 1e77803eb389d..708645598f87f 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/SingleLineIfBlockHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/SingleLineIfBlockHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/SyncLockBlockHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/SyncLockBlockHighlighter.vb index dabe5b8d1578b..fd483db43a6f6 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/SyncLockBlockHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/SyncLockBlockHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/TryBlockHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/TryBlockHighlighter.vb index 851329bf11930..36545e885d0c5 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/TryBlockHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/TryBlockHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/TypeBlockHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/TypeBlockHighlighter.vb index d97815333f0e1..7b3905aee81cf 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/TypeBlockHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/TypeBlockHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/UsingBlockHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/UsingBlockHighlighter.vb index a18b99176f904..481b7d0b15b14 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/UsingBlockHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/UsingBlockHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/WhileBlockHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/WhileBlockHighlighter.vb index 4eb4f1a1a02e6..4789419861997 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/WhileBlockHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/WhileBlockHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/WithBlockHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/WithBlockHighlighter.vb index c29e62cbb4f58..52e6206daf650 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/WithBlockHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/WithBlockHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlCDataHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlCDataHighlighter.vb index 46fce21054707..841e857550fd4 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlCDataHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlCDataHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlCommentHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlCommentHighlighter.vb index b338768911d49..ebe5c8c84e77c 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlCommentHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlCommentHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlDocumentPrologueHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlDocumentPrologueHighlighter.vb index 79153b7a830bb..967eb9f9f721d 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlDocumentPrologueHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlDocumentPrologueHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlElementHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlElementHighlighter.vb index c50b3f198c66c..ed1a014cf6aab 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlElementHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlElementHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlEmbeddedExpressionHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlEmbeddedExpressionHighlighter.vb index 48f9e8b6dc476..4718d91612e5f 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlEmbeddedExpressionHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlEmbeddedExpressionHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlProcessingInstructionHighlighter.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlProcessingInstructionHighlighter.vb index d30d115ea73cf..c9e518a84b771 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlProcessingInstructionHighlighter.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlProcessingInstructionHighlighter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting diff --git a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlightingHelpers.vb b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlightingHelpers.vb index d89376615e0cc..f48a2dc493702 100644 --- a/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlightingHelpers.vb +++ b/src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlightingHelpers.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/ImplementAbstractClass/ImplementAbstractClassCommandHandler.vb b/src/EditorFeatures/VisualBasic/ImplementAbstractClass/ImplementAbstractClassCommandHandler.vb index 8fc5404846138..fd75000e35f7a 100644 --- a/src/EditorFeatures/VisualBasic/ImplementAbstractClass/ImplementAbstractClassCommandHandler.vb +++ b/src/EditorFeatures/VisualBasic/ImplementAbstractClass/ImplementAbstractClassCommandHandler.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/ImplementInterface/ImplementInterfaceCommandHandler.vb b/src/EditorFeatures/VisualBasic/ImplementInterface/ImplementInterfaceCommandHandler.vb index e32cbe66ddf77..688d1c9546ad7 100644 --- a/src/EditorFeatures/VisualBasic/ImplementInterface/ImplementInterfaceCommandHandler.vb +++ b/src/EditorFeatures/VisualBasic/ImplementInterface/ImplementInterfaceCommandHandler.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/InlineRename/VisualBasicEditorInlineRenameService.vb b/src/EditorFeatures/VisualBasic/InlineRename/VisualBasicEditorInlineRenameService.vb index 24e14e6aa8eb5..64eb05d7c2553 100644 --- a/src/EditorFeatures/VisualBasic/InlineRename/VisualBasicEditorInlineRenameService.vb +++ b/src/EditorFeatures/VisualBasic/InlineRename/VisualBasicEditorInlineRenameService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.Editor.Implementation.InlineRename diff --git a/src/EditorFeatures/VisualBasic/LanguageServices/VisualBasicContentTypeLanguageService.vb b/src/EditorFeatures/VisualBasic/LanguageServices/VisualBasicContentTypeLanguageService.vb index ae6fd0ab0f6ac..022348ea6e545 100644 --- a/src/EditorFeatures/VisualBasic/LanguageServices/VisualBasicContentTypeLanguageService.vb +++ b/src/EditorFeatures/VisualBasic/LanguageServices/VisualBasicContentTypeLanguageService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.VisualStudio.Utilities diff --git a/src/EditorFeatures/VisualBasic/LineCommit/AbstractCommitCaretMoveUndoPrimitive.vb b/src/EditorFeatures/VisualBasic/LineCommit/AbstractCommitCaretMoveUndoPrimitive.vb index 6bd27f35869b4..b7841824f6fb5 100644 --- a/src/EditorFeatures/VisualBasic/LineCommit/AbstractCommitCaretMoveUndoPrimitive.vb +++ b/src/EditorFeatures/VisualBasic/LineCommit/AbstractCommitCaretMoveUndoPrimitive.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.Text Imports Microsoft.VisualStudio.Text.Editor diff --git a/src/EditorFeatures/VisualBasic/LineCommit/AfterCommitCaretMoveUndoPrimitive.vb b/src/EditorFeatures/VisualBasic/LineCommit/AfterCommitCaretMoveUndoPrimitive.vb index b6c4670bd9000..6fb22cb636f09 100644 --- a/src/EditorFeatures/VisualBasic/LineCommit/AfterCommitCaretMoveUndoPrimitive.vb +++ b/src/EditorFeatures/VisualBasic/LineCommit/AfterCommitCaretMoveUndoPrimitive.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.Text Imports Microsoft.VisualStudio.Text.Editor diff --git a/src/EditorFeatures/VisualBasic/LineCommit/BeforeCommitCaretMoveUndoPrimitive.vb b/src/EditorFeatures/VisualBasic/LineCommit/BeforeCommitCaretMoveUndoPrimitive.vb index 98eb661b2d888..02aedbbb5e600 100644 --- a/src/EditorFeatures/VisualBasic/LineCommit/BeforeCommitCaretMoveUndoPrimitive.vb +++ b/src/EditorFeatures/VisualBasic/LineCommit/BeforeCommitCaretMoveUndoPrimitive.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.Text Imports Microsoft.VisualStudio.Text.Editor diff --git a/src/EditorFeatures/VisualBasic/LineCommit/CommitBufferManager.DirtyState.vb b/src/EditorFeatures/VisualBasic/LineCommit/CommitBufferManager.DirtyState.vb index d572e7e2a08e0..c4ceafd2fd421 100644 --- a/src/EditorFeatures/VisualBasic/LineCommit/CommitBufferManager.DirtyState.vb +++ b/src/EditorFeatures/VisualBasic/LineCommit/CommitBufferManager.DirtyState.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.Text diff --git a/src/EditorFeatures/VisualBasic/LineCommit/CommitBufferManager.vb b/src/EditorFeatures/VisualBasic/LineCommit/CommitBufferManager.vb index ec7ad1b508985..dbe2078f98309 100644 --- a/src/EditorFeatures/VisualBasic/LineCommit/CommitBufferManager.vb +++ b/src/EditorFeatures/VisualBasic/LineCommit/CommitBufferManager.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/EditorFeatures/VisualBasic/LineCommit/CommitBufferManagerFactory.vb b/src/EditorFeatures/VisualBasic/LineCommit/CommitBufferManagerFactory.vb index 8752f40781b5e..2b0e19ffa1b1d 100644 --- a/src/EditorFeatures/VisualBasic/LineCommit/CommitBufferManagerFactory.vb +++ b/src/EditorFeatures/VisualBasic/LineCommit/CommitBufferManagerFactory.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports Microsoft.VisualStudio.Text diff --git a/src/EditorFeatures/VisualBasic/LineCommit/CommitCommandHandler.vb b/src/EditorFeatures/VisualBasic/LineCommit/CommitCommandHandler.vb index 9132a0d7d2a38..b47cec2d6ae0a 100644 --- a/src/EditorFeatures/VisualBasic/LineCommit/CommitCommandHandler.vb +++ b/src/EditorFeatures/VisualBasic/LineCommit/CommitCommandHandler.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/LineCommit/CommitConnectionListener.vb b/src/EditorFeatures/VisualBasic/LineCommit/CommitConnectionListener.vb index 4056ecc507e5f..8fd9816d9ee22 100644 --- a/src/EditorFeatures/VisualBasic/LineCommit/CommitConnectionListener.vb +++ b/src/EditorFeatures/VisualBasic/LineCommit/CommitConnectionListener.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.ObjectModel Imports System.ComponentModel.Composition diff --git a/src/EditorFeatures/VisualBasic/LineCommit/CommitFormatter.vb b/src/EditorFeatures/VisualBasic/LineCommit/CommitFormatter.vb index b370acff9df37..665b1d86a5e28 100644 --- a/src/EditorFeatures/VisualBasic/LineCommit/CommitFormatter.vb +++ b/src/EditorFeatures/VisualBasic/LineCommit/CommitFormatter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.ComponentModel.Composition diff --git a/src/EditorFeatures/VisualBasic/LineCommit/CommitViewManager.vb b/src/EditorFeatures/VisualBasic/LineCommit/CommitViewManager.vb index a20713d113467..ef9c47f9e4553 100644 --- a/src/EditorFeatures/VisualBasic/LineCommit/CommitViewManager.vb +++ b/src/EditorFeatures/VisualBasic/LineCommit/CommitViewManager.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Host diff --git a/src/EditorFeatures/VisualBasic/LineCommit/ContainingStatementInfo.MatchingStatementsVisitor.vb b/src/EditorFeatures/VisualBasic/LineCommit/ContainingStatementInfo.MatchingStatementsVisitor.vb index e90c94160eca7..7606379e9ebb4 100644 --- a/src/EditorFeatures/VisualBasic/LineCommit/ContainingStatementInfo.MatchingStatementsVisitor.vb +++ b/src/EditorFeatures/VisualBasic/LineCommit/ContainingStatementInfo.MatchingStatementsVisitor.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.VisualBasic.Syntax diff --git a/src/EditorFeatures/VisualBasic/LineCommit/ContainingStatementInfo.vb b/src/EditorFeatures/VisualBasic/LineCommit/ContainingStatementInfo.vb index e09117e5786d8..70c61b6746ec9 100644 --- a/src/EditorFeatures/VisualBasic/LineCommit/ContainingStatementInfo.vb +++ b/src/EditorFeatures/VisualBasic/LineCommit/ContainingStatementInfo.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Text diff --git a/src/EditorFeatures/VisualBasic/LineCommit/ICommitFormatter.vb b/src/EditorFeatures/VisualBasic/LineCommit/ICommitFormatter.vb index c12ae890f817a..9b29f2d73a735 100644 --- a/src/EditorFeatures/VisualBasic/LineCommit/ICommitFormatter.vb +++ b/src/EditorFeatures/VisualBasic/LineCommit/ICommitFormatter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.VisualStudio.Text diff --git a/src/EditorFeatures/VisualBasic/LineSeparators/VisualBasicLineSeparatorService.vb b/src/EditorFeatures/VisualBasic/LineSeparators/VisualBasicLineSeparatorService.vb index 6fa53ba47e11f..ea7384cd77068 100644 --- a/src/EditorFeatures/VisualBasic/LineSeparators/VisualBasicLineSeparatorService.vb +++ b/src/EditorFeatures/VisualBasic/LineSeparators/VisualBasicLineSeparatorService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/NavigationBar/GenerateEventHandlerItem.vb b/src/EditorFeatures/VisualBasic/NavigationBar/GenerateEventHandlerItem.vb index 15c6a70a0cca4..cfb5d8f2d4bb9 100644 --- a/src/EditorFeatures/VisualBasic/NavigationBar/GenerateEventHandlerItem.vb +++ b/src/EditorFeatures/VisualBasic/NavigationBar/GenerateEventHandlerItem.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/NavigationBar/GenerateFinalizerItem.vb b/src/EditorFeatures/VisualBasic/NavigationBar/GenerateFinalizerItem.vb index 0303210ca3354..631b3fa1513a6 100644 --- a/src/EditorFeatures/VisualBasic/NavigationBar/GenerateFinalizerItem.vb +++ b/src/EditorFeatures/VisualBasic/NavigationBar/GenerateFinalizerItem.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/NavigationBar/GenerateMethodItem.vb b/src/EditorFeatures/VisualBasic/NavigationBar/GenerateMethodItem.vb index 7e89f024c832f..00e8228f783c4 100644 --- a/src/EditorFeatures/VisualBasic/NavigationBar/GenerateMethodItem.vb +++ b/src/EditorFeatures/VisualBasic/NavigationBar/GenerateMethodItem.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/EditorFeatures/VisualBasic/NavigationBar/VisualBasicNavigationBarItemService.vb b/src/EditorFeatures/VisualBasic/NavigationBar/VisualBasicNavigationBarItemService.vb index 3994c1f6dfbeb..e4bf63293a461 100644 --- a/src/EditorFeatures/VisualBasic/NavigationBar/VisualBasicNavigationBarItemService.vb +++ b/src/EditorFeatures/VisualBasic/NavigationBar/VisualBasicNavigationBarItemService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/QuickInfo/SemanticQuickInfoProvider.vb b/src/EditorFeatures/VisualBasic/QuickInfo/SemanticQuickInfoProvider.vb index 57c397c2c9441..1815d09a23473 100644 --- a/src/EditorFeatures/VisualBasic/QuickInfo/SemanticQuickInfoProvider.vb +++ b/src/EditorFeatures/VisualBasic/QuickInfo/SemanticQuickInfoProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports System.Threading diff --git a/src/EditorFeatures/VisualBasic/RenameTracking/RenameTrackingCodeFixProvider.vb b/src/EditorFeatures/VisualBasic/RenameTracking/RenameTrackingCodeFixProvider.vb index d7a2a1dff6f43..0697160cc054e 100644 --- a/src/EditorFeatures/VisualBasic/RenameTracking/RenameTrackingCodeFixProvider.vb +++ b/src/EditorFeatures/VisualBasic/RenameTracking/RenameTrackingCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.CodeFixes diff --git a/src/EditorFeatures/VisualBasic/TextStructureNavigation/TextStructureNavigatorProvider.vb b/src/EditorFeatures/VisualBasic/TextStructureNavigation/TextStructureNavigatorProvider.vb index d349ee6bfba72..e0d90eaf0a082 100644 --- a/src/EditorFeatures/VisualBasic/TextStructureNavigation/TextStructureNavigatorProvider.vb +++ b/src/EditorFeatures/VisualBasic/TextStructureNavigation/TextStructureNavigatorProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports Microsoft.CodeAnalysis.Editor.Host diff --git a/src/EditorFeatures/VisualBasic/Utilities/CommandHandlers/AbstractImplementAbstractClassOrInterfaceCommandHandler.vb b/src/EditorFeatures/VisualBasic/Utilities/CommandHandlers/AbstractImplementAbstractClassOrInterfaceCommandHandler.vb index 9946338b7073b..78bc2c85fa616 100644 --- a/src/EditorFeatures/VisualBasic/Utilities/CommandHandlers/AbstractImplementAbstractClassOrInterfaceCommandHandler.vb +++ b/src/EditorFeatures/VisualBasic/Utilities/CommandHandlers/AbstractImplementAbstractClassOrInterfaceCommandHandler.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/EditorFeatures/VisualBasic/Utilities/LineAdjustmentFormattingRule.vb b/src/EditorFeatures/VisualBasic/Utilities/LineAdjustmentFormattingRule.vb index 2a803acc46df3..aab8baa4aad7f 100644 --- a/src/EditorFeatures/VisualBasic/Utilities/LineAdjustmentFormattingRule.vb +++ b/src/EditorFeatures/VisualBasic/Utilities/LineAdjustmentFormattingRule.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Formatting.Rules diff --git a/src/EditorFeatures/VisualBasic/Utilities/NamedTypeSymbolExtensions.vb b/src/EditorFeatures/VisualBasic/Utilities/NamedTypeSymbolExtensions.vb index c79765810d660..38509a5502ba1 100644 --- a/src/EditorFeatures/VisualBasic/Utilities/NamedTypeSymbolExtensions.vb +++ b/src/EditorFeatures/VisualBasic/Utilities/NamedTypeSymbolExtensions.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports Microsoft.CodeAnalysis diff --git a/src/EditorFeatures/VisualBasic/Utilities/NavigationPointHelpers.vb b/src/EditorFeatures/VisualBasic/Utilities/NavigationPointHelpers.vb index e7c96fd4d22b4..f30d036b80549 100644 --- a/src/EditorFeatures/VisualBasic/Utilities/NavigationPointHelpers.vb +++ b/src/EditorFeatures/VisualBasic/Utilities/NavigationPointHelpers.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.Shared.Utilities Imports Microsoft.CodeAnalysis.Text diff --git a/src/EditorFeatures/VisualBasicTest/AddConstructorParametersFromMembers/AddConstructorParametersFromMembersTests.vb b/src/EditorFeatures/VisualBasicTest/AddConstructorParametersFromMembers/AddConstructorParametersFromMembersTests.vb index ad9d403a2abc3..cc2220431886d 100644 --- a/src/EditorFeatures/VisualBasicTest/AddConstructorParametersFromMembers/AddConstructorParametersFromMembersTests.vb +++ b/src/EditorFeatures/VisualBasicTest/AddConstructorParametersFromMembers/AddConstructorParametersFromMembersTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.AddConstructorParametersFromMembers Imports Microsoft.CodeAnalysis.CodeRefactorings diff --git a/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticBraceCompletionTests.vb b/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticBraceCompletionTests.vb index 4a20f9477c210..a84095256fa04 100644 --- a/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticBraceCompletionTests.vb +++ b/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticBraceCompletionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Editor.UnitTests.AutomaticCompletion diff --git a/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticBracketCompletionTests.vb b/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticBracketCompletionTests.vb index d11eb8bc1d9f8..e38d0e06fd9fc 100644 --- a/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticBracketCompletionTests.vb +++ b/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticBracketCompletionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Editor.UnitTests.AutomaticCompletion diff --git a/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticInterpolatedStringExpressionCompletionTests.vb b/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticInterpolatedStringExpressionCompletionTests.vb index ef93c958d0f9b..5d0fda95ca39e 100644 --- a/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticInterpolatedStringExpressionCompletionTests.vb +++ b/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticInterpolatedStringExpressionCompletionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Editor.UnitTests.AutomaticCompletion diff --git a/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticInterpolationCompletionTests.vb b/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticInterpolationCompletionTests.vb index 0e9fa3b07d209..b07e6fee32e09 100644 --- a/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticInterpolationCompletionTests.vb +++ b/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticInterpolationCompletionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Editor.UnitTests.AutomaticCompletion diff --git a/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticLessAndGreaterThanCompletionTests.vb b/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticLessAndGreaterThanCompletionTests.vb index 03893730d874f..ae9bc00f3dc0b 100644 --- a/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticLessAndGreaterThanCompletionTests.vb +++ b/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticLessAndGreaterThanCompletionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Editor.UnitTests.AutomaticCompletion diff --git a/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticLineEnderTests.vb b/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticLineEnderTests.vb index 097accbe31648..60d5e8bf55ab2 100644 --- a/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticLineEnderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticLineEnderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Editor.Commands diff --git a/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticParenthesesCompletion.vb b/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticParenthesesCompletion.vb index 4dfc1169b7430..8722a40f33282 100644 --- a/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticParenthesesCompletion.vb +++ b/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticParenthesesCompletion.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Editor.UnitTests.AutomaticCompletion diff --git a/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticStringLiteralCompletionTests.vb b/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticStringLiteralCompletionTests.vb index 3679146b72e3d..00ec4671dee4f 100644 --- a/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticStringLiteralCompletionTests.vb +++ b/src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticStringLiteralCompletionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Editor.UnitTests.AutomaticCompletion diff --git a/src/EditorFeatures/VisualBasicTest/AutomaticEndConstructCorrection/AutomaticEndConstructCorrectorTests.vb b/src/EditorFeatures/VisualBasicTest/AutomaticEndConstructCorrection/AutomaticEndConstructCorrectorTests.vb index 85e74b1f3ef16..ea906b745709b 100644 --- a/src/EditorFeatures/VisualBasicTest/AutomaticEndConstructCorrection/AutomaticEndConstructCorrectorTests.vb +++ b/src/EditorFeatures/VisualBasicTest/AutomaticEndConstructCorrection/AutomaticEndConstructCorrectorTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editor.UnitTests.Utilities diff --git a/src/EditorFeatures/VisualBasicTest/BraceMatching/BraceHighlightingTests.vb b/src/EditorFeatures/VisualBasicTest/BraceMatching/BraceHighlightingTests.vb index 2e15be8a2019f..d373506e6c55a 100644 --- a/src/EditorFeatures/VisualBasicTest/BraceMatching/BraceHighlightingTests.vb +++ b/src/EditorFeatures/VisualBasicTest/BraceMatching/BraceHighlightingTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/EditorFeatures/VisualBasicTest/BraceMatching/VisualBasicBraceMatcherTests.vb b/src/EditorFeatures/VisualBasicTest/BraceMatching/VisualBasicBraceMatcherTests.vb index d5e143ef8cc39..3e94ea4fdd2f1 100644 --- a/src/EditorFeatures/VisualBasicTest/BraceMatching/VisualBasicBraceMatcherTests.vb +++ b/src/EditorFeatures/VisualBasicTest/BraceMatching/VisualBasicBraceMatcherTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.BraceMatching Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/CaseCorrecting/CaseCorrectionServiceTests.vb b/src/EditorFeatures/VisualBasicTest/CaseCorrecting/CaseCorrectionServiceTests.vb index 4681b22166035..17a4068e76789 100644 --- a/src/EditorFeatures/VisualBasicTest/CaseCorrecting/CaseCorrectionServiceTests.vb +++ b/src/EditorFeatures/VisualBasicTest/CaseCorrecting/CaseCorrectionServiceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/EditorFeatures/VisualBasicTest/ChangeSignature/ChangeSignatureTests.vb b/src/EditorFeatures/VisualBasicTest/ChangeSignature/ChangeSignatureTests.vb index d08ec7d0d3dfe..51ebdfdd3824c 100644 --- a/src/EditorFeatures/VisualBasicTest/ChangeSignature/ChangeSignatureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/ChangeSignature/ChangeSignatureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.ChangeSignature Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions diff --git a/src/EditorFeatures/VisualBasicTest/ChangeSignature/ChangeSignature_CheckAllSignatureChanges.vb b/src/EditorFeatures/VisualBasicTest/ChangeSignature/ChangeSignature_CheckAllSignatureChanges.vb index 9cfe133397273..0133bf71add8a 100644 --- a/src/EditorFeatures/VisualBasicTest/ChangeSignature/ChangeSignature_CheckAllSignatureChanges.vb +++ b/src/EditorFeatures/VisualBasicTest/ChangeSignature/ChangeSignature_CheckAllSignatureChanges.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.ChangeSignature Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions diff --git a/src/EditorFeatures/VisualBasicTest/ChangeSignature/ChangeSignature_Delegates.vb b/src/EditorFeatures/VisualBasicTest/ChangeSignature/ChangeSignature_Delegates.vb index 316e8b37c5a7b..175ce06b1e8bb 100644 --- a/src/EditorFeatures/VisualBasicTest/ChangeSignature/ChangeSignature_Delegates.vb +++ b/src/EditorFeatures/VisualBasicTest/ChangeSignature/ChangeSignature_Delegates.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.ChangeSignature Imports Microsoft.CodeAnalysis.CodeRefactorings diff --git a/src/EditorFeatures/VisualBasicTest/ChangeSignature/ChangeSignature_Formatting.vb b/src/EditorFeatures/VisualBasicTest/ChangeSignature/ChangeSignature_Formatting.vb index 975b992ff8bf1..740701fedd646 100644 --- a/src/EditorFeatures/VisualBasicTest/ChangeSignature/ChangeSignature_Formatting.vb +++ b/src/EditorFeatures/VisualBasicTest/ChangeSignature/ChangeSignature_Formatting.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.ChangeSignature Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions diff --git a/src/EditorFeatures/VisualBasicTest/ChangeSignature/RemoveParametersTests.vb b/src/EditorFeatures/VisualBasicTest/ChangeSignature/RemoveParametersTests.vb index bccad382a0a5c..3b6c5e366c180 100644 --- a/src/EditorFeatures/VisualBasicTest/ChangeSignature/RemoveParametersTests.vb +++ b/src/EditorFeatures/VisualBasicTest/ChangeSignature/RemoveParametersTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.Implementation.Interactive Imports Microsoft.CodeAnalysis.Editor.UnitTests diff --git a/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParameters.InvocationErrors.vb b/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParameters.InvocationErrors.vb index bac58cd3c3b83..eff669c12b5da 100644 --- a/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParameters.InvocationErrors.vb +++ b/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParameters.InvocationErrors.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions diff --git a/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParameters.InvocationLocations.vb b/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParameters.InvocationLocations.vb index 0f621de5726fe..00dd2fc5ab32e 100644 --- a/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParameters.InvocationLocations.vb +++ b/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParameters.InvocationLocations.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions diff --git a/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParameters.MultiFile.vb b/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParameters.MultiFile.vb index 8cdffb59640f9..1bfda0cc1226d 100644 --- a/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParameters.MultiFile.vb +++ b/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParameters.MultiFile.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.ChangeSignature Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions diff --git a/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParametersTests.Cascading.vb b/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParametersTests.Cascading.vb index 4ca6f76bf0b98..3e5f37101c7d3 100644 --- a/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParametersTests.Cascading.vb +++ b/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParametersTests.Cascading.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions diff --git a/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParametersTests.vb b/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParametersTests.vb index 87d7adb80eb53..3303d639f4ce3 100644 --- a/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParametersTests.vb +++ b/src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParametersTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.ChangeSignature Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions diff --git a/src/EditorFeatures/VisualBasicTest/Classification/AbstractVisualBasicClassifierTests.vb b/src/EditorFeatures/VisualBasicTest/Classification/AbstractVisualBasicClassifierTests.vb index da56e9c5b6bce..f9ed931990196 100644 --- a/src/EditorFeatures/VisualBasicTest/Classification/AbstractVisualBasicClassifierTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Classification/AbstractVisualBasicClassifierTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Classification diff --git a/src/EditorFeatures/VisualBasicTest/CodeActions/AbstractVisualBasicCodeActionTest.vb b/src/EditorFeatures/VisualBasicTest/CodeActions/AbstractVisualBasicCodeActionTest.vb index c061770663b32..372b43abbda5a 100644 --- a/src/EditorFeatures/VisualBasicTest/CodeActions/AbstractVisualBasicCodeActionTest.vb +++ b/src/EditorFeatures/VisualBasicTest/CodeActions/AbstractVisualBasicCodeActionTest.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions diff --git a/src/EditorFeatures/VisualBasicTest/CodeActions/ConvertIfToSwitch/ConvertIfToSwitchTests.vb b/src/EditorFeatures/VisualBasicTest/CodeActions/ConvertIfToSwitch/ConvertIfToSwitchTests.vb index 635f4cee0d0d7..e2a17b430d331 100644 --- a/src/EditorFeatures/VisualBasicTest/CodeActions/ConvertIfToSwitch/ConvertIfToSwitchTests.vb +++ b/src/EditorFeatures/VisualBasicTest/CodeActions/ConvertIfToSwitch/ConvertIfToSwitchTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefactorings diff --git a/src/EditorFeatures/VisualBasicTest/CodeActions/EncapsulateField/EncapsulateFieldTests.vb b/src/EditorFeatures/VisualBasicTest/CodeActions/EncapsulateField/EncapsulateFieldTests.vb index 8319388468e81..99543205c011e 100644 --- a/src/EditorFeatures/VisualBasicTest/CodeActions/EncapsulateField/EncapsulateFieldTests.vb +++ b/src/EditorFeatures/VisualBasicTest/CodeActions/EncapsulateField/EncapsulateFieldTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.CodeStyle diff --git a/src/EditorFeatures/VisualBasicTest/CodeActions/ExtractMethod/ExtractMethodTests.vb b/src/EditorFeatures/VisualBasicTest/CodeActions/ExtractMethod/ExtractMethodTests.vb index c5f2149e0ae18..cf44dfad9ec00 100644 --- a/src/EditorFeatures/VisualBasicTest/CodeActions/ExtractMethod/ExtractMethodTests.vb +++ b/src/EditorFeatures/VisualBasicTest/CodeActions/ExtractMethod/ExtractMethodTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.CodeRefactorings.ExtractMethod diff --git a/src/EditorFeatures/VisualBasicTest/CodeActions/InlineTemporary/InlineTemporaryTests.vb b/src/EditorFeatures/VisualBasicTest/CodeActions/InlineTemporary/InlineTemporaryTests.vb index 5d369567f276e..61701248aa9c6 100644 --- a/src/EditorFeatures/VisualBasicTest/CodeActions/InlineTemporary/InlineTemporaryTests.vb +++ b/src/EditorFeatures/VisualBasicTest/CodeActions/InlineTemporary/InlineTemporaryTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Option Strict Off Imports Microsoft.CodeAnalysis.CodeRefactorings diff --git a/src/EditorFeatures/VisualBasicTest/CodeActions/IntroduceVariable/IntroduceVariableTests.vb b/src/EditorFeatures/VisualBasicTest/CodeActions/IntroduceVariable/IntroduceVariableTests.vb index b5f15736db9d3..10cc05ef58644 100644 --- a/src/EditorFeatures/VisualBasicTest/CodeActions/IntroduceVariable/IntroduceVariableTests.vb +++ b/src/EditorFeatures/VisualBasicTest/CodeActions/IntroduceVariable/IntroduceVariableTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.CodeRefactorings.IntroduceVariable diff --git a/src/EditorFeatures/VisualBasicTest/CodeActions/InvertIf/InvertIfTests.vb b/src/EditorFeatures/VisualBasicTest/CodeActions/InvertIf/InvertIfTests.vb index e4638d5e9e734..a3ea4cee29d57 100644 --- a/src/EditorFeatures/VisualBasicTest/CodeActions/InvertIf/InvertIfTests.vb +++ b/src/EditorFeatures/VisualBasicTest/CodeActions/InvertIf/InvertIfTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Option Strict Off Imports Microsoft.CodeAnalysis.CodeRefactorings diff --git a/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/BasicMoveTypeTestsBase.vb b/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/BasicMoveTypeTestsBase.vb index 2b3c52e1ed068..2fbb0a9593811 100644 --- a/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/BasicMoveTypeTestsBase.vb +++ b/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/BasicMoveTypeTestsBase.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Xml.Linq diff --git a/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/MoveTypeTests.ActionCountTests.vb b/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/MoveTypeTests.ActionCountTests.vb index e5f8de3169175..7267082662832 100644 --- a/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/MoveTypeTests.ActionCountTests.vb +++ b/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/MoveTypeTests.ActionCountTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefactorings.MoveType Partial Public Class MoveTypeTests diff --git a/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/MoveTypeTests.MoveToNewFile.vb b/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/MoveTypeTests.MoveToNewFile.vb index d7ed715f493ee..2f8bdf9ba13a5 100644 --- a/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/MoveTypeTests.MoveToNewFile.vb +++ b/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/MoveTypeTests.MoveToNewFile.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefactorings.MoveType Partial Public Class MoveTypeTests diff --git a/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/MoveTypeTests.RenameFile.vb b/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/MoveTypeTests.RenameFile.vb index 7aad30ffa8b3a..08dca1774af33 100644 --- a/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/MoveTypeTests.RenameFile.vb +++ b/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/MoveTypeTests.RenameFile.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefactorings.MoveType Partial Public Class MoveTypeTests diff --git a/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/MoveTypeTests.RenameType.vb b/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/MoveTypeTests.RenameType.vb index 8d24e7698e855..db304b1ae928c 100644 --- a/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/MoveTypeTests.RenameType.vb +++ b/src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/MoveTypeTests.RenameType.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefactorings.MoveType Partial Public Class MoveTypeTests diff --git a/src/EditorFeatures/VisualBasicTest/CodeActions/Preview/PreviewTests.vb b/src/EditorFeatures/VisualBasicTest/CodeActions/Preview/PreviewTests.vb index 645b157b45f80..a7d4694fc12df 100644 --- a/src/EditorFeatures/VisualBasicTest/CodeActions/Preview/PreviewTests.vb +++ b/src/EditorFeatures/VisualBasicTest/CodeActions/Preview/PreviewTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.CodeActions diff --git a/src/EditorFeatures/VisualBasicTest/CodeActions/ReplaceMethodWithProperty/ReplaceMethodWithPropertyTests.vb b/src/EditorFeatures/VisualBasicTest/CodeActions/ReplaceMethodWithProperty/ReplaceMethodWithPropertyTests.vb index 621b10e83b81c..c5ecffbbdcad7 100644 --- a/src/EditorFeatures/VisualBasicTest/CodeActions/ReplaceMethodWithProperty/ReplaceMethodWithPropertyTests.vb +++ b/src/EditorFeatures/VisualBasicTest/CodeActions/ReplaceMethodWithProperty/ReplaceMethodWithPropertyTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefactorings diff --git a/src/EditorFeatures/VisualBasicTest/CodeActions/UseNamedArguments/UseNamedArgumentsTests.vb b/src/EditorFeatures/VisualBasicTest/CodeActions/UseNamedArguments/UseNamedArgumentsTests.vb index f8c0452b2a7b8..a9d42be2e697a 100644 --- a/src/EditorFeatures/VisualBasicTest/CodeActions/UseNamedArguments/UseNamedArgumentsTests.vb +++ b/src/EditorFeatures/VisualBasicTest/CodeActions/UseNamedArguments/UseNamedArgumentsTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefactorings diff --git a/src/EditorFeatures/VisualBasicTest/CommentSelection/VisualBasicCommentSelectionTests.vb b/src/EditorFeatures/VisualBasicTest/CommentSelection/VisualBasicCommentSelectionTests.vb index 1902e716ad2b1..aa05bd42a401e 100644 --- a/src/EditorFeatures/VisualBasicTest/CommentSelection/VisualBasicCommentSelectionTests.vb +++ b/src/EditorFeatures/VisualBasicTest/CommentSelection/VisualBasicCommentSelectionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis diff --git a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/AbstractContextTests.vb b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/AbstractContextTests.vb index 5c44660f512df..31da6bfe485f4 100644 --- a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/AbstractContextTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/AbstractContextTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Text diff --git a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/AbstractVisualBasicCompletionProviderTests.vb b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/AbstractVisualBasicCompletionProviderTests.vb index 6d0b8b3b4979a..a8b24dd61e0fd 100644 --- a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/AbstractVisualBasicCompletionProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/AbstractVisualBasicCompletionProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis diff --git a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/CompletionListTagCompletionProviderTests.vb b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/CompletionListTagCompletionProviderTests.vb index f0c8ef96b2295..efb1e36d6bef3 100644 --- a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/CompletionListTagCompletionProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/CompletionListTagCompletionProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/CrefCompletionProviderTests.vb b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/CrefCompletionProviderTests.vb index be5149e2e6de7..295737b1ac60b 100644 --- a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/CrefCompletionProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/CrefCompletionProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Completion diff --git a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/EnumCompletionProviderTests.vb b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/EnumCompletionProviderTests.vb index 70093578b62c9..e976ac906dd5a 100644 --- a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/EnumCompletionProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/EnumCompletionProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/HandlesClauseCompletionProviderTests.vb b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/HandlesClauseCompletionProviderTests.vb index f9dcee4669af0..9ed414cf65ae5 100644 --- a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/HandlesClauseCompletionProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/HandlesClauseCompletionProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/ImplementsClauseCompletionProviderTests.vb b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/ImplementsClauseCompletionProviderTests.vb index 0fe17da9f3cc6..7114433512220 100644 --- a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/ImplementsClauseCompletionProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/ImplementsClauseCompletionProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/KeywordCompletionProviderTests.vb b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/KeywordCompletionProviderTests.vb index 1221a134e62db..36e0ad14889d1 100644 --- a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/KeywordCompletionProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/KeywordCompletionProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/NamedParameterCompletionProviderTests.vb b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/NamedParameterCompletionProviderTests.vb index fdfef9855e5d6..c114f4353a735 100644 --- a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/NamedParameterCompletionProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/NamedParameterCompletionProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/NamespaceContextTests.vb b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/NamespaceContextTests.vb index 95319ba8b1af2..a6962f9777bbd 100644 --- a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/NamespaceContextTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/NamespaceContextTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.VisualBasic.Extensions.ContextQuery diff --git a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/ObjectCreationCompletionProviderTests.vb b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/ObjectCreationCompletionProviderTests.vb index 7c1acf53de2a0..c1de55592632a 100644 --- a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/ObjectCreationCompletionProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/ObjectCreationCompletionProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/ObjectInitializerCompletionProviderTests.vb b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/ObjectInitializerCompletionProviderTests.vb index 203a3bc402830..e8c210f58b478 100644 --- a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/ObjectInitializerCompletionProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/ObjectInitializerCompletionProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/OverrideCompletionProviderTests.vb b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/OverrideCompletionProviderTests.vb index e03e2df33276e..5875bb11fbb5c 100644 --- a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/OverrideCompletionProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/OverrideCompletionProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Completion diff --git a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/PartialTypeCompletionProviderTests.vb b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/PartialTypeCompletionProviderTests.vb index eb11e9cb196b9..d45e3031751bd 100644 --- a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/PartialTypeCompletionProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/PartialTypeCompletionProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/SuggestionModeCompletionProviderTests.vb b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/SuggestionModeCompletionProviderTests.vb index ec5420bac6897..9c9f3191ca234 100644 --- a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/SuggestionModeCompletionProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/SuggestionModeCompletionProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Xml.Linq diff --git a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/SymbolCompletionProviderTests.vb b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/SymbolCompletionProviderTests.vb index db301ac272544..5f04299766896 100644 --- a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/SymbolCompletionProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/SymbolCompletionProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/TypeContextTests.vb b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/TypeContextTests.vb index 51e62c919c2d0..be81a58a076c6 100644 --- a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/TypeContextTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/TypeContextTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.VisualBasic.Extensions.ContextQuery diff --git a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/XmlDocCommentCompletionProviderTests.vb b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/XmlDocCommentCompletionProviderTests.vb index 3799b1c492855..cc42038899b83 100644 --- a/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/XmlDocCommentCompletionProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/XmlDocCommentCompletionProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Completion diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/AbstractVisualBasicDiagnosticProviderBasedUserDiagnosticTest.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/AbstractVisualBasicDiagnosticProviderBasedUserDiagnosticTest.vb index 63a0a2dbaf03e..ff5d7f8777f8d 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/AbstractVisualBasicDiagnosticProviderBasedUserDiagnosticTest.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/AbstractVisualBasicDiagnosticProviderBasedUserDiagnosticTest.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/AddImport/AddImportTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/AddImport/AddImportTests.vb index 327f4ced625d9..a9e7f80ad6519 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/AddImport/AddImportTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/AddImport/AddImportTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeActions Imports Microsoft.CodeAnalysis.CodeFixes diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/Async/AddAwaitTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/Async/AddAwaitTests.vb index 4c85bce7b70af..65d70d870c464 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/Async/AddAwaitTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/Async/AddAwaitTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/Async/ChangeToAsyncTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/Async/ChangeToAsyncTests.vb index 27de245495e54..dfe1e6179d0c1 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/Async/ChangeToAsyncTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/Async/ChangeToAsyncTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/CorrectNextControlVariable/CorrectNextControlVariableTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/CorrectNextControlVariable/CorrectNextControlVariableTests.vb index 55afdac509b2d..8daaab4927c61 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/CorrectNextControlVariable/CorrectNextControlVariableTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/CorrectNextControlVariable/CorrectNextControlVariableTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/DiagnosticAnalyzerDriver/DiagnosticAnalyzerDriverTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/DiagnosticAnalyzerDriver/DiagnosticAnalyzerDriverTests.vb index 6d2fbdc96d719..3af1c893d0736 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/DiagnosticAnalyzerDriver/DiagnosticAnalyzerDriverTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/DiagnosticAnalyzerDriver/DiagnosticAnalyzerDriverTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/ExitContinue/ExitContinueCodeActionTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/ExitContinue/ExitContinueCodeActionTests.vb index 098d195bff9a6..0e0d9219a6463 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/ExitContinue/ExitContinueCodeActionTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/ExitContinue/ExitContinueCodeActionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/FixIncorrectFunctionReturnType/FixIncorrectFunctionReturnTypeTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/FixIncorrectFunctionReturnType/FixIncorrectFunctionReturnTypeTests.vb index 7901b1589313e..cdc74bf3238c4 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/FixIncorrectFunctionReturnType/FixIncorrectFunctionReturnTypeTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/FixIncorrectFunctionReturnType/FixIncorrectFunctionReturnTypeTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/FullyQualify/FullyQualifyTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/FullyQualify/FullyQualifyTests.vb index 60f1101dc1129..6216488a08ca7 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/FullyQualify/FullyQualifyTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/FullyQualify/FullyQualifyTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.CodeActions diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateEndConstruct/GenerateEndConstructTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateEndConstruct/GenerateEndConstructTests.vb index db64c015f17e6..1807e3fe93756 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateEndConstruct/GenerateEndConstructTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateEndConstruct/GenerateEndConstructTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.VisualBasic.CodeFixes.GenerateEndConstruct diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateEnumMember/GenerateEnumMemberTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateEnumMember/GenerateEnumMemberTests.vb index 04640967f9682..d9b85e037b96d 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateEnumMember/GenerateEnumMemberTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateEnumMember/GenerateEnumMemberTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Option Strict Off Imports Microsoft.CodeAnalysis.CodeFixes diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateEvent/GenerateEventTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateEvent/GenerateEventTests.vb index e3a782b405adb..1cf88da9ee678 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateEvent/GenerateEventTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateEvent/GenerateEventTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.VisualBasic.CodeFixes.GenerateEvent Imports Microsoft.CodeAnalysis.CodeFixes diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateMethod/GenerateMethodTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateMethod/GenerateMethodTests.vb index 6054f61767620..0642dcba46140 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateMethod/GenerateMethodTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateMethod/GenerateMethodTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.VisualBasic.CodeFixes.GenerateMethod diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateType/GenerateTypeTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateType/GenerateTypeTests.vb index e3b071d3b48bd..c01ae0b3e3fbb 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateType/GenerateTypeTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateType/GenerateTypeTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.CodeActions diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateType/GenerateTypeTests_Dialog.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateType/GenerateTypeTests_Dialog.vb index 73ad8f5b42d6b..dd84d1086b33b 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateType/GenerateTypeTests_Dialog.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateType/GenerateTypeTests_Dialog.vb @@ -1,4 +1,4 @@ -Option Strict Off +Option Strict Off ' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateVariable/GenerateVariableTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateVariable/GenerateVariableTests.vb index e79bd755ba6d7..7722d295f2cea 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateVariable/GenerateVariableTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateVariable/GenerateVariableTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.CodeActions diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/InsertMissingCast/InsertMissingCastTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/InsertMissingCast/InsertMissingCastTests.vb index 77bc603bf4e62..3cbab122ac0cb 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/InsertMissingCast/InsertMissingCastTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/InsertMissingCast/InsertMissingCastTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/Iterator/IteratorTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/Iterator/IteratorTests.vb index a7094bdec683e..4451259f7048f 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/Iterator/IteratorTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/Iterator/IteratorTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/MakeMethodAsynchronous/MakeMethodAsynchronousTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/MakeMethodAsynchronous/MakeMethodAsynchronousTests.vb index ae518c7dbf14f..e6960814419f8 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/MakeMethodAsynchronous/MakeMethodAsynchronousTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/MakeMethodAsynchronous/MakeMethodAsynchronousTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/MoveToTopOfFile/MoveToTopOfFileTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/MoveToTopOfFile/MoveToTopOfFileTests.vb index a23ed55f0b1a3..f1018d91e5f82 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/MoveToTopOfFile/MoveToTopOfFileTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/MoveToTopOfFile/MoveToTopOfFileTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/OverloadBase/OverloadBaseTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/OverloadBase/OverloadBaseTests.vb index 7142cc37fce5a..dd586a9b05c63 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/OverloadBase/OverloadBaseTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/OverloadBase/OverloadBaseTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.CodeFixes diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/RemoveUnnecessaryCast/RemoveUnnecessaryCastTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/RemoveUnnecessaryCast/RemoveUnnecessaryCastTests.vb index a18d626511c0f..5704048cedec7 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/RemoveUnnecessaryCast/RemoveUnnecessaryCastTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/RemoveUnnecessaryCast/RemoveUnnecessaryCastTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/RemoveUnnecessaryCast/RemoveUnnecessaryCastTests_FixAllTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/RemoveUnnecessaryCast/RemoveUnnecessaryCastTests_FixAllTests.vb index eeb01aff9a68f..38ab53b4f9df6 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/RemoveUnnecessaryCast/RemoveUnnecessaryCastTests_FixAllTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/RemoveUnnecessaryCast/RemoveUnnecessaryCastTests_FixAllTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Diagnostics.RemoveUnnecessaryCast diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/SimplifyTypeNames/SimplifyTypeNamesTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/SimplifyTypeNames/SimplifyTypeNamesTests.vb index 729fe3e4799c3..f9aef95f470b9 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/SimplifyTypeNames/SimplifyTypeNamesTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/SimplifyTypeNames/SimplifyTypeNamesTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Option Strict On diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/SimplifyTypeNames/SimplifyTypeNamesTests_FixAllTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/SimplifyTypeNames/SimplifyTypeNamesTests_FixAllTests.vb index c5c53b21b7b4c..37b8b3ab227e2 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/SimplifyTypeNames/SimplifyTypeNamesTests_FixAllTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/SimplifyTypeNames/SimplifyTypeNamesTests_FixAllTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Option Strict Off Imports Microsoft.CodeAnalysis.CodeStyle diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/Spellcheck/SpellcheckTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/Spellcheck/SpellcheckTests.vb index 52164c18c0f5b..1db1ab6a02787 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/Spellcheck/SpellcheckTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/Spellcheck/SpellcheckTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.CodeActions diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/Suppression/SuppressionAllCodeTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/Suppression/SuppressionAllCodeTests.vb index 7cd2f9c8602fc..4a7f1d0f0a0d7 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/Suppression/SuppressionAllCodeTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/Suppression/SuppressionAllCodeTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Option Strict Off Imports Microsoft.CodeAnalysis.CodeFixes.Suppression diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/Suppression/SuppressionTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/Suppression/SuppressionTests.vb index 191bfac21d529..dae579c33ad2a 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/Suppression/SuppressionTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/Suppression/SuppressionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Option Strict Off Imports System.Collections.Immutable diff --git a/src/EditorFeatures/VisualBasicTest/Diagnostics/UseAutoProperty/UseAutoPropertyTests.vb b/src/EditorFeatures/VisualBasicTest/Diagnostics/UseAutoProperty/UseAutoPropertyTests.vb index 2d7087b7a5749..b61595b47c2f9 100644 --- a/src/EditorFeatures/VisualBasicTest/Diagnostics/UseAutoProperty/UseAutoPropertyTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Diagnostics/UseAutoProperty/UseAutoPropertyTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics diff --git a/src/EditorFeatures/VisualBasicTest/DocumentationComments/DocumentationCommentTests.vb b/src/EditorFeatures/VisualBasicTest/DocumentationComments/DocumentationCommentTests.vb index 2051f6ad4d8c7..34164493b4189 100644 --- a/src/EditorFeatures/VisualBasicTest/DocumentationComments/DocumentationCommentTests.vb +++ b/src/EditorFeatures/VisualBasicTest/DocumentationComments/DocumentationCommentTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.Host Imports Microsoft.CodeAnalysis.Editor.UnitTests.DocumentationComments diff --git a/src/EditorFeatures/VisualBasicTest/DocumentationComments/XmlTagCompletionTests.vb b/src/EditorFeatures/VisualBasicTest/DocumentationComments/XmlTagCompletionTests.vb index dc279fb5ea0a6..6bc675bdc2f2e 100644 --- a/src/EditorFeatures/VisualBasicTest/DocumentationComments/XmlTagCompletionTests.vb +++ b/src/EditorFeatures/VisualBasicTest/DocumentationComments/XmlTagCompletionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.Commands Imports Microsoft.CodeAnalysis.Editor.UnitTests.DocumentationComments diff --git a/src/EditorFeatures/VisualBasicTest/EditAndContinue/ActiveStatementTests.vb b/src/EditorFeatures/VisualBasicTest/EditAndContinue/ActiveStatementTests.vb index 79766b15c5fb2..fe9b96e80b325 100644 --- a/src/EditorFeatures/VisualBasicTest/EditAndContinue/ActiveStatementTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EditAndContinue/ActiveStatementTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.EditAndContinue diff --git a/src/EditorFeatures/VisualBasicTest/EditAndContinue/ActiveStatementTrackingServiceTests.vb b/src/EditorFeatures/VisualBasicTest/EditAndContinue/ActiveStatementTrackingServiceTests.vb index 41ecb21ec8f48..25f0bdb94bd27 100644 --- a/src/EditorFeatures/VisualBasicTest/EditAndContinue/ActiveStatementTrackingServiceTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EditAndContinue/ActiveStatementTrackingServiceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.VisualBasic.EditAndContinue.UnitTests diff --git a/src/EditorFeatures/VisualBasicTest/EditAndContinue/BreakpointSpansTests.vb b/src/EditorFeatures/VisualBasicTest/EditAndContinue/BreakpointSpansTests.vb index 2310864fbee48..67f8c61452078 100644 --- a/src/EditorFeatures/VisualBasicTest/EditAndContinue/BreakpointSpansTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EditAndContinue/BreakpointSpansTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/EditorFeatures/VisualBasicTest/EditAndContinue/Helpers/Extensions.vb b/src/EditorFeatures/VisualBasicTest/EditAndContinue/Helpers/Extensions.vb index 156d1ff6cf1c7..413174d2d90b2 100644 --- a/src/EditorFeatures/VisualBasicTest/EditAndContinue/Helpers/Extensions.vb +++ b/src/EditorFeatures/VisualBasicTest/EditAndContinue/Helpers/Extensions.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports Microsoft.CodeAnalysis.Differencing diff --git a/src/EditorFeatures/VisualBasicTest/EditAndContinue/Helpers/RudeEditTestBase.vb b/src/EditorFeatures/VisualBasicTest/EditAndContinue/Helpers/RudeEditTestBase.vb index 35e89cfee4a0c..7f479c8e09709 100644 --- a/src/EditorFeatures/VisualBasicTest/EditAndContinue/Helpers/RudeEditTestBase.vb +++ b/src/EditorFeatures/VisualBasicTest/EditAndContinue/Helpers/RudeEditTestBase.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Microsoft.CodeAnalysis.Differencing diff --git a/src/EditorFeatures/VisualBasicTest/EditAndContinue/Helpers/VisualBasicEditAndContinueTestHelpers.vb b/src/EditorFeatures/VisualBasicTest/EditAndContinue/Helpers/VisualBasicEditAndContinueTestHelpers.vb index a0a343102b21f..dc60be8aaa193 100644 --- a/src/EditorFeatures/VisualBasicTest/EditAndContinue/Helpers/VisualBasicEditAndContinueTestHelpers.vb +++ b/src/EditorFeatures/VisualBasicTest/EditAndContinue/Helpers/VisualBasicEditAndContinueTestHelpers.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.VisualBasic.EditAndContinue diff --git a/src/EditorFeatures/VisualBasicTest/EditAndContinue/LineEditTests.vb b/src/EditorFeatures/VisualBasicTest/EditAndContinue/LineEditTests.vb index a51a8e9f3338c..cd5f492acdf69 100644 --- a/src/EditorFeatures/VisualBasicTest/EditAndContinue/LineEditTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EditAndContinue/LineEditTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.EditAndContinue diff --git a/src/EditorFeatures/VisualBasicTest/EditAndContinue/RudeEditStatementTests.vb b/src/EditorFeatures/VisualBasicTest/EditAndContinue/RudeEditStatementTests.vb index 5b08ad8d7f037..0919bef43e8d8 100644 --- a/src/EditorFeatures/VisualBasicTest/EditAndContinue/RudeEditStatementTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EditAndContinue/RudeEditStatementTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.EditAndContinue Imports Microsoft.CodeAnalysis.EditAndContinue.UnitTests diff --git a/src/EditorFeatures/VisualBasicTest/EditAndContinue/RudeEditTopLevelTests.vb b/src/EditorFeatures/VisualBasicTest/EditAndContinue/RudeEditTopLevelTests.vb index 9008acc521dbb..c4c4367910d09 100644 --- a/src/EditorFeatures/VisualBasicTest/EditAndContinue/RudeEditTopLevelTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EditAndContinue/RudeEditTopLevelTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.EditAndContinue Imports Microsoft.CodeAnalysis.EditAndContinue.UnitTests diff --git a/src/EditorFeatures/VisualBasicTest/EditAndContinue/SyntaxComparerTests.vb b/src/EditorFeatures/VisualBasicTest/EditAndContinue/SyntaxComparerTests.vb index 215a693fc7d2e..10794e0fa5b84 100644 --- a/src/EditorFeatures/VisualBasicTest/EditAndContinue/SyntaxComparerTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EditAndContinue/SyntaxComparerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Differencing diff --git a/src/EditorFeatures/VisualBasicTest/EditAndContinue/VisualBasicEditAndContinueAnalyzerTests.vb b/src/EditorFeatures/VisualBasicTest/EditAndContinue/VisualBasicEditAndContinueAnalyzerTests.vb index 35e6f7c488fd0..2978d7dc4c73e 100644 --- a/src/EditorFeatures/VisualBasicTest/EditAndContinue/VisualBasicEditAndContinueAnalyzerTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EditAndContinue/VisualBasicEditAndContinueAnalyzerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Differencing diff --git a/src/EditorFeatures/VisualBasicTest/EncapsulateField/EncapsulateFieldCommandHandlerTests.vb b/src/EditorFeatures/VisualBasicTest/EncapsulateField/EncapsulateFieldCommandHandlerTests.vb index d44c801c74f3d..450b90c62dfa0 100644 --- a/src/EditorFeatures/VisualBasicTest/EncapsulateField/EncapsulateFieldCommandHandlerTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EncapsulateField/EncapsulateFieldCommandHandlerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.Implementation.Interactive Imports Microsoft.CodeAnalysis.Editor.UnitTests diff --git a/src/EditorFeatures/VisualBasicTest/EncapsulateField/EncapsulateFieldTestState.vb b/src/EditorFeatures/VisualBasicTest/EncapsulateField/EncapsulateFieldTestState.vb index 80137ddd9691a..02d7dc33c568e 100644 --- a/src/EditorFeatures/VisualBasicTest/EncapsulateField/EncapsulateFieldTestState.vb +++ b/src/EditorFeatures/VisualBasicTest/EncapsulateField/EncapsulateFieldTestState.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.Commands Imports Microsoft.CodeAnalysis.Editor.Shared diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/CharacterTypingTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/CharacterTypingTests.vb index 7807b047bd753..cebe0c77559ff 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/CharacterTypingTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/CharacterTypingTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/CustomEventTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/CustomEventTests.vb index 0b92e77f57a15..e5cabdbfd47d0 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/CustomEventTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/CustomEventTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/DoLoopTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/DoLoopTests.vb index 14b99e8503c0a..e189877ee96c3 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/DoLoopTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/DoLoopTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/EndConstructCommandHandlerTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/EndConstructCommandHandlerTests.vb index 399dc5b56638f..5feb0eb1f8177 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/EndConstructCommandHandlerTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/EndConstructCommandHandlerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.Implementation.EndConstructGeneration Imports Microsoft.CodeAnalysis.Options diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/EndConstructTestingHelpers.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/EndConstructTestingHelpers.vb index bd31753256ba2..d413b3e62b095 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/EndConstructTestingHelpers.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/EndConstructTestingHelpers.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/ForLoopTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/ForLoopTests.vb index d6b4cf249523f..431474e19dd3f 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/ForLoopTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/ForLoopTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/ITextSnapshotExtensionsTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/ITextSnapshotExtensionsTests.vb index 43ffd8aa78177..0482cccb033c7 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/ITextSnapshotExtensionsTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/ITextSnapshotExtensionsTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/IfBlockTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/IfBlockTests.vb index dc1b4e61c9add..0fe8ab7738220 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/IfBlockTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/IfBlockTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/MethodBlockTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/MethodBlockTests.vb index 4bc15669c19f0..fb170df0d78fe 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/MethodBlockTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/MethodBlockTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/MiscellaneousTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/MiscellaneousTests.vb index f8e938bb14b8e..fced9c89c6d12 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/MiscellaneousTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/MiscellaneousTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/MultiLineLambdaTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/MultiLineLambdaTests.vb index df198a803339d..95c5bba7bff94 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/MultiLineLambdaTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/MultiLineLambdaTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/NamespaceBlockTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/NamespaceBlockTests.vb index 1c90573dfaffb..a5fc944053d79 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/NamespaceBlockTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/NamespaceBlockTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/PreprocessorIfTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/PreprocessorIfTests.vb index 5ebbeea740555..26be8df8ce804 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/PreprocessorIfTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/PreprocessorIfTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/PreprocessorRegionsTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/PreprocessorRegionsTests.vb index d8c52353cc0b0..789e1622c6153 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/PreprocessorRegionsTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/PreprocessorRegionsTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/PropertyBlockTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/PropertyBlockTests.vb index c83e70c93a4ca..2c51e8abb2bd1 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/PropertyBlockTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/PropertyBlockTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/SelectBlockTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/SelectBlockTests.vb index 169b91153c0f2..601eb77cbdadd 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/SelectBlockTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/SelectBlockTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/SyncLockBlockTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/SyncLockBlockTests.vb index bade99789f647..477c9bb8eb07f 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/SyncLockBlockTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/SyncLockBlockTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/TryBlockTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/TryBlockTests.vb index 0169b25e565a4..f7d175b59d0bd 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/TryBlockTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/TryBlockTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/TypeBlockTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/TypeBlockTests.vb index a9b2902ab920d..1cd1ad68536a7 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/TypeBlockTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/TypeBlockTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/UsingBlockTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/UsingBlockTests.vb index 0f3b341037a5d..83a7c31e952b0 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/UsingBlockTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/UsingBlockTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/WhileLoopTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/WhileLoopTests.vb index b7598b4f6cd29..4ce16883b516d 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/WhileLoopTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/WhileLoopTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/WhiteSpacesInsertTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/WhiteSpacesInsertTests.vb index d70c4f6f0c88d..75366857f4814 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/WhiteSpacesInsertTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/WhiteSpacesInsertTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/WithBlockTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/WithBlockTests.vb index da45c46755466..63c0601993ca4 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/WithBlockTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/WithBlockTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/XmlLiteralTests.vb b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/XmlLiteralTests.vb index 26df2e5821a24..9f412a21cbb08 100644 --- a/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/XmlLiteralTests.vb +++ b/src/EditorFeatures/VisualBasicTest/EndConstructGeneration/XmlLiteralTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration diff --git a/src/EditorFeatures/VisualBasicTest/Extensions/StatementSyntaxExtensionTests.vb b/src/EditorFeatures/VisualBasicTest/Extensions/StatementSyntaxExtensionTests.vb index 5aee10424024d..ac054ca1cc6e1 100644 --- a/src/EditorFeatures/VisualBasicTest/Extensions/StatementSyntaxExtensionTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Extensions/StatementSyntaxExtensionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Microsoft.CodeAnalysis.VisualBasic.Extensions diff --git a/src/EditorFeatures/VisualBasicTest/ExtractInterface/ExtractInterfaceTests.vb b/src/EditorFeatures/VisualBasicTest/ExtractInterface/ExtractInterfaceTests.vb index d80feae487957..ad1aae5a4164b 100644 --- a/src/EditorFeatures/VisualBasicTest/ExtractInterface/ExtractInterfaceTests.vb +++ b/src/EditorFeatures/VisualBasicTest/ExtractInterface/ExtractInterfaceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.Implementation.Interactive Imports Microsoft.CodeAnalysis.Editor.UnitTests diff --git a/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.ControlFlowAnalysis.vb b/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.ControlFlowAnalysis.vb index fea0c8d9351b5..a92c5beec7dac 100644 --- a/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.ControlFlowAnalysis.vb +++ b/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.ControlFlowAnalysis.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.ExtractMethod diff --git a/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.DataFlowAnalysis.vb b/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.DataFlowAnalysis.vb index 9c536d8ac1eea..203d0de293d0d 100644 --- a/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.DataFlowAnalysis.vb +++ b/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.DataFlowAnalysis.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.ExtractMethod diff --git a/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.LanguageInteraction.vb b/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.LanguageInteraction.vb index 425e1787fade6..4057a9aa103ec 100644 --- a/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.LanguageInteraction.vb +++ b/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.LanguageInteraction.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.Implementation.Interactive Imports Microsoft.CodeAnalysis.Editor.UnitTests diff --git a/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.MethodNameGeneration.vb b/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.MethodNameGeneration.vb index 396e952c702c2..e02836ef103fc 100644 --- a/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.MethodNameGeneration.vb +++ b/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.MethodNameGeneration.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.ExtractMethod diff --git a/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.SelectionValidator.vb b/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.SelectionValidator.vb index 8af0e6681070f..f6369b4039075 100644 --- a/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.SelectionValidator.vb +++ b/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.SelectionValidator.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.ExtractMethod diff --git a/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.TriviaProcessor.vb b/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.TriviaProcessor.vb index eabf46b89af76..8caf9d5a427bf 100644 --- a/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.TriviaProcessor.vb +++ b/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.TriviaProcessor.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.ExtractMethod diff --git a/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.vb b/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.vb index a429b26ccdac8..f953cc2803b99 100644 --- a/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.vb +++ b/src/EditorFeatures/VisualBasicTest/ExtractMethod/ExtractMethodTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/EditorFeatures/VisualBasicTest/Formatting/FormattingEngineTests_Venus.vb b/src/EditorFeatures/VisualBasicTest/Formatting/FormattingEngineTests_Venus.vb index 0187d98fe6784..3a9764cac4632 100644 --- a/src/EditorFeatures/VisualBasicTest/Formatting/FormattingEngineTests_Venus.vb +++ b/src/EditorFeatures/VisualBasicTest/Formatting/FormattingEngineTests_Venus.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Text diff --git a/src/EditorFeatures/VisualBasicTest/Formatting/FormattingTestBase.vb b/src/EditorFeatures/VisualBasicTest/Formatting/FormattingTestBase.vb index 1cf983d218ef5..f6bcef83e2180 100644 --- a/src/EditorFeatures/VisualBasicTest/Formatting/FormattingTestBase.vb +++ b/src/EditorFeatures/VisualBasicTest/Formatting/FormattingTestBase.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/EditorFeatures/VisualBasicTest/Formatting/Indentation/SmartIndentProviderTests.vb b/src/EditorFeatures/VisualBasicTest/Formatting/Indentation/SmartIndentProviderTests.vb index 6a62691715bd9..2ceb2043bcff0 100644 --- a/src/EditorFeatures/VisualBasicTest/Formatting/Indentation/SmartIndentProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Formatting/Indentation/SmartIndentProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.Implementation.SmartIndent Imports Microsoft.CodeAnalysis.Editor.Shared.Options diff --git a/src/EditorFeatures/VisualBasicTest/Formatting/Indentation/SmartIndenterTests.vb b/src/EditorFeatures/VisualBasicTest/Formatting/Indentation/SmartIndenterTests.vb index d7f9dabe3d2f5..c81d25db9d7b2 100644 --- a/src/EditorFeatures/VisualBasicTest/Formatting/Indentation/SmartIndenterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Formatting/Indentation/SmartIndenterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Commands diff --git a/src/EditorFeatures/VisualBasicTest/Formatting/Indentation/SmartTokenFormatter_FormatTokenTests.vb b/src/EditorFeatures/VisualBasicTest/Formatting/Indentation/SmartTokenFormatter_FormatTokenTests.vb index 590ccebd09963..405d33026d28e 100644 --- a/src/EditorFeatures/VisualBasicTest/Formatting/Indentation/SmartTokenFormatter_FormatTokenTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Formatting/Indentation/SmartTokenFormatter_FormatTokenTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/EditorFeatures/VisualBasicTest/GenerateConstructor/GenerateConstructorTests.vb b/src/EditorFeatures/VisualBasicTest/GenerateConstructor/GenerateConstructorTests.vb index 365aba78c5c3b..8f2575c6ca85c 100644 --- a/src/EditorFeatures/VisualBasicTest/GenerateConstructor/GenerateConstructorTests.vb +++ b/src/EditorFeatures/VisualBasicTest/GenerateConstructor/GenerateConstructorTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics diff --git a/src/EditorFeatures/VisualBasicTest/GenerateConstructorFromMembers/GenerateConstructorFromMembersTests.vb b/src/EditorFeatures/VisualBasicTest/GenerateConstructorFromMembers/GenerateConstructorFromMembersTests.vb index e83481defb966..97e04c12747fb 100644 --- a/src/EditorFeatures/VisualBasicTest/GenerateConstructorFromMembers/GenerateConstructorFromMembersTests.vb +++ b/src/EditorFeatures/VisualBasicTest/GenerateConstructorFromMembers/GenerateConstructorFromMembersTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefactorings diff --git a/src/EditorFeatures/VisualBasicTest/GenerateDefaultConstructors/GenerateDefaultConstructorsTests.vb b/src/EditorFeatures/VisualBasicTest/GenerateDefaultConstructors/GenerateDefaultConstructorsTests.vb index 7ad7b3ac350da..97c17fc95b9fe 100644 --- a/src/EditorFeatures/VisualBasicTest/GenerateDefaultConstructors/GenerateDefaultConstructorsTests.vb +++ b/src/EditorFeatures/VisualBasicTest/GenerateDefaultConstructors/GenerateDefaultConstructorsTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefactorings diff --git a/src/EditorFeatures/VisualBasicTest/GenerateEqualsAndGetHashCodeFromMembers/GenerateEqualsAndGetHashCodeFromMembersTests.vb b/src/EditorFeatures/VisualBasicTest/GenerateEqualsAndGetHashCodeFromMembers/GenerateEqualsAndGetHashCodeFromMembersTests.vb index e79a6cd40b5a2..52c1c62ed89e0 100644 --- a/src/EditorFeatures/VisualBasicTest/GenerateEqualsAndGetHashCodeFromMembers/GenerateEqualsAndGetHashCodeFromMembersTests.vb +++ b/src/EditorFeatures/VisualBasicTest/GenerateEqualsAndGetHashCodeFromMembers/GenerateEqualsAndGetHashCodeFromMembersTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefactorings diff --git a/src/EditorFeatures/VisualBasicTest/ImplementAbstractClass/ImplementAbstractClassCommandHandlerTests.vb b/src/EditorFeatures/VisualBasicTest/ImplementAbstractClass/ImplementAbstractClassCommandHandlerTests.vb index 5aa9f3fe7b1c6..974cde17f29dd 100644 --- a/src/EditorFeatures/VisualBasicTest/ImplementAbstractClass/ImplementAbstractClassCommandHandlerTests.vb +++ b/src/EditorFeatures/VisualBasicTest/ImplementAbstractClass/ImplementAbstractClassCommandHandlerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Editor.Commands diff --git a/src/EditorFeatures/VisualBasicTest/ImplementAbstractClass/ImplementAbstractClassTests.vb b/src/EditorFeatures/VisualBasicTest/ImplementAbstractClass/ImplementAbstractClassTests.vb index 14528f3c90b92..878a938d022bd 100644 --- a/src/EditorFeatures/VisualBasicTest/ImplementAbstractClass/ImplementAbstractClassTests.vb +++ b/src/EditorFeatures/VisualBasicTest/ImplementAbstractClass/ImplementAbstractClassTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics diff --git a/src/EditorFeatures/VisualBasicTest/ImplementAbstractClass/ImplementAbstractClassTests_FixAllTests.vb b/src/EditorFeatures/VisualBasicTest/ImplementAbstractClass/ImplementAbstractClassTests_FixAllTests.vb index 1e03e37163e6a..153d8ea4835ca 100644 --- a/src/EditorFeatures/VisualBasicTest/ImplementAbstractClass/ImplementAbstractClassTests_FixAllTests.vb +++ b/src/EditorFeatures/VisualBasicTest/ImplementAbstractClass/ImplementAbstractClassTests_FixAllTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.VisualBasic.ImplementAbstractClass diff --git a/src/EditorFeatures/VisualBasicTest/ImplementInterface/ImplementInterfaceCommandHandlerTests.vb b/src/EditorFeatures/VisualBasicTest/ImplementInterface/ImplementInterfaceCommandHandlerTests.vb index 83c58214598fc..c8204394733ca 100644 --- a/src/EditorFeatures/VisualBasicTest/ImplementInterface/ImplementInterfaceCommandHandlerTests.vb +++ b/src/EditorFeatures/VisualBasicTest/ImplementInterface/ImplementInterfaceCommandHandlerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Editor.Commands diff --git a/src/EditorFeatures/VisualBasicTest/ImplementInterface/ImplementInterfaceTests.vb b/src/EditorFeatures/VisualBasicTest/ImplementInterface/ImplementInterfaceTests.vb index f1100f5b0153a..7bbede52f17bc 100644 --- a/src/EditorFeatures/VisualBasicTest/ImplementInterface/ImplementInterfaceTests.vb +++ b/src/EditorFeatures/VisualBasicTest/ImplementInterface/ImplementInterfaceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics diff --git a/src/EditorFeatures/VisualBasicTest/ImplementInterface/ImplementInterfaceTests_FixAllTests.vb b/src/EditorFeatures/VisualBasicTest/ImplementInterface/ImplementInterfaceTests_FixAllTests.vb index efacb5be36111..da6d8cd53cb33 100644 --- a/src/EditorFeatures/VisualBasicTest/ImplementInterface/ImplementInterfaceTests_FixAllTests.vb +++ b/src/EditorFeatures/VisualBasicTest/ImplementInterface/ImplementInterfaceTests_FixAllTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports ImplementInterfaceCodeAction = Microsoft.CodeAnalysis.ImplementInterface.AbstractImplementInterfaceService.ImplementInterfaceCodeAction diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/AbstractVisualBasicKeywordHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/AbstractVisualBasicKeywordHighlighterTests.vb index 603c5f65f115d..e3ffef6312395 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/AbstractVisualBasicKeywordHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/AbstractVisualBasicKeywordHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/AccessorDeclarationHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/AccessorDeclarationHighlighterTests.vb index 92fb0706eb3be..853382f116cef 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/AccessorDeclarationHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/AccessorDeclarationHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/ConditionalPreprocessorHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/ConditionalPreprocessorHighlighterTests.vb index 74520ed43c101..d2e92e8632faa 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/ConditionalPreprocessorHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/ConditionalPreprocessorHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/ConstructorDeclarationHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/ConstructorDeclarationHighlighterTests.vb index 9cc9bfae48722..708c4c7fa1759 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/ConstructorDeclarationHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/ConstructorDeclarationHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/DoLoopBlockHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/DoLoopBlockHighlighterTests.vb index d4fbf0dac652e..b4ab6a2c36a94 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/DoLoopBlockHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/DoLoopBlockHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/EnumBlockHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/EnumBlockHighlighterTests.vb index 2b1d466aa3428..56206a52cf744 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/EnumBlockHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/EnumBlockHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/EventBlockHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/EventBlockHighlighterTests.vb index 36d67f3cc3ab9..6911e050dd1e3 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/EventBlockHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/EventBlockHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/EventDeclarationHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/EventDeclarationHighlighterTests.vb index c8ccd849b1aea..ae231aa22839d 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/EventDeclarationHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/EventDeclarationHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/ForLoopBlockHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/ForLoopBlockHighlighterTests.vb index 54af8d0d5e93e..a4af14b717af2 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/ForLoopBlockHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/ForLoopBlockHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/MethodDeclarationHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/MethodDeclarationHighlighterTests.vb index a296f0b9db238..420e3e8dbfb36 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/MethodDeclarationHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/MethodDeclarationHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/MultiLineIfBlockHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/MultiLineIfBlockHighlighterTests.vb index f6f4d17435dbb..ee851d9ac1c5d 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/MultiLineIfBlockHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/MultiLineIfBlockHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/MultiLineLambdaExpressionHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/MultiLineLambdaExpressionHighlighterTests.vb index 4e59311e15ce1..d36f23d6344fc 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/MultiLineLambdaExpressionHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/MultiLineLambdaExpressionHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/NamespaceBlockHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/NamespaceBlockHighlighterTests.vb index 0a72886988bff..d8b38b9f257db 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/NamespaceBlockHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/NamespaceBlockHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/OperatorDeclarationHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/OperatorDeclarationHighlighterTests.vb index 55f4bdc86cd8b..8cad4d660f79a 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/OperatorDeclarationHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/OperatorDeclarationHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/PropertyBlockHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/PropertyBlockHighlighterTests.vb index 4fc564934f8ed..11207c80bf726 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/PropertyBlockHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/PropertyBlockHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/PropertyDeclarationHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/PropertyDeclarationHighlighterTests.vb index 8bc496d1d3757..6bc39c10c7257 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/PropertyDeclarationHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/PropertyDeclarationHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/RegionHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/RegionHighlighterTests.vb index 706e4ce27db80..17a0dc9bbb5c0 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/RegionHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/RegionHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/SelectBlockHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/SelectBlockHighlighterTests.vb index 8383e4f0251ae..63e461dcaba18 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/SelectBlockHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/SelectBlockHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/SingleLineIfBlockHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/SingleLineIfBlockHighlighterTests.vb index 285b9a74e9881..cea85ec0c3821 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/SingleLineIfBlockHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/SingleLineIfBlockHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/SyncLockBlockHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/SyncLockBlockHighlighterTests.vb index 4b5acbc3009f3..f88a74b5b92eb 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/SyncLockBlockHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/SyncLockBlockHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/TryBlockHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/TryBlockHighlighterTests.vb index 7265c8ebedac2..103943cb81e7c 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/TryBlockHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/TryBlockHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/TypeBlockHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/TypeBlockHighlighterTests.vb index 8926be94ee095..1b20a9b662a27 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/TypeBlockHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/TypeBlockHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/UsingBlockHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/UsingBlockHighlighterTests.vb index debf3332d9f4e..d4a8632aabb81 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/UsingBlockHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/UsingBlockHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/WhileBlockHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/WhileBlockHighlighterTests.vb index 89af0df55aab3..06eb37e5fdfd7 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/WhileBlockHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/WhileBlockHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/WithBlockHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/WithBlockHighlighterTests.vb index 7df9c8867a230..f0fad0cb0957d 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/WithBlockHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/WithBlockHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlCDataHighligherTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlCDataHighligherTests.vb index 43a46c7363231..2264c32de4d17 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlCDataHighligherTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlCDataHighligherTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlCommentHighligherTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlCommentHighligherTests.vb index 8fc79372b3e4b..b5c09906ac2c7 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlCommentHighligherTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlCommentHighligherTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlDocumentPrologueHighligherTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlDocumentPrologueHighligherTests.vb index b3f7ba41094dc..8d928f290bcbc 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlDocumentPrologueHighligherTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlDocumentPrologueHighligherTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlElementHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlElementHighlighterTests.vb index fa95a3849c88e..cabe9dce0cb85 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlElementHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlElementHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlEmbeddedExpressionHighligherTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlEmbeddedExpressionHighligherTests.vb index bd4c53c9f14a9..3e7c3e4597c17 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlEmbeddedExpressionHighligherTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlEmbeddedExpressionHighligherTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlProcessingInstructionHighlighterTests.vb b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlProcessingInstructionHighlighterTests.vb index 3a0552a3a2cbd..88c800d728b34 100644 --- a/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlProcessingInstructionHighlighterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlProcessingInstructionHighlighterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting diff --git a/src/EditorFeatures/VisualBasicTest/LineCommit/CommitOnEnterTests.vb b/src/EditorFeatures/VisualBasicTest/LineCommit/CommitOnEnterTests.vb index 1e8a777fb41d6..e3b00a2809d67 100644 --- a/src/EditorFeatures/VisualBasicTest/LineCommit/CommitOnEnterTests.vb +++ b/src/EditorFeatures/VisualBasicTest/LineCommit/CommitOnEnterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Editor.Commands diff --git a/src/EditorFeatures/VisualBasicTest/LineCommit/CommitOnMiscellaneousCommandsTests.vb b/src/EditorFeatures/VisualBasicTest/LineCommit/CommitOnMiscellaneousCommandsTests.vb index ab267d3ce1f61..1a8d0a28f9050 100644 --- a/src/EditorFeatures/VisualBasicTest/LineCommit/CommitOnMiscellaneousCommandsTests.vb +++ b/src/EditorFeatures/VisualBasicTest/LineCommit/CommitOnMiscellaneousCommandsTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.Commands Imports Microsoft.CodeAnalysis.Editor.Shared.Options diff --git a/src/EditorFeatures/VisualBasicTest/LineCommit/CommitTestData.vb b/src/EditorFeatures/VisualBasicTest/LineCommit/CommitTestData.vb index 89aa0de05e5f5..2f5380501d858 100644 --- a/src/EditorFeatures/VisualBasicTest/LineCommit/CommitTestData.vb +++ b/src/EditorFeatures/VisualBasicTest/LineCommit/CommitTestData.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Xml.Linq diff --git a/src/EditorFeatures/VisualBasicTest/LineCommit/CommitWithViewTests.vb b/src/EditorFeatures/VisualBasicTest/LineCommit/CommitWithViewTests.vb index ad9f1b9040202..01c159d132b97 100644 --- a/src/EditorFeatures/VisualBasicTest/LineCommit/CommitWithViewTests.vb +++ b/src/EditorFeatures/VisualBasicTest/LineCommit/CommitWithViewTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editor.Commands diff --git a/src/EditorFeatures/VisualBasicTest/LineSeparators/LineSeparatorTests.vb b/src/EditorFeatures/VisualBasicTest/LineSeparators/LineSeparatorTests.vb index 7f119dc0da30a..87ef34c987f99 100644 --- a/src/EditorFeatures/VisualBasicTest/LineSeparators/LineSeparatorTests.vb +++ b/src/EditorFeatures/VisualBasicTest/LineSeparators/LineSeparatorTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/EditorFeatures/VisualBasicTest/NavigateTo/NavigateToTests.vb b/src/EditorFeatures/VisualBasicTest/NavigateTo/NavigateToTests.vb index 3da4dae63edc9..781b713238ab0 100644 --- a/src/EditorFeatures/VisualBasicTest/NavigateTo/NavigateToTests.vb +++ b/src/EditorFeatures/VisualBasicTest/NavigateTo/NavigateToTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.NavigateTo Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/Organizing/AbstractOrganizerTests.vb b/src/EditorFeatures/VisualBasicTest/Organizing/AbstractOrganizerTests.vb index 969e2d11405f1..70b2e7e5cd3c8 100644 --- a/src/EditorFeatures/VisualBasicTest/Organizing/AbstractOrganizerTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Organizing/AbstractOrganizerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis diff --git a/src/EditorFeatures/VisualBasicTest/Organizing/OrganizeImportsTests.vb b/src/EditorFeatures/VisualBasicTest/Organizing/OrganizeImportsTests.vb index 23f471b472b5b..36376945f109c 100644 --- a/src/EditorFeatures/VisualBasicTest/Organizing/OrganizeImportsTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Organizing/OrganizeImportsTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Editing diff --git a/src/EditorFeatures/VisualBasicTest/Organizing/OrganizeModifiersTests.vb b/src/EditorFeatures/VisualBasicTest/Organizing/OrganizeModifiersTests.vb index 03fb9d644e18d..f36a01457fc9d 100644 --- a/src/EditorFeatures/VisualBasicTest/Organizing/OrganizeModifiersTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Organizing/OrganizeModifiersTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #If False Then Imports System diff --git a/src/EditorFeatures/VisualBasicTest/Organizing/OrganizeTypeDeclarationTests.vb b/src/EditorFeatures/VisualBasicTest/Organizing/OrganizeTypeDeclarationTests.vb index 0e45579e4134e..e1426b3923e2c 100644 --- a/src/EditorFeatures/VisualBasicTest/Organizing/OrganizeTypeDeclarationTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Organizing/OrganizeTypeDeclarationTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.Implementation.Interactive Imports Microsoft.CodeAnalysis.Editor.Implementation.Organizing diff --git a/src/EditorFeatures/VisualBasicTest/PerfTests/Sources/BasicClassesAtEndBase.vb b/src/EditorFeatures/VisualBasicTest/PerfTests/Sources/BasicClassesAtEndBase.vb index 1678af8443508..f04cfa61f54aa 100644 --- a/src/EditorFeatures/VisualBasicTest/PerfTests/Sources/BasicClassesAtEndBase.vb +++ b/src/EditorFeatures/VisualBasicTest/PerfTests/Sources/BasicClassesAtEndBase.vb @@ -1,4 +1,4 @@ -Namespace Microsoft.VisualStudio.Modeling.DesignerDefinition +Namespace Microsoft.VisualStudio.Modeling.DesignerDefinition ''' ''' ''' diff --git a/src/EditorFeatures/VisualBasicTest/QualifyMemberAccess/QualifyMemberAccessTests_FixAllTests.vb b/src/EditorFeatures/VisualBasicTest/QualifyMemberAccess/QualifyMemberAccessTests_FixAllTests.vb index 21a9647357595..d270bf74245a1 100644 --- a/src/EditorFeatures/VisualBasicTest/QualifyMemberAccess/QualifyMemberAccessTests_FixAllTests.vb +++ b/src/EditorFeatures/VisualBasicTest/QualifyMemberAccess/QualifyMemberAccessTests_FixAllTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeStyle Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Diagnostics diff --git a/src/EditorFeatures/VisualBasicTest/QuickInfo/SemanticQuickInfoSourceTests.vb b/src/EditorFeatures/VisualBasicTest/QuickInfo/SemanticQuickInfoSourceTests.vb index f7016e8a056b8..62654b7526940 100644 --- a/src/EditorFeatures/VisualBasicTest/QuickInfo/SemanticQuickInfoSourceTests.vb +++ b/src/EditorFeatures/VisualBasicTest/QuickInfo/SemanticQuickInfoSourceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Shared.Utilities diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/ArrayStatements/EraseKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/ArrayStatements/EraseKeywordRecommenderTests.vb index cd9cb2f78690f..d1eb47647b80b 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/ArrayStatements/EraseKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/ArrayStatements/EraseKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.ArrayStatements diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/ArrayStatements/PreserveKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/ArrayStatements/PreserveKeywordRecommenderTests.vb index d56d04e1baddb..2702be0b48ab6 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/ArrayStatements/PreserveKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/ArrayStatements/PreserveKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.ArrayStatements diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/ArrayStatements/ReDimKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/ArrayStatements/ReDimKeywordRecommenderTests.vb index 4903c3d79ab30..ed8275f1a2579 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/ArrayStatements/ReDimKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/ArrayStatements/ReDimKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.ArrayStatements diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/AliasKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/AliasKeywordRecommenderTests.vb index be0700c1080fe..375f4929e725d 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/AliasKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/AliasKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/AsKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/AsKeywordRecommenderTests.vb index 0dc9548cca416..397cd0718a6de 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/AsKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/AsKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/AsyncKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/AsyncKeywordRecommenderTests.vb index 8fa267d00f125..2539b563338f4 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/AsyncKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/AsyncKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/AttributeScopesKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/AttributeScopesKeywordRecommenderTests.vb index d2e9d446382ba..beeb29e4ed03b 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/AttributeScopesKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/AttributeScopesKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/CharsetModifierKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/CharsetModifierKeywordRecommenderTests.vb index f6c192cb52fee..aa5bd5a608949 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/CharsetModifierKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/CharsetModifierKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ClassKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ClassKeywordRecommenderTests.vb index c2980334beacc..9abfcc12c99c5 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ClassKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ClassKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ConstKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ConstKeywordRecommenderTests.vb index 2c6b7c95abca0..76496e317b86d 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ConstKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ConstKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/CovarianceModifierKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/CovarianceModifierKeywordRecommenderTests.vb index f78b5fe9d594e..c0d0e213d6323 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/CovarianceModifierKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/CovarianceModifierKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/CustomEventKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/CustomEventKeywordRecommenderTests.vb index a83adb5b5924d..dbd4674acf752 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/CustomEventKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/CustomEventKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/DeclareKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/DeclareKeywordRecommenderTests.vb index 2d467a683a4da..43da5b8c20439 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/DeclareKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/DeclareKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/DelegateKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/DelegateKeywordRecommenderTests.vb index ef346e30af00a..6e9543b6b90b1 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/DelegateKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/DelegateKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/DelegateSubFunctionKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/DelegateSubFunctionKeywordRecommenderTests.vb index 40355f1da2531..26ee6140dd892 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/DelegateSubFunctionKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/DelegateSubFunctionKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/DimKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/DimKeywordRecommenderTests.vb index 379577fd86ad6..e7cf91d6636a4 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/DimKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/DimKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/EndBlockKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/EndBlockKeywordRecommenderTests.vb index 042164806ce27..b088c5a90e14d 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/EndBlockKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/EndBlockKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/EnumKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/EnumKeywordRecommenderTests.vb index 17b664012878f..b62d98b892aca 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/EnumKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/EnumKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/EventKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/EventKeywordRecommenderTests.vb index da82c9ae9d85b..79d5c0e7cf46e 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/EventKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/EventKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ExternalSubFunctionKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ExternalSubFunctionKeywordRecommenderTests.vb index d5802942ce52e..501e8f606cf8e 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ExternalSubFunctionKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ExternalSubFunctionKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/FunctionKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/FunctionKeywordRecommenderTests.vb index 3a157de5a9816..0199d8bdb19e0 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/FunctionKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/FunctionKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/GenericConstraintsKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/GenericConstraintsKeywordRecommenderTests.vb index 0d5ef30cb68ef..f692aa6bae624 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/GenericConstraintsKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/GenericConstraintsKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/GetSetKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/GetSetKeywordRecommenderTests.vb index d407a99b5b22c..4e1aa02b493b6 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/GetSetKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/GetSetKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/HandlesKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/HandlesKeywordRecommenderTests.vb index 0bed6633f5e84..ed97ac76ec9c3 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/HandlesKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/HandlesKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ImplementsKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ImplementsKeywordRecommenderTests.vb index 3275ee947976d..5747e7de3254e 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ImplementsKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ImplementsKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ImportsKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ImportsKeywordRecommenderTests.vb index 59099020da51b..34fd0eb789bcb 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ImportsKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ImportsKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.ImportsKeywordRecommender diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/InKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/InKeywordRecommenderTests.vb index 0aac67c216963..c89f673fa460d 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/InKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/InKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/InheritsKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/InheritsKeywordRecommenderTests.vb index aefe78b53cb6e..aa831b78f7a37 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/InheritsKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/InheritsKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/InterfaceKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/InterfaceKeywordRecommenderTests.vb index 3d742eb71ecc5..a53f22e9ed465 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/InterfaceKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/InterfaceKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/IteratorKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/IteratorKeywordRecommenderTests.vb index d0309d4e5ea40..9da7690aff8ff 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/IteratorKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/IteratorKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/LibKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/LibKeywordRecommenderTests.vb index b9d819d7b7360..50c4c575fbfda 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/LibKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/LibKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideClassDeclaration.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideClassDeclaration.vb index abed8c8941382..b21828bd32234 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideClassDeclaration.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideClassDeclaration.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations.ModifierKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideInterfaceDeclaration.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideInterfaceDeclaration.vb index 3cab296e19ee0..2d77e4a8a494d 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideInterfaceDeclaration.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideInterfaceDeclaration.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations.ModifierKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideModuleDeclaration.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideModuleDeclaration.vb index ff521e153d51b..904a6956e3db4 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideModuleDeclaration.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideModuleDeclaration.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations.ModifierKeywordRecommenderTests Public Class InsideModuleDeclaration diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideNamespaceDeclaration.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideNamespaceDeclaration.vb index a6e21e23257df..2b56003af635e 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideNamespaceDeclaration.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideNamespaceDeclaration.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations.ModifierKeywordRecommenderTests Public Class InsideNamespaceDeclaration diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideStructureDeclaration.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideStructureDeclaration.vb index 43789d857b55b..c39f33cebf794 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideStructureDeclaration.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideStructureDeclaration.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations.ModifierKeywordRecommenderTests Public Class InsideStructureDeclaration diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModuleKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModuleKeywordRecommenderTests.vb index ec8bb16197557..2efc8e17c7cb6 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModuleKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModuleKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations Public Class ModuleKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/NamespaceKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/NamespaceKeywordRecommenderTests.vb index 2d8c80ebee18e..a381c238450de 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/NamespaceKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/NamespaceKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/OfKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/OfKeywordRecommenderTests.vb index 3b430da723eb8..0d11be9f66d39 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/OfKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/OfKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations Public Class OfKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/OperatorKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/OperatorKeywordRecommenderTests.vb index 23df50cb6aa72..80bc5576bea69 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/OperatorKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/OperatorKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ParameterModifiersKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ParameterModifiersKeywordRecommenderTests.vb index 8f2599cb1c20c..707c33f4dec38 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ParameterModifiersKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ParameterModifiersKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations Public Class ParameterModifiersKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/PropertyKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/PropertyKeywordRecommenderTests.vb index 72cf9fefc018a..1243d3b39423a 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/PropertyKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/PropertyKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/StaticKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/StaticKeywordRecommenderTests.vb index 84a20e40bc678..f6063d451a33b 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/StaticKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/StaticKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/StructureKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/StructureKeywordRecommenderTests.vb index 913bce8305e9d..b697065c0c7b8 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/StructureKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/StructureKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations Public Class StructureKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/SubKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/SubKeywordRecommenderTests.vb index b56f0d093faf9..221d5f5faff7e 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/SubKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/SubKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ToKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ToKeywordRecommenderTests.vb index 84106434f01da..f2cf8372dfd1c 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ToKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ToKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/EventHandling/AddHandlerKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/EventHandling/AddHandlerKeywordRecommenderTests.vb index c291d37f5c2b4..824231f9929b2 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/EventHandling/AddHandlerKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/EventHandling/AddHandlerKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.EventHandling diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/EventHandling/RaiseEventKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/EventHandling/RaiseEventKeywordRecommenderTests.vb index e9f1910794e0b..6bf4e41a0e714 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/EventHandling/RaiseEventKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/EventHandling/RaiseEventKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.EventHandling diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/EventHandling/RemoveHandlerKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/EventHandling/RemoveHandlerKeywordRecommenderTests.vb index 1edf034a64e2d..f5607f445f44f 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/EventHandling/RemoveHandlerKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/EventHandling/RemoveHandlerKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.EventHandling diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/AddressOfKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/AddressOfKeywordRecommenderTests.vb index e65c89dc4184f..3d8d6f86cc20e 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/AddressOfKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/AddressOfKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class AddressOfKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/AwaitKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/AwaitKeywordRecommenderTests.vb index 2280348164d59..9fe6e90b4950c 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/AwaitKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/AwaitKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/BinaryOperatorKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/BinaryOperatorKeywordRecommenderTests.vb index ddae9fcf8f3aa..429a898d579cf 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/BinaryOperatorKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/BinaryOperatorKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.VisualBasic.Completion.KeywordRecommenders.Expressions diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/CastOperatorsKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/CastOperatorsKeywordRecommenderTests.vb index 04da3bca9ce38..ab85de99d49a9 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/CastOperatorsKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/CastOperatorsKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.VisualBasic.Completion.KeywordRecommenders.Expressions diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/FromKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/FromKeywordRecommenderTests.vb index 090e1ef609da0..ddd730a075259 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/FromKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/FromKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class FromKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/GetTypeKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/GetTypeKeywordRecommenderTests.vb index a8aed2ef4b88e..13020db592857 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/GetTypeKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/GetTypeKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class GetTypeKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/GetXmlNamespaceKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/GetXmlNamespaceKeywordRecommenderTests.vb index caf6274dc961a..b31228813965e 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/GetXmlNamespaceKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/GetXmlNamespaceKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class GetXmlNamespaceKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/GlobalKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/GlobalKeywordRecommenderTests.vb index 4b296e628c861..f86f726fe4fb3 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/GlobalKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/GlobalKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class GlobalKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/IfKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/IfKeywordRecommenderTests.vb index 0ce8bc43a2bd2..cd12ea8af78ad 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/IfKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/IfKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class IfKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/KeyKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/KeyKeywordRecommenderTests.vb index 9b1a95ed0af7b..a951fe37150bd 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/KeyKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/KeyKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class KeyKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/LambdaKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/LambdaKeywordRecommenderTests.vb index 8d3a40632fed2..789453912ab04 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/LambdaKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/LambdaKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class LambdaKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/MeKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/MeKeywordRecommenderTests.vb index d9873384e9f1b..ecd0b6129ac40 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/MeKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/MeKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/MyBaseKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/MyBaseKeywordRecommenderTests.vb index 75a3652f61d3e..13bcd30b7adba 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/MyBaseKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/MyBaseKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class MyBaseKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/MyClassKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/MyClassKeywordRecommenderTests.vb index d28a59d9ddc4a..3a3856ff813ec 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/MyClassKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/MyClassKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class MyClassKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/NameOfKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/NameOfKeywordRecommenderTests.vb index 57e2e57351b52..b4e486ebe9b2b 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/NameOfKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/NameOfKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class NameOfKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/NewKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/NewKeywordRecommenderTests.vb index 56275993226a2..25ffc8ac000c0 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/NewKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/NewKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class NewKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/NotKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/NotKeywordRecommenderTests.vb index 105f6f534a604..7873f2c841002 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/NotKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/NotKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class NotKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/NothingKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/NothingKeywordRecommenderTests.vb index 1db5f29ce07c2..842ce4ed443e7 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/NothingKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/NothingKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class NothingKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/TrueFalseKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/TrueFalseKeywordRecommenderTests.vb index e392aa9f3fafa..bf0fa13090bd2 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/TrueFalseKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/TrueFalseKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class TrueFalseKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/TypeOfKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/TypeOfKeywordRecommenderTests.vb index 7dd5f5e5f625b..a18f006718000 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/TypeOfKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/TypeOfKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class TypeOfKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/WithKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/WithKeywordRecommenderTests.vb index 9db5379345092..396f2793297f5 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/WithKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/WithKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class WithKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/ErrorKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/ErrorKeywordRecommenderTests.vb index 73b87e83ebc82..b9a2027ed8ebb 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/ErrorKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/ErrorKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.OnErrorStatements Public Class ErrorKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/GoToDestinationsRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/GoToDestinationsRecommenderTests.vb index 5fb546548af45..760cf6c8e8970 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/GoToDestinationsRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/GoToDestinationsRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.OnErrorStatements Public Class GoToDestinationsRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/GoToKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/GoToKeywordRecommenderTests.vb index f7bb45bd7f456..20e5b8bd9df5c 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/GoToKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/GoToKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.OnErrorStatements Public Class GoToKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/NextKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/NextKeywordRecommenderTests.vb index 07711025db881..b70ef08ec4860 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/NextKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/NextKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.OnErrorStatements Public Class NextKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/OnErrorKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/OnErrorKeywordRecommenderTests.vb index fc897f27745ff..17343ea0dbb7e 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/OnErrorKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/OnErrorKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.OnErrorStatements Public Class OnErrorKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/ResumeKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/ResumeKeywordRecommenderTests.vb index 9940bd4ac9a0c..30b1bc285454a 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/ResumeKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/ResumeKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.OnErrorStatements Public Class ResumeKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/CompareOptionsRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/CompareOptionsRecommenderTests.vb index 6ecb4d5d968c5..be47f80913630 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/CompareOptionsRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/CompareOptionsRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.OptionStatements Public Class CompareOptionsRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/ExplicitOptionsRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/ExplicitOptionsRecommenderTests.vb index 7b55a473cbf50..bdb752cd2dc1c 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/ExplicitOptionsRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/ExplicitOptionsRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.OptionStatements Public Class ExplicitOptionsRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/InferOptionsRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/InferOptionsRecommenderTests.vb index 5b3f346597de7..c53d7254156af 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/InferOptionsRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/InferOptionsRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.OptionStatements Public Class InferOptionsRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/OptionKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/OptionKeywordRecommenderTests.vb index 020a8bfcecd2d..25ae17132a436 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/OptionKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/OptionKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.OptionStatements Public Class OptionKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/OptionNamesRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/OptionNamesRecommenderTests.vb index 4b2c8b0295cfd..cba3b83e97a43 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/OptionNamesRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/OptionNamesRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.OptionStatements Public Class OptionNamesRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/StrictOptionsRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/StrictOptionsRecommenderTests.vb index cd275b605fa3f..b195d430d02af 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/StrictOptionsRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/StrictOptionsRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.OptionStatements Public Class StrictOptionsRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/ConstDirectiveKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/ConstDirectiveKeywordRecommenderTests.vb index 44351287d94c6..77583f805ba04 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/ConstDirectiveKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/ConstDirectiveKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.PreprocessorDirectives Public Class ConstDirectiveKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/ElseDirectiveKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/ElseDirectiveKeywordRecommenderTests.vb index ed50d2a2dce7b..a7e4e6b9cd50a 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/ElseDirectiveKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/ElseDirectiveKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.PreprocessorDirectives Public Class ElseDirectiveKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/ElseIfDirectiveKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/ElseIfDirectiveKeywordRecommenderTests.vb index a145a29b2875c..9043b87bf0b84 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/ElseIfDirectiveKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/ElseIfDirectiveKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.PreprocessorDirectives Public Class ElseIfDirectiveKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/EndIfDirectiveKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/EndIfDirectiveKeywordRecommenderTests.vb index b5f09fead8748..715702acdf8bc 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/EndIfDirectiveKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/EndIfDirectiveKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.PreprocessorDirectives Public Class EndIfDirectiveKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/EndRegionDirectiveKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/EndRegionDirectiveKeywordRecommenderTests.vb index a3f4fa891d8c0..238b29862e045 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/EndRegionDirectiveKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/EndRegionDirectiveKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.PreprocessorDirectives Public Class EndRegionDirectiveKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/IfDirectiveKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/IfDirectiveKeywordRecommenderTests.vb index dea72007affbb..2d149e8b72a9b 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/IfDirectiveKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/IfDirectiveKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.PreprocessorDirectives Public Class IfDirectiveKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/RegionDirectiveKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/RegionDirectiveKeywordRecommenderTests.vb index c703611c635de..46a6848ac14bb 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/RegionDirectiveKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/RegionDirectiveKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.PreprocessorDirectives Public Class RegionDirectiveKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/WarningDirectiveKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/WarningDirectiveKeywordRecommenderTests.vb index c6f4b1c1c3181..047f9ceed0dd0 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/WarningDirectiveKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/WarningDirectiveKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.PreprocessorDirectives Public Class WarningDirectiveKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/AggregateKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/AggregateKeywordRecommenderTests.vb index 8423d2d83e6b7..d4d67bbc22f99 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/AggregateKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/AggregateKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Queries Public Class AggregateKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/AscendingDescendingKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/AscendingDescendingKeywordRecommenderTests.vb index 33fcfcf594321..76c94f9802eda 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/AscendingDescendingKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/AscendingDescendingKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Queries Public Class AscendingDescendingKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/EqualsKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/EqualsKeywordRecommenderTests.vb index 6f2e32633b679..2c74426f6dbdb 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/EqualsKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/EqualsKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Queries Public Class EqualsKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/FromKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/FromKeywordRecommenderTests.vb index 6e283639c9284..f48ad09eb9e53 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/FromKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/FromKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Queries Public Class FromKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/GroupKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/GroupKeywordRecommenderTests.vb index 49702d98620f2..2c9933aa54a01 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/GroupKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/GroupKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Queries Public Class GroupKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/IntoKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/IntoKeywordRecommenderTests.vb index e4a442d8f28c7..4c863f987ec44 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/IntoKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/IntoKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Queries Public Class IntoKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/JoinKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/JoinKeywordRecommenderTests.vb index bdc438c8fe665..63724a9c08297 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/JoinKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/JoinKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Queries Public Class JoinKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/LetKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/LetKeywordRecommenderTests.vb index d638a45d11955..e77a8583d519d 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/LetKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/LetKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Queries Public Class LetKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/OrderByKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/OrderByKeywordRecommenderTests.vb index 8938d137e2252..fc877546144f4 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/OrderByKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/OrderByKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Queries Public Class OrderByKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/SelectKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/SelectKeywordRecommenderTests.vb index 972d1d6dad8a3..f6acaa835db57 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/SelectKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/SelectKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Queries Public Class SelectKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/WhereKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/WhereKeywordRecommenderTests.vb index 6c0b8ed9d3136..ffd31b49fac51 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/WhereKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Queries/WhereKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Queries Public Class WhereKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/RecommendationTestHelpers.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/RecommendationTestHelpers.vb index 7b413b0ccc916..59100bb69f6ec 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/RecommendationTestHelpers.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/RecommendationTestHelpers.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Xml.Linq diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/CallKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/CallKeywordRecommenderTests.vb index 9e4ffba64a481..57c94d81fc4ca 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/CallKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/CallKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class CallKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/CaseKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/CaseKeywordRecommenderTests.vb index 710d66b03820d..3d64160163284 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/CaseKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/CaseKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class CaseKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/CatchKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/CatchKeywordRecommenderTests.vb index fdc1d67a379fb..7a45db4c7fbc9 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/CatchKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/CatchKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class CatchKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ContinueKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ContinueKeywordRecommenderTests.vb index 6073efc73c36e..d8e6ec041f755 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ContinueKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ContinueKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class ContinueKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/DoKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/DoKeywordRecommenderTests.vb index 748557fbc2fec..9e8368fbfdafa 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/DoKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/DoKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class DoKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/EachKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/EachKeywordRecommenderTests.vb index 2520e59eff070..fd59a2b38671b 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/EachKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/EachKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class EachKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ElseIfKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ElseIfKeywordRecommenderTests.vb index cef0c760247aa..b32794b75b273 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ElseIfKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ElseIfKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class ElseIfKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ElseKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ElseKeywordRecommenderTests.vb index 4e6fa1e069138..dde30a1b9a111 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ElseKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ElseKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class ElseKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/EndKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/EndKeywordRecommenderTests.vb index e4c2cd2a2b9f2..015fffedccd18 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/EndKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/EndKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class EndKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ExitKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ExitKeywordRecommenderTests.vb index d6f440503abd1..9e59558b3b8a4 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ExitKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ExitKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class ExitKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/FinallyKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/FinallyKeywordRecommenderTests.vb index 70df3208051ac..b9f2ec423a75c 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/FinallyKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/FinallyKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class FinallyKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ForKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ForKeywordRecommenderTests.vb index a2251c1254f7f..c6d3ea6f95f8d 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ForKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ForKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class ForKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/GoToKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/GoToKeywordRecommenderTests.vb index a81744047ce65..bad4c0dad6d10 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/GoToKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/GoToKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class GoToKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/IfKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/IfKeywordRecommenderTests.vb index 5a5cc16b88393..35a7ba509e801 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/IfKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/IfKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class IfKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/IsKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/IsKeywordRecommenderTests.vb index a3e7a2311e56b..3866beb6f9e51 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/IsKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/IsKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class IsKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/LoopKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/LoopKeywordRecommenderTests.vb index 52afc55d0c72a..bd19f6e50d26c 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/LoopKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/LoopKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class LoopKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/MidKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/MidKeywordRecommenderTests.vb index 5552e02ab89e2..afa92561963f4 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/MidKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/MidKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class MidKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/NextKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/NextKeywordRecommenderTests.vb index 37bcfbb2bae9c..8a234e4767a59 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/NextKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/NextKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class NextKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ReturnKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ReturnKeywordRecommenderTests.vb index 1a1e80a9343f9..0382548475d39 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ReturnKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ReturnKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class ReturnKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/SelectKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/SelectKeywordRecommenderTests.vb index 8a1e6dc6d92bf..4ddf3c941c798 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/SelectKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/SelectKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class SelectKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/StepKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/StepKeywordRecommenderTests.vb index 4ea4d0c7beeef..237cee811ceef 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/StepKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/StepKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class StepKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/StopKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/StopKeywordRecommenderTests.vb index aaf3b35cf6a69..5c4fad0d43d73 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/StopKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/StopKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class StopKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/SyncLockKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/SyncLockKeywordRecommenderTests.vb index a6984836b8913..b189056550698 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/SyncLockKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/SyncLockKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class SyncLockKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ThenKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ThenKeywordRecommenderTests.vb index 77387dff3a60f..ad8de6c7fe4d9 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ThenKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ThenKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class ThenKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ThrowKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ThrowKeywordRecommenderTests.vb index a15b35c87bd87..6fdb8ab20870a 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ThrowKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ThrowKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class ThrowKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ToKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ToKeywordRecommenderTests.vb index 43914aac48936..6841f6da69bff 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ToKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ToKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class ToKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/TryKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/TryKeywordRecommenderTests.vb index 5bb3cb6f1f651..6f21dc1d79089 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/TryKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/TryKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class TryKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/UntilAndWhileKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/UntilAndWhileKeywordRecommenderTests.vb index f107e3af35a80..d2ef0add2cfbb 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/UntilAndWhileKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/UntilAndWhileKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class UntilAndWhileKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/WhenKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/WhenKeywordRecommenderTests.vb index 2a55eca8f9ec6..7760454237290 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/WhenKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/WhenKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class WhenKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/WhileLoopKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/WhileLoopKeywordRecommenderTests.vb index f9ec1a1e6f8c7..917ac25b88c06 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/WhileLoopKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/WhileLoopKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class WhileLoopKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/WithKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/WithKeywordRecommenderTests.vb index f936266302e16..14fd9b3e9dc58 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/WithKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/WithKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class WithKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/YieldKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/YieldKeywordRecommenderTests.vb index 42472751e7059..fb78a8ed7e681 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/YieldKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Statements/YieldKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class YieldKeywordRecommenderTests diff --git a/src/EditorFeatures/VisualBasicTest/Recommendations/Types/BuiltInTypesKeywordRecommenderTests.vb b/src/EditorFeatures/VisualBasicTest/Recommendations/Types/BuiltInTypesKeywordRecommenderTests.vb index 29415a9cf9064..276fee0341269 100644 --- a/src/EditorFeatures/VisualBasicTest/Recommendations/Types/BuiltInTypesKeywordRecommenderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Recommendations/Types/BuiltInTypesKeywordRecommenderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/EditorFeatures/VisualBasicTest/RemoveUnnecessaryImports/RemoveUnnecessaryImportsTests.vb b/src/EditorFeatures/VisualBasicTest/RemoveUnnecessaryImports/RemoveUnnecessaryImportsTests.vb index 553d42176fc3f..5a5c7fcfa20b0 100644 --- a/src/EditorFeatures/VisualBasicTest/RemoveUnnecessaryImports/RemoveUnnecessaryImportsTests.vb +++ b/src/EditorFeatures/VisualBasicTest/RemoveUnnecessaryImports/RemoveUnnecessaryImportsTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics diff --git a/src/EditorFeatures/VisualBasicTest/RemoveUnnecessaryImports/RemoveUnnecessaryImportsTests_FixAllTests.vb b/src/EditorFeatures/VisualBasicTest/RemoveUnnecessaryImports/RemoveUnnecessaryImportsTests_FixAllTests.vb index fb345832c674e..59ff3316c4826 100644 --- a/src/EditorFeatures/VisualBasicTest/RemoveUnnecessaryImports/RemoveUnnecessaryImportsTests_FixAllTests.vb +++ b/src/EditorFeatures/VisualBasicTest/RemoveUnnecessaryImports/RemoveUnnecessaryImportsTests_FixAllTests.vb @@ -1,4 +1,4 @@ -Option Strict Off +Option Strict Off ' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Diagnostics diff --git a/src/EditorFeatures/VisualBasicTest/Semantics/SpeculationAnalyzerTests.vb b/src/EditorFeatures/VisualBasicTest/Semantics/SpeculationAnalyzerTests.vb index d1470d85b9250..baa809bff8a62 100644 --- a/src/EditorFeatures/VisualBasicTest/Semantics/SpeculationAnalyzerTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Semantics/SpeculationAnalyzerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.IO Imports System.Threading diff --git a/src/EditorFeatures/VisualBasicTest/SignatureHelp/AbstractVisualBasicSignatureHelpProviderTests.vb b/src/EditorFeatures/VisualBasicTest/SignatureHelp/AbstractVisualBasicSignatureHelpProviderTests.vb index 408eb79f5278a..0505378a18301 100644 --- a/src/EditorFeatures/VisualBasicTest/SignatureHelp/AbstractVisualBasicSignatureHelpProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/SignatureHelp/AbstractVisualBasicSignatureHelpProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/SignatureHelp/AddRemoveHandlerSignatureHelpProviderTests.vb b/src/EditorFeatures/VisualBasicTest/SignatureHelp/AddRemoveHandlerSignatureHelpProviderTests.vb index 609c5b3c3b7c4..2da57d9645706 100644 --- a/src/EditorFeatures/VisualBasicTest/SignatureHelp/AddRemoveHandlerSignatureHelpProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/SignatureHelp/AddRemoveHandlerSignatureHelpProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/SignatureHelp/AttributeSignatureHelpProviderTests.vb b/src/EditorFeatures/VisualBasicTest/SignatureHelp/AttributeSignatureHelpProviderTests.vb index 8a8af8853b6cf..fe62a498423e2 100644 --- a/src/EditorFeatures/VisualBasicTest/SignatureHelp/AttributeSignatureHelpProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/SignatureHelp/AttributeSignatureHelpProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/SignatureHelp/CastExpressionSignatureHelpProviderTests.vb b/src/EditorFeatures/VisualBasicTest/SignatureHelp/CastExpressionSignatureHelpProviderTests.vb index 3541b2a33fc35..ebc5478f3dd1e 100644 --- a/src/EditorFeatures/VisualBasicTest/SignatureHelp/CastExpressionSignatureHelpProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/SignatureHelp/CastExpressionSignatureHelpProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/SignatureHelp/ConditionalExpressionSignatureHelpProviderTests.vb b/src/EditorFeatures/VisualBasicTest/SignatureHelp/ConditionalExpressionSignatureHelpProviderTests.vb index 14c0aad466b95..a274ab920c491 100644 --- a/src/EditorFeatures/VisualBasicTest/SignatureHelp/ConditionalExpressionSignatureHelpProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/SignatureHelp/ConditionalExpressionSignatureHelpProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/SignatureHelp/FunctionAggregationSignatureHelpProviderTests.vb b/src/EditorFeatures/VisualBasicTest/SignatureHelp/FunctionAggregationSignatureHelpProviderTests.vb index 658b96cac91f2..cc817acad3051 100644 --- a/src/EditorFeatures/VisualBasicTest/SignatureHelp/FunctionAggregationSignatureHelpProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/SignatureHelp/FunctionAggregationSignatureHelpProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/SignatureHelp/GenericNameSignatureHelpProviderTests.vb b/src/EditorFeatures/VisualBasicTest/SignatureHelp/GenericNameSignatureHelpProviderTests.vb index 8b13cb4b1655f..37ab16b28a9fd 100644 --- a/src/EditorFeatures/VisualBasicTest/SignatureHelp/GenericNameSignatureHelpProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/SignatureHelp/GenericNameSignatureHelpProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/SignatureHelp/GetTypeExpressionSignatureHelpProviderTests.vb b/src/EditorFeatures/VisualBasicTest/SignatureHelp/GetTypeExpressionSignatureHelpProviderTests.vb index 400b3618c58ff..0cc48af17a23b 100644 --- a/src/EditorFeatures/VisualBasicTest/SignatureHelp/GetTypeExpressionSignatureHelpProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/SignatureHelp/GetTypeExpressionSignatureHelpProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/SignatureHelp/GetXmlNamespaceExpressionSignatureHelpProviderTests.vb b/src/EditorFeatures/VisualBasicTest/SignatureHelp/GetXmlNamespaceExpressionSignatureHelpProviderTests.vb index 6f283c5a0ff88..006d3f41daddb 100644 --- a/src/EditorFeatures/VisualBasicTest/SignatureHelp/GetXmlNamespaceExpressionSignatureHelpProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/SignatureHelp/GetXmlNamespaceExpressionSignatureHelpProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/SignatureHelp/InvocationExpressionSignatureHelpProviderTests.vb b/src/EditorFeatures/VisualBasicTest/SignatureHelp/InvocationExpressionSignatureHelpProviderTests.vb index 1aa41f3aabd36..ddd7e3c06e40e 100644 --- a/src/EditorFeatures/VisualBasicTest/SignatureHelp/InvocationExpressionSignatureHelpProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/SignatureHelp/InvocationExpressionSignatureHelpProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/SignatureHelp/MidAssignmentSignatureHelpProviderTests.vb b/src/EditorFeatures/VisualBasicTest/SignatureHelp/MidAssignmentSignatureHelpProviderTests.vb index 862b4d6b6c3b1..74f73cd7841a4 100644 --- a/src/EditorFeatures/VisualBasicTest/SignatureHelp/MidAssignmentSignatureHelpProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/SignatureHelp/MidAssignmentSignatureHelpProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/SignatureHelp/ObjectCreationExpressionSignatureHelpProviderTests.vb b/src/EditorFeatures/VisualBasicTest/SignatureHelp/ObjectCreationExpressionSignatureHelpProviderTests.vb index 4935ee78e27e4..b64d3995e26b8 100644 --- a/src/EditorFeatures/VisualBasicTest/SignatureHelp/ObjectCreationExpressionSignatureHelpProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/SignatureHelp/ObjectCreationExpressionSignatureHelpProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/SignatureHelp/PredefinedCastExpressionSignatureHelpProviderTests.vb b/src/EditorFeatures/VisualBasicTest/SignatureHelp/PredefinedCastExpressionSignatureHelpProviderTests.vb index 00486e6bf5aca..308322a0a1001 100644 --- a/src/EditorFeatures/VisualBasicTest/SignatureHelp/PredefinedCastExpressionSignatureHelpProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/SignatureHelp/PredefinedCastExpressionSignatureHelpProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/SignatureHelp/RaiseEventStatementSignatureHelpProviderTests.vb b/src/EditorFeatures/VisualBasicTest/SignatureHelp/RaiseEventStatementSignatureHelpProviderTests.vb index cf688f9e10792..befcc9b562416 100644 --- a/src/EditorFeatures/VisualBasicTest/SignatureHelp/RaiseEventStatementSignatureHelpProviderTests.vb +++ b/src/EditorFeatures/VisualBasicTest/SignatureHelp/RaiseEventStatementSignatureHelpProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/EditorFeatures/VisualBasicTest/Squiggles/ErrorSquiggleProducerTests.vb b/src/EditorFeatures/VisualBasicTest/Squiggles/ErrorSquiggleProducerTests.vb index ee2c566b9d476..59dc86a0c9a1c 100644 --- a/src/EditorFeatures/VisualBasicTest/Squiggles/ErrorSquiggleProducerTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Squiggles/ErrorSquiggleProducerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis diff --git a/src/EditorFeatures/VisualBasicTest/Structure/AbstractVisualBasicSyntaxNodeStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/AbstractVisualBasicSyntaxNodeStructureTests.vb index 3e5d94497a543..9e3b92d960360 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/AbstractVisualBasicSyntaxNodeStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/AbstractVisualBasicSyntaxNodeStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/AccessorDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/AccessorDeclarationStructureTests.vb index a9394bda1bdc9..abbc3f6abd03b 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/AccessorDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/AccessorDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/CommentStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/CommentStructureTests.vb index d9102e42b98b9..25bbf74a601ba 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/CommentStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/CommentStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Editor.UnitTests.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/CompilationUnitStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/CompilationUnitStructureTests.vb index a49894c781f4d..ea862584089b4 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/CompilationUnitStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/CompilationUnitStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/ConstructorDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/ConstructorDeclarationStructureTests.vb index d274db035efbe..0efbe57b7fe19 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/ConstructorDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/ConstructorDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/DelegateDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/DelegateDeclarationStructureTests.vb index aab9d6d14e434..131b8a033bac4 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/DelegateDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/DelegateDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/DisabledCodeStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/DisabledCodeStructureTests.vb index 2a552537bd5d7..050b4d0996181 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/DisabledCodeStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/DisabledCodeStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/DoLoopBlockStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/DoLoopBlockStructureTests.vb index e5566d719134a..ac6f0e95dca34 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/DoLoopBlockStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/DoLoopBlockStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/DocumentationCommentStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/DocumentationCommentStructureTests.vb index bd69af311fd44..b6f89719b618b 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/DocumentationCommentStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/DocumentationCommentStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/EnumDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/EnumDeclarationStructureTests.vb index 4a2bf5e367e7f..a3a5f821186f3 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/EnumDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/EnumDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/EventDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/EventDeclarationStructureTests.vb index bb5b0a1a91d64..49e1a20e9d5e1 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/EventDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/EventDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/ExternalMethodDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/ExternalMethodDeclarationStructureTests.vb index 96c47676638b8..da614990e22e5 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/ExternalMethodDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/ExternalMethodDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/FieldDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/FieldDeclarationStructureTests.vb index c770c14ed9d90..c9072faa51c5a 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/FieldDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/FieldDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/ForBlockStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/ForBlockStructureTests.vb index 3de8aa8fd874b..37761c9042221 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/ForBlockStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/ForBlockStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/ForEachBlockStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/ForEachBlockStructureTests.vb index f7fd926d77a63..88fd9874a2025 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/ForEachBlockStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/ForEachBlockStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/ConstructorDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/ConstructorDeclarationStructureTests.vb index 540ad1195256a..ff1e249f1d7d3 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/ConstructorDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/ConstructorDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/DelegateDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/DelegateDeclarationStructureTests.vb index 767ad88d687c3..3437b85574cfa 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/DelegateDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/DelegateDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/EnumDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/EnumDeclarationStructureTests.vb index 0899adb3a2045..12d1d8dadc9de 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/EnumDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/EnumDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/EnumMemberDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/EnumMemberDeclarationStructureTests.vb index 1feb7bb166b53..5913f2e9e7f66 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/EnumMemberDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/EnumMemberDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/EventDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/EventDeclarationStructureTests.vb index 1d5ba0a0b8e5e..68a7e7b8fd691 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/EventDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/EventDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/FieldDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/FieldDeclarationStructureTests.vb index 215d7eaaea8d3..a923f643d17a0 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/FieldDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/FieldDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/MethodDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/MethodDeclarationStructureTests.vb index 90c123e17822c..bdd64f09c5932 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/MethodDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/MethodDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/OperatorDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/OperatorDeclarationStructureTests.vb index 0512a2c45c0a5..cf337e8efd1e3 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/OperatorDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/OperatorDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/PropertyDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/PropertyDeclarationStructureTests.vb index 6126e67571594..ffe04144d629f 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/PropertyDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/PropertyDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/RegionDirectiveStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/RegionDirectiveStructureTests.vb index 3da3f0f359a54..0eb30307d99a1 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/RegionDirectiveStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/RegionDirectiveStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure.MetadataAsSource diff --git a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/TypeDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/TypeDeclarationStructureTests.vb index 1916c46d8eb1b..abee6242c9bce 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/TypeDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/TypeDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/MethodDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/MethodDeclarationStructureTests.vb index 1f95066aed9b5..a49c7ef78c1d8 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/MethodDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/MethodDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/MultiLineIfBlockStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/MultiLineIfBlockStructureTests.vb index 62520088aa778..fa402154b42b6 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/MultiLineIfBlockStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/MultiLineIfBlockStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/MultilineLambdaStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/MultilineLambdaStructureTests.vb index 1447ff916e3e6..11b84ab393e1a 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/MultilineLambdaStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/MultilineLambdaStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/NamespaceDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/NamespaceDeclarationStructureTests.vb index 89b05a75201e9..6ba5fd8f2a9b4 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/NamespaceDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/NamespaceDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/OperatorDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/OperatorDeclarationStructureTests.vb index 6998615e125ce..f9fc619cc4cb4 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/OperatorDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/OperatorDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/OverallStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/OverallStructureTests.vb index 90af77704cea5..0aa501d2f6bf0 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/OverallStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/OverallStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/EditorFeatures/VisualBasicTest/Structure/PropertyDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/PropertyDeclarationStructureTests.vb index 71c069c1dd717..34cbb5eae3bfa 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/PropertyDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/PropertyDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/RegionDirectiveStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/RegionDirectiveStructureTests.vb index 6f805e68dc757..677c3da127253 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/RegionDirectiveStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/RegionDirectiveStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/SelectBlockStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/SelectBlockStructureTests.vb index f2589a5022e40..5a0691f2dad83 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/SelectBlockStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/SelectBlockStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/SyncLockBlockStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/SyncLockBlockStructureTests.vb index 0976496db6d78..fe84f37c50575 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/SyncLockBlockStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/SyncLockBlockStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/TryBlockStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/TryBlockStructureTests.vb index b91db7c03e26f..683e13c657409 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/TryBlockStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/TryBlockStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/TypeDeclarationStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/TypeDeclarationStructureTests.vb index 0fbddead39f8f..4363e6f6e4023 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/TypeDeclarationStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/TypeDeclarationStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/UsingBlockStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/UsingBlockStructureTests.vb index e74792d80fb50..3b9501d946799 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/UsingBlockStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/UsingBlockStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/WhileBlockStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/WhileBlockStructureTests.vb index 20eef70249ff5..d68994f9c571e 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/WhileBlockStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/WhileBlockStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/WithBlockStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/WithBlockStructureTests.vb index 74a3105ae2ddd..a99a2034c3bca 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/WithBlockStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/WithBlockStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/Structure/XmlExpressionStructureTests.vb b/src/EditorFeatures/VisualBasicTest/Structure/XmlExpressionStructureTests.vb index 6c56af4d4446b..9fef5ea7ecb81 100644 --- a/src/EditorFeatures/VisualBasicTest/Structure/XmlExpressionStructureTests.vb +++ b/src/EditorFeatures/VisualBasicTest/Structure/XmlExpressionStructureTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure diff --git a/src/EditorFeatures/VisualBasicTest/SymbolId/SymbolKeyCompilationsTests.vb b/src/EditorFeatures/VisualBasicTest/SymbolId/SymbolKeyCompilationsTests.vb index ff5e3005cbdfe..1061eb13ce5e3 100644 --- a/src/EditorFeatures/VisualBasicTest/SymbolId/SymbolKeyCompilationsTests.vb +++ b/src/EditorFeatures/VisualBasicTest/SymbolId/SymbolKeyCompilationsTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.VisualBasic.Syntax diff --git a/src/EditorFeatures/VisualBasicTest/SymbolId/SymbolKeyMetadataVsSourceTests.vb b/src/EditorFeatures/VisualBasicTest/SymbolId/SymbolKeyMetadataVsSourceTests.vb index ec45a03c76be6..17f384c838bf2 100644 --- a/src/EditorFeatures/VisualBasicTest/SymbolId/SymbolKeyMetadataVsSourceTests.vb +++ b/src/EditorFeatures/VisualBasicTest/SymbolId/SymbolKeyMetadataVsSourceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis.VisualBasic.Syntax diff --git a/src/EditorFeatures/VisualBasicTest/SymbolId/SymbolKeyTestBase.vb b/src/EditorFeatures/VisualBasicTest/SymbolId/SymbolKeyTestBase.vb index 7813232eb385c..8877a922f8ddb 100644 --- a/src/EditorFeatures/VisualBasicTest/SymbolId/SymbolKeyTestBase.vb +++ b/src/EditorFeatures/VisualBasicTest/SymbolId/SymbolKeyTestBase.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.VisualBasic.Syntax diff --git a/src/EditorFeatures/VisualBasicTest/TextStructureNavigation/TextStructureNavigatorTests.vb b/src/EditorFeatures/VisualBasicTest/TextStructureNavigation/TextStructureNavigatorTests.vb index fd14475fa7efd..eea601b66580a 100644 --- a/src/EditorFeatures/VisualBasicTest/TextStructureNavigation/TextStructureNavigatorTests.vb +++ b/src/EditorFeatures/VisualBasicTest/TextStructureNavigation/TextStructureNavigatorTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editor.Host diff --git a/src/EditorFeatures/VisualBasicTest/TodoComment/TodoCommentTests.vb b/src/EditorFeatures/VisualBasicTest/TodoComment/TodoCommentTests.vb index 4dc09b8468bf6..5539fb1f321eb 100644 --- a/src/EditorFeatures/VisualBasicTest/TodoComment/TodoCommentTests.vb +++ b/src/EditorFeatures/VisualBasicTest/TodoComment/TodoCommentTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/EditorFeatures/VisualBasicTest/TypeInferrer/TypeInferrerTests.vb b/src/EditorFeatures/VisualBasicTest/TypeInferrer/TypeInferrerTests.vb index 90efd287c2bea..f5b8411ea22a5 100644 --- a/src/EditorFeatures/VisualBasicTest/TypeInferrer/TypeInferrerTests.vb +++ b/src/EditorFeatures/VisualBasicTest/TypeInferrer/TypeInferrerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/EditorFeatures/VisualBasicTest/Utils.vb b/src/EditorFeatures/VisualBasicTest/Utils.vb index c474ccd661d7b..00f8d1943663f 100644 --- a/src/EditorFeatures/VisualBasicTest/Utils.vb +++ b/src/EditorFeatures/VisualBasicTest/Utils.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports System.Text diff --git a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Symbols/PlaceholderLocalSymbol.vb b/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Symbols/PlaceholderLocalSymbol.vb index 88afae5012f1f..af0ebbcc67f49 100644 --- a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Symbols/PlaceholderLocalSymbol.vb +++ b/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Symbols/PlaceholderLocalSymbol.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Collections.ObjectModel diff --git a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Symbols/PlaceholderMethodSymbol.vb b/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Symbols/PlaceholderMethodSymbol.vb index f7cc30f75bd3b..2d73992786fcf 100644 --- a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Symbols/PlaceholderMethodSymbol.vb +++ b/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Symbols/PlaceholderMethodSymbol.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Runtime.InteropServices diff --git a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/VisualBasicFrameDecoder.vb b/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/VisualBasicFrameDecoder.vb index dc71a62a05c4a..d48dc985408a0 100644 --- a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/VisualBasicFrameDecoder.vb +++ b/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/VisualBasicFrameDecoder.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.ExpressionEvaluator Imports Microsoft.CodeAnalysis.VisualBasic.Symbols diff --git a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/VisualBasicInstructionDecoder.vb b/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/VisualBasicInstructionDecoder.vb index 74e4fc5761b00..5482cdde02254 100644 --- a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/VisualBasicInstructionDecoder.vb +++ b/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/VisualBasicInstructionDecoder.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.ExpressionEvaluator diff --git a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/VisualBasicLanguageInstructionDecoder.vb b/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/VisualBasicLanguageInstructionDecoder.vb index 306e68044d8ac..25d87695be2a6 100644 --- a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/VisualBasicLanguageInstructionDecoder.vb +++ b/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/VisualBasicLanguageInstructionDecoder.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.ExpressionEvaluator Imports Microsoft.CodeAnalysis.VisualBasic.Symbols diff --git a/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/Generated/Syntax.xml.GetText.Generated.vb b/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/Generated/Syntax.xml.GetText.Generated.vb index 9efc93e9419f4..3e9af8d4fa289 100644 --- a/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/Generated/Syntax.xml.GetText.Generated.vb +++ b/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/Generated/Syntax.xml.GetText.Generated.vb @@ -1,4 +1,4 @@ -' Definition of syntax model. +' Definition of syntax model. ' Generated by a tool from SHA256 content 9D091EE1836DB2615BAE4E547B1E3FE8ABC441987B6BCF397032C14E99EDB971 ' DO NOT HAND EDIT diff --git a/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/VisualBasicResultProvider.vb b/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/VisualBasicResultProvider.vb index 4b6a58e9a69f2..2664d13e9fdda 100644 --- a/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/VisualBasicResultProvider.vb +++ b/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/VisualBasicResultProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.ExpressionEvaluator Imports Microsoft.VisualStudio.Debugger.ComponentInterfaces diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/VisualBasicResultProviderTestBase.vb b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/VisualBasicResultProviderTestBase.vb index a639648a60bf7..1b9b1095e9790 100644 --- a/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/VisualBasicResultProviderTestBase.vb +++ b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/VisualBasicResultProviderTestBase.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Reflection diff --git a/src/Features/VisualBasic/Portable/AddImport/VisualBasicAddImportCodeFixProvider.vb b/src/Features/VisualBasic/Portable/AddImport/VisualBasicAddImportCodeFixProvider.vb index 5b321c83948ec..6fde97829755a 100644 --- a/src/Features/VisualBasic/Portable/AddImport/VisualBasicAddImportCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/AddImport/VisualBasicAddImportCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/ChangeSignature/ChangeSignatureFormattingRule.vb b/src/Features/VisualBasic/Portable/ChangeSignature/ChangeSignatureFormattingRule.vb index bb2d8e5f03af8..50c9a8dfd876e 100644 --- a/src/Features/VisualBasic/Portable/ChangeSignature/ChangeSignatureFormattingRule.vb +++ b/src/Features/VisualBasic/Portable/ChangeSignature/ChangeSignatureFormattingRule.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Formatting.Rules Imports Microsoft.CodeAnalysis.Options diff --git a/src/Features/VisualBasic/Portable/ChangeSignature/UnifiedArgumentSyntax.vb b/src/Features/VisualBasic/Portable/ChangeSignature/UnifiedArgumentSyntax.vb index d6f0641589b51..ccc57eb5795ac 100644 --- a/src/Features/VisualBasic/Portable/ChangeSignature/UnifiedArgumentSyntax.vb +++ b/src/Features/VisualBasic/Portable/ChangeSignature/UnifiedArgumentSyntax.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.ChangeSignature Imports Microsoft.CodeAnalysis.VisualBasic.Syntax diff --git a/src/Features/VisualBasic/Portable/CodeFixes/AddMissingReference/VisualBasicAddMissingReferenceCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/AddMissingReference/VisualBasicAddMissingReferenceCodeFixProvider.vb index e5c4465155732..ec5503ec75494 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/AddMissingReference/VisualBasicAddMissingReferenceCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/AddMissingReference/VisualBasicAddMissingReferenceCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/CodeFixes/Async/VisualBasicAddAwaitCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/Async/VisualBasicAddAwaitCodeFixProvider.vb index d302b40c25f18..5a1988f3e6614 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/Async/VisualBasicAddAwaitCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/Async/VisualBasicAddAwaitCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/CodeFixes/Async/VisualBasicConvertToAsyncFunctionCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/Async/VisualBasicConvertToAsyncFunctionCodeFixProvider.vb index a6c9a4f57a043..08c1f963ff710 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/Async/VisualBasicConvertToAsyncFunctionCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/Async/VisualBasicConvertToAsyncFunctionCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/CodeFixes/CorrectNextControlVariable/CorrectNextControlVariableCodeFixProvider.CodeAction.vb b/src/Features/VisualBasic/Portable/CodeFixes/CorrectNextControlVariable/CorrectNextControlVariableCodeFixProvider.CodeAction.vb index 9dd5b1bbb69c1..1ae22c6f6716d 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/CorrectNextControlVariable/CorrectNextControlVariableCodeFixProvider.CodeAction.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/CorrectNextControlVariable/CorrectNextControlVariableCodeFixProvider.CodeAction.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.CodeActions diff --git a/src/Features/VisualBasic/Portable/CodeFixes/CorrectNextControlVariable/CorrectNextControlVariableCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/CorrectNextControlVariable/CorrectNextControlVariableCodeFixProvider.vb index 641dfefcb5104..c31227050f334 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/CorrectNextControlVariable/CorrectNextControlVariableCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/CorrectNextControlVariable/CorrectNextControlVariableCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/CodeFixes/GenerateEndConstruct/GenerateEndConstructCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/GenerateEndConstruct/GenerateEndConstructCodeFixProvider.vb index dceccf32d4d5d..4d4f852fbf156 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/GenerateEndConstruct/GenerateEndConstructCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/GenerateEndConstruct/GenerateEndConstructCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/CodeFixes/GenerateEnumMember/GenerateEnumMemberCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/GenerateEnumMember/GenerateEnumMemberCodeFixProvider.vb index 306efd5c65bec..e361197b5770a 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/GenerateEnumMember/GenerateEnumMemberCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/GenerateEnumMember/GenerateEnumMemberCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/CodeFixes/GenerateEvent/GenerateEventCodeFixProvider.CodeAction.vb b/src/Features/VisualBasic/Portable/CodeFixes/GenerateEvent/GenerateEventCodeFixProvider.CodeAction.vb index a1c68058e9356..2c43c7e921f8e 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/GenerateEvent/GenerateEventCodeFixProvider.CodeAction.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/GenerateEvent/GenerateEventCodeFixProvider.CodeAction.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.CodeActions diff --git a/src/Features/VisualBasic/Portable/CodeFixes/GenerateEvent/GenerateEventCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/GenerateEvent/GenerateEventCodeFixProvider.vb index 426fad821acfa..324d7604c4418 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/GenerateEvent/GenerateEventCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/GenerateEvent/GenerateEventCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/CodeFixes/GenerateParameterizedMember/GenerateConversionCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/GenerateParameterizedMember/GenerateConversionCodeFixProvider.vb index d11debdac1b14..6ea24c9b2f3cf 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/GenerateParameterizedMember/GenerateConversionCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/GenerateParameterizedMember/GenerateConversionCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/CodeFixes/GenerateParameterizedMember/GenerateParameterizedMemberCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/GenerateParameterizedMember/GenerateParameterizedMemberCodeFixProvider.vb index 10dc87f898358..326b94d227de3 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/GenerateParameterizedMember/GenerateParameterizedMemberCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/GenerateParameterizedMember/GenerateParameterizedMemberCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/CodeFixes/GenerateType/GenerateTypeCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/GenerateType/GenerateTypeCodeFixProvider.vb index 41d08db3ff811..b81ac19035385 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/GenerateType/GenerateTypeCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/GenerateType/GenerateTypeCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/CodeFixes/IncorrectExitContinue/IncorrectExitContinueCodeFixProvider.AddKeywordCodeAction.vb b/src/Features/VisualBasic/Portable/CodeFixes/IncorrectExitContinue/IncorrectExitContinueCodeFixProvider.AddKeywordCodeAction.vb index 1d2a6a8de7be1..87ad83b016d5f 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/IncorrectExitContinue/IncorrectExitContinueCodeFixProvider.AddKeywordCodeAction.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/IncorrectExitContinue/IncorrectExitContinueCodeFixProvider.AddKeywordCodeAction.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/CodeFixes/IncorrectExitContinue/IncorrectExitContinueCodeFixProvider.ReplaceKeywordCodeAction.vb b/src/Features/VisualBasic/Portable/CodeFixes/IncorrectExitContinue/IncorrectExitContinueCodeFixProvider.ReplaceKeywordCodeAction.vb index 35b70ad08d8e0..89b7fad8f3d7c 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/IncorrectExitContinue/IncorrectExitContinueCodeFixProvider.ReplaceKeywordCodeAction.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/IncorrectExitContinue/IncorrectExitContinueCodeFixProvider.ReplaceKeywordCodeAction.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/CodeFixes/IncorrectExitContinue/IncorrectExitContinueCodeFixProvider.ReplaceTokenKeywordCodeAction.vb b/src/Features/VisualBasic/Portable/CodeFixes/IncorrectExitContinue/IncorrectExitContinueCodeFixProvider.ReplaceTokenKeywordCodeAction.vb index 35a1666785cd5..30b559b1d7b46 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/IncorrectExitContinue/IncorrectExitContinueCodeFixProvider.ReplaceTokenKeywordCodeAction.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/IncorrectExitContinue/IncorrectExitContinueCodeFixProvider.ReplaceTokenKeywordCodeAction.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.CodeActions diff --git a/src/Features/VisualBasic/Portable/CodeFixes/IncorrectExitContinue/IncorrectExitContinueCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/IncorrectExitContinue/IncorrectExitContinueCodeFixProvider.vb index 8a082c3e50aab..f88ec5deb1363 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/IncorrectExitContinue/IncorrectExitContinueCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/IncorrectExitContinue/IncorrectExitContinueCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/CodeFixes/IncorrectFunctionReturnType/IncorrectFunctionReturnTypeCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/IncorrectFunctionReturnType/IncorrectFunctionReturnTypeCodeFixProvider.vb index a8ba27641b825..495caad4cab7b 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/IncorrectFunctionReturnType/IncorrectFunctionReturnTypeCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/IncorrectFunctionReturnType/IncorrectFunctionReturnTypeCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/CodeFixes/InsertMissingCast/InsertMissingCastCodeFixProvider.CodeAction.vb b/src/Features/VisualBasic/Portable/CodeFixes/InsertMissingCast/InsertMissingCastCodeFixProvider.CodeAction.vb index 0a38f9695fe3c..9a201cf4d5f9f 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/InsertMissingCast/InsertMissingCastCodeFixProvider.CodeAction.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/InsertMissingCast/InsertMissingCastCodeFixProvider.CodeAction.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.CodeActions diff --git a/src/Features/VisualBasic/Portable/CodeFixes/InsertMissingCast/InsertMissingCastCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/InsertMissingCast/InsertMissingCastCodeFixProvider.vb index fa1f14b92167d..aae4709f736bd 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/InsertMissingCast/InsertMissingCastCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/InsertMissingCast/InsertMissingCastCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/CodeFixes/Iterator/VisualBasicChangeToYieldCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/Iterator/VisualBasicChangeToYieldCodeFixProvider.vb index f8ab3dbc068e0..3ee6e2d27ccd1 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/Iterator/VisualBasicChangeToYieldCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/Iterator/VisualBasicChangeToYieldCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/CodeFixes/Iterator/VisualBasicConvertToIteratorCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/Iterator/VisualBasicConvertToIteratorCodeFixProvider.vb index 52854832fa1e2..7db26074e779e 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/Iterator/VisualBasicConvertToIteratorCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/Iterator/VisualBasicConvertToIteratorCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/CodeFixes/MoveToTopOfFile/MoveToTopOfFileCodeFixProvider.MoveToLineCodeAction.vb b/src/Features/VisualBasic/Portable/CodeFixes/MoveToTopOfFile/MoveToTopOfFileCodeFixProvider.MoveToLineCodeAction.vb index 83108587f8584..58a02998a9e16 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/MoveToTopOfFile/MoveToTopOfFileCodeFixProvider.MoveToLineCodeAction.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/MoveToTopOfFile/MoveToTopOfFileCodeFixProvider.MoveToLineCodeAction.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.CodeActions diff --git a/src/Features/VisualBasic/Portable/CodeFixes/MoveToTopOfFile/MoveToTopOfFileCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/MoveToTopOfFile/MoveToTopOfFileCodeFixProvider.vb index 6f8b8bd5fe7e3..73e4fdad01537 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/MoveToTopOfFile/MoveToTopOfFileCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/MoveToTopOfFile/MoveToTopOfFileCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/CodeFixes/OverloadBase/OverloadBaseCodeFixProvider.AddOverloads.vb b/src/Features/VisualBasic/Portable/CodeFixes/OverloadBase/OverloadBaseCodeFixProvider.AddOverloads.vb index a31cc0e72e508..f2b838e60b174 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/OverloadBase/OverloadBaseCodeFixProvider.AddOverloads.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/OverloadBase/OverloadBaseCodeFixProvider.AddOverloads.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.RemoveUnnecessaryCastFixAllProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.RemoveUnnecessaryCastFixAllProvider.vb index 3a7be48344b75..a87cd509aa393 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.RemoveUnnecessaryCastFixAllProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.RemoveUnnecessaryCastFixAllProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.CodeFixes diff --git a/src/Features/VisualBasic/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.Rewriter.vb b/src/Features/VisualBasic/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.Rewriter.vb index f48b49c25d4f4..20b58230d5b8c 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.Rewriter.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.Rewriter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Simplification diff --git a/src/Features/VisualBasic/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.vb index 0ed01ff78110f..601eab76f9754 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesCodeFixProvider.SimplifyTypeNamesFixAllProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesCodeFixProvider.SimplifyTypeNamesFixAllProvider.vb index 493f50e66ceb7..04cf490737117 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesCodeFixProvider.SimplifyTypeNamesFixAllProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesCodeFixProvider.SimplifyTypeNamesFixAllProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.CodeFixes diff --git a/src/Features/VisualBasic/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesCodeFixProvider.vb index ee9f485e81768..ce02dc706fac2 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/CodeFixes/Spellcheck/VisualBasicSpellCheckCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/Spellcheck/VisualBasicSpellCheckCodeFixProvider.vb index 4d8fd4fadc7ca..ba2620f5624be 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/Spellcheck/VisualBasicSpellCheckCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/Spellcheck/VisualBasicSpellCheckCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/CodeFixes/Suppression/VisualBasicSuppressionCodeFixProvider.vb b/src/Features/VisualBasic/Portable/CodeFixes/Suppression/VisualBasicSuppressionCodeFixProvider.vb index 588a24b18b5d3..c887f2a589b41 100644 --- a/src/Features/VisualBasic/Portable/CodeFixes/Suppression/VisualBasicSuppressionCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeFixes/Suppression/VisualBasicSuppressionCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Globalization diff --git a/src/Features/VisualBasic/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.ReferenceRewriter.vb b/src/Features/VisualBasic/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.ReferenceRewriter.vb index 258d490785001..d7d83b2b79369 100644 --- a/src/Features/VisualBasic/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.ReferenceRewriter.vb +++ b/src/Features/VisualBasic/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.ReferenceRewriter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.vb b/src/Features/VisualBasic/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.vb index 14a6efdf4d621..4686060855901 100644 --- a/src/Features/VisualBasic/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/CodeRefactorings/InvertIf/InvertIfCodeRefactoringProvider.vb b/src/Features/VisualBasic/Portable/CodeRefactorings/InvertIf/InvertIfCodeRefactoringProvider.vb index 2ed5e8aa03623..dd68ae083483d 100644 --- a/src/Features/VisualBasic/Portable/CodeRefactorings/InvertIf/InvertIfCodeRefactoringProvider.vb +++ b/src/Features/VisualBasic/Portable/CodeRefactorings/InvertIf/InvertIfCodeRefactoringProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.CodeActions diff --git a/src/Features/VisualBasic/Portable/CodeRefactorings/MoveType/VisualBasicMoveTypeService.vb b/src/Features/VisualBasic/Portable/CodeRefactorings/MoveType/VisualBasicMoveTypeService.vb index 398ff6000e9fc..0a56c7f6df47c 100644 --- a/src/Features/VisualBasic/Portable/CodeRefactorings/MoveType/VisualBasicMoveTypeService.vb +++ b/src/Features/VisualBasic/Portable/CodeRefactorings/MoveType/VisualBasicMoveTypeService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.CodeRefactorings.MoveType diff --git a/src/Features/VisualBasic/Portable/CodeRefactorings/RemoveStatementCodeAction.vb b/src/Features/VisualBasic/Portable/CodeRefactorings/RemoveStatementCodeAction.vb index d2601221bdee9..ac084b96bafa4 100644 --- a/src/Features/VisualBasic/Portable/CodeRefactorings/RemoveStatementCodeAction.vb +++ b/src/Features/VisualBasic/Portable/CodeRefactorings/RemoveStatementCodeAction.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/CodeRefactorings/VisualBasicCodeRefactoringService.vb b/src/Features/VisualBasic/Portable/CodeRefactorings/VisualBasicCodeRefactoringService.vb index 41f0cd40e3a3c..da2394ca1aed0 100644 --- a/src/Features/VisualBasic/Portable/CodeRefactorings/VisualBasicCodeRefactoringService.vb +++ b/src/Features/VisualBasic/Portable/CodeRefactorings/VisualBasicCodeRefactoringService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.ComponentModel.Composition diff --git a/src/Features/VisualBasic/Portable/CommentSelection/VisualBasicCommentSelectionService.vb b/src/Features/VisualBasic/Portable/CommentSelection/VisualBasicCommentSelectionService.vb index 57568b74a9888..2563303da9f00 100644 --- a/src/Features/VisualBasic/Portable/CommentSelection/VisualBasicCommentSelectionService.vb +++ b/src/Features/VisualBasic/Portable/CommentSelection/VisualBasicCommentSelectionService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.CommentSelection diff --git a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/CompletionListTagCompletionProvider.vb b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/CompletionListTagCompletionProvider.vb index 73e0d0db46701..71d1347e4088c 100644 --- a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/CompletionListTagCompletionProvider.vb +++ b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/CompletionListTagCompletionProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/CompletionUtilities.vb b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/CompletionUtilities.vb index 525a11b78b207..ec5fb691966c1 100644 --- a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/CompletionUtilities.vb +++ b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/CompletionUtilities.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/CrefCompletionProvider.vb b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/CrefCompletionProvider.vb index 5d433b450ed1c..a5880638f0f08 100644 --- a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/CrefCompletionProvider.vb +++ b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/CrefCompletionProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Text Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/EnumCompletionProvider.vb b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/EnumCompletionProvider.vb index f3c295163d4b0..1f7e055d0be94 100644 --- a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/EnumCompletionProvider.vb +++ b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/EnumCompletionProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/HandlesClauseCompletionProvider.vb b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/HandlesClauseCompletionProvider.vb index bbb3d7135aed0..221e20c1b664d 100644 --- a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/HandlesClauseCompletionProvider.vb +++ b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/HandlesClauseCompletionProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion diff --git a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/ImplementsClauseCompletionProvider.vb b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/ImplementsClauseCompletionProvider.vb index 34fdfde205abf..88e148e5969fa 100644 --- a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/ImplementsClauseCompletionProvider.vb +++ b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/ImplementsClauseCompletionProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/KeywordCompletionProvider.vb b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/KeywordCompletionProvider.vb index b1dddfca739f4..7ef4172001807 100644 --- a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/KeywordCompletionProvider.vb +++ b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/KeywordCompletionProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Collections.Immutable diff --git a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/NamedParameterCompletionProvider.vb b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/NamedParameterCompletionProvider.vb index 6c55fde0a39e5..40525851ef51c 100644 --- a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/NamedParameterCompletionProvider.vb +++ b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/NamedParameterCompletionProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/ObjectCreationCompletionProvider.vb b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/ObjectCreationCompletionProvider.vb index 54f8167f2d5f2..7205b088a2975 100644 --- a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/ObjectCreationCompletionProvider.vb +++ b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/ObjectCreationCompletionProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/ObjectInitializerCompletionProvider.vb b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/ObjectInitializerCompletionProvider.vb index ef4a780bdca89..66641fb0104c3 100644 --- a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/ObjectInitializerCompletionProvider.vb +++ b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/ObjectInitializerCompletionProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/OverrideCompletionProvider.vb b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/OverrideCompletionProvider.vb index ab861617104eb..3ce509c7ff01a 100644 --- a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/OverrideCompletionProvider.vb +++ b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/OverrideCompletionProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/PartialTypeCompletionProvider.vb b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/PartialTypeCompletionProvider.vb index d971d8ab98bec..b2abd3f552e77 100644 --- a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/PartialTypeCompletionProvider.vb +++ b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/PartialTypeCompletionProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/SymbolCompletionProvider.vb b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/SymbolCompletionProvider.vb index 10e4428782964..83a0284f8d810 100644 --- a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/SymbolCompletionProvider.vb +++ b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/SymbolCompletionProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/XmlDocCommentCompletionProvider.vb b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/XmlDocCommentCompletionProvider.vb index c5ddaa6c909e4..d508fac10bec0 100644 --- a/src/Features/VisualBasic/Portable/Completion/CompletionProviders/XmlDocCommentCompletionProvider.vb +++ b/src/Features/VisualBasic/Portable/Completion/CompletionProviders/XmlDocCommentCompletionProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/AbstractKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/AbstractKeywordRecommender.vb index 4999e45f6517f..73fbd370bbc68 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/AbstractKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/AbstractKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/ArrayStatements/EraseKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/ArrayStatements/EraseKeywordRecommender.vb index 4d155b9c66333..6661a3fbb26ec 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/ArrayStatements/EraseKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/ArrayStatements/EraseKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/ArrayStatements/PreserveKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/ArrayStatements/PreserveKeywordRecommender.vb index e9b49687217e0..f288d3723cc47 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/ArrayStatements/PreserveKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/ArrayStatements/PreserveKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/ArrayStatements/ReDimKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/ArrayStatements/ReDimKeywordRecommender.vb index 39de1947ffaf5..fe0c113ed3ad0 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/ArrayStatements/ReDimKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/ArrayStatements/ReDimKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/AliasKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/AliasKeywordRecommender.vb index 3f56a6da7872c..a38302947b145 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/AliasKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/AliasKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/AsKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/AsKeywordRecommender.vb index 2ab534113c98d..73665079dbd80 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/AsKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/AsKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/AsyncKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/AsyncKeywordRecommender.vb index 2bb2c6c5bd171..3eb697f617cdf 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/AsyncKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/AsyncKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/AttributeScopesKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/AttributeScopesKeywordRecommender.vb index 2daa212a7d798..2884fc57c6481 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/AttributeScopesKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/AttributeScopesKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/CharsetModifierKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/CharsetModifierKeywordRecommender.vb index 4b7e289d1090c..27e1c014b22cf 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/CharsetModifierKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/CharsetModifierKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ClassKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ClassKeywordRecommender.vb index a62629c4a5a51..7caed850236ad 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ClassKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ClassKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ConstKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ConstKeywordRecommender.vb index c505cd4d6aaa1..7d8aa3398d249 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ConstKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ConstKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/CovarianceModifiersKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/CovarianceModifiersKeywordRecommender.vb index faa8cc16e2620..64d7687a99a64 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/CovarianceModifiersKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/CovarianceModifiersKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/CustomEventKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/CustomEventKeywordRecommender.vb index 4cf6a506b7599..1135e45094408 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/CustomEventKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/CustomEventKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/DeclareKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/DeclareKeywordRecommender.vb index 00d04f16554fa..ece6ad60a911b 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/DeclareKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/DeclareKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/DelegateKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/DelegateKeywordRecommender.vb index c304cb799ec52..0709461667af5 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/DelegateKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/DelegateKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/DelegateSubFunctionKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/DelegateSubFunctionKeywordRecommender.vb index 7d88a4edaeb56..5f8fca9cf9caf 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/DelegateSubFunctionKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/DelegateSubFunctionKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/DimKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/DimKeywordRecommender.vb index deb552a23b9f6..31ed9e6c833d0 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/DimKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/DimKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/EndBlockKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/EndBlockKeywordRecommender.vb index a241757ec84b0..5134e1768f71c 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/EndBlockKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/EndBlockKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/EnumKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/EnumKeywordRecommender.vb index 39d6197bc8918..88366bbd66b27 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/EnumKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/EnumKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/EventKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/EventKeywordRecommender.vb index 26abf7ea9d774..38cc30729910e 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/EventKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/EventKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ExternalSubFunctionKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ExternalSubFunctionKeywordRecommender.vb index 9139e05314354..901e669d62e98 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ExternalSubFunctionKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ExternalSubFunctionKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/FunctionKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/FunctionKeywordRecommender.vb index 9b0aab2dc87c9..4c0a3bff57d72 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/FunctionKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/FunctionKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/GenericConstraintsKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/GenericConstraintsKeywordRecommender.vb index 327a9fdb7380a..afe741ff253dd 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/GenericConstraintsKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/GenericConstraintsKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/GetSetKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/GetSetKeywordRecommender.vb index e02dc70c09996..52d8670a6e6f2 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/GetSetKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/GetSetKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ImplementsKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ImplementsKeywordRecommender.vb index 7e9b63468c106..99f2b7b931203 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ImplementsKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ImplementsKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ImportsKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ImportsKeywordRecommender.vb index dc665771f7e1a..738521320f6ce 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ImportsKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ImportsKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/InKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/InKeywordRecommender.vb index c67cbef413eda..528e0cd526779 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/InKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/InKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/InheritsKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/InheritsKeywordRecommender.vb index 15b47e42b8934..82efb2a84fb68 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/InheritsKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/InheritsKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/InterfaceKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/InterfaceKeywordRecommender.vb index f030c1cf9e72d..6816d4b453536 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/InterfaceKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/InterfaceKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/IteratorKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/IteratorKeywordRecommender.vb index b1d03da73cb0a..2902d9270b943 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/IteratorKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/IteratorKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/LibKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/LibKeywordRecommender.vb index de7daeef4b619..94678b396018a 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/LibKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/LibKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ModifierKeywordsRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ModifierKeywordsRecommender.vb index 2a04019baf474..d7617e7c25341 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ModifierKeywordsRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ModifierKeywordsRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ModuleKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ModuleKeywordRecommender.vb index 685e9902a6aa3..45643038e51a1 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ModuleKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ModuleKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/NamespaceKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/NamespaceKeywordRecommender.vb index a66cb4f72419e..f203ac7f56ec1 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/NamespaceKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/NamespaceKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/OfKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/OfKeywordRecommender.vb index f1002d9c5dc6e..03dc888745ced 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/OfKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/OfKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/OperatorKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/OperatorKeywordRecommender.vb index ae2e78aea68ba..cf2e69ce3403c 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/OperatorKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/OperatorKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/OverloadableOperatorRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/OverloadableOperatorRecommender.vb index 72cbdac0cf8b4..88a3c7320babb 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/OverloadableOperatorRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/OverloadableOperatorRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ParameterModifiersKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ParameterModifiersKeywordRecommender.vb index 139406345ae8b..c0404a1cab827 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ParameterModifiersKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ParameterModifiersKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/PropertyKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/PropertyKeywordRecommender.vb index 4ba01902f4fb8..a069e1302e12d 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/PropertyKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/PropertyKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/StaticKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/StaticKeywordRecommender.vb index 5bac5fbe2b31c..f7ab42479a6cf 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/StaticKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/StaticKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/StructureKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/StructureKeywordRecommender.vb index 905fa35ddb460..8228140f24ee0 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/StructureKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/StructureKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/SubKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/SubKeywordRecommender.vb index 47593be5701ba..c4e1db3b55531 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/SubKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/SubKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ToKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ToKeywordRecommender.vb index ce7f68159b27f..5372a26c139d9 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ToKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ToKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/EventHandling/AddHandlerKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/EventHandling/AddHandlerKeywordRecommender.vb index 99e8880e82e39..f94bb051296fc 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/EventHandling/AddHandlerKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/EventHandling/AddHandlerKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/EventHandling/HandlesKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/EventHandling/HandlesKeywordRecommender.vb index 37d655a5eac8a..ba223466af3be 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/EventHandling/HandlesKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/EventHandling/HandlesKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/EventHandling/RaiseEventKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/EventHandling/RaiseEventKeywordRecommender.vb index 14ca86d18dff7..e8d3623a43c7e 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/EventHandling/RaiseEventKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/EventHandling/RaiseEventKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/EventHandling/RemoveHandlerKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/EventHandling/RemoveHandlerKeywordRecommender.vb index 1b4f3eb2da0d9..26d50cffc8ffa 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/EventHandling/RemoveHandlerKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/EventHandling/RemoveHandlerKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/AddressOfKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/AddressOfKeywordRecommender.vb index d641ba420d861..4f0d3c94f336c 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/AddressOfKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/AddressOfKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/AwaitKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/AwaitKeywordRecommender.vb index 349e99e186fef..8e628b82af794 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/AwaitKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/AwaitKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/BinaryOperatorKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/BinaryOperatorKeywordRecommender.vb index ad2deb3a02ca7..4a4f62f97253c 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/BinaryOperatorKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/BinaryOperatorKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/CastOperatorsKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/CastOperatorsKeywordRecommender.vb index 56fc9ddd42fa9..30b2494f13826 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/CastOperatorsKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/CastOperatorsKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/FromKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/FromKeywordRecommender.vb index d7f9de44049aa..22b8d68bf8d05 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/FromKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/FromKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/GetTypeKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/GetTypeKeywordRecommender.vb index bd1959c1919fc..b2eb60d5b4bef 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/GetTypeKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/GetTypeKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/GetXmlNamespaceKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/GetXmlNamespaceKeywordRecommender.vb index ed3305e07ea23..0781926f2ecc1 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/GetXmlNamespaceKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/GetXmlNamespaceKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/GlobalKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/GlobalKeywordRecommender.vb index 56b0c6553edfe..923e5cb3c0044 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/GlobalKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/GlobalKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/IfKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/IfKeywordRecommender.vb index 67221cfcb3917..affd866faf994 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/IfKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/IfKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/KeyKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/KeyKeywordRecommender.vb index 2771ebd98b492..2a39d51c9ff01 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/KeyKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/KeyKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/LambdaKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/LambdaKeywordRecommender.vb index f7b3660ed9e31..e61a3893fab7d 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/LambdaKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/LambdaKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/MeKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/MeKeywordRecommender.vb index 5f8265a5c2c20..f67591cf4fbb3 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/MeKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/MeKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/MyBaseKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/MyBaseKeywordRecommender.vb index b6ac13d607dbc..96a11892c95a7 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/MyBaseKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/MyBaseKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/MyClassKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/MyClassKeywordRecommender.vb index 1d398d634e8bd..269064ed81086 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/MyClassKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/MyClassKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/NameOfKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/NameOfKeywordRecommender.vb index d60f39af05650..96bcbdb32e7fd 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/NameOfKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/NameOfKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/NewKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/NewKeywordRecommender.vb index 859cddd1b57b0..dff50cdabbfdf 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/NewKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/NewKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/NotKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/NotKeywordRecommender.vb index 2ab05d5f10dd6..ed3b280eaabe9 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/NotKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/NotKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/NothingKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/NothingKeywordRecommender.vb index 215603afecd70..1b5315bf7c00d 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/NothingKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/NothingKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/TrueFalseKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/TrueFalseKeywordRecommender.vb index 604d3e5428998..87909d2e318a2 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/TrueFalseKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/TrueFalseKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/TypeOfKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/TypeOfKeywordRecommender.vb index 370e940717769..d129f0f890edb 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/TypeOfKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/TypeOfKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/WithKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/WithKeywordRecommender.vb index 714a69692a533..11e94a8482cb8 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/WithKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/WithKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/ErrorKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/ErrorKeywordRecommender.vb index 821d5aa3ccbb5..3d95ae3459357 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/ErrorKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/ErrorKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/GoToDestinationsRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/GoToDestinationsRecommender.vb index 85a48e38032a7..4f755183366f6 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/GoToDestinationsRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/GoToDestinationsRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/GoToKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/GoToKeywordRecommender.vb index 12628fa9e726f..eb49c2ad5cf77 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/GoToKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/GoToKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/NextKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/NextKeywordRecommender.vb index 5eb15f5d45e70..5110a9c0102dd 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/NextKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/NextKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/OnErrorKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/OnErrorKeywordRecommender.vb index 6d0dd8e1d2f8b..20e8a8def937f 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/OnErrorKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/OnErrorKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/ResumeKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/ResumeKeywordRecommender.vb index 6049fce18f680..8a0f047daeb4c 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/ResumeKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/ResumeKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/CompareBinaryTextRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/CompareBinaryTextRecommender.vb index fd6c566f48a08..4151946de7637 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/CompareBinaryTextRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/CompareBinaryTextRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/ExplicitOptionsRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/ExplicitOptionsRecommender.vb index 5c66e6b7095e4..0d10029e4efb4 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/ExplicitOptionsRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/ExplicitOptionsRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/InferOptionsRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/InferOptionsRecommender.vb index 4765d985d4fb4..bfbf2da9dcf9c 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/InferOptionsRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/InferOptionsRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/OptionKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/OptionKeywordRecommender.vb index 188db171f5a7c..46b7c6e2b16ab 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/OptionKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/OptionKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/OptionNamesRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/OptionNamesRecommender.vb index aec0ef260ffc8..03a479580869d 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/OptionNamesRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/OptionNamesRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/StrictOptionsRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/StrictOptionsRecommender.vb index f38abb1febe5a..64210f1704722 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/StrictOptionsRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OptionStatements/StrictOptionsRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/ConstDirectiveKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/ConstDirectiveKeywordRecommender.vb index e3ab51afdee99..5d1a06bcd787a 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/ConstDirectiveKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/ConstDirectiveKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/ElseDirectiveKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/ElseDirectiveKeywordRecommender.vb index a1b0d6de1573f..d654abb0781ff 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/ElseDirectiveKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/ElseDirectiveKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/ElseIfDirectiveKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/ElseIfDirectiveKeywordRecommender.vb index e8a699bad70a4..ac0f897395e2d 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/ElseIfDirectiveKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/ElseIfDirectiveKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/EndIfDirectiveKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/EndIfDirectiveKeywordRecommender.vb index 13d06e51263c8..a82ccb63c8ad0 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/EndIfDirectiveKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/EndIfDirectiveKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/EndRegionDirectiveKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/EndRegionDirectiveKeywordRecommender.vb index b6beebf7e710d..f6ff94909a0ab 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/EndRegionDirectiveKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/EndRegionDirectiveKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/IfDirectiveKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/IfDirectiveKeywordRecommender.vb index 518b9a42c42df..b1d02b12a9f6e 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/IfDirectiveKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/IfDirectiveKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/PreprocessorHelpers.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/PreprocessorHelpers.vb index 9c89179ba9d79..3233caf579598 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/PreprocessorHelpers.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/PreprocessorHelpers.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/ReferenceDirectiveKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/ReferenceDirectiveKeywordRecommender.vb index ae194c6e834e2..182b84684236d 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/ReferenceDirectiveKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/ReferenceDirectiveKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/RegionDirectiveKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/RegionDirectiveKeywordRecommender.vb index 6faf45b06eea6..d754e9213f2d5 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/RegionDirectiveKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/RegionDirectiveKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/WarningDirectiveKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/WarningDirectiveKeywordRecommender.vb index 4d0b056561b75..1a3dcb3481e65 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/WarningDirectiveKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/WarningDirectiveKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/AggregateKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/AggregateKeywordRecommender.vb index 8e0dfba6c4a80..d4e1e9f2b9bc3 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/AggregateKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/AggregateKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/AscendingDescendingKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/AscendingDescendingKeywordRecommender.vb index 4ecfc38e25655..e54af679ceefe 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/AscendingDescendingKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/AscendingDescendingKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/DistinctKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/DistinctKeywordRecommender.vb index e14a83583e551..840312dfbfc6b 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/DistinctKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/DistinctKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/EqualsKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/EqualsKeywordRecommender.vb index b68ad7171f99d..e05eea4777520 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/EqualsKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/EqualsKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/FromKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/FromKeywordRecommender.vb index f49b95d086024..38c5925c04275 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/FromKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/FromKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/GroupByKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/GroupByKeywordRecommender.vb index b41215e7cf8cd..5a562e360470c 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/GroupByKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/GroupByKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/GroupJoinKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/GroupJoinKeywordRecommender.vb index 5d010c0e92eb4..f998c6ff79124 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/GroupJoinKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/GroupJoinKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/GroupKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/GroupKeywordRecommender.vb index 03e5f733d4dce..486ab4f0b9f5f 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/GroupKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/GroupKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/IntoKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/IntoKeywordRecommender.vb index e40b599abfb43..c621e4f6a0e0b 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/IntoKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/IntoKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/JoinKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/JoinKeywordRecommender.vb index fc67fc9913ab9..5f883f01a8643 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/JoinKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/JoinKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/LetKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/LetKeywordRecommender.vb index 875ad21b4b88f..e2662c252862e 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/LetKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/LetKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/OnKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/OnKeywordRecommender.vb index 3aa0106b5aade..797f115231e49 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/OnKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/OnKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/OrderByKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/OrderByKeywordRecommender.vb index 08cd126572cd8..b18cc74b2d31c 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/OrderByKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/OrderByKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/SelectKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/SelectKeywordRecommender.vb index 6bc797613f3cd..48c76cacc514e 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/SelectKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/SelectKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/SkipKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/SkipKeywordRecommender.vb index b901a7a739a38..33d4b4e0b034e 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/SkipKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/SkipKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/TakeKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/TakeKeywordRecommender.vb index 3489f6c7f16b4..2b8de6a21cfbe 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/TakeKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/TakeKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/WhereKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/WhereKeywordRecommender.vb index bdf9ac5c235b1..d8a06a9c75c83 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/WhereKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/WhereKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/WhileKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/WhileKeywordRecommender.vb index 8c88d6c8bacf9..8d7bc8e7d840c 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/WhileKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/WhileKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/RecommendationHelpers.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/RecommendationHelpers.vb index b60216469e25d..2f3b94dceb022 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/RecommendationHelpers.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/RecommendationHelpers.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports System.Text diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/CallKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/CallKeywordRecommender.vb index 61abbe206cbbb..88fe20415a98b 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/CallKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/CallKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/CaseKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/CaseKeywordRecommender.vb index 28403adee5dd8..54b900b2c0f1a 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/CaseKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/CaseKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/CatchKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/CatchKeywordRecommender.vb index 362e8d60a0c85..ee843fdfcd5ad 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/CatchKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/CatchKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ContinueKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ContinueKeywordRecommender.vb index b030700d23b1e..0689fc60b70e4 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ContinueKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ContinueKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/DoKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/DoKeywordRecommender.vb index 1af631e01f390..681844b092548 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/DoKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/DoKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/EachKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/EachKeywordRecommender.vb index 9a07dda85ecfc..b9663fb366942 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/EachKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/EachKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ElseIfKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ElseIfKeywordRecommender.vb index 7289bb041e259..b7d58cf8dd82d 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ElseIfKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ElseIfKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ElseKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ElseKeywordRecommender.vb index 72c7f6a7395f2..36d8df665e3fc 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ElseKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ElseKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/EndKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/EndKeywordRecommender.vb index aca253669be9a..cc9a868fa1e80 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/EndKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/EndKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ExitKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ExitKeywordRecommender.vb index aa21fc4a91dac..c298ffa5e27ad 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ExitKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ExitKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/FinallyKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/FinallyKeywordRecommender.vb index 1d67ae0a7b2e8..2cdd96a76a808 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/FinallyKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/FinallyKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ForKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ForKeywordRecommender.vb index 58dbc32ae0a49..104bd31f6a4cf 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ForKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ForKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/GoToKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/GoToKeywordRecommender.vb index 8054155d1a36b..042f4956f9c2b 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/GoToKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/GoToKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/IfKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/IfKeywordRecommender.vb index f0d18ec8df5f6..ed0b7720886e9 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/IfKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/IfKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/IsKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/IsKeywordRecommender.vb index 87890ad55f81d..2a4e3dc319dc8 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/IsKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/IsKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/LoopKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/LoopKeywordRecommender.vb index cc69039c87b2f..f464506bc0e7e 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/LoopKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/LoopKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/MidKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/MidKeywordRecommender.vb index d0e6907a39aba..d51fbc8ff32b0 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/MidKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/MidKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/NextKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/NextKeywordRecommender.vb index b09c901913ec2..dcd230fed18ee 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/NextKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/NextKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ReturnKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ReturnKeywordRecommender.vb index bc755ad2af757..ebc38daa1582b 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ReturnKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ReturnKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/SelectKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/SelectKeywordRecommender.vb index 821f90afe3ba3..13d5d444b06b9 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/SelectKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/SelectKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/StepKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/StepKeywordRecommender.vb index 6b4803710d6c2..bf527c80fd0c6 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/StepKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/StepKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/StopKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/StopKeywordRecommender.vb index bd78664f81d82..3ef549bdeeecb 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/StopKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/StopKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/SyncLockKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/SyncLockKeywordRecommender.vb index b83196d0f5c14..3885b915ceea5 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/SyncLockKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/SyncLockKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ThenKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ThenKeywordRecommender.vb index 7f5646d109615..b08fa60d7fb48 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ThenKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ThenKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ThrowKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ThrowKeywordRecommender.vb index 2746f15ef3b7e..49560c198e55a 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ThrowKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ThrowKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ToKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ToKeywordRecommender.vb index 198894333fa28..8c37975a56ba3 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ToKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ToKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/TryKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/TryKeywordRecommender.vb index 246195193747b..3e98c5c036776 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/TryKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/TryKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/UntilAndWhileKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/UntilAndWhileKeywordRecommender.vb index f38389e348fd3..fb6cce9f76582 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/UntilAndWhileKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/UntilAndWhileKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/UsingKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/UsingKeywordRecommender.vb index f16fbe54ca03b..c2dafe47c3eff 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/UsingKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/UsingKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/WhenKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/WhenKeywordRecommender.vb index 84d92f61996b4..b36ea2de8810d 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/WhenKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/WhenKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/WhileLoopKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/WhileLoopKeywordRecommender.vb index a5b7a730351fd..2f69b7eb6f018 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/WhileLoopKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/WhileLoopKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/WithKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/WithKeywordRecommender.vb index 7194bc033c473..9b9f9c1e6a9f6 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/WithKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/WithKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/YieldKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/YieldKeywordRecommender.vb index c6f5cc0118dec..aca0bbec8d7a7 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/YieldKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/YieldKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers diff --git a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Types/BuiltInTypesKeywordRecommender.vb b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Types/BuiltInTypesKeywordRecommender.vb index 9e774f8ab424c..06594e2ccc931 100644 --- a/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Types/BuiltInTypesKeywordRecommender.vb +++ b/src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Types/BuiltInTypesKeywordRecommender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion diff --git a/src/Features/VisualBasic/Portable/Completion/SuggestionMode/VisualBasicSuggestionModeCompletionProvider.vb b/src/Features/VisualBasic/Portable/Completion/SuggestionMode/VisualBasicSuggestionModeCompletionProvider.vb index cc89eb2b95788..619675b2ac25e 100644 --- a/src/Features/VisualBasic/Portable/Completion/SuggestionMode/VisualBasicSuggestionModeCompletionProvider.vb +++ b/src/Features/VisualBasic/Portable/Completion/SuggestionMode/VisualBasicSuggestionModeCompletionProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/Completion/VisualBasicCompletionService.vb b/src/Features/VisualBasic/Portable/Completion/VisualBasicCompletionService.vb index 801f366d19b34..2afee8a301a22 100644 --- a/src/Features/VisualBasic/Portable/Completion/VisualBasicCompletionService.vb +++ b/src/Features/VisualBasic/Portable/Completion/VisualBasicCompletionService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/Diagnostics/Analyzers/VisualBasicRemoveUnnecessaryCastDiagnosticAnalyzer.vb b/src/Features/VisualBasic/Portable/Diagnostics/Analyzers/VisualBasicRemoveUnnecessaryCastDiagnosticAnalyzer.vb index c1f108c9c1753..cce364b2b7bb5 100644 --- a/src/Features/VisualBasic/Portable/Diagnostics/Analyzers/VisualBasicRemoveUnnecessaryCastDiagnosticAnalyzer.vb +++ b/src/Features/VisualBasic/Portable/Diagnostics/Analyzers/VisualBasicRemoveUnnecessaryCastDiagnosticAnalyzer.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/Diagnostics/Analyzers/VisualBasicSimplifyTypeNamesDiagnosticAnalyzer.vb b/src/Features/VisualBasic/Portable/Diagnostics/Analyzers/VisualBasicSimplifyTypeNamesDiagnosticAnalyzer.vb index d34150759c5af..f49c535d708d0 100644 --- a/src/Features/VisualBasic/Portable/Diagnostics/Analyzers/VisualBasicSimplifyTypeNamesDiagnosticAnalyzer.vb +++ b/src/Features/VisualBasic/Portable/Diagnostics/Analyzers/VisualBasicSimplifyTypeNamesDiagnosticAnalyzer.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/Diagnostics/Analyzers/VisualBasicUnboundIdentifiersDiagnosticAnalyzer.vb b/src/Features/VisualBasic/Portable/Diagnostics/Analyzers/VisualBasicUnboundIdentifiersDiagnosticAnalyzer.vb index 95721f372c930..4cd748e74f2e7 100644 --- a/src/Features/VisualBasic/Portable/Diagnostics/Analyzers/VisualBasicUnboundIdentifiersDiagnosticAnalyzer.vb +++ b/src/Features/VisualBasic/Portable/Diagnostics/Analyzers/VisualBasicUnboundIdentifiersDiagnosticAnalyzer.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Diagnostics diff --git a/src/Features/VisualBasic/Portable/Diagnostics/VisualBasicAnalyzerDriverService.vb b/src/Features/VisualBasic/Portable/Diagnostics/VisualBasicAnalyzerDriverService.vb index a0926c8e076bc..fc51827d7f365 100644 --- a/src/Features/VisualBasic/Portable/Diagnostics/VisualBasicAnalyzerDriverService.vb +++ b/src/Features/VisualBasic/Portable/Diagnostics/VisualBasicAnalyzerDriverService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/DocumentHighlighting/VisualBasicDocumentHighlightsService.vb b/src/Features/VisualBasic/Portable/DocumentHighlighting/VisualBasicDocumentHighlightsService.vb index f02d53135e511..8df43db355f84 100644 --- a/src/Features/VisualBasic/Portable/DocumentHighlighting/VisualBasicDocumentHighlightsService.vb +++ b/src/Features/VisualBasic/Portable/DocumentHighlighting/VisualBasicDocumentHighlightsService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.DocumentHighlighting diff --git a/src/Features/VisualBasic/Portable/DocumentationComments/DocumentationCommentUtilities.vb b/src/Features/VisualBasic/Portable/DocumentationComments/DocumentationCommentUtilities.vb index f7821f3d9cd15..b30bcda99b290 100644 --- a/src/Features/VisualBasic/Portable/DocumentationComments/DocumentationCommentUtilities.vb +++ b/src/Features/VisualBasic/Portable/DocumentationComments/DocumentationCommentUtilities.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.VisualBasic.DocumentationComments Friend Class DocumentationCommentUtilities diff --git a/src/Features/VisualBasic/Portable/DocumentationComments/VisualBasicDocumentationCommentFormattingService.vb b/src/Features/VisualBasic/Portable/DocumentationComments/VisualBasicDocumentationCommentFormattingService.vb index 947f8e8047481..f34d8ce37c423 100644 --- a/src/Features/VisualBasic/Portable/DocumentationComments/VisualBasicDocumentationCommentFormattingService.vb +++ b/src/Features/VisualBasic/Portable/DocumentationComments/VisualBasicDocumentationCommentFormattingService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.DocumentationComments diff --git a/src/Features/VisualBasic/Portable/EditAndContinue/StatementSyntaxComparer.vb b/src/Features/VisualBasic/Portable/EditAndContinue/StatementSyntaxComparer.vb index 543efc81cccf7..a33cc677ab7cd 100644 --- a/src/Features/VisualBasic/Portable/EditAndContinue/StatementSyntaxComparer.vb +++ b/src/Features/VisualBasic/Portable/EditAndContinue/StatementSyntaxComparer.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.VisualBasic.Syntax diff --git a/src/Features/VisualBasic/Portable/EditAndContinue/SyntaxComparer.vb b/src/Features/VisualBasic/Portable/EditAndContinue/SyntaxComparer.vb index 842ea671f6d09..eb469469a862a 100644 --- a/src/Features/VisualBasic/Portable/EditAndContinue/SyntaxComparer.vb +++ b/src/Features/VisualBasic/Portable/EditAndContinue/SyntaxComparer.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Runtime.InteropServices diff --git a/src/Features/VisualBasic/Portable/EditAndContinue/TopSyntaxComparer.vb b/src/Features/VisualBasic/Portable/EditAndContinue/TopSyntaxComparer.vb index c03f93a81cbeb..4796e5b652860 100644 --- a/src/Features/VisualBasic/Portable/EditAndContinue/TopSyntaxComparer.vb +++ b/src/Features/VisualBasic/Portable/EditAndContinue/TopSyntaxComparer.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.VisualBasic.Syntax diff --git a/src/Features/VisualBasic/Portable/EditAndContinue/VisualBasicEditAndContinueAnalyzer.vb b/src/Features/VisualBasic/Portable/EditAndContinue/VisualBasicEditAndContinueAnalyzer.vb index 8004e1ec8cde6..8e2735cacce0b 100644 --- a/src/Features/VisualBasic/Portable/EditAndContinue/VisualBasicEditAndContinueAnalyzer.vb +++ b/src/Features/VisualBasic/Portable/EditAndContinue/VisualBasicEditAndContinueAnalyzer.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/EncapsulateField/VisualBasicEncapsulateFieldService.vb b/src/Features/VisualBasic/Portable/EncapsulateField/VisualBasicEncapsulateFieldService.vb index 2caea1ccf2c6f..ce35ad3b59133 100644 --- a/src/Features/VisualBasic/Portable/EncapsulateField/VisualBasicEncapsulateFieldService.vb +++ b/src/Features/VisualBasic/Portable/EncapsulateField/VisualBasicEncapsulateFieldService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/ExtractInterface/VisualBasicExtractInterfaceService.vb b/src/Features/VisualBasic/Portable/ExtractInterface/VisualBasicExtractInterfaceService.vb index ef1dd05c6531b..f32f8354cfa36 100644 --- a/src/Features/VisualBasic/Portable/ExtractInterface/VisualBasicExtractInterfaceService.vb +++ b/src/Features/VisualBasic/Portable/ExtractInterface/VisualBasicExtractInterfaceService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/ExtractMethod/Extensions.vb b/src/Features/VisualBasic/Portable/ExtractMethod/Extensions.vb index e2f63100c036c..5e9ed1e0b1a47 100644 --- a/src/Features/VisualBasic/Portable/ExtractMethod/Extensions.vb +++ b/src/Features/VisualBasic/Portable/ExtractMethod/Extensions.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicExtractMethodService.vb b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicExtractMethodService.vb index 8370f42924e59..7043204428b93 100644 --- a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicExtractMethodService.vb +++ b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicExtractMethodService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.ExtractMethod diff --git a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.Analyzer.vb b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.Analyzer.vb index 1ef3c5f089e96..f2f0d0cb42f4c 100644 --- a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.Analyzer.vb +++ b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.Analyzer.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.PostProcessor.vb b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.PostProcessor.vb index 5f93bd4436d28..3964cfcec4d5c 100644 --- a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.PostProcessor.vb +++ b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.PostProcessor.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.VisualBasic diff --git a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.TriviaResult.vb b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.TriviaResult.vb index 7f554843e206d..f1d690983b26b 100644 --- a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.TriviaResult.vb +++ b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.TriviaResult.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.CallSiteContainerRewriter.vb b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.CallSiteContainerRewriter.vb index 8ea4acda78e09..b4fe0a59aabae 100644 --- a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.CallSiteContainerRewriter.vb +++ b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.CallSiteContainerRewriter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.VisualBasic diff --git a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.ExpressionCodeGenerator.vb b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.ExpressionCodeGenerator.vb index 2442b54283312..20c0d53ee7847 100644 --- a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.ExpressionCodeGenerator.vb +++ b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.ExpressionCodeGenerator.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.MultipleStatementsCodeGenerator.vb b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.MultipleStatementsCodeGenerator.vb index d62cd67786392..aadf1297bc236 100644 --- a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.MultipleStatementsCodeGenerator.vb +++ b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.MultipleStatementsCodeGenerator.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.SingleStatementCodeGenerator.vb b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.SingleStatementCodeGenerator.vb index 6de31786dee3e..797543e796727 100644 --- a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.SingleStatementCodeGenerator.vb +++ b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.SingleStatementCodeGenerator.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.vb b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.vb index b6d0a9dbc148c..f6610a854814b 100644 --- a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.vb +++ b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.vb b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.vb index 4be0a55360d42..6b3c5acbc7877 100644 --- a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.vb +++ b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSelectionResult.vb b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSelectionResult.vb index c328e2188fe4b..addd08e03389a 100644 --- a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSelectionResult.vb +++ b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSelectionResult.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSelectionValidator.Validator.vb b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSelectionValidator.Validator.vb index fb8ad34aeb86a..cbe699000a5d8 100644 --- a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSelectionValidator.Validator.vb +++ b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSelectionValidator.Validator.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSelectionValidator.vb b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSelectionValidator.vb index 263da990bf18e..954bc2a9d6177 100644 --- a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSelectionValidator.vb +++ b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSelectionValidator.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSyntaxTriviaService.vb b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSyntaxTriviaService.vb index 93aa9b16fb949..da91c98b35e64 100644 --- a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSyntaxTriviaService.vb +++ b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSyntaxTriviaService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.ExtractMethod Imports Microsoft.CodeAnalysis.Host diff --git a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSyntaxTriviaServiceFactory.vb b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSyntaxTriviaServiceFactory.vb index f579190c14260..83ac38960ad96 100644 --- a/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSyntaxTriviaServiceFactory.vb +++ b/src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSyntaxTriviaServiceFactory.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.ExtractMethod diff --git a/src/Features/VisualBasic/Portable/FullyQualify/VisualBasicFullyQualifyCodeFixProvider.vb b/src/Features/VisualBasic/Portable/FullyQualify/VisualBasicFullyQualifyCodeFixProvider.vb index 6e3361343e89d..33b199bd13c54 100644 --- a/src/Features/VisualBasic/Portable/FullyQualify/VisualBasicFullyQualifyCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/FullyQualify/VisualBasicFullyQualifyCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/GenerateConstructor/GenerateConstructorCodeFixProvider.vb b/src/Features/VisualBasic/Portable/GenerateConstructor/GenerateConstructorCodeFixProvider.vb index 02aef60241fa2..29e775b2fde60 100644 --- a/src/Features/VisualBasic/Portable/GenerateConstructor/GenerateConstructorCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/GenerateConstructor/GenerateConstructorCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/GenerateConstructor/VisualBasicGenerateConstructorService.vb b/src/Features/VisualBasic/Portable/GenerateConstructor/VisualBasicGenerateConstructorService.vb index 87a6ecf3cf1da..341fad338a8d7 100644 --- a/src/Features/VisualBasic/Portable/GenerateConstructor/VisualBasicGenerateConstructorService.vb +++ b/src/Features/VisualBasic/Portable/GenerateConstructor/VisualBasicGenerateConstructorService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/GenerateMember/GenerateDefaultConstructors/VisualBasicGenerateDefaultConstructorsService.vb b/src/Features/VisualBasic/Portable/GenerateMember/GenerateDefaultConstructors/VisualBasicGenerateDefaultConstructorsService.vb index 80e772a8926d9..0466e6cbb968d 100644 --- a/src/Features/VisualBasic/Portable/GenerateMember/GenerateDefaultConstructors/VisualBasicGenerateDefaultConstructorsService.vb +++ b/src/Features/VisualBasic/Portable/GenerateMember/GenerateDefaultConstructors/VisualBasicGenerateDefaultConstructorsService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/GenerateMember/GenerateEnumMember/VisualBasicGenerateEnumMemberService.vb b/src/Features/VisualBasic/Portable/GenerateMember/GenerateEnumMember/VisualBasicGenerateEnumMemberService.vb index b04627c80aaa4..6bd7ee9829a2a 100644 --- a/src/Features/VisualBasic/Portable/GenerateMember/GenerateEnumMember/VisualBasicGenerateEnumMemberService.vb +++ b/src/Features/VisualBasic/Portable/GenerateMember/GenerateEnumMember/VisualBasicGenerateEnumMemberService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/GenerateMember/GenerateParameterizedMember/VisualBasicCommonGenerationServiceMethods.vb b/src/Features/VisualBasic/Portable/GenerateMember/GenerateParameterizedMember/VisualBasicCommonGenerationServiceMethods.vb index 9cab2c43033da..0f754c963acf6 100644 --- a/src/Features/VisualBasic/Portable/GenerateMember/GenerateParameterizedMember/VisualBasicCommonGenerationServiceMethods.vb +++ b/src/Features/VisualBasic/Portable/GenerateMember/GenerateParameterizedMember/VisualBasicCommonGenerationServiceMethods.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.VisualBasic.Syntax diff --git a/src/Features/VisualBasic/Portable/GenerateMember/GenerateParameterizedMember/VisualBasicGenerateConversionService.vb b/src/Features/VisualBasic/Portable/GenerateMember/GenerateParameterizedMember/VisualBasicGenerateConversionService.vb index 3758bd1fc696a..1b17ee4b92b86 100644 --- a/src/Features/VisualBasic/Portable/GenerateMember/GenerateParameterizedMember/VisualBasicGenerateConversionService.vb +++ b/src/Features/VisualBasic/Portable/GenerateMember/GenerateParameterizedMember/VisualBasicGenerateConversionService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/GenerateMember/GenerateParameterizedMember/VisualBasicGenerateMethodService.vb b/src/Features/VisualBasic/Portable/GenerateMember/GenerateParameterizedMember/VisualBasicGenerateMethodService.vb index 1884ccd810130..2c80a75f58bcd 100644 --- a/src/Features/VisualBasic/Portable/GenerateMember/GenerateParameterizedMember/VisualBasicGenerateMethodService.vb +++ b/src/Features/VisualBasic/Portable/GenerateMember/GenerateParameterizedMember/VisualBasicGenerateMethodService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/GenerateMember/GenerateVariable/VisualBasicGenerateVariableService.vb b/src/Features/VisualBasic/Portable/GenerateMember/GenerateVariable/VisualBasicGenerateVariableService.vb index 6b16fd449abbb..06cd116d95bd5 100644 --- a/src/Features/VisualBasic/Portable/GenerateMember/GenerateVariable/VisualBasicGenerateVariableService.vb +++ b/src/Features/VisualBasic/Portable/GenerateMember/GenerateVariable/VisualBasicGenerateVariableService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/GenerateType/VisualBasicGenerateTypeService.vb b/src/Features/VisualBasic/Portable/GenerateType/VisualBasicGenerateTypeService.vb index 3790c49474479..249efedcd86c3 100644 --- a/src/Features/VisualBasic/Portable/GenerateType/VisualBasicGenerateTypeService.vb +++ b/src/Features/VisualBasic/Portable/GenerateType/VisualBasicGenerateTypeService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/GenerateVariable/VisualBasicGenerateVariableCodeFixProvider.vb b/src/Features/VisualBasic/Portable/GenerateVariable/VisualBasicGenerateVariableCodeFixProvider.vb index 1d9bc52384e29..c08e590e1fa98 100644 --- a/src/Features/VisualBasic/Portable/GenerateVariable/VisualBasicGenerateVariableCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/GenerateVariable/VisualBasicGenerateVariableCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/ImplementAbstractClass/VisualBasicImplementAbstractClassCodeFixProvider.vb b/src/Features/VisualBasic/Portable/ImplementAbstractClass/VisualBasicImplementAbstractClassCodeFixProvider.vb index a139d9960cae8..e4e58ef02ae71 100644 --- a/src/Features/VisualBasic/Portable/ImplementAbstractClass/VisualBasicImplementAbstractClassCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/ImplementAbstractClass/VisualBasicImplementAbstractClassCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Microsoft.CodeAnalysis.CodeFixes diff --git a/src/Features/VisualBasic/Portable/ImplementAbstractClass/VisualBasicImplementAbstractClassService.vb b/src/Features/VisualBasic/Portable/ImplementAbstractClass/VisualBasicImplementAbstractClassService.vb index 35b08dc62e57d..2c99fe6db0f5e 100644 --- a/src/Features/VisualBasic/Portable/ImplementAbstractClass/VisualBasicImplementAbstractClassService.vb +++ b/src/Features/VisualBasic/Portable/ImplementAbstractClass/VisualBasicImplementAbstractClassService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.ImplementAbstractClass diff --git a/src/Features/VisualBasic/Portable/ImplementInterface/VisualBasicImplementInterfaceCodeFixProvider.vb b/src/Features/VisualBasic/Portable/ImplementInterface/VisualBasicImplementInterfaceCodeFixProvider.vb index b58d4625c6a0d..e48f7717edea7 100644 --- a/src/Features/VisualBasic/Portable/ImplementInterface/VisualBasicImplementInterfaceCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/ImplementInterface/VisualBasicImplementInterfaceCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.VisualBasic.Syntax diff --git a/src/Features/VisualBasic/Portable/ImplementInterface/VisualBasicImplementInterfaceService.vb b/src/Features/VisualBasic/Portable/ImplementInterface/VisualBasicImplementInterfaceService.vb index c03fd545ae68d..371234dcb0563 100644 --- a/src/Features/VisualBasic/Portable/ImplementInterface/VisualBasicImplementInterfaceService.vb +++ b/src/Features/VisualBasic/Portable/ImplementInterface/VisualBasicImplementInterfaceService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService.Rewriter.vb b/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService.Rewriter.vb index f61f9aefe517b..be6025f985c35 100644 --- a/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService.Rewriter.vb +++ b/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService.Rewriter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Simplification Imports Microsoft.CodeAnalysis.VisualBasic.Syntax diff --git a/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService.vb b/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService.vb index ebc50111d21de..a137938c8ad73 100644 --- a/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService.vb +++ b/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService_IntroduceField.vb b/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService_IntroduceField.vb index cb29e482faf4a..fb94c4ebcf737 100644 --- a/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService_IntroduceField.vb +++ b/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService_IntroduceField.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService_IntroduceLocal.vb b/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService_IntroduceLocal.vb index 6759705190ee3..8d8cd8ad2fbcc 100644 --- a/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService_IntroduceLocal.vb +++ b/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService_IntroduceLocal.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService_IntroduceQueryLocal.vb b/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService_IntroduceQueryLocal.vb index 11184bf1ee880..87c83c1c42c44 100644 --- a/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService_IntroduceQueryLocal.vb +++ b/src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService_IntroduceQueryLocal.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/LanguageServices/VisualBasicAnonymousTypeDisplayService.vb b/src/Features/VisualBasic/Portable/LanguageServices/VisualBasicAnonymousTypeDisplayService.vb index d7994306225b2..5ead36f189afc 100644 --- a/src/Features/VisualBasic/Portable/LanguageServices/VisualBasicAnonymousTypeDisplayService.vb +++ b/src/Features/VisualBasic/Portable/LanguageServices/VisualBasicAnonymousTypeDisplayService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.Host.Mef diff --git a/src/Features/VisualBasic/Portable/LanguageServices/VisualBasicSymbolDisplayService.SymbolDescriptionBuilder.vb b/src/Features/VisualBasic/Portable/LanguageServices/VisualBasicSymbolDisplayService.SymbolDescriptionBuilder.vb index b725bfb5c7b8e..aa20f5f9ddf8c 100644 --- a/src/Features/VisualBasic/Portable/LanguageServices/VisualBasicSymbolDisplayService.SymbolDescriptionBuilder.vb +++ b/src/Features/VisualBasic/Portable/LanguageServices/VisualBasicSymbolDisplayService.SymbolDescriptionBuilder.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/LanguageServices/VisualBasicSymbolDisplayService.vb b/src/Features/VisualBasic/Portable/LanguageServices/VisualBasicSymbolDisplayService.vb index a8d64348b2779..23e2682ea9da9 100644 --- a/src/Features/VisualBasic/Portable/LanguageServices/VisualBasicSymbolDisplayService.vb +++ b/src/Features/VisualBasic/Portable/LanguageServices/VisualBasicSymbolDisplayService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/LanguageServices/VisualBasicSymbolDisplayServiceFactory.vb b/src/Features/VisualBasic/Portable/LanguageServices/VisualBasicSymbolDisplayServiceFactory.vb index ff19a9626ec9e..f21bbca94bd6d 100644 --- a/src/Features/VisualBasic/Portable/LanguageServices/VisualBasicSymbolDisplayServiceFactory.vb +++ b/src/Features/VisualBasic/Portable/LanguageServices/VisualBasicSymbolDisplayServiceFactory.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.Host diff --git a/src/Features/VisualBasic/Portable/MetadataAsSource/VisualBasicMetadataAsSourceService.vb b/src/Features/VisualBasic/Portable/MetadataAsSource/VisualBasicMetadataAsSourceService.vb index c322b6fee2031..c5415cc0b34fd 100644 --- a/src/Features/VisualBasic/Portable/MetadataAsSource/VisualBasicMetadataAsSourceService.vb +++ b/src/Features/VisualBasic/Portable/MetadataAsSource/VisualBasicMetadataAsSourceService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/MetadataAsSource/VisualBasicMetadataAsSourceServiceFactory.vb b/src/Features/VisualBasic/Portable/MetadataAsSource/VisualBasicMetadataAsSourceServiceFactory.vb index 822da893bf78e..41a8f911ac5a0 100644 --- a/src/Features/VisualBasic/Portable/MetadataAsSource/VisualBasicMetadataAsSourceServiceFactory.vb +++ b/src/Features/VisualBasic/Portable/MetadataAsSource/VisualBasicMetadataAsSourceServiceFactory.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.Host diff --git a/src/Features/VisualBasic/Portable/NavigateTo/VisualBasicNavigateToSearchService.vb b/src/Features/VisualBasic/Portable/NavigateTo/VisualBasicNavigateToSearchService.vb index a458fab9befd2..bbaac1c4c5f47 100644 --- a/src/Features/VisualBasic/Portable/NavigateTo/VisualBasicNavigateToSearchService.vb +++ b/src/Features/VisualBasic/Portable/NavigateTo/VisualBasicNavigateToSearchService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.Host.Mef diff --git a/src/Features/VisualBasic/Portable/OrganizeImports/VisualBasicOrganizeImportsService.Rewriter.vb b/src/Features/VisualBasic/Portable/OrganizeImports/VisualBasicOrganizeImportsService.Rewriter.vb index 5cb8bc29fea83..c9b96bb7ac738 100644 --- a/src/Features/VisualBasic/Portable/OrganizeImports/VisualBasicOrganizeImportsService.Rewriter.vb +++ b/src/Features/VisualBasic/Portable/OrganizeImports/VisualBasicOrganizeImportsService.Rewriter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Syntax diff --git a/src/Features/VisualBasic/Portable/OrganizeImports/VisualBasicOrganizeImportsService.vb b/src/Features/VisualBasic/Portable/OrganizeImports/VisualBasicOrganizeImportsService.vb index 953b9389470ae..93cf25d26b865 100644 --- a/src/Features/VisualBasic/Portable/OrganizeImports/VisualBasicOrganizeImportsService.vb +++ b/src/Features/VisualBasic/Portable/OrganizeImports/VisualBasicOrganizeImportsService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.Comparer.vb b/src/Features/VisualBasic/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.Comparer.vb index b24f945fabc6a..8795c9568a645 100644 --- a/src/Features/VisualBasic/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.Comparer.vb +++ b/src/Features/VisualBasic/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.Comparer.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.VisualBasic.Symbols diff --git a/src/Features/VisualBasic/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.vb b/src/Features/VisualBasic/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.vb index ee43036de6671..0639c47bd33db 100644 --- a/src/Features/VisualBasic/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.vb +++ b/src/Features/VisualBasic/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.VisualBasic.Syntax diff --git a/src/Features/VisualBasic/Portable/Organizing/Organizers/TypeBlockOrganizer.vb b/src/Features/VisualBasic/Portable/Organizing/Organizers/TypeBlockOrganizer.vb index b7670637ca8ac..3ae0a13e84d02 100644 --- a/src/Features/VisualBasic/Portable/Organizing/Organizers/TypeBlockOrganizer.vb +++ b/src/Features/VisualBasic/Portable/Organizing/Organizers/TypeBlockOrganizer.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/Organizing/VisualBasicOrganizerService.Rewriter.vb b/src/Features/VisualBasic/Portable/Organizing/VisualBasicOrganizerService.Rewriter.vb index 19b1bf8f0858b..ce197a50f4c48 100644 --- a/src/Features/VisualBasic/Portable/Organizing/VisualBasicOrganizerService.Rewriter.vb +++ b/src/Features/VisualBasic/Portable/Organizing/VisualBasicOrganizerService.Rewriter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Organizing.Organizers diff --git a/src/Features/VisualBasic/Portable/Organizing/VisualBasicOrganizerService.vb b/src/Features/VisualBasic/Portable/Organizing/VisualBasicOrganizerService.vb index 40daa3ff01de7..7143934253d24 100644 --- a/src/Features/VisualBasic/Portable/Organizing/VisualBasicOrganizerService.vb +++ b/src/Features/VisualBasic/Portable/Organizing/VisualBasicOrganizerService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/RemoveUnnecessaryImports/AbstractVisualBasicRemoveUnnecessaryImportsService.Rewriter.vb b/src/Features/VisualBasic/Portable/RemoveUnnecessaryImports/AbstractVisualBasicRemoveUnnecessaryImportsService.Rewriter.vb index b6b02aa8a8104..a220deb9b0e10 100644 --- a/src/Features/VisualBasic/Portable/RemoveUnnecessaryImports/AbstractVisualBasicRemoveUnnecessaryImportsService.Rewriter.vb +++ b/src/Features/VisualBasic/Portable/RemoveUnnecessaryImports/AbstractVisualBasicRemoveUnnecessaryImportsService.Rewriter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/RemoveUnnecessaryImports/AbstractVisualBasicRemoveUnnecessaryImportsService.vb b/src/Features/VisualBasic/Portable/RemoveUnnecessaryImports/AbstractVisualBasicRemoveUnnecessaryImportsService.vb index 133f8b9f882c1..269651d6db3da 100644 --- a/src/Features/VisualBasic/Portable/RemoveUnnecessaryImports/AbstractVisualBasicRemoveUnnecessaryImportsService.vb +++ b/src/Features/VisualBasic/Portable/RemoveUnnecessaryImports/AbstractVisualBasicRemoveUnnecessaryImportsService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/RemoveUnnecessaryImports/VisualBasicRemoveUnnecessaryImportsCodeFixProvider.vb b/src/Features/VisualBasic/Portable/RemoveUnnecessaryImports/VisualBasicRemoveUnnecessaryImportsCodeFixProvider.vb index 1d4cb766aaf7f..f719ae36bd3d3 100644 --- a/src/Features/VisualBasic/Portable/RemoveUnnecessaryImports/VisualBasicRemoveUnnecessaryImportsCodeFixProvider.vb +++ b/src/Features/VisualBasic/Portable/RemoveUnnecessaryImports/VisualBasicRemoveUnnecessaryImportsCodeFixProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.CodeFixes diff --git a/src/Features/VisualBasic/Portable/ReplaceMethodWithProperty/VisualBasicReplaceMethodWithPropertyService.vb b/src/Features/VisualBasic/Portable/ReplaceMethodWithProperty/VisualBasicReplaceMethodWithPropertyService.vb index add4e79c5b33c..9ae21e5961109 100644 --- a/src/Features/VisualBasic/Portable/ReplaceMethodWithProperty/VisualBasicReplaceMethodWithPropertyService.vb +++ b/src/Features/VisualBasic/Portable/ReplaceMethodWithProperty/VisualBasicReplaceMethodWithPropertyService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.CodeActions diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/AbstractIntrinsicOperatorSignatureHelpProvider.vb b/src/Features/VisualBasic/Portable/SignatureHelp/AbstractIntrinsicOperatorSignatureHelpProvider.vb index 1ecb99d23689e..09f29c9c0224b 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/AbstractIntrinsicOperatorSignatureHelpProvider.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/AbstractIntrinsicOperatorSignatureHelpProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.LanguageServices diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/AbstractSignatureHelpProvider.vb b/src/Features/VisualBasic/Portable/SignatureHelp/AbstractSignatureHelpProvider.vb index 4eb649f3ad122..7712553ef3dcc 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/AbstractSignatureHelpProvider.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/AbstractSignatureHelpProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.DocumentationComments diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/AddRemoveHandlerSignatureHelpProvider.vb b/src/Features/VisualBasic/Portable/SignatureHelp/AddRemoveHandlerSignatureHelpProvider.vb index 1a5f54436db73..6c08ff68eac8a 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/AddRemoveHandlerSignatureHelpProvider.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/AddRemoveHandlerSignatureHelpProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/AttributeSignatureHelpProvider.vb b/src/Features/VisualBasic/Portable/SignatureHelp/AttributeSignatureHelpProvider.vb index fb8a0158c8d0b..2deb992891db9 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/AttributeSignatureHelpProvider.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/AttributeSignatureHelpProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/CastExpressionSignatureHelpProvider.vb b/src/Features/VisualBasic/Portable/SignatureHelp/CastExpressionSignatureHelpProvider.vb index 28e32f563ed72..0ba57418e3938 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/CastExpressionSignatureHelpProvider.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/CastExpressionSignatureHelpProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/ConditionalExpressionSignatureHelpProvider.vb b/src/Features/VisualBasic/Portable/SignatureHelp/ConditionalExpressionSignatureHelpProvider.vb index cc1cfbca84fb3..d838bc6879a25 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/ConditionalExpressionSignatureHelpProvider.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/ConditionalExpressionSignatureHelpProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/FunctionAggregationSignatureHelpProvider.vb b/src/Features/VisualBasic/Portable/SignatureHelp/FunctionAggregationSignatureHelpProvider.vb index dd0c5341a053c..a2d4519bc1e21 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/FunctionAggregationSignatureHelpProvider.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/FunctionAggregationSignatureHelpProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/GenericNameSignatureHelpProvider.Method.vb b/src/Features/VisualBasic/Portable/SignatureHelp/GenericNameSignatureHelpProvider.Method.vb index 2c205f3fffb35..40ad0422381f3 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/GenericNameSignatureHelpProvider.Method.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/GenericNameSignatureHelpProvider.Method.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.VisualBasic.SignatureHelp diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/GenericNameSignatureHelpProvider.NamedType.vb b/src/Features/VisualBasic/Portable/SignatureHelp/GenericNameSignatureHelpProvider.NamedType.vb index 7e2c488030c23..aa29f2d9f3147 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/GenericNameSignatureHelpProvider.NamedType.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/GenericNameSignatureHelpProvider.NamedType.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.VisualBasic.SignatureHelp diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/GenericNameSignatureHelpProvider.vb b/src/Features/VisualBasic/Portable/SignatureHelp/GenericNameSignatureHelpProvider.vb index 3e88dcafcedeb..71fb73ad285bb 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/GenericNameSignatureHelpProvider.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/GenericNameSignatureHelpProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/GetTypeExpressionSignatureHelpProvider.vb b/src/Features/VisualBasic/Portable/SignatureHelp/GetTypeExpressionSignatureHelpProvider.vb index 5404089f74c25..52b722798b218 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/GetTypeExpressionSignatureHelpProvider.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/GetTypeExpressionSignatureHelpProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/GetXmlNamespaceExpressionSignatureHelpProvider.vb b/src/Features/VisualBasic/Portable/SignatureHelp/GetXmlNamespaceExpressionSignatureHelpProvider.vb index f4c867ea082a4..da602b4caa569 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/GetXmlNamespaceExpressionSignatureHelpProvider.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/GetXmlNamespaceExpressionSignatureHelpProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.DelegateInvoke.vb b/src/Features/VisualBasic/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.DelegateInvoke.vb index d69657e9b0e00..1cd126d353efb 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.DelegateInvoke.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.DelegateInvoke.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.DocumentationComments diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.ElementAccess.vb b/src/Features/VisualBasic/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.ElementAccess.vb index 0564a4fcece39..ff6961384c2cd 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.ElementAccess.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.ElementAccess.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.DocumentationComments diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.MemberGroup.vb b/src/Features/VisualBasic/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.MemberGroup.vb index 562b2e4c99a7c..3209fc16faf22 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.MemberGroup.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.MemberGroup.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.DocumentationComments diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.vb b/src/Features/VisualBasic/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.vb index 62f77d1048eba..ee8be851573e9 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/MidAssignmentSignatureHelpProvider.vb b/src/Features/VisualBasic/Portable/SignatureHelp/MidAssignmentSignatureHelpProvider.vb index 084b2a3cefe19..e160f4834fccd 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/MidAssignmentSignatureHelpProvider.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/MidAssignmentSignatureHelpProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/NameOfExpressionSignatureHelpProvider.vb b/src/Features/VisualBasic/Portable/SignatureHelp/NameOfExpressionSignatureHelpProvider.vb index f9f229b778003..25a1d1b4f52a1 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/NameOfExpressionSignatureHelpProvider.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/NameOfExpressionSignatureHelpProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider.DelegateType.vb b/src/Features/VisualBasic/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider.DelegateType.vb index f04c5a064f981..1be4b05a83249 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider.DelegateType.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider.DelegateType.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.DocumentationComments diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider.NormalType.vb b/src/Features/VisualBasic/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider.NormalType.vb index 0c601b4a2d638..42d2c8464a99a 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider.NormalType.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider.NormalType.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider.vb b/src/Features/VisualBasic/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider.vb index 42d1ed2be5159..ec232c3022fd7 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/PredefinedCastExpressionSignatureHelpProvider.vb b/src/Features/VisualBasic/Portable/SignatureHelp/PredefinedCastExpressionSignatureHelpProvider.vb index 0c3ec68a0bec9..596fac0f0a6c6 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/PredefinedCastExpressionSignatureHelpProvider.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/PredefinedCastExpressionSignatureHelpProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/RaiseEventStatementSignatureHelpProvider.vb b/src/Features/VisualBasic/Portable/SignatureHelp/RaiseEventStatementSignatureHelpProvider.vb index 0d0d6e4c48422..0e300777fe4eb 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/RaiseEventStatementSignatureHelpProvider.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/RaiseEventStatementSignatureHelpProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Features/VisualBasic/Portable/SignatureHelp/SignatureHelpUtilities.vb b/src/Features/VisualBasic/Portable/SignatureHelp/SignatureHelpUtilities.vb index 1bf933f1f791a..5e02dca23369e 100644 --- a/src/Features/VisualBasic/Portable/SignatureHelp/SignatureHelpUtilities.vb +++ b/src/Features/VisualBasic/Portable/SignatureHelp/SignatureHelpUtilities.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.SignatureHelp Imports Microsoft.CodeAnalysis.Text diff --git a/src/Features/VisualBasic/Portable/SolutionCrawler/VisualBasicDocumentDifferenceService.vb b/src/Features/VisualBasic/Portable/SolutionCrawler/VisualBasicDocumentDifferenceService.vb index a4054c0f744d7..4f5f17a9c9da4 100644 --- a/src/Features/VisualBasic/Portable/SolutionCrawler/VisualBasicDocumentDifferenceService.vb +++ b/src/Features/VisualBasic/Portable/SolutionCrawler/VisualBasicDocumentDifferenceService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.Host.Mef diff --git a/src/Features/VisualBasic/Portable/Structure/VisualBasicBlockStructureProvider.vb b/src/Features/VisualBasic/Portable/Structure/VisualBasicBlockStructureProvider.vb index 4c485bf94231d..0609448956905 100644 --- a/src/Features/VisualBasic/Portable/Structure/VisualBasicBlockStructureProvider.vb +++ b/src/Features/VisualBasic/Portable/Structure/VisualBasicBlockStructureProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Features/VisualBasic/Portable/TodoComments/BasicTodoCommentIncrementalAnalyzerProvider.vb b/src/Features/VisualBasic/Portable/TodoComments/BasicTodoCommentIncrementalAnalyzerProvider.vb index ab0ce8bddaf83..012c20743e19e 100644 --- a/src/Features/VisualBasic/Portable/TodoComments/BasicTodoCommentIncrementalAnalyzerProvider.vb +++ b/src/Features/VisualBasic/Portable/TodoComments/BasicTodoCommentIncrementalAnalyzerProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Interactive/EditorFeatures/VisualBasic/Interactive/CompletionProviders/VisualBasicReplCommandCompletionProvider.vb b/src/Interactive/EditorFeatures/VisualBasic/Interactive/CompletionProviders/VisualBasicReplCommandCompletionProvider.vb index 4e44d5af3a7a7..fa7ff0bea5264 100644 --- a/src/Interactive/EditorFeatures/VisualBasic/Interactive/CompletionProviders/VisualBasicReplCommandCompletionProvider.vb +++ b/src/Interactive/EditorFeatures/VisualBasic/Interactive/CompletionProviders/VisualBasicReplCommandCompletionProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/Interactive/EditorFeatures/VisualBasic/Interactive/VisualBasicInteractiveEvaluator.vb b/src/Interactive/EditorFeatures/VisualBasic/Interactive/VisualBasicInteractiveEvaluator.vb index 910fbcd754e14..5f6a828d76240 100644 --- a/src/Interactive/EditorFeatures/VisualBasic/Interactive/VisualBasicInteractiveEvaluator.vb +++ b/src/Interactive/EditorFeatures/VisualBasic/Interactive/VisualBasicInteractiveEvaluator.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.IO diff --git a/src/Interactive/EditorFeatures/VisualBasic/Interactive/VisualBasicReplServiceProvider.vb b/src/Interactive/EditorFeatures/VisualBasic/Interactive/VisualBasicReplServiceProvider.vb index 2a4cfa8351096..67ba7c5dad29c 100644 --- a/src/Interactive/EditorFeatures/VisualBasic/Interactive/VisualBasicReplServiceProvider.vb +++ b/src/Interactive/EditorFeatures/VisualBasic/Interactive/VisualBasicReplServiceProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Interactive Imports Microsoft.CodeAnalysis.Scripting diff --git a/src/Interactive/VbiCore/Vbi.vb b/src/Interactive/VbiCore/Vbi.vb index 469d73ec7cd3b..e3964f871188b 100644 --- a/src/Interactive/VbiCore/Vbi.vb +++ b/src/Interactive/VbiCore/Vbi.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.IO Imports System.Reflection diff --git a/src/Samples/CSharp/FormatSolution/TestSolutionForCSharp/VisualBasicProject/VisualBasicClass.vb b/src/Samples/CSharp/FormatSolution/TestSolutionForCSharp/VisualBasicProject/VisualBasicClass.vb index fba439079393a..5c42a8cb3a90f 100644 --- a/src/Samples/CSharp/FormatSolution/TestSolutionForCSharp/VisualBasicProject/VisualBasicClass.vb +++ b/src/Samples/CSharp/FormatSolution/TestSolutionForCSharp/VisualBasicProject/VisualBasicClass.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System Imports System.Collections diff --git a/src/Samples/VisualBasic/APISampleUnitTests/SyntaxTrees.vb b/src/Samples/VisualBasic/APISampleUnitTests/SyntaxTrees.vb index 52d04507e4b0e..d7ef25b942672 100644 --- a/src/Samples/VisualBasic/APISampleUnitTests/SyntaxTrees.vb +++ b/src/Samples/VisualBasic/APISampleUnitTests/SyntaxTrees.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Text Imports Microsoft.CodeAnalysis diff --git a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Vsix/Empty.vb b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Vsix/Empty.vb index 2411e13297d2d..591f6945b9cc5 100644 --- a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Vsix/Empty.vb +++ b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Vsix/Empty.vb @@ -1 +1 @@ -' This solely exists to avoid BC2008 +' This solely exists to avoid BC2008 diff --git a/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/CodeRefactoringProvider.vb b/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/CodeRefactoringProvider.vb index dc1f61bf97f68..d491a0fc8543d 100644 --- a/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/CodeRefactoringProvider.vb +++ b/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/CodeRefactoringProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/Samples/VisualBasic/FormatSolution/TestSolutionForVB/VisualBasicProject/VisualBasicClass.vb b/src/Samples/VisualBasic/FormatSolution/TestSolutionForVB/VisualBasicProject/VisualBasicClass.vb index fba439079393a..5c42a8cb3a90f 100644 --- a/src/Samples/VisualBasic/FormatSolution/TestSolutionForVB/VisualBasicProject/VisualBasicClass.vb +++ b/src/Samples/VisualBasic/FormatSolution/TestSolutionForVB/VisualBasicProject/VisualBasicClass.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System Imports System.Collections diff --git a/src/Samples/VisualBasic/RemoveByVal/Impl/CodeRefactoringProvider.vb b/src/Samples/VisualBasic/RemoveByVal/Impl/CodeRefactoringProvider.vb index c6b3da50113d7..cd706aaf6bd63 100644 --- a/src/Samples/VisualBasic/RemoveByVal/Impl/CodeRefactoringProvider.vb +++ b/src/Samples/VisualBasic/RemoveByVal/Impl/CodeRefactoringProvider.vb @@ -1,6 +1,6 @@ -' ********************************************************* +' ********************************************************* ' -' Copyright © Microsoft Corporation +' Copyright © Microsoft Corporation ' ' Licensed under the Apache License, Version 2.0 (the ' "License"); you may not use this file except in diff --git a/src/Samples/VisualBasic/RemoveByVal/Test/RemoveByValTests.vb b/src/Samples/VisualBasic/RemoveByVal/Test/RemoveByValTests.vb index e799f60f2ac3a..30323fd399725 100644 --- a/src/Samples/VisualBasic/RemoveByVal/Test/RemoveByValTests.vb +++ b/src/Samples/VisualBasic/RemoveByVal/Test/RemoveByValTests.vb @@ -1,6 +1,6 @@ -' ********************************************************* +' ********************************************************* ' -' Copyright © Microsoft Corporation +' Copyright © Microsoft Corporation ' ' Licensed under the Apache License, Version 2.0 (the ' "License"); you may not use this file except in diff --git a/src/Samples/VisualBasic/TreeTransforms/TransformVisitor.vb b/src/Samples/VisualBasic/TreeTransforms/TransformVisitor.vb index cb47f49827cf7..e647122e25648 100644 --- a/src/Samples/VisualBasic/TreeTransforms/TransformVisitor.vb +++ b/src/Samples/VisualBasic/TreeTransforms/TransformVisitor.vb @@ -1,4 +1,4 @@ -' ********************************************************* +' ********************************************************* ' ' Copyright © Microsoft Corporation ' diff --git a/src/Samples/VisualBasic/TreeTransforms/Transforms.vb b/src/Samples/VisualBasic/TreeTransforms/Transforms.vb index 9d42196da472c..c95eb8c373df4 100644 --- a/src/Samples/VisualBasic/TreeTransforms/Transforms.vb +++ b/src/Samples/VisualBasic/TreeTransforms/Transforms.vb @@ -1,4 +1,4 @@ -' ********************************************************* +' ********************************************************* ' ' Copyright © Microsoft Corporation ' diff --git a/src/Scripting/VisualBasic/Hosting/ObjectFormatter/VisualBasicObjectFormatter.vb b/src/Scripting/VisualBasic/Hosting/ObjectFormatter/VisualBasicObjectFormatter.vb index 1741b9e04b76e..9514fefa37baf 100644 --- a/src/Scripting/VisualBasic/Hosting/ObjectFormatter/VisualBasicObjectFormatter.vb +++ b/src/Scripting/VisualBasic/Hosting/ObjectFormatter/VisualBasicObjectFormatter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Scripting.Hosting diff --git a/src/Scripting/VisualBasic/Hosting/ObjectFormatter/VisualBasicObjectFormatterImpl.vb b/src/Scripting/VisualBasic/Hosting/ObjectFormatter/VisualBasicObjectFormatterImpl.vb index 8a23f4785f757..29283b6c848a9 100644 --- a/src/Scripting/VisualBasic/Hosting/ObjectFormatter/VisualBasicObjectFormatterImpl.vb +++ b/src/Scripting/VisualBasic/Hosting/ObjectFormatter/VisualBasicObjectFormatterImpl.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Reflection Imports Microsoft.CodeAnalysis.Scripting.Hosting diff --git a/src/Scripting/VisualBasic/Hosting/ObjectFormatter/VisualBasicPrimitiveFormatter.vb b/src/Scripting/VisualBasic/Hosting/ObjectFormatter/VisualBasicPrimitiveFormatter.vb index 183bab515c78e..05f514df2b291 100644 --- a/src/Scripting/VisualBasic/Hosting/ObjectFormatter/VisualBasicPrimitiveFormatter.vb +++ b/src/Scripting/VisualBasic/Hosting/ObjectFormatter/VisualBasicPrimitiveFormatter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Globalization Imports Microsoft.CodeAnalysis.Scripting.Hosting diff --git a/src/Scripting/VisualBasic/Hosting/ObjectFormatter/VisualBasicTypeNameFormatter.vb b/src/Scripting/VisualBasic/Hosting/ObjectFormatter/VisualBasicTypeNameFormatter.vb index dc40d0917c3a4..ccc16cf1f2fa9 100644 --- a/src/Scripting/VisualBasic/Hosting/ObjectFormatter/VisualBasicTypeNameFormatter.vb +++ b/src/Scripting/VisualBasic/Hosting/ObjectFormatter/VisualBasicTypeNameFormatter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Scripting.Hosting diff --git a/src/Scripting/VisualBasic/VisualBasicMemberFilter.vb b/src/Scripting/VisualBasic/VisualBasicMemberFilter.vb index 3d2b11dbd6729..7e56550ff46ca 100644 --- a/src/Scripting/VisualBasic/VisualBasicMemberFilter.vb +++ b/src/Scripting/VisualBasic/VisualBasicMemberFilter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Scripting.Hosting diff --git a/src/Scripting/VisualBasic/VisualBasicScript.vb b/src/Scripting/VisualBasic/VisualBasicScript.vb index 18da2d580e2ee..39301bf538ba4 100644 --- a/src/Scripting/VisualBasic/VisualBasicScript.vb +++ b/src/Scripting/VisualBasic/VisualBasicScript.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/Scripting/VisualBasicTest.Desktop/InteractiveSessionTests.vb b/src/Scripting/VisualBasicTest.Desktop/InteractiveSessionTests.vb index 331ee29e3c67b..f4ae6b722c1c6 100644 --- a/src/Scripting/VisualBasicTest.Desktop/InteractiveSessionTests.vb +++ b/src/Scripting/VisualBasicTest.Desktop/InteractiveSessionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Scripting.Test Imports Microsoft.CodeAnalysis.VisualBasic diff --git a/src/Scripting/VisualBasicTest.Desktop/ObjectFormatterTests.vb b/src/Scripting/VisualBasicTest.Desktop/ObjectFormatterTests.vb index c00b52367a1f9..519ea3da87200 100644 --- a/src/Scripting/VisualBasicTest.Desktop/ObjectFormatterTests.vb +++ b/src/Scripting/VisualBasicTest.Desktop/ObjectFormatterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Scripting.Hosting Imports Microsoft.CodeAnalysis.Scripting.Hosting.UnitTests diff --git a/src/Scripting/VisualBasicTest/InteractiveSessionTests.vb b/src/Scripting/VisualBasicTest/InteractiveSessionTests.vb index 67e2bb07062b2..340f3ae8be5ff 100644 --- a/src/Scripting/VisualBasicTest/InteractiveSessionTests.vb +++ b/src/Scripting/VisualBasicTest/InteractiveSessionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Reflection Imports System.Threading.Tasks diff --git a/src/Scripting/VisualBasicTest/ObjectFormatterTests.vb b/src/Scripting/VisualBasicTest/ObjectFormatterTests.vb index 2e8fe5466ad4e..bc625f8a9d228 100644 --- a/src/Scripting/VisualBasicTest/ObjectFormatterTests.vb +++ b/src/Scripting/VisualBasicTest/ObjectFormatterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Scripting.Hosting Imports Microsoft.CodeAnalysis.Scripting.Hosting.UnitTests diff --git a/src/Scripting/VisualBasicTest/PrintOptionsTests.vb b/src/Scripting/VisualBasicTest/PrintOptionsTests.vb index f16c6ad0d2ae1..e7c81b0b680b9 100644 --- a/src/Scripting/VisualBasicTest/PrintOptionsTests.vb +++ b/src/Scripting/VisualBasicTest/PrintOptionsTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Scripting.Hosting Imports Microsoft.CodeAnalysis.Scripting.Hosting.UnitTests diff --git a/src/Scripting/VisualBasicTest/ScriptTests.vb b/src/Scripting/VisualBasicTest/ScriptTests.vb index e64264a006757..a95cc69b973fe 100644 --- a/src/Scripting/VisualBasicTest/ScriptTests.vb +++ b/src/Scripting/VisualBasicTest/ScriptTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Scripting diff --git a/src/Setup/Templates/VisualBasic/CodeRefactoring/Ref/CodeRefactoringProvider.vb b/src/Setup/Templates/VisualBasic/CodeRefactoring/Ref/CodeRefactoringProvider.vb index 59d5db2439b30..84905cb05270d 100644 --- a/src/Setup/Templates/VisualBasic/CodeRefactoring/Ref/CodeRefactoringProvider.vb +++ b/src/Setup/Templates/VisualBasic/CodeRefactoring/Ref/CodeRefactoringProvider.vb @@ -1,4 +1,4 @@ - + Friend Class $saferootidentifiername$CodeRefactoringProvider Inherits CodeRefactoringProvider diff --git a/src/Setup/Templates/VisualBasic/Diagnostic/Analyzer/DiagnosticAnalyzer.vb b/src/Setup/Templates/VisualBasic/Diagnostic/Analyzer/DiagnosticAnalyzer.vb index df2091b2011e5..e320c2c073fce 100644 --- a/src/Setup/Templates/VisualBasic/Diagnostic/Analyzer/DiagnosticAnalyzer.vb +++ b/src/Setup/Templates/VisualBasic/Diagnostic/Analyzer/DiagnosticAnalyzer.vb @@ -1,4 +1,4 @@ - + Public Class $saferootidentifiername$Analyzer Inherits DiagnosticAnalyzer diff --git a/src/VisualStudio/Core/Test/AbstractTextViewFilterTests.vb b/src/VisualStudio/Core/Test/AbstractTextViewFilterTests.vb index c2f1f00770c98..6f4d6d9e4eeda 100644 --- a/src/VisualStudio/Core/Test/AbstractTextViewFilterTests.vb +++ b/src/VisualStudio/Core/Test/AbstractTextViewFilterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/ChangeSignature/ChangeSignatureViewModelTestState.vb b/src/VisualStudio/Core/Test/ChangeSignature/ChangeSignatureViewModelTestState.vb index 4e4e715aa35ad..2e3402a5309f1 100644 --- a/src/VisualStudio/Core/Test/ChangeSignature/ChangeSignatureViewModelTestState.vb +++ b/src/VisualStudio/Core/Test/ChangeSignature/ChangeSignatureViewModelTestState.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/ChangeSignature/ChangeSignatureViewModelTests.vb b/src/VisualStudio/Core/Test/ChangeSignature/ChangeSignatureViewModelTests.vb index 2cbcb31f8b2ab..c0c60ea7da0db 100644 --- a/src/VisualStudio/Core/Test/ChangeSignature/ChangeSignatureViewModelTests.vb +++ b/src/VisualStudio/Core/Test/ChangeSignature/ChangeSignatureViewModelTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeAttributeTests.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeAttributeTests.vb index b043db54ab883..e1be30e25de49 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeAttributeTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeAttributeTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeClassTests.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeClassTests.vb index 33bf31be5d76d..f62e2dc3de83d 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeClassTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeClassTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.Interop diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeDelegateTests.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeDelegateTests.vb index 88a7f83e49dc9..ad046d5fbaf66 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeDelegateTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeDelegateTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeElementTests.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeElementTests.vb index 15e681f4de6dd..da2c5fc4e0f36 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeElementTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeElementTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Public MustInherit Class AbstractCodeElementTests diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeElementTests`1.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeElementTests`1.vb index aa68e7e956b7b..ed6087a9885a4 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeElementTests`1.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeElementTests`1.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeEnumTests.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeEnumTests.vb index 8fe9497b69a93..2ddc07331dd2c 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeEnumTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeEnumTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports EnvDTE diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeEventTests.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeEventTests.vb index e272272d41c7b..d9da39b5a1e14 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeEventTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeEventTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports EnvDTE80 diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeFunctionTests.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeFunctionTests.vb index 6252234516d7c..4f01a7f6f7233 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeFunctionTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeFunctionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeImportTests.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeImportTests.vb index e9c31f3940de2..73d257193a28c 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeImportTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeImportTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeInterfaceTests.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeInterfaceTests.vb index 1b729fa1e86cf..8557743dc60c5 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeInterfaceTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeInterfaceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Public MustInherit Class AbstractCodeInterfaceTests diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.AttributeArgumentData.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.AttributeArgumentData.vb index 46ea643e24e13..5b51242810a89 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.AttributeArgumentData.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.AttributeArgumentData.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Partial Public MustInherit Class AbstractCodeModelObjectTests(Of TCodeModelObject As Class) diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.AttributeData.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.AttributeData.vb index 95ed38b7305a8..e01b2d0627f3b 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.AttributeData.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.AttributeData.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Partial Public MustInherit Class AbstractCodeModelObjectTests(Of TCodeModelObject As Class) diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.ClassData.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.ClassData.vb index 29475f6781cf6..f2c47ff89767d 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.ClassData.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.ClassData.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Partial Public MustInherit Class AbstractCodeModelObjectTests(Of TCodeModelObject As Class) diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.CodeTypeRefData.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.CodeTypeRefData.vb index 6471a637039dc..c30b0811f7837 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.CodeTypeRefData.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.CodeTypeRefData.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Partial Public MustInherit Class AbstractCodeModelObjectTests(Of TCodeModelObject As Class) diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.DelegateData.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.DelegateData.vb index 5d7e4db18f116..129b3679641e7 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.DelegateData.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.DelegateData.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Partial Public MustInherit Class AbstractCodeModelObjectTests(Of TCodeModelObject As Class) diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.EnumData.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.EnumData.vb index 1f9672c230a94..e286cd31f1048 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.EnumData.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.EnumData.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Partial Public MustInherit Class AbstractCodeModelObjectTests(Of TCodeModelObject As Class) diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.EnumMemberData.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.EnumMemberData.vb index 100854deef458..dfebeb7fd9c90 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.EnumMemberData.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.EnumMemberData.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Partial Public MustInherit Class AbstractCodeModelObjectTests(Of TCodeModelObject As Class) diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.EventData.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.EventData.vb index ea892be5bfde5..5885947ca711d 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.EventData.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.EventData.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Partial Public MustInherit Class AbstractCodeModelObjectTests(Of TCodeModelObject As Class) diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.FunctionData.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.FunctionData.vb index 3122edfb1997a..d62a69542ae0c 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.FunctionData.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.FunctionData.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Partial Public MustInherit Class AbstractCodeModelObjectTests(Of TCodeModelObject As Class) diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.ImportData.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.ImportData.vb index 14aa1ea1c0dc6..c65eb5a18545f 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.ImportData.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.ImportData.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Partial Public MustInherit Class AbstractCodeModelObjectTests(Of TCodeModelObject As Class) diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.InterfaceData.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.InterfaceData.vb index 690690539e0c3..d1ef8aae93e7c 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.InterfaceData.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.InterfaceData.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Partial Public MustInherit Class AbstractCodeModelObjectTests(Of TCodeModelObject As Class) diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.NamespaceData.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.NamespaceData.vb index 582ce39bbcdf7..ecd9544d943f1 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.NamespaceData.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.NamespaceData.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Partial Public MustInherit Class AbstractCodeModelObjectTests(Of TCodeModelObject As Class) diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.ParameterData.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.ParameterData.vb index eb27c757f1890..6ca7d0e38917c 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.ParameterData.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.ParameterData.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Partial Public MustInherit Class AbstractCodeModelObjectTests(Of TCodeModelObject As Class) diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.PropertyData.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.PropertyData.vb index 9bf88bf14f852..39fffa5d45316 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.PropertyData.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.PropertyData.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Partial Public MustInherit Class AbstractCodeModelObjectTests(Of TCodeModelObject As Class) diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.StructData.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.StructData.vb index 7b3d109636bec..c0c185930d72e 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.StructData.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.StructData.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Partial Public MustInherit Class AbstractCodeModelObjectTests(Of TCodeModelObject As Class) diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.VariableData.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.VariableData.vb index 9fd608668446a..805d7966bd74d 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.VariableData.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.VariableData.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Partial Public MustInherit Class AbstractCodeModelObjectTests(Of TCodeModelObject As Class) diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.vb index e422b179609b4..a6415edbca39c 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Options diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeNamespaceTests.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeNamespaceTests.vb index 19b00814d9a2b..18433eef05b54 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeNamespaceTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeNamespaceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Public MustInherit Class AbstractCodeNamespaceTests diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeParameterTests.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeParameterTests.vb index 9d763baa97110..0a9d870f1c2f9 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeParameterTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeParameterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports EnvDTE diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodePropertyTests.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodePropertyTests.vb index 4a72ac1d3ed29..b85a4ac05d79c 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodePropertyTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodePropertyTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeStructTests.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeStructTests.vb index df4db9aa8f0f7..32ca819b8c8d8 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeStructTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeStructTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Public MustInherit Class AbstractCodeStructTests diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeVariableTests.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeVariableTests.vb index ab90bc2c4cf83..dd42389b1b320 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractCodeVariableTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractCodeVariableTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractEventCollectorTests.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractEventCollectorTests.vb index 6787d0bb54e1e..58a63383fac1a 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractEventCollectorTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractEventCollectorTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractFileCodeModelTests.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractFileCodeModelTests.vb index 1075570422d50..ff697ba3d87e8 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractFileCodeModelTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractFileCodeModelTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions diff --git a/src/VisualStudio/Core/Test/CodeModel/AbstractRootCodeModelTests.vb b/src/VisualStudio/Core/Test/CodeModel/AbstractRootCodeModelTests.vb index 458214a722e51..a53b9bf4eca77 100644 --- a/src/VisualStudio/Core/Test/CodeModel/AbstractRootCodeModelTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/AbstractRootCodeModelTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeAccessorFunctionTests.vb b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeAccessorFunctionTests.vb index e77e01e90cfab..f7a01adf19de8 100644 --- a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeAccessorFunctionTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeAccessorFunctionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeAttributeTests.vb b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeAttributeTests.vb index ee6d440659a2c..adfec8e8cdcde 100644 --- a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeAttributeTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeAttributeTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeClassTests.vb b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeClassTests.vb index cb76bafbde723..de7fa84c46a2d 100644 --- a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeClassTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeClassTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeDelegateTests.vb b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeDelegateTests.vb index 25627d145344b..f16ba4cf2cf79 100644 --- a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeDelegateTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeDelegateTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeEnumTests.vb b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeEnumTests.vb index ba95ba34d45a7..370f30ae723f6 100644 --- a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeEnumTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeEnumTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeEventTests.vb b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeEventTests.vb index 34f071c36e1c1..c91e152f0635a 100644 --- a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeEventTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeEventTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeFunctionTests.vb b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeFunctionTests.vb index 59cad9021f0a1..6f0ac62a752ec 100644 --- a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeFunctionTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeFunctionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeImportTests.vb b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeImportTests.vb index 5b38c19b0fc61..d354b2e4f1bc1 100644 --- a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeImportTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeImportTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeInterfaceTests.vb b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeInterfaceTests.vb index 5b1c489643313..3d4a327ea936d 100644 --- a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeInterfaceTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeInterfaceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeNamespaceTests.vb b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeNamespaceTests.vb index 614dc75fa5318..94c516f5e83b4 100644 --- a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeNamespaceTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeNamespaceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeParameterTests.vb b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeParameterTests.vb index d75745e8fccc7..7f429fed82777 100644 --- a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeParameterTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeParameterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodePropertyTests.vb b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodePropertyTests.vb index 9a3e69707f08c..13b5e201b6756 100644 --- a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodePropertyTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodePropertyTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeStructTests.vb b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeStructTests.vb index b191a0cee1c16..c46c7915bb97b 100644 --- a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeStructTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeStructTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeVariableTests.vb b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeVariableTests.vb index b5f26ce9a2661..2f5e014e5c06e 100644 --- a/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeVariableTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/CSharp/CodeVariableTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/CSharp/EventCollectorTests.vb b/src/VisualStudio/Core/Test/CodeModel/CSharp/EventCollectorTests.vb index 3410e8ec1930d..ce4b4fb1f4c16 100644 --- a/src/VisualStudio/Core/Test/CodeModel/CSharp/EventCollectorTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/CSharp/EventCollectorTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/CSharp/FileCodeModelTests.vb b/src/VisualStudio/Core/Test/CodeModel/CSharp/FileCodeModelTests.vb index 29d84b91dbfc6..3f8cca7851c71 100644 --- a/src/VisualStudio/Core/Test/CodeModel/CSharp/FileCodeModelTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/CSharp/FileCodeModelTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/CSharp/RootCodeModelTests.vb b/src/VisualStudio/Core/Test/CodeModel/CSharp/RootCodeModelTests.vb index b76e1e4c693a0..f767107ae3734 100644 --- a/src/VisualStudio/Core/Test/CodeModel/CSharp/RootCodeModelTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/CSharp/RootCodeModelTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel diff --git a/src/VisualStudio/Core/Test/CodeModel/CSharp/SyntaxNodeKeyTests.vb b/src/VisualStudio/Core/Test/CodeModel/CSharp/SyntaxNodeKeyTests.vb index fc971dd41519f..ae42f1141b3d8 100644 --- a/src/VisualStudio/Core/Test/CodeModel/CSharp/SyntaxNodeKeyTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/CSharp/SyntaxNodeKeyTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests.vb b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests.vb index 2dbc0a57955ec..eaf0e2e45021d 100644 --- a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel diff --git a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSAssignments.vb b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSAssignments.vb index 66b32bbc0569b..bcdb7f1c8634c 100644 --- a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSAssignments.vb +++ b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSAssignments.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Roslyn.Test.Utilities diff --git a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSEvents.vb b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSEvents.vb index c286d288a7176..b79374ff87890 100644 --- a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSEvents.vb +++ b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSEvents.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Roslyn.Test.Utilities diff --git a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSInvocations.vb b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSInvocations.vb index 8abb6f68bf0dd..97749688aabba 100644 --- a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSInvocations.vb +++ b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSInvocations.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Roslyn.Test.Utilities diff --git a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSLocalDeclarations.vb b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSLocalDeclarations.vb index 1692bba05abf1..a63ca56c19c17 100644 --- a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSLocalDeclarations.vb +++ b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSLocalDeclarations.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Roslyn.Test.Utilities diff --git a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSQuotes.vb b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSQuotes.vb index 46d87eb683082..b639f96991331 100644 --- a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSQuotes.vb +++ b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSQuotes.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Roslyn.Test.Utilities diff --git a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBAssignments.vb b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBAssignments.vb index 93a5b9249a4e7..e3e2bd4ac5d6f 100644 --- a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBAssignments.vb +++ b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBAssignments.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Globalization Imports System.Threading diff --git a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBInitializeComponent.vb b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBInitializeComponent.vb index 77d08bff475c4..f8a1b1f2f6047 100644 --- a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBInitializeComponent.vb +++ b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBInitializeComponent.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Roslyn.Test.Utilities diff --git a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBInitializeComponent_TestContent.vb b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBInitializeComponent_TestContent.vb index b2e3bce853db9..61ad501f1d716 100644 --- a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBInitializeComponent_TestContent.vb +++ b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBInitializeComponent_TestContent.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel.MethodXML Partial Public Class MethodXMLTests diff --git a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBInvocations.vb b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBInvocations.vb index c4e0573e03516..16de483fbd5c0 100644 --- a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBInvocations.vb +++ b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBInvocations.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Roslyn.Test.Utilities diff --git a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBLocalDeclarations.vb b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBLocalDeclarations.vb index 777a4fe5f1aa3..a21373378d996 100644 --- a/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBLocalDeclarations.vb +++ b/src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBLocalDeclarations.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Roslyn.Test.Utilities diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeAccessorFunctionTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeAccessorFunctionTests.vb index c897a68453059..e8a9354a87175 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeAccessorFunctionTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeAccessorFunctionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeAttributeTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeAttributeTests.vb index 6d0a83c16b499..e9e94f1ebcf2a 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeAttributeTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeAttributeTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeClassTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeClassTests.vb index f12bb1c59eb81..3df8e8b385eca 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeClassTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeClassTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports System.Threading diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeDelegateTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeDelegateTests.vb index 385f13e78cc8a..fb674fde724d2 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeDelegateTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeDelegateTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeEnumTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeEnumTests.vb index 0d597b9cd1bcd..2372d6162e722 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeEnumTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeEnumTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeEventTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeEventTests.vb index b98bff66436b2..4efd4c9b944c1 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeEventTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeEventTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeFunctionTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeFunctionTests.vb index bd66fd2d56541..3077194f2e850 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeFunctionTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeFunctionTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeImportTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeImportTests.vb index f044ed9ea438c..e4789b5a50120 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeImportTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeImportTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeInterfaceTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeInterfaceTests.vb index 4bafb2e588aca..b16dfe0a28561 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeInterfaceTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeInterfaceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeNamespaceTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeNamespaceTests.vb index 4ae351826ee0b..3b0b8c8b7d002 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeNamespaceTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeNamespaceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeParameterTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeParameterTests.vb index 85a0bde3d97da..960b68bd6e472 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeParameterTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeParameterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodePropertyTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodePropertyTests.vb index bcc34f7fd7293..ca93ebbdfbd44 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodePropertyTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodePropertyTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeStructTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeStructTests.vb index 7ef21d1504c0d..0b641b551ae38 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeStructTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeStructTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeVariableTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeVariableTests.vb index a4336d808d7d1..a393eda261710 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeVariableTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeVariableTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/EventCollectorTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/EventCollectorTests.vb index e2c7613f846bc..9c472faf596f1 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/EventCollectorTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/EventCollectorTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/FileCodeModelTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/FileCodeModelTests.vb index c7ee8873526c9..0bfb984e90b11 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/FileCodeModelTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/FileCodeModelTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/ImplementsStatementTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/ImplementsStatementTests.vb index 17eb5f368ad43..ea06936b17689 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/ImplementsStatementTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/ImplementsStatementTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/InheritsStatementTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/InheritsStatementTests.vb index c790c9a994f07..0b621f988b4c0 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/InheritsStatementTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/InheritsStatementTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/OptionsStatementTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/OptionsStatementTests.vb index e11d87484c5dd..6c246c1035ede 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/OptionsStatementTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/OptionsStatementTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/RootCodeModelTests.vb b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/RootCodeModelTests.vb index f7291e7bf7dde..e54687307eb8f 100644 --- a/src/VisualStudio/Core/Test/CodeModel/VisualBasic/RootCodeModelTests.vb +++ b/src/VisualStudio/Core/Test/CodeModel/VisualBasic/RootCodeModelTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/Completion/CSharpCompletionSnippetNoteTests.vb b/src/VisualStudio/Core/Test/Completion/CSharpCompletionSnippetNoteTests.vb index 5e0f0e38200c7..ffc4fcab8a941 100644 --- a/src/VisualStudio/Core/Test/Completion/CSharpCompletionSnippetNoteTests.vb +++ b/src/VisualStudio/Core/Test/Completion/CSharpCompletionSnippetNoteTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/Completion/MockCompletionProvider.vb b/src/VisualStudio/Core/Test/Completion/MockCompletionProvider.vb index 181d6089b1ffa..ce8d4ce8beadb 100644 --- a/src/VisualStudio/Core/Test/Completion/MockCompletionProvider.vb +++ b/src/VisualStudio/Core/Test/Completion/MockCompletionProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/Completion/TestCSharpSnippetInfoService.vb b/src/VisualStudio/Core/Test/Completion/TestCSharpSnippetInfoService.vb index c992039e6525f..80672b880ca3b 100644 --- a/src/VisualStudio/Core/Test/Completion/TestCSharpSnippetInfoService.vb +++ b/src/VisualStudio/Core/Test/Completion/TestCSharpSnippetInfoService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/VisualStudio/Core/Test/Completion/TestVisualBasicSnippetInfoService.vb b/src/VisualStudio/Core/Test/Completion/TestVisualBasicSnippetInfoService.vb index 83c7f5a759a8a..c92e9b5763a26 100644 --- a/src/VisualStudio/Core/Test/Completion/TestVisualBasicSnippetInfoService.vb +++ b/src/VisualStudio/Core/Test/Completion/TestVisualBasicSnippetInfoService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/VisualStudio/Core/Test/Completion/VisualBasicCompletionSnippetNoteTests.vb b/src/VisualStudio/Core/Test/Completion/VisualBasicCompletionSnippetNoteTests.vb index 39cff517330ef..3f643f15891c7 100644 --- a/src/VisualStudio/Core/Test/Completion/VisualBasicCompletionSnippetNoteTests.vb +++ b/src/VisualStudio/Core/Test/Completion/VisualBasicCompletionSnippetNoteTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/DebuggerIntelliSense/CSharpDebuggerIntellisenseTests.vb b/src/VisualStudio/Core/Test/DebuggerIntelliSense/CSharpDebuggerIntellisenseTests.vb index c09bfc748915a..f88421aac18ab 100644 --- a/src/VisualStudio/Core/Test/DebuggerIntelliSense/CSharpDebuggerIntellisenseTests.vb +++ b/src/VisualStudio/Core/Test/DebuggerIntelliSense/CSharpDebuggerIntellisenseTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/DebuggerIntelliSense/CompletionWaiter.vb b/src/VisualStudio/Core/Test/DebuggerIntelliSense/CompletionWaiter.vb index 6ab4b6d656f67..a0d348ca49044 100644 --- a/src/VisualStudio/Core/Test/DebuggerIntelliSense/CompletionWaiter.vb +++ b/src/VisualStudio/Core/Test/DebuggerIntelliSense/CompletionWaiter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #If False Then Imports System.ComponentModel.Composition diff --git a/src/VisualStudio/Core/Test/DebuggerIntelliSense/OrderableLanguageMetadata.vb b/src/VisualStudio/Core/Test/DebuggerIntelliSense/OrderableLanguageMetadata.vb index 0cdd5e63f10e2..6ab270a0ff8fc 100644 --- a/src/VisualStudio/Core/Test/DebuggerIntelliSense/OrderableLanguageMetadata.vb +++ b/src/VisualStudio/Core/Test/DebuggerIntelliSense/OrderableLanguageMetadata.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #If False Then Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/DebuggerIntelliSense/SignatureHelpWaiter.vb b/src/VisualStudio/Core/Test/DebuggerIntelliSense/SignatureHelpWaiter.vb index 5e1b041986a1c..5461bc43e9038 100644 --- a/src/VisualStudio/Core/Test/DebuggerIntelliSense/SignatureHelpWaiter.vb +++ b/src/VisualStudio/Core/Test/DebuggerIntelliSense/SignatureHelpWaiter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #If False Then Imports System.ComponentModel.Composition diff --git a/src/VisualStudio/Core/Test/DebuggerIntelliSense/TestState.vb b/src/VisualStudio/Core/Test/DebuggerIntelliSense/TestState.vb index a3a8066f1a3b6..9094539ae8595 100644 --- a/src/VisualStudio/Core/Test/DebuggerIntelliSense/TestState.vb +++ b/src/VisualStudio/Core/Test/DebuggerIntelliSense/TestState.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/DebuggerIntelliSense/VisualBasicDebuggerIntellisenseTests.vb b/src/VisualStudio/Core/Test/DebuggerIntelliSense/VisualBasicDebuggerIntellisenseTests.vb index 080f669382f86..99f820da5d168 100644 --- a/src/VisualStudio/Core/Test/DebuggerIntelliSense/VisualBasicDebuggerIntellisenseTests.vb +++ b/src/VisualStudio/Core/Test/DebuggerIntelliSense/VisualBasicDebuggerIntellisenseTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Roslyn.Test.Utilities diff --git a/src/VisualStudio/Core/Test/Debugging/DataTipInfoGetterTests.vb b/src/VisualStudio/Core/Test/Debugging/DataTipInfoGetterTests.vb index ae18ffa38fb3e..a92e69408ab4e 100644 --- a/src/VisualStudio/Core/Test/Debugging/DataTipInfoGetterTests.vb +++ b/src/VisualStudio/Core/Test/Debugging/DataTipInfoGetterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/Debugging/LocationInfoGetterTests.vb b/src/VisualStudio/Core/Test/Debugging/LocationInfoGetterTests.vb index 220892250906e..c9cf8fcfda366 100644 --- a/src/VisualStudio/Core/Test/Debugging/LocationInfoGetterTests.vb +++ b/src/VisualStudio/Core/Test/Debugging/LocationInfoGetterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/Debugging/NameResolverTests.vb b/src/VisualStudio/Core/Test/Debugging/NameResolverTests.vb index 865d1c69fa2e0..7e6378329382d 100644 --- a/src/VisualStudio/Core/Test/Debugging/NameResolverTests.vb +++ b/src/VisualStudio/Core/Test/Debugging/NameResolverTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Linq Imports System.Threading diff --git a/src/VisualStudio/Core/Test/Debugging/ProximityExpressionsGetterTestFile.vb b/src/VisualStudio/Core/Test/Debugging/ProximityExpressionsGetterTestFile.vb index 38ea8b87262af..607301ef10ff8 100644 --- a/src/VisualStudio/Core/Test/Debugging/ProximityExpressionsGetterTestFile.vb +++ b/src/VisualStudio/Core/Test/Debugging/ProximityExpressionsGetterTestFile.vb @@ -1,4 +1,4 @@ -Imports System.ComponentModel.Composition +Imports System.ComponentModel.Composition Imports Microsoft.VisualStudio.Text Imports Microsoft.VisualStudio.Text.Editor Imports Microsoft.VisualStudio.Utilities diff --git a/src/VisualStudio/Core/Test/Debugging/ProximityExpressionsGetterTests.Statements.vb b/src/VisualStudio/Core/Test/Debugging/ProximityExpressionsGetterTests.Statements.vb index 3324dc8cd7c5d..278c419eada82 100644 --- a/src/VisualStudio/Core/Test/Debugging/ProximityExpressionsGetterTests.Statements.vb +++ b/src/VisualStudio/Core/Test/Debugging/ProximityExpressionsGetterTests.Statements.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Linq Imports System.Text diff --git a/src/VisualStudio/Core/Test/Debugging/ProximityExpressionsGetterTests.vb b/src/VisualStudio/Core/Test/Debugging/ProximityExpressionsGetterTests.vb index 72586349de2e1..703f7fe5f1878 100644 --- a/src/VisualStudio/Core/Test/Debugging/ProximityExpressionsGetterTests.vb +++ b/src/VisualStudio/Core/Test/Debugging/ProximityExpressionsGetterTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Text Imports System.Threading diff --git a/src/VisualStudio/Core/Test/Diagnostics/DiagnosticTableDataSourceTests.vb b/src/VisualStudio/Core/Test/Diagnostics/DiagnosticTableDataSourceTests.vb index 9c9c4eff93fec..62727f9e4dcd2 100644 --- a/src/VisualStudio/Core/Test/Diagnostics/DiagnosticTableDataSourceTests.vb +++ b/src/VisualStudio/Core/Test/Diagnostics/DiagnosticTableDataSourceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/VisualStudio/Core/Test/Diagnostics/ExternalDiagnosticUpdateSourceTests.vb b/src/VisualStudio/Core/Test/Diagnostics/ExternalDiagnosticUpdateSourceTests.vb index c1870799b2c95..9a62376bd18b8 100644 --- a/src/VisualStudio/Core/Test/Diagnostics/ExternalDiagnosticUpdateSourceTests.vb +++ b/src/VisualStudio/Core/Test/Diagnostics/ExternalDiagnosticUpdateSourceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/VisualStudio/Core/Test/Diagnostics/TestTableManagerProvider.vb b/src/VisualStudio/Core/Test/Diagnostics/TestTableManagerProvider.vb index a1c89a55947d4..0dabf5d616453 100644 --- a/src/VisualStudio/Core/Test/Diagnostics/TestTableManagerProvider.vb +++ b/src/VisualStudio/Core/Test/Diagnostics/TestTableManagerProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.VisualStudio.Shell.TableControl diff --git a/src/VisualStudio/Core/Test/Diagnostics/TodoListTableDataSourceTests.vb b/src/VisualStudio/Core/Test/Diagnostics/TodoListTableDataSourceTests.vb index 1b12329a0cebe..b1cec516b2579 100644 --- a/src/VisualStudio/Core/Test/Diagnostics/TodoListTableDataSourceTests.vb +++ b/src/VisualStudio/Core/Test/Diagnostics/TodoListTableDataSourceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/VisualStudio/Core/Test/ExtractInterface/ExtractInterfaceViewModelTests.vb b/src/VisualStudio/Core/Test/ExtractInterface/ExtractInterfaceViewModelTests.vb index a60f1d720f34b..889b5ac45c5b8 100644 --- a/src/VisualStudio/Core/Test/ExtractInterface/ExtractInterfaceViewModelTests.vb +++ b/src/VisualStudio/Core/Test/ExtractInterface/ExtractInterfaceViewModelTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/GenerateType/GenerateTypeViewModelTests.vb b/src/VisualStudio/Core/Test/GenerateType/GenerateTypeViewModelTests.vb index 3aaf36ceaff1b..bcfcd315ff70f 100644 --- a/src/VisualStudio/Core/Test/GenerateType/GenerateTypeViewModelTests.vb +++ b/src/VisualStudio/Core/Test/GenerateType/GenerateTypeViewModelTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.IO Imports System.Threading diff --git a/src/VisualStudio/Core/Test/GoToDefinition/GoToDefinitionApiTests.vb b/src/VisualStudio/Core/Test/GoToDefinition/GoToDefinitionApiTests.vb index 2e48436eb8676..f8eac4a8d23f6 100644 --- a/src/VisualStudio/Core/Test/GoToDefinition/GoToDefinitionApiTests.vb +++ b/src/VisualStudio/Core/Test/GoToDefinition/GoToDefinitionApiTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/Help/HelpTests.vb b/src/VisualStudio/Core/Test/Help/HelpTests.vb index 48aa556987ac5..dac92046cb351 100644 --- a/src/VisualStudio/Core/Test/Help/HelpTests.vb +++ b/src/VisualStudio/Core/Test/Help/HelpTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/ObjectBrowser/AbstractObjectBrowserTests.vb b/src/VisualStudio/Core/Test/ObjectBrowser/AbstractObjectBrowserTests.vb index 67202310388ff..d7bf4eb39e5a4 100644 --- a/src/VisualStudio/Core/Test/ObjectBrowser/AbstractObjectBrowserTests.vb +++ b/src/VisualStudio/Core/Test/ObjectBrowser/AbstractObjectBrowserTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.ExceptionServices Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/ObjectBrowser/CSharp/ObjectBrowerTests.vb b/src/VisualStudio/Core/Test/ObjectBrowser/CSharp/ObjectBrowerTests.vb index 2cd0410822ee0..d4b0730c7c90c 100644 --- a/src/VisualStudio/Core/Test/ObjectBrowser/CSharp/ObjectBrowerTests.vb +++ b/src/VisualStudio/Core/Test/ObjectBrowser/CSharp/ObjectBrowerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Roslyn.Test.Utilities diff --git a/src/VisualStudio/Core/Test/ObjectBrowser/Helpers.vb b/src/VisualStudio/Core/Test/ObjectBrowser/Helpers.vb index 7f5d1a0a019ee..1dab1e11886a8 100644 --- a/src/VisualStudio/Core/Test/ObjectBrowser/Helpers.vb +++ b/src/VisualStudio/Core/Test/ObjectBrowser/Helpers.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports Microsoft.VisualStudio.Shell.Interop diff --git a/src/VisualStudio/Core/Test/ObjectBrowser/NavInfoNodeDescriptor.vb b/src/VisualStudio/Core/Test/ObjectBrowser/NavInfoNodeDescriptor.vb index 21d976c93717e..da6e0e95a674c 100644 --- a/src/VisualStudio/Core/Test/ObjectBrowser/NavInfoNodeDescriptor.vb +++ b/src/VisualStudio/Core/Test/ObjectBrowser/NavInfoNodeDescriptor.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.LanguageServices.Implementation.Library.ObjectBrowser diff --git a/src/VisualStudio/Core/Test/ObjectBrowser/VisualBasic/ObjectBrowerTests.vb b/src/VisualStudio/Core/Test/ObjectBrowser/VisualBasic/ObjectBrowerTests.vb index 02aee8e3d9895..e3294ca37ce9c 100644 --- a/src/VisualStudio/Core/Test/ObjectBrowser/VisualBasic/ObjectBrowerTests.vb +++ b/src/VisualStudio/Core/Test/ObjectBrowser/VisualBasic/ObjectBrowerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/Preview/PreviewChangesTests.vb b/src/VisualStudio/Core/Test/Preview/PreviewChangesTests.vb index f3189a4de04c8..76aec47e08bc1 100644 --- a/src/VisualStudio/Core/Test/Preview/PreviewChangesTests.vb +++ b/src/VisualStudio/Core/Test/Preview/PreviewChangesTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/Progression/CSharpSymbolLabelTests.vb b/src/VisualStudio/Core/Test/Progression/CSharpSymbolLabelTests.vb index 9ee2d1bb31456..f6f5ba12a1529 100644 --- a/src/VisualStudio/Core/Test/Progression/CSharpSymbolLabelTests.vb +++ b/src/VisualStudio/Core/Test/Progression/CSharpSymbolLabelTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.VisualStudio.GraphModel diff --git a/src/VisualStudio/Core/Test/Progression/CallsGraphQueryTests.vb b/src/VisualStudio/Core/Test/Progression/CallsGraphQueryTests.vb index 2bd3c3fdf819c..6a9a1af131264 100644 --- a/src/VisualStudio/Core/Test/Progression/CallsGraphQueryTests.vb +++ b/src/VisualStudio/Core/Test/Progression/CallsGraphQueryTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.VisualStudio.GraphModel diff --git a/src/VisualStudio/Core/Test/Progression/ContainsChildrenGraphQueryTests.vb b/src/VisualStudio/Core/Test/Progression/ContainsChildrenGraphQueryTests.vb index 9042ecdaba28e..fa4c3bfbd1580 100644 --- a/src/VisualStudio/Core/Test/Progression/ContainsChildrenGraphQueryTests.vb +++ b/src/VisualStudio/Core/Test/Progression/ContainsChildrenGraphQueryTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.VisualStudio.GraphModel diff --git a/src/VisualStudio/Core/Test/Progression/ContainsGraphQueryTests.vb b/src/VisualStudio/Core/Test/Progression/ContainsGraphQueryTests.vb index 41a00c60b42cc..73925ecb0bba9 100644 --- a/src/VisualStudio/Core/Test/Progression/ContainsGraphQueryTests.vb +++ b/src/VisualStudio/Core/Test/Progression/ContainsGraphQueryTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.VisualStudio.GraphModel diff --git a/src/VisualStudio/Core/Test/Progression/GraphNodeCreationTests.vb b/src/VisualStudio/Core/Test/Progression/GraphNodeCreationTests.vb index f660512483956..e328cd01147fd 100644 --- a/src/VisualStudio/Core/Test/Progression/GraphNodeCreationTests.vb +++ b/src/VisualStudio/Core/Test/Progression/GraphNodeCreationTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/Progression/GraphNodeIdTests.vb b/src/VisualStudio/Core/Test/Progression/GraphNodeIdTests.vb index 292be7d50b3ae..fcff7777f929c 100644 --- a/src/VisualStudio/Core/Test/Progression/GraphNodeIdTests.vb +++ b/src/VisualStudio/Core/Test/Progression/GraphNodeIdTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/Progression/ImplementedByGraphQueryTests.vb b/src/VisualStudio/Core/Test/Progression/ImplementedByGraphQueryTests.vb index 8a066f778dfb7..e1643163b6c3c 100644 --- a/src/VisualStudio/Core/Test/Progression/ImplementedByGraphQueryTests.vb +++ b/src/VisualStudio/Core/Test/Progression/ImplementedByGraphQueryTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.VisualStudio.GraphModel diff --git a/src/VisualStudio/Core/Test/Progression/ImplementsGraphQueryTests.vb b/src/VisualStudio/Core/Test/Progression/ImplementsGraphQueryTests.vb index 366646d78ecab..eee05037b8ca7 100644 --- a/src/VisualStudio/Core/Test/Progression/ImplementsGraphQueryTests.vb +++ b/src/VisualStudio/Core/Test/Progression/ImplementsGraphQueryTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.VisualStudio.GraphModel diff --git a/src/VisualStudio/Core/Test/Progression/InheritedByGraphQueryTests.vb b/src/VisualStudio/Core/Test/Progression/InheritedByGraphQueryTests.vb index a6bb1f464b4e3..c9c0629bfb8f6 100644 --- a/src/VisualStudio/Core/Test/Progression/InheritedByGraphQueryTests.vb +++ b/src/VisualStudio/Core/Test/Progression/InheritedByGraphQueryTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.VisualStudio.GraphModel diff --git a/src/VisualStudio/Core/Test/Progression/InheritsFromGraphQueryTests.vb b/src/VisualStudio/Core/Test/Progression/InheritsFromGraphQueryTests.vb index 3e26ec8281123..9e5f8f48548ff 100644 --- a/src/VisualStudio/Core/Test/Progression/InheritsFromGraphQueryTests.vb +++ b/src/VisualStudio/Core/Test/Progression/InheritsFromGraphQueryTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.GraphModel Imports Microsoft.VisualStudio.LanguageServices.Implementation.Progression diff --git a/src/VisualStudio/Core/Test/Progression/IsCalledByGraphQueryTests.vb b/src/VisualStudio/Core/Test/Progression/IsCalledByGraphQueryTests.vb index 63cfe47ca44b3..6bed99f9c4f45 100644 --- a/src/VisualStudio/Core/Test/Progression/IsCalledByGraphQueryTests.vb +++ b/src/VisualStudio/Core/Test/Progression/IsCalledByGraphQueryTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.VisualStudio.GraphModel diff --git a/src/VisualStudio/Core/Test/Progression/IsUsedByGraphQueryTests.vb b/src/VisualStudio/Core/Test/Progression/IsUsedByGraphQueryTests.vb index 1acc7e8a1c9b8..23f5a95c9d545 100644 --- a/src/VisualStudio/Core/Test/Progression/IsUsedByGraphQueryTests.vb +++ b/src/VisualStudio/Core/Test/Progression/IsUsedByGraphQueryTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.VisualStudio.GraphModel diff --git a/src/VisualStudio/Core/Test/Progression/MockGraphContext.vb b/src/VisualStudio/Core/Test/Progression/MockGraphContext.vb index 8c55e37cff3b7..051cbf5e4a8cf 100644 --- a/src/VisualStudio/Core/Test/Progression/MockGraphContext.vb +++ b/src/VisualStudio/Core/Test/Progression/MockGraphContext.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.VisualStudio.GraphModel diff --git a/src/VisualStudio/Core/Test/Progression/OverriddenByGraphQueryTests.vb b/src/VisualStudio/Core/Test/Progression/OverriddenByGraphQueryTests.vb index 17dd9b7ecdba8..e1c29de872717 100644 --- a/src/VisualStudio/Core/Test/Progression/OverriddenByGraphQueryTests.vb +++ b/src/VisualStudio/Core/Test/Progression/OverriddenByGraphQueryTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.VisualStudio.GraphModel diff --git a/src/VisualStudio/Core/Test/Progression/OverridesGraphQueryTests.vb b/src/VisualStudio/Core/Test/Progression/OverridesGraphQueryTests.vb index 45c831590dc25..202fe8dd601f5 100644 --- a/src/VisualStudio/Core/Test/Progression/OverridesGraphQueryTests.vb +++ b/src/VisualStudio/Core/Test/Progression/OverridesGraphQueryTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.VisualStudio.GraphModel diff --git a/src/VisualStudio/Core/Test/Progression/ProgressionTestHelpers.vb b/src/VisualStudio/Core/Test/Progression/ProgressionTestHelpers.vb index 2287bc8b38d46..a005c08b7d38c 100644 --- a/src/VisualStudio/Core/Test/Progression/ProgressionTestHelpers.vb +++ b/src/VisualStudio/Core/Test/Progression/ProgressionTestHelpers.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports Microsoft.CodeAnalysis.Editor.UnitTests diff --git a/src/VisualStudio/Core/Test/Progression/ProgressionTestState.vb b/src/VisualStudio/Core/Test/Progression/ProgressionTestState.vb index bdfcb2effec61..4088167d07fae 100644 --- a/src/VisualStudio/Core/Test/Progression/ProgressionTestState.vb +++ b/src/VisualStudio/Core/Test/Progression/ProgressionTestState.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition.Hosting Imports System.Threading diff --git a/src/VisualStudio/Core/Test/Progression/SearchGraphQueryTests.vb b/src/VisualStudio/Core/Test/Progression/SearchGraphQueryTests.vb index 057ec37714619..d01a376a10ea9 100644 --- a/src/VisualStudio/Core/Test/Progression/SearchGraphQueryTests.vb +++ b/src/VisualStudio/Core/Test/Progression/SearchGraphQueryTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/VisualStudio/Core/Test/Progression/VisualBasicSymbolLabelTests.vb b/src/VisualStudio/Core/Test/Progression/VisualBasicSymbolLabelTests.vb index 2f53c62a74da1..4adab40969ae1 100644 --- a/src/VisualStudio/Core/Test/Progression/VisualBasicSymbolLabelTests.vb +++ b/src/VisualStudio/Core/Test/Progression/VisualBasicSymbolLabelTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.VisualStudio.GraphModel diff --git a/src/VisualStudio/Core/Test/ProjectSystemShim/DeferredProjectLoadingTests.vb b/src/VisualStudio/Core/Test/ProjectSystemShim/DeferredProjectLoadingTests.vb index a0ca82594a19c..53de3906dbf31 100644 --- a/src/VisualStudio/Core/Test/ProjectSystemShim/DeferredProjectLoadingTests.vb +++ b/src/VisualStudio/Core/Test/ProjectSystemShim/DeferredProjectLoadingTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.IO Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/ProjectSystemShim/VisualBasicCompilerOptionsTests.vb b/src/VisualStudio/Core/Test/ProjectSystemShim/VisualBasicCompilerOptionsTests.vb index 2ccef85353c8c..aea43c60b0f1d 100644 --- a/src/VisualStudio/Core/Test/ProjectSystemShim/VisualBasicCompilerOptionsTests.vb +++ b/src/VisualStudio/Core/Test/ProjectSystemShim/VisualBasicCompilerOptionsTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.VisualBasic Imports Roslyn.Test.Utilities diff --git a/src/VisualStudio/Core/Test/ProjectSystemShim/VisualBasicProjectTests.vb b/src/VisualStudio/Core/Test/ProjectSystemShim/VisualBasicProjectTests.vb index aac04f88c3318..13b36598a036c 100644 --- a/src/VisualStudio/Core/Test/ProjectSystemShim/VisualBasicProjectTests.vb +++ b/src/VisualStudio/Core/Test/ProjectSystemShim/VisualBasicProjectTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.VisualBasic Imports Roslyn.Test.Utilities diff --git a/src/VisualStudio/Core/Test/ProjectSystemShim/VisualBasicSpecialReferencesTests.vb b/src/VisualStudio/Core/Test/ProjectSystemShim/VisualBasicSpecialReferencesTests.vb index d21b2e7056241..c3fd5d03fa444 100644 --- a/src/VisualStudio/Core/Test/ProjectSystemShim/VisualBasicSpecialReferencesTests.vb +++ b/src/VisualStudio/Core/Test/ProjectSystemShim/VisualBasicSpecialReferencesTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.LanguageServices.VisualBasic.ProjectSystemShim.Interop Imports Roslyn.Test.Utilities diff --git a/src/VisualStudio/Core/Test/ProjectSystemShim/VisualStudioAnalyzerTests.vb b/src/VisualStudio/Core/Test/ProjectSystemShim/VisualStudioAnalyzerTests.vb index 54c992390d427..2a2d6fe44947b 100644 --- a/src/VisualStudio/Core/Test/ProjectSystemShim/VisualStudioAnalyzerTests.vb +++ b/src/VisualStudio/Core/Test/ProjectSystemShim/VisualStudioAnalyzerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.IO Imports System.Reflection diff --git a/src/VisualStudio/Core/Test/ProjectSystemShim/VisualStudioRuleSetTests.vb b/src/VisualStudio/Core/Test/ProjectSystemShim/VisualStudioRuleSetTests.vb index 781e6c9cd29d7..8d3e4492461bb 100644 --- a/src/VisualStudio/Core/Test/ProjectSystemShim/VisualStudioRuleSetTests.vb +++ b/src/VisualStudio/Core/Test/ProjectSystemShim/VisualStudioRuleSetTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.IO Imports System.Threading diff --git a/src/VisualStudio/Core/Test/RQName/RQNameTests.vb b/src/VisualStudio/Core/Test/RQName/RQNameTests.vb index 207203e3817ce..6cb98e85d3db3 100644 --- a/src/VisualStudio/Core/Test/RQName/RQNameTests.vb +++ b/src/VisualStudio/Core/Test/RQName/RQNameTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/Snippets/CSharpSnippetCommandHandlerTests.vb b/src/VisualStudio/Core/Test/Snippets/CSharpSnippetCommandHandlerTests.vb index fc4616abc7a5e..721a287affafb 100644 --- a/src/VisualStudio/Core/Test/Snippets/CSharpSnippetCommandHandlerTests.vb +++ b/src/VisualStudio/Core/Test/Snippets/CSharpSnippetCommandHandlerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editor diff --git a/src/VisualStudio/Core/Test/Snippets/CSharpSnippetExpansionClientTests.vb b/src/VisualStudio/Core/Test/Snippets/CSharpSnippetExpansionClientTests.vb index 8b861cac12d5c..5f81941fc4ffa 100644 --- a/src/VisualStudio/Core/Test/Snippets/CSharpSnippetExpansionClientTests.vb +++ b/src/VisualStudio/Core/Test/Snippets/CSharpSnippetExpansionClientTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/Snippets/SnippetCompletionProviderTests.vb b/src/VisualStudio/Core/Test/Snippets/SnippetCompletionProviderTests.vb index cd97454a6aac6..d8a01f284e8ba 100644 --- a/src/VisualStudio/Core/Test/Snippets/SnippetCompletionProviderTests.vb +++ b/src/VisualStudio/Core/Test/Snippets/SnippetCompletionProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition.Hosting Imports System.Composition diff --git a/src/VisualStudio/Core/Test/Snippets/SnippetExpansionClientTestsHelper.vb b/src/VisualStudio/Core/Test/Snippets/SnippetExpansionClientTestsHelper.vb index 0731638e26cef..7eadc641a4187 100644 --- a/src/VisualStudio/Core/Test/Snippets/SnippetExpansionClientTestsHelper.vb +++ b/src/VisualStudio/Core/Test/Snippets/SnippetExpansionClientTestsHelper.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/VisualStudio/Core/Test/Snippets/SnippetServiceWaiter.vb b/src/VisualStudio/Core/Test/Snippets/SnippetServiceWaiter.vb index b55650d44f8b5..66313f8987551 100644 --- a/src/VisualStudio/Core/Test/Snippets/SnippetServiceWaiter.vb +++ b/src/VisualStudio/Core/Test/Snippets/SnippetServiceWaiter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis.Shared.TestHooks diff --git a/src/VisualStudio/Core/Test/Snippets/SnippetTestState.vb b/src/VisualStudio/Core/Test/Snippets/SnippetTestState.vb index 1a7966b9ce6f2..2db7743f4d28b 100644 --- a/src/VisualStudio/Core/Test/Snippets/SnippetTestState.vb +++ b/src/VisualStudio/Core/Test/Snippets/SnippetTestState.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/Snippets/TestExpansionClient.vb b/src/VisualStudio/Core/Test/Snippets/TestExpansionClient.vb index 1c09b0eb9ee11..60bf037c48e13 100644 --- a/src/VisualStudio/Core/Test/Snippets/TestExpansionClient.vb +++ b/src/VisualStudio/Core/Test/Snippets/TestExpansionClient.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports Microsoft.VisualStudio.LanguageServices.Implementation.Snippets diff --git a/src/VisualStudio/Core/Test/Snippets/VisualBasicSnippetCommandHandlerTests.vb b/src/VisualStudio/Core/Test/Snippets/VisualBasicSnippetCommandHandlerTests.vb index ae994960dadb0..e8fb7c3a21352 100644 --- a/src/VisualStudio/Core/Test/Snippets/VisualBasicSnippetCommandHandlerTests.vb +++ b/src/VisualStudio/Core/Test/Snippets/VisualBasicSnippetCommandHandlerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editor diff --git a/src/VisualStudio/Core/Test/Snippets/VisualBasicSnippetExpansionClientTests.vb b/src/VisualStudio/Core/Test/Snippets/VisualBasicSnippetExpansionClientTests.vb index da14a448a1740..78735dcd72b82 100644 --- a/src/VisualStudio/Core/Test/Snippets/VisualBasicSnippetExpansionClientTests.vb +++ b/src/VisualStudio/Core/Test/Snippets/VisualBasicSnippetExpansionClientTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/SolutionExplorer/AnalyzerItemTests.vb b/src/VisualStudio/Core/Test/SolutionExplorer/AnalyzerItemTests.vb index d24153b5519fb..dddf99427c209 100644 --- a/src/VisualStudio/Core/Test/SolutionExplorer/AnalyzerItemTests.vb +++ b/src/VisualStudio/Core/Test/SolutionExplorer/AnalyzerItemTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/VisualStudio/Core/Test/SolutionExplorer/AnalyzerItemsSourceTests.vb b/src/VisualStudio/Core/Test/SolutionExplorer/AnalyzerItemsSourceTests.vb index 26ca9bc9f6047..d9893349d1d2f 100644 --- a/src/VisualStudio/Core/Test/SolutionExplorer/AnalyzerItemsSourceTests.vb +++ b/src/VisualStudio/Core/Test/SolutionExplorer/AnalyzerItemsSourceTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/VisualStudio/Core/Test/SolutionExplorer/AnalyzersFolderItemTests.vb b/src/VisualStudio/Core/Test/SolutionExplorer/AnalyzersFolderItemTests.vb index 2512fc558ad2a..7250507dd5a23 100644 --- a/src/VisualStudio/Core/Test/SolutionExplorer/AnalyzersFolderItemTests.vb +++ b/src/VisualStudio/Core/Test/SolutionExplorer/AnalyzersFolderItemTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces diff --git a/src/VisualStudio/Core/Test/SolutionExplorer/AnalyzersFolderProviderTests.vb b/src/VisualStudio/Core/Test/SolutionExplorer/AnalyzersFolderProviderTests.vb index a8930ad54de51..7f24f80f3e22b 100644 --- a/src/VisualStudio/Core/Test/SolutionExplorer/AnalyzersFolderProviderTests.vb +++ b/src/VisualStudio/Core/Test/SolutionExplorer/AnalyzersFolderProviderTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.ObjectModel Imports Microsoft.Internal.VisualStudio.PlatformUI diff --git a/src/VisualStudio/Core/Test/SolutionExplorer/DiagnosticDescriptorComparerTests.vb b/src/VisualStudio/Core/Test/SolutionExplorer/DiagnosticDescriptorComparerTests.vb index 1f3d71cba5b28..61db6d19fde70 100644 --- a/src/VisualStudio/Core/Test/SolutionExplorer/DiagnosticDescriptorComparerTests.vb +++ b/src/VisualStudio/Core/Test/SolutionExplorer/DiagnosticDescriptorComparerTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.VisualStudio.LanguageServices.Implementation.SolutionExplorer diff --git a/src/VisualStudio/Core/Test/SolutionExplorer/LegacyDiagnosticItemTests.vb b/src/VisualStudio/Core/Test/SolutionExplorer/LegacyDiagnosticItemTests.vb index cb2feacdcd232..d81ae5cf95776 100644 --- a/src/VisualStudio/Core/Test/SolutionExplorer/LegacyDiagnosticItemTests.vb +++ b/src/VisualStudio/Core/Test/SolutionExplorer/LegacyDiagnosticItemTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.VisualStudio.LanguageServices.Implementation.SolutionExplorer diff --git a/src/VisualStudio/Core/Test/Venus/AbstractContainedLanguageCodeSupportTests.vb b/src/VisualStudio/Core/Test/Venus/AbstractContainedLanguageCodeSupportTests.vb index daddcb266e8fe..36d922b2a5713 100644 --- a/src/VisualStudio/Core/Test/Venus/AbstractContainedLanguageCodeSupportTests.vb +++ b/src/VisualStudio/Core/Test/Venus/AbstractContainedLanguageCodeSupportTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/Venus/CSharpContainedLanguageSupportTests.vb b/src/VisualStudio/Core/Test/Venus/CSharpContainedLanguageSupportTests.vb index bb00e5e8a775d..0785f86593667 100644 --- a/src/VisualStudio/Core/Test/Venus/CSharpContainedLanguageSupportTests.vb +++ b/src/VisualStudio/Core/Test/Venus/CSharpContainedLanguageSupportTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/VisualStudio/Core/Test/Venus/ContainedDocumentTests_AdjustIndentation.vb b/src/VisualStudio/Core/Test/Venus/ContainedDocumentTests_AdjustIndentation.vb index 4fe820924ba4d..d144b79a774ab 100644 --- a/src/VisualStudio/Core/Test/Venus/ContainedDocumentTests_AdjustIndentation.vb +++ b/src/VisualStudio/Core/Test/Venus/ContainedDocumentTests_AdjustIndentation.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #If False Then Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/Core/Test/Venus/ContainedDocumentTests_UpdateText.vb b/src/VisualStudio/Core/Test/Venus/ContainedDocumentTests_UpdateText.vb index 2d2b83231e4d4..4260790a0eb48 100644 --- a/src/VisualStudio/Core/Test/Venus/ContainedDocumentTests_UpdateText.vb +++ b/src/VisualStudio/Core/Test/Venus/ContainedDocumentTests_UpdateText.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #If False Then Imports Microsoft.CodeAnalysis.Editor.UnitTests diff --git a/src/VisualStudio/Core/Test/Venus/VisualBasicContainedLanguageSupportTests.vb b/src/VisualStudio/Core/Test/Venus/VisualBasicContainedLanguageSupportTests.vb index afd43641da019..d1da090e5d20f 100644 --- a/src/VisualStudio/Core/Test/Venus/VisualBasicContainedLanguageSupportTests.vb +++ b/src/VisualStudio/Core/Test/Venus/VisualBasicContainedLanguageSupportTests.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/VisualStudio/TestUtilities2/CodeModel/CodeModelTestHelpers.vb b/src/VisualStudio/TestUtilities2/CodeModel/CodeModelTestHelpers.vb index 4d28c153ae193..a361c66955326 100644 --- a/src/VisualStudio/TestUtilities2/CodeModel/CodeModelTestHelpers.vb +++ b/src/VisualStudio/TestUtilities2/CodeModel/CodeModelTestHelpers.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports System.Runtime.ExceptionServices diff --git a/src/VisualStudio/TestUtilities2/CodeModel/CodeModelTestState.vb b/src/VisualStudio/TestUtilities2/CodeModel/CodeModelTestState.vb index fd93b51226979..38633c56120eb 100644 --- a/src/VisualStudio/TestUtilities2/CodeModel/CodeModelTestState.vb +++ b/src/VisualStudio/TestUtilities2/CodeModel/CodeModelTestState.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces Imports Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel diff --git a/src/VisualStudio/TestUtilities2/CodeModel/Mocks/MockTextManagerAdapter.vb b/src/VisualStudio/TestUtilities2/CodeModel/Mocks/MockTextManagerAdapter.vb index c2eb2e15cc620..5eb9e7a8f2fca 100644 --- a/src/VisualStudio/TestUtilities2/CodeModel/Mocks/MockTextManagerAdapter.vb +++ b/src/VisualStudio/TestUtilities2/CodeModel/Mocks/MockTextManagerAdapter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor diff --git a/src/VisualStudio/TestUtilities2/CodeModel/Mocks/MockTextPoint.vb b/src/VisualStudio/TestUtilities2/CodeModel/Mocks/MockTextPoint.vb index 2e4826a483e97..7059aa95aed37 100644 --- a/src/VisualStudio/TestUtilities2/CodeModel/Mocks/MockTextPoint.vb +++ b/src/VisualStudio/TestUtilities2/CodeModel/Mocks/MockTextPoint.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editor.Shared.Utilities diff --git a/src/VisualStudio/TestUtilities2/MockComponentModel.vb b/src/VisualStudio/TestUtilities2/MockComponentModel.vb index 274cbb95cec2e..5269092556371 100644 --- a/src/VisualStudio/TestUtilities2/MockComponentModel.vb +++ b/src/VisualStudio/TestUtilities2/MockComponentModel.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports System.ComponentModel.Composition.Primitives diff --git a/src/VisualStudio/TestUtilities2/MockVisualStudioWorkspace.vb b/src/VisualStudio/TestUtilities2/MockVisualStudioWorkspace.vb index a8b179fdc8556..105e339d74d82 100644 --- a/src/VisualStudio/TestUtilities2/MockVisualStudioWorkspace.vb +++ b/src/VisualStudio/TestUtilities2/MockVisualStudioWorkspace.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/TestUtilities2/ObjectBrowser/Mocks/MockObjectBrowserDescription.vb b/src/VisualStudio/TestUtilities2/ObjectBrowser/Mocks/MockObjectBrowserDescription.vb index 6bfbaf8058c7d..8fffb5bbfaecb 100644 --- a/src/VisualStudio/TestUtilities2/ObjectBrowser/Mocks/MockObjectBrowserDescription.vb +++ b/src/VisualStudio/TestUtilities2/ObjectBrowser/Mocks/MockObjectBrowserDescription.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Text Imports Microsoft.VisualStudio.Shell.Interop diff --git a/src/VisualStudio/TestUtilities2/ObjectBrowser/Mocks/MockServiceProvider.vb b/src/VisualStudio/TestUtilities2/ObjectBrowser/Mocks/MockServiceProvider.vb index ecdb4acc63d39..86c4a6b9806e6 100644 --- a/src/VisualStudio/TestUtilities2/ObjectBrowser/Mocks/MockServiceProvider.vb +++ b/src/VisualStudio/TestUtilities2/ObjectBrowser/Mocks/MockServiceProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.ComponentModelHost Imports Microsoft.VisualStudio.Shell.Interop diff --git a/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/ExtensionMethods.vb b/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/ExtensionMethods.vb index d471ed14e6cb3..f30f985b4e00a 100644 --- a/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/ExtensionMethods.vb +++ b/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/ExtensionMethods.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/HierarchyItemMapper.vb b/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/HierarchyItemMapper.vb index 87b608b1d7b51..bb628f65dc241 100644 --- a/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/HierarchyItemMapper.vb +++ b/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/HierarchyItemMapper.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.VisualStudio.LanguageServices.Implementation.ProjectSystem diff --git a/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/MockHierarchy.vb b/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/MockHierarchy.vb index b64d9aa5ca405..76a769824fb97 100644 --- a/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/MockHierarchy.vb +++ b/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/MockHierarchy.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.Shell.Interop Imports Microsoft.VisualStudio.OLE.Interop diff --git a/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/MockHierarchyItem.vb b/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/MockHierarchyItem.vb index bfbd97ee60b05..8b8acce478f7c 100644 --- a/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/MockHierarchyItem.vb +++ b/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/MockHierarchyItem.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel Imports Microsoft.VisualStudio.Shell diff --git a/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/MockHierarchyItemIdentity.vb b/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/MockHierarchyItemIdentity.vb index 136a5207d4bea..1774367eebc3c 100644 --- a/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/MockHierarchyItemIdentity.vb +++ b/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/MockHierarchyItemIdentity.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.Shell Imports Microsoft.VisualStudio.Shell.Interop diff --git a/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/MockVsFileChangeEx.vb b/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/MockVsFileChangeEx.vb index a699c85fdb6d6..2f0fc71147f1c 100644 --- a/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/MockVsFileChangeEx.vb +++ b/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/MockVsFileChangeEx.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.Shell.Interop diff --git a/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/TestEnvironment.vb b/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/TestEnvironment.vb index 0e34150cc5135..625577adcbd93 100644 --- a/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/TestEnvironment.vb +++ b/src/VisualStudio/TestUtilities2/ProjectSystemShim/Framework/TestEnvironment.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.IO Imports System.Runtime.InteropServices diff --git a/src/VisualStudio/TestUtilities2/ProjectSystemShim/VisualBasicHelpers/MockCompilerHost.vb b/src/VisualStudio/TestUtilities2/ProjectSystemShim/VisualBasicHelpers/MockCompilerHost.vb index 56185e36207d2..56f958f0e573f 100644 --- a/src/VisualStudio/TestUtilities2/ProjectSystemShim/VisualBasicHelpers/MockCompilerHost.vb +++ b/src/VisualStudio/TestUtilities2/ProjectSystemShim/VisualBasicHelpers/MockCompilerHost.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.IO Imports System.Runtime.InteropServices diff --git a/src/VisualStudio/TestUtilities2/ProjectSystemShim/VisualBasicHelpers/VisualBasicHelpers.vb b/src/VisualStudio/TestUtilities2/ProjectSystemShim/VisualBasicHelpers/VisualBasicHelpers.vb index a0d615b001f7e..0a6a9d6bd5d96 100644 --- a/src/VisualStudio/TestUtilities2/ProjectSystemShim/VisualBasicHelpers/VisualBasicHelpers.vb +++ b/src/VisualStudio/TestUtilities2/ProjectSystemShim/VisualBasicHelpers/VisualBasicHelpers.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.IO Imports Microsoft.CodeAnalysis.VisualBasic diff --git a/src/VisualStudio/TestUtilities2/PropertyChangedTestMonitor.vb b/src/VisualStudio/TestUtilities2/PropertyChangedTestMonitor.vb index 66de552aa7483..2478fc5bf7144 100644 --- a/src/VisualStudio/TestUtilities2/PropertyChangedTestMonitor.vb +++ b/src/VisualStudio/TestUtilities2/PropertyChangedTestMonitor.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Linq.Expressions Imports System.ComponentModel diff --git a/src/VisualStudio/TestUtilities2/StubVsEditorAdaptersFactoryService.vb b/src/VisualStudio/TestUtilities2/StubVsEditorAdaptersFactoryService.vb index 227c7c3b677a5..9abf45df1f664 100644 --- a/src/VisualStudio/TestUtilities2/StubVsEditorAdaptersFactoryService.vb +++ b/src/VisualStudio/TestUtilities2/StubVsEditorAdaptersFactoryService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports Microsoft.VisualStudio.Editor diff --git a/src/VisualStudio/TestUtilities2/VisualStudioTestExportProvider.vb b/src/VisualStudio/TestUtilities2/VisualStudioTestExportProvider.vb index 9e4fd2098abd4..5934b7ce53f20 100644 --- a/src/VisualStudio/TestUtilities2/VisualStudioTestExportProvider.vb +++ b/src/VisualStudio/TestUtilities2/VisualStudioTestExportProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests Imports Microsoft.VisualStudio.Composition diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/EndRegionFormattingRule.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/EndRegionFormattingRule.vb index 7bd4e9e4ea8a9..ce710ffd3d1eb 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/EndRegionFormattingRule.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/EndRegionFormattingRule.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Formatting.Rules diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/AutoPropertyExtender.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/AutoPropertyExtender.vb index 53929572784c1..c325ab493322f 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/AutoPropertyExtender.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/AutoPropertyExtender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports Microsoft.VisualStudio.LanguageServices.Implementation.Interop diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/CodeTypeLocationExtender.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/CodeTypeLocationExtender.vb index 96509d2c62ce1..18c435c16d1e8 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/CodeTypeLocationExtender.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/CodeTypeLocationExtender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports Microsoft.VisualStudio.LanguageServices.Implementation.Interop diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/ExtenderNames.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/ExtenderNames.vb index b94c86329782e..953dda185d3b2 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/ExtenderNames.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/ExtenderNames.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.CodeModel.Extenders Friend Module ExtenderNames diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/GenericExtender.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/GenericExtender.vb index 6e2a69c85085f..35c841434da25 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/GenericExtender.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/GenericExtender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/PartialMethodExtender.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/PartialMethodExtender.vb index c2b4f3724e6ba..bb0c947f76c57 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/PartialMethodExtender.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/PartialMethodExtender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports Microsoft.VisualStudio.LanguageServices.Implementation.Interop diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/Interop/IVBAutoPropertyExtender.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/Interop/IVBAutoPropertyExtender.vb index 2a2a0baa3dba8..c9557daa431d3 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/Interop/IVBAutoPropertyExtender.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/Interop/IVBAutoPropertyExtender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/Interop/IVBCodeTypeLocation.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/Interop/IVBCodeTypeLocation.vb index ade2017a9f54f..1e318ceb067ca 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/Interop/IVBCodeTypeLocation.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/Interop/IVBCodeTypeLocation.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/Interop/IVBGenericExtender.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/Interop/IVBGenericExtender.vb index 9bc1cfd8fc4a7..3e3ec549e6fc8 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/Interop/IVBGenericExtender.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/Interop/IVBGenericExtender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/Interop/IVBPartialMethodExtender.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/Interop/IVBPartialMethodExtender.vb index 145ef78c45dd3..5ed4ab3e89d0b 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/Interop/IVBPartialMethodExtender.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/Interop/IVBPartialMethodExtender.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/MethodXML/MethodXmlBuilder.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/MethodXML/MethodXmlBuilder.vb index 55fa8800029eb..34b1a8a28e081 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/MethodXML/MethodXmlBuilder.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/MethodXML/MethodXmlBuilder.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Shared.Extensions diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/ModifierFlags.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/ModifierFlags.vb index 7c3d3aabae924..aa355ea2bd16d 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/ModifierFlags.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/ModifierFlags.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.CodeModel diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/ModifierFlagsExtensions.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/ModifierFlagsExtensions.vb index 612ffa2014a45..0e00cc1ad085a 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/ModifierFlagsExtensions.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/ModifierFlagsExtensions.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/SyntaxExtensions.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/SyntaxExtensions.vb index 3b009561377d2..926815afb8119 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/SyntaxExtensions.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/SyntaxExtensions.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/SyntaxListExtensions.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/SyntaxListExtensions.vb index caa0ea8e98db8..b7d81b40b9e9a 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/SyntaxListExtensions.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/SyntaxListExtensions.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelNavigationPointServiceFactory.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelNavigationPointServiceFactory.vb index 7c133d58f9811..1082694a85c3e 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelNavigationPointServiceFactory.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelNavigationPointServiceFactory.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.CodeModelEventCollector.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.CodeModelEventCollector.vb index f62d5cd14a923..26b59e717a644 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.CodeModelEventCollector.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.CodeModelEventCollector.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. ' VB has a difference from C# in that CodeModelEvents are not fired for a ' CodeElement unless it's Children are accessed. This is intended to be a diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.NodeLocator.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.NodeLocator.vb index 8d4c88a085a10..6d7e0fff7097c 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.NodeLocator.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.NodeLocator.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editor.Shared.Utilities diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.NodeNameGenerator.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.NodeNameGenerator.vb index d2fa299fbd5f1..47fa3763d05a7 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.NodeNameGenerator.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.NodeNameGenerator.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Text Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.vb index 2773c0ea1900a..3768040602f80 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Text Imports System.Threading diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelServiceFactory.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelServiceFactory.vb index 86ed0f6fc6ae8..c8fde5f05cfb0 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelServiceFactory.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelServiceFactory.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editor diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService_Prototype.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService_Prototype.vb index 9765d432f50c1..82088ad26ba48 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService_Prototype.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService_Prototype.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Text diff --git a/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicProjectCodeModel.vb b/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicProjectCodeModel.vb index 74b7a746af364..a3a32d2d3380b 100644 --- a/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicProjectCodeModel.vb +++ b/src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicProjectCodeModel.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel Imports Microsoft.VisualStudio.LanguageServices.Implementation.ProjectSystem diff --git a/src/VisualStudio/VisualBasic/Impl/Debugging/BreakpointResolver.vb b/src/VisualStudio/VisualBasic/Impl/Debugging/BreakpointResolver.vb index a6710b6dad72e..8b1dc0639e1e4 100644 --- a/src/VisualStudio/VisualBasic/Impl/Debugging/BreakpointResolver.vb +++ b/src/VisualStudio/VisualBasic/Impl/Debugging/BreakpointResolver.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/Debugging/DataTipInfoGetter.vb b/src/VisualStudio/VisualBasic/Impl/Debugging/DataTipInfoGetter.vb index 1c7dedae3650a..be37fa59a5e83 100644 --- a/src/VisualStudio/VisualBasic/Impl/Debugging/DataTipInfoGetter.vb +++ b/src/VisualStudio/VisualBasic/Impl/Debugging/DataTipInfoGetter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/VisualStudio/VisualBasic/Impl/Debugging/LocationInfoGetter.vb b/src/VisualStudio/VisualBasic/Impl/Debugging/LocationInfoGetter.vb index d28a3ed6e6b85..601e4e219e178 100644 --- a/src/VisualStudio/VisualBasic/Impl/Debugging/LocationInfoGetter.vb +++ b/src/VisualStudio/VisualBasic/Impl/Debugging/LocationInfoGetter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks diff --git a/src/VisualStudio/VisualBasic/Impl/Debugging/ProximityExpressionsGetter.RelevantExpressionsCollector.vb b/src/VisualStudio/VisualBasic/Impl/Debugging/ProximityExpressionsGetter.RelevantExpressionsCollector.vb index 9cd952ff3c05d..f0026f02eac3e 100644 --- a/src/VisualStudio/VisualBasic/Impl/Debugging/ProximityExpressionsGetter.RelevantExpressionsCollector.vb +++ b/src/VisualStudio/VisualBasic/Impl/Debugging/ProximityExpressionsGetter.RelevantExpressionsCollector.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.VisualBasic diff --git a/src/VisualStudio/VisualBasic/Impl/Debugging/ProximityExpressionsGetter.Worker.vb b/src/VisualStudio/VisualBasic/Impl/Debugging/ProximityExpressionsGetter.Worker.vb index 8376c71412a5d..bc252c635ce84 100644 --- a/src/VisualStudio/VisualBasic/Impl/Debugging/ProximityExpressionsGetter.Worker.vb +++ b/src/VisualStudio/VisualBasic/Impl/Debugging/ProximityExpressionsGetter.Worker.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Linq Imports System.Threading diff --git a/src/VisualStudio/VisualBasic/Impl/Debugging/ProximityExpressionsGetter.vb b/src/VisualStudio/VisualBasic/Impl/Debugging/ProximityExpressionsGetter.vb index 22ea82497f033..4418bc4a29cd3 100644 --- a/src/VisualStudio/VisualBasic/Impl/Debugging/ProximityExpressionsGetter.vb +++ b/src/VisualStudio/VisualBasic/Impl/Debugging/ProximityExpressionsGetter.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/VisualStudio/VisualBasic/Impl/Debugging/VisualBasicBreakpointService.vb b/src/VisualStudio/VisualBasic/Impl/Debugging/VisualBasicBreakpointService.vb index 8d8b4dcf239a7..edc06ab411cbc 100644 --- a/src/VisualStudio/VisualBasic/Impl/Debugging/VisualBasicBreakpointService.vb +++ b/src/VisualStudio/VisualBasic/Impl/Debugging/VisualBasicBreakpointService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/VisualStudio/VisualBasic/Impl/Debugging/VisualBasicLanguageDebugInfoService.vb b/src/VisualStudio/VisualBasic/Impl/Debugging/VisualBasicLanguageDebugInfoService.vb index 88e0d7baadea0..be48b9fb65b67 100644 --- a/src/VisualStudio/VisualBasic/Impl/Debugging/VisualBasicLanguageDebugInfoService.vb +++ b/src/VisualStudio/VisualBasic/Impl/Debugging/VisualBasicLanguageDebugInfoService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/VisualStudio/VisualBasic/Impl/Help/HelpKeywords.vb b/src/VisualStudio/VisualBasic/Impl/Help/HelpKeywords.vb index 42ec496b38a2a..098bd5bd1c445 100644 --- a/src/VisualStudio/VisualBasic/Impl/Help/HelpKeywords.vb +++ b/src/VisualStudio/VisualBasic/Impl/Help/HelpKeywords.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.Help Friend NotInheritable Class HelpKeywords diff --git a/src/VisualStudio/VisualBasic/Impl/Help/VisualBasicHelpContextService.Visitor.vb b/src/VisualStudio/VisualBasic/Impl/Help/VisualBasicHelpContextService.Visitor.vb index cc7ac12ef1377..8e9be96c6953e 100644 --- a/src/VisualStudio/VisualBasic/Impl/Help/VisualBasicHelpContextService.Visitor.vb +++ b/src/VisualStudio/VisualBasic/Impl/Help/VisualBasicHelpContextService.Visitor.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/Help/VisualBasicHelpContextService.vb b/src/VisualStudio/VisualBasic/Impl/Help/VisualBasicHelpContextService.vb index cee78485d1347..96884f718188f 100644 --- a/src/VisualStudio/VisualBasic/Impl/Help/VisualBasicHelpContextService.vb +++ b/src/VisualStudio/VisualBasic/Impl/Help/VisualBasicHelpContextService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/VisualStudio/VisualBasic/Impl/LanguageService/HACK_VisualBasicCreateServicesOnUIThread.vb b/src/VisualStudio/VisualBasic/Impl/LanguageService/HACK_VisualBasicCreateServicesOnUIThread.vb index 801e95e59da00..f1e62b190f4bf 100644 --- a/src/VisualStudio/VisualBasic/Impl/LanguageService/HACK_VisualBasicCreateServicesOnUIThread.vb +++ b/src/VisualStudio/VisualBasic/Impl/LanguageService/HACK_VisualBasicCreateServicesOnUIThread.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/LanguageService/IVbCompilerService.vb b/src/VisualStudio/VisualBasic/Impl/LanguageService/IVbCompilerService.vb index 47a6e1c4b4a19..bd9b9f14982ed 100644 --- a/src/VisualStudio/VisualBasic/Impl/LanguageService/IVbCompilerService.vb +++ b/src/VisualStudio/VisualBasic/Impl/LanguageService/IVbCompilerService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices diff --git a/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicCodePageEditorFactory.vb b/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicCodePageEditorFactory.vb index a1d8a37bb27f5..0ebed759a1038 100644 --- a/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicCodePageEditorFactory.vb +++ b/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicCodePageEditorFactory.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports Microsoft.VisualStudio.LanguageServices.Implementation diff --git a/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicDebuggerIntelliSenseContext.vb b/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicDebuggerIntelliSenseContext.vb index a58b9e054a7cc..41a780f14f464 100644 --- a/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicDebuggerIntelliSenseContext.vb +++ b/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicDebuggerIntelliSenseContext.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicEditorFactory.vb b/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicEditorFactory.vb index d7b95e4dde2a9..504eca6be7976 100644 --- a/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicEditorFactory.vb +++ b/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicEditorFactory.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicLanguageService.vb b/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicLanguageService.vb index 06b72c51c8a01..0c11c254bf2ac 100644 --- a/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicLanguageService.vb +++ b/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicLanguageService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicPackage.IVbCompiler.vb b/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicPackage.IVbCompiler.vb index ec6d75a4d13ef..fd095cd055546 100644 --- a/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicPackage.IVbCompiler.vb +++ b/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicPackage.IVbCompiler.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Host diff --git a/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicPackage.IVbEntryPointProvider.vb b/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicPackage.IVbEntryPointProvider.vb index 8c1d440476e76..b52141f37810a 100644 --- a/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicPackage.IVbEntryPointProvider.vb +++ b/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicPackage.IVbEntryPointProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports Microsoft.VisualStudio.LanguageServices.Implementation.ProjectSystem diff --git a/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicPackage.vb b/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicPackage.vb index eb8f95b83d7f6..c4b7bf295a0c3 100644 --- a/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicPackage.vb +++ b/src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicPackage.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/ObjectBrowser/DescriptionBuilder.vb b/src/VisualStudio/VisualBasic/Impl/ObjectBrowser/DescriptionBuilder.vb index 87d43661df644..0138fea785766 100644 --- a/src/VisualStudio/VisualBasic/Impl/ObjectBrowser/DescriptionBuilder.vb +++ b/src/VisualStudio/VisualBasic/Impl/ObjectBrowser/DescriptionBuilder.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/ObjectBrowser/ListItemFactory.vb b/src/VisualStudio/VisualBasic/Impl/ObjectBrowser/ListItemFactory.vb index b7d2e9aa202cd..3bff3f05eb9fb 100644 --- a/src/VisualStudio/VisualBasic/Impl/ObjectBrowser/ListItemFactory.vb +++ b/src/VisualStudio/VisualBasic/Impl/ObjectBrowser/ListItemFactory.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.VisualStudio.LanguageServices.Implementation.Library.ObjectBrowser diff --git a/src/VisualStudio/VisualBasic/Impl/ObjectBrowser/ObjectBrowserLibraryManager.vb b/src/VisualStudio/VisualBasic/Impl/ObjectBrowser/ObjectBrowserLibraryManager.vb index bf0fb296cbc41..39d5347725bf0 100644 --- a/src/VisualStudio/VisualBasic/Impl/ObjectBrowser/ObjectBrowserLibraryManager.vb +++ b/src/VisualStudio/VisualBasic/Impl/ObjectBrowser/ObjectBrowserLibraryManager.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.VisualStudio.Shell.Interop diff --git a/src/VisualStudio/VisualBasic/Impl/Options/AdvancedOptionPage.vb b/src/VisualStudio/VisualBasic/Impl/Options/AdvancedOptionPage.vb index ef63e9ec3e979..f2205d767b0f1 100644 --- a/src/VisualStudio/VisualBasic/Impl/Options/AdvancedOptionPage.vb +++ b/src/VisualStudio/VisualBasic/Impl/Options/AdvancedOptionPage.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports Microsoft.VisualStudio.LanguageServices.Implementation.Options diff --git a/src/VisualStudio/VisualBasic/Impl/Options/AdvancedOptionPageControl.xaml.vb b/src/VisualStudio/VisualBasic/Impl/Options/AdvancedOptionPageControl.xaml.vb index ea4e2cbd0ced3..670ecf8e30fda 100644 --- a/src/VisualStudio/VisualBasic/Impl/Options/AdvancedOptionPageControl.xaml.vb +++ b/src/VisualStudio/VisualBasic/Impl/Options/AdvancedOptionPageControl.xaml.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editing diff --git a/src/VisualStudio/VisualBasic/Impl/Options/AdvancedOptionPageStrings.vb b/src/VisualStudio/VisualBasic/Impl/Options/AdvancedOptionPageStrings.vb index f45601ca9c179..2a9584f32df5c 100644 --- a/src/VisualStudio/VisualBasic/Impl/Options/AdvancedOptionPageStrings.vb +++ b/src/VisualStudio/VisualBasic/Impl/Options/AdvancedOptionPageStrings.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.Options Friend Module AdvancedOptionPageStrings diff --git a/src/VisualStudio/VisualBasic/Impl/Options/AutomationObject.vb b/src/VisualStudio/VisualBasic/Impl/Options/AutomationObject.vb index 852a9fd18bec6..33d090945cdee 100644 --- a/src/VisualStudio/VisualBasic/Impl/Options/AutomationObject.vb +++ b/src/VisualStudio/VisualBasic/Impl/Options/AutomationObject.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports System.Xml.Linq diff --git a/src/VisualStudio/VisualBasic/Impl/Options/IntelliSenseOptionPage.vb b/src/VisualStudio/VisualBasic/Impl/Options/IntelliSenseOptionPage.vb index fab967e6a17b9..ac7baae7e2bf4 100644 --- a/src/VisualStudio/VisualBasic/Impl/Options/IntelliSenseOptionPage.vb +++ b/src/VisualStudio/VisualBasic/Impl/Options/IntelliSenseOptionPage.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System Imports System.Runtime.InteropServices diff --git a/src/VisualStudio/VisualBasic/Impl/Options/IntelliSenseOptionPageStrings.vb b/src/VisualStudio/VisualBasic/Impl/Options/IntelliSenseOptionPageStrings.vb index 66dcbef80d73e..9da4f126cf1ea 100644 --- a/src/VisualStudio/VisualBasic/Impl/Options/IntelliSenseOptionPageStrings.vb +++ b/src/VisualStudio/VisualBasic/Impl/Options/IntelliSenseOptionPageStrings.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.Options Friend Module IntelliSenseOptionPageStrings diff --git a/src/VisualStudio/VisualBasic/Impl/Options/StyleOptionPage.vb b/src/VisualStudio/VisualBasic/Impl/Options/StyleOptionPage.vb index 317e33d71bb51..02bb2ed30614f 100644 --- a/src/VisualStudio/VisualBasic/Impl/Options/StyleOptionPage.vb +++ b/src/VisualStudio/VisualBasic/Impl/Options/StyleOptionPage.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports Microsoft.VisualStudio.LanguageServices.Implementation.Options diff --git a/src/VisualStudio/VisualBasic/Impl/Options/StyleViewModel.vb b/src/VisualStudio/VisualBasic/Impl/Options/StyleViewModel.vb index 9876af8dd340f..8de4c0aa97590 100644 --- a/src/VisualStudio/VisualBasic/Impl/Options/StyleViewModel.vb +++ b/src/VisualStudio/VisualBasic/Impl/Options/StyleViewModel.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Windows.Data Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/Progression/VisualBasicGraphProvider.vb b/src/VisualStudio/VisualBasic/Impl/Progression/VisualBasicGraphProvider.vb index 60aafc41b8a23..2aa4e09a64bd9 100644 --- a/src/VisualStudio/VisualBasic/Impl/Progression/VisualBasicGraphProvider.vb +++ b/src/VisualStudio/VisualBasic/Impl/Progression/VisualBasicGraphProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/Progression/VisualBasicProgressionLanguageService.vb b/src/VisualStudio/VisualBasic/Impl/Progression/VisualBasicProgressionLanguageService.vb index f84cb42241bea..55c3b765e19d3 100644 --- a/src/VisualStudio/VisualBasic/Impl/Progression/VisualBasicProgressionLanguageService.vb +++ b/src/VisualStudio/VisualBasic/Impl/Progression/VisualBasicProgressionLanguageService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Threading diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/EntryPointFinder.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/EntryPointFinder.vb index 7000271f593ff..fd9f37cd43ea1 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/EntryPointFinder.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/EntryPointFinder.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.VisualStudio.LanguageServices.Implementation.ProjectSystem diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbBuildStatusCallback.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbBuildStatusCallback.vb index a5a014f3e42ac..911dee9033ad9 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbBuildStatusCallback.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbBuildStatusCallback.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports Microsoft.VisualStudio.Shell.Interop diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbCompiler.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbCompiler.vb index 175365640c242..a16c027a777e2 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbCompiler.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbCompiler.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports Microsoft.VisualStudio.Shell.Interop diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbCompilerHost.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbCompilerHost.vb index 7c796b3947d34..adcb8c4da8e2a 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbCompilerHost.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbCompilerHost.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports Microsoft.VisualStudio.Shell.Interop diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbCompilerProject.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbCompilerProject.vb index 084f4ec63aaae..4131760b139fd 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbCompilerProject.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbCompilerProject.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports System.Runtime.InteropServices.ComTypes diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbEntryPointProvider.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbEntryPointProvider.vb index 512ec56b6366a..2d56eb8f6750e 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbEntryPointProvider.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbEntryPointProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbTempPECompilerFactory.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbTempPECompilerFactory.vb index 90c8f76da8fb1..dd1359257070b 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbTempPECompilerFactory.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbTempPECompilerFactory.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports System.Runtime.InteropServices.ComTypes diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/OutputLevel.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/OutputLevel.vb index 3ddcb48ad9b71..f791c20560fa8 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/OutputLevel.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/OutputLevel.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBCompilerOptions.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBCompilerOptions.vb index 1f69df81197a7..847ff01643d6d 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBCompilerOptions.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBCompilerOptions.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.VisualBasic diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBCompilerOutputTypes.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBCompilerOutputTypes.vb index ac436fcee6992..1def2f3760bba 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBCompilerOutputTypes.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBCompilerOutputTypes.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.ProjectSystemShim.Interop Friend Enum VBCompilerOutputTypes diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBError.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBError.vb index 6d39f278c08f9..6b1ce56490b76 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBError.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBError.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBRuntimeKind.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBRuntimeKind.vb index de39d87c6ab26..af682601edac9 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBRuntimeKind.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBRuntimeKind.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.ProjectSystemShim.Interop ''' diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBTargetLibraryType.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBTargetLibraryType.vb index 0f80705dcd9fc..f262d99088fb1 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBTargetLibraryType.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/VBTargetLibraryType.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.ProjectSystemShim.Interop diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/WarningItemLevel.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/WarningItemLevel.vb index 92c7596951a9c..918e6ce045e31 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/WarningItemLevel.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/WarningItemLevel.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/WarningLevel.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/WarningLevel.vb index 065b055a1afb0..63932768b0735 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/WarningLevel.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/WarningLevel.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.ProjectSystemShim.Interop Friend Enum WarningLevel diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/WatsonType.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/WatsonType.vb index cf075cc596ec5..39d597c6d3ce4 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/WatsonType.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/WatsonType.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.ProjectSystemShim.Interop Friend Enum WatsonType diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/TempPECompiler.TempPEProject.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/TempPECompiler.TempPEProject.vb index 5d29a3f63806f..2566991f7cef6 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/TempPECompiler.TempPEProject.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/TempPECompiler.TempPEProject.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.IO diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/TempPECompiler.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/TempPECompiler.vb index 5f5da1afcea6d..b9f054dfb8849 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/TempPECompiler.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/TempPECompiler.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/TempPECompilerFactory.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/TempPECompilerFactory.vb index cb649b4343c30..ca9583e8e19af 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/TempPECompilerFactory.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/TempPECompilerFactory.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.LanguageServices.Implementation.ProjectSystem Imports Microsoft.VisualStudio.LanguageServices.VisualBasic.ProjectSystemShim.Interop diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/VisualBasicProject.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/VisualBasicProject.vb index ac629cfba7be5..2f2c8c42eff3d 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/VisualBasicProject.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/VisualBasicProject.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.InteropServices Imports System.Runtime.InteropServices.ComTypes diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/VisualBasicProjectOptionsHelper.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/VisualBasicProjectOptionsHelper.vb index 6bfed4965a884..6668982aa5b29 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/VisualBasicProjectOptionsHelper.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/VisualBasicProjectOptionsHelper.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Collections.ObjectModel diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/VisualBasicProjectShimWithServices.CodeModel.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/VisualBasicProjectShimWithServices.CodeModel.vb index 483a6220e9ef1..797275745c93f 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/VisualBasicProjectShimWithServices.CodeModel.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/VisualBasicProjectShimWithServices.CodeModel.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel Imports Microsoft.VisualStudio.LanguageServices.Implementation.ProjectSystem diff --git a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/VisualBasicProjectShimWithServices.vb b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/VisualBasicProjectShimWithServices.vb index 5e761f91be44b..3c010074d910b 100644 --- a/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/VisualBasicProjectShimWithServices.vb +++ b/src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/VisualBasicProjectShimWithServices.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Host Imports Microsoft.VisualStudio.LanguageServices.Implementation.ProjectSystem diff --git a/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetCommandHandler.vb b/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetCommandHandler.vb index 9550578eb0e12..af4e6fc516e23 100644 --- a/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetCommandHandler.vb +++ b/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetCommandHandler.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports System.Threading diff --git a/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetCompletionProvider.vb b/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetCompletionProvider.vb index 34991fa7288ea..aed395c4e200d 100644 --- a/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetCompletionProvider.vb +++ b/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetCompletionProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.ComponentModel.Composition diff --git a/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetExpansionClient.vb b/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetExpansionClient.vb index 7ab0530042e59..e79145d2701be 100644 --- a/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetExpansionClient.vb +++ b/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetExpansionClient.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Xml.Linq diff --git a/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetFunctions/SnippetFunctionClassName.vb b/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetFunctions/SnippetFunctionClassName.vb index 4aff019ba8405..f6c2f964b32f8 100644 --- a/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetFunctions/SnippetFunctionClassName.vb +++ b/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetFunctions/SnippetFunctionClassName.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetFunctions/SnippetFunctionGenerateSwitchCases.vb b/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetFunctions/SnippetFunctionGenerateSwitchCases.vb index 5baeb44e4c1bb..04693d755cfcd 100644 --- a/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetFunctions/SnippetFunctionGenerateSwitchCases.vb +++ b/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetFunctions/SnippetFunctionGenerateSwitchCases.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetFunctions/SnippetFunctionSimpleTypeName.vb b/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetFunctions/SnippetFunctionSimpleTypeName.vb index 520041240d119..d56aed517767a 100644 --- a/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetFunctions/SnippetFunctionSimpleTypeName.vb +++ b/src/VisualStudio/VisualBasic/Impl/Snippets/SnippetFunctions/SnippetFunctionSimpleTypeName.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/Snippets/VisualBasicSnippetInfoService.vb b/src/VisualStudio/VisualBasic/Impl/Snippets/VisualBasicSnippetInfoService.vb index be80a8025300a..3f8c752909472 100644 --- a/src/VisualStudio/VisualBasic/Impl/Snippets/VisualBasicSnippetInfoService.vb +++ b/src/VisualStudio/VisualBasic/Impl/Snippets/VisualBasicSnippetInfoService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Host diff --git a/src/VisualStudio/VisualBasic/Impl/Venus/ContainedLanguageStaticEventBinding.vb b/src/VisualStudio/VisualBasic/Impl/Venus/ContainedLanguageStaticEventBinding.vb index 7560bec5be3d1..c094155695349 100644 --- a/src/VisualStudio/VisualBasic/Impl/Venus/ContainedLanguageStaticEventBinding.vb +++ b/src/VisualStudio/VisualBasic/Impl/Venus/ContainedLanguageStaticEventBinding.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/Venus/VisualBasicAdditionalFormattingRuleLanguageService.vb b/src/VisualStudio/VisualBasic/Impl/Venus/VisualBasicAdditionalFormattingRuleLanguageService.vb index 4ac95806628fe..1ed1f0dd01649 100644 --- a/src/VisualStudio/VisualBasic/Impl/Venus/VisualBasicAdditionalFormattingRuleLanguageService.vb +++ b/src/VisualStudio/VisualBasic/Impl/Venus/VisualBasicAdditionalFormattingRuleLanguageService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.CodeAnalysis diff --git a/src/VisualStudio/VisualBasic/Impl/Venus/VisualBasicContainedLanguage.vb b/src/VisualStudio/VisualBasic/Impl/Venus/VisualBasicContainedLanguage.vb index 5272086d31e00..bd5434cb41736 100644 --- a/src/VisualStudio/VisualBasic/Impl/Venus/VisualBasicContainedLanguage.vb +++ b/src/VisualStudio/VisualBasic/Impl/Venus/VisualBasicContainedLanguage.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editor.Host diff --git a/src/VisualStudio/VisualBasic/Repl/VisualBasicInteractiveCommandHandler.vb b/src/VisualStudio/VisualBasic/Repl/VisualBasicInteractiveCommandHandler.vb index fea83efb645ec..57b36ed3c36cd 100644 --- a/src/VisualStudio/VisualBasic/Repl/VisualBasicInteractiveCommandHandler.vb +++ b/src/VisualStudio/VisualBasic/Repl/VisualBasicInteractiveCommandHandler.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports Microsoft.CodeAnalysis.Editor diff --git a/src/VisualStudio/VisualBasic/Repl/VisualBasicInteractiveCommands.vb b/src/VisualStudio/VisualBasic/Repl/VisualBasicInteractiveCommands.vb index 509af9430a9b1..0eac86a37464a 100644 --- a/src/VisualStudio/VisualBasic/Repl/VisualBasicInteractiveCommands.vb +++ b/src/VisualStudio/VisualBasic/Repl/VisualBasicInteractiveCommands.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System diff --git a/src/VisualStudio/VisualBasic/Repl/VisualBasicVsInteractiveWindowCommandProvider.vb b/src/VisualStudio/VisualBasic/Repl/VisualBasicVsInteractiveWindowCommandProvider.vb index 8807c8615f8c9..b9a263bc022fd 100644 --- a/src/VisualStudio/VisualBasic/Repl/VisualBasicVsInteractiveWindowCommandProvider.vb +++ b/src/VisualStudio/VisualBasic/Repl/VisualBasicVsInteractiveWindowCommandProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports Microsoft.CodeAnalysis.Editor diff --git a/src/VisualStudio/VisualBasic/Repl/VisualBasicVsInteractiveWindowPackage.vb b/src/VisualStudio/VisualBasic/Repl/VisualBasicVsInteractiveWindowPackage.vb index 4eb0ee862da20..540bf1a8082fb 100644 --- a/src/VisualStudio/VisualBasic/Repl/VisualBasicVsInteractiveWindowPackage.vb +++ b/src/VisualStudio/VisualBasic/Repl/VisualBasicVsInteractiveWindowPackage.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Design Imports System.Runtime.InteropServices diff --git a/src/VisualStudio/VisualBasic/Repl/VisualBasicVsInteractiveWindowProvider.vb b/src/VisualStudio/VisualBasic/Repl/VisualBasicVsInteractiveWindowProvider.vb index 4ec66b1a32d4d..511e017045ac6 100644 --- a/src/VisualStudio/VisualBasic/Repl/VisualBasicVsInteractiveWindowProvider.vb +++ b/src/VisualStudio/VisualBasic/Repl/VisualBasicVsInteractiveWindowProvider.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports System.IO diff --git a/src/Workspaces/VisualBasic/Portable/CodeGeneration/ConstructorGenerator.vb b/src/Workspaces/VisualBasic/Portable/CodeGeneration/ConstructorGenerator.vb index 1e5e85da88b70..1036f5104df19 100644 --- a/src/Workspaces/VisualBasic/Portable/CodeGeneration/ConstructorGenerator.vb +++ b/src/Workspaces/VisualBasic/Portable/CodeGeneration/ConstructorGenerator.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeGeneration Imports Microsoft.CodeAnalysis.CodeGeneration.CodeGenerationHelpers diff --git a/src/Workspaces/VisualBasic/Portable/CodeGeneration/NamespaceGenerator.vb b/src/Workspaces/VisualBasic/Portable/CodeGeneration/NamespaceGenerator.vb index 270dab10eaf34..1f64fa73854e3 100644 --- a/src/Workspaces/VisualBasic/Portable/CodeGeneration/NamespaceGenerator.vb +++ b/src/Workspaces/VisualBasic/Portable/CodeGeneration/NamespaceGenerator.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Workspaces/VisualBasic/Portable/CodeGeneration/OperatorGenerator.vb b/src/Workspaces/VisualBasic/Portable/CodeGeneration/OperatorGenerator.vb index bd870f27b6adb..2b25fef9370fc 100644 --- a/src/Workspaces/VisualBasic/Portable/CodeGeneration/OperatorGenerator.vb +++ b/src/Workspaces/VisualBasic/Portable/CodeGeneration/OperatorGenerator.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeGeneration Imports Microsoft.CodeAnalysis.CodeGeneration.CodeGenerationHelpers diff --git a/src/Workspaces/VisualBasic/Portable/LanguageServices/VisualBasicSyntaxTreeFactoryService.PathSyntaxReference.vb b/src/Workspaces/VisualBasic/Portable/LanguageServices/VisualBasicSyntaxTreeFactoryService.PathSyntaxReference.vb index ba97ef6ffb372..a76870e1c47a4 100644 --- a/src/Workspaces/VisualBasic/Portable/LanguageServices/VisualBasicSyntaxTreeFactoryService.PathSyntaxReference.vb +++ b/src/Workspaces/VisualBasic/Portable/LanguageServices/VisualBasicSyntaxTreeFactoryService.PathSyntaxReference.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading diff --git a/src/Workspaces/VisualBasic/Portable/LinkedFiles/BasicLinkedFileMergeConflictCommentAdditionService.vb b/src/Workspaces/VisualBasic/Portable/LinkedFiles/BasicLinkedFileMergeConflictCommentAdditionService.vb index 4ec2edd5312d4..e64e0cba093a1 100644 --- a/src/Workspaces/VisualBasic/Portable/LinkedFiles/BasicLinkedFileMergeConflictCommentAdditionService.vb +++ b/src/Workspaces/VisualBasic/Portable/LinkedFiles/BasicLinkedFileMergeConflictCommentAdditionService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Text diff --git a/src/Workspaces/VisualBasic/Portable/Rename/LocalConflictVisitor.vb b/src/Workspaces/VisualBasic/Portable/Rename/LocalConflictVisitor.vb index b9f3ab28172b4..22e823f34bac7 100644 --- a/src/Workspaces/VisualBasic/Portable/Rename/LocalConflictVisitor.vb +++ b/src/Workspaces/VisualBasic/Portable/Rename/LocalConflictVisitor.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Rename.ConflictEngine diff --git a/src/Workspaces/VisualBasic/Portable/Simplification/VisualBasicSimplificationService.vb b/src/Workspaces/VisualBasic/Portable/Simplification/VisualBasicSimplificationService.vb index 443c56b38c14a..183253954c727 100644 --- a/src/Workspaces/VisualBasic/Portable/Simplification/VisualBasicSimplificationService.vb +++ b/src/Workspaces/VisualBasic/Portable/Simplification/VisualBasicSimplificationService.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition diff --git a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/AbstractAddRemoveHandlerStatementDocumentation.vb b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/AbstractAddRemoveHandlerStatementDocumentation.vb index 64bb824425e98..3dab006094ba0 100644 --- a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/AbstractAddRemoveHandlerStatementDocumentation.vb +++ b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/AbstractAddRemoveHandlerStatementDocumentation.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Text diff --git a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/AbstractCastExpressionDocumentation.vb b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/AbstractCastExpressionDocumentation.vb index e1bfd864f4b47..fa3f920dc5b79 100644 --- a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/AbstractCastExpressionDocumentation.vb +++ b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/AbstractCastExpressionDocumentation.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Text diff --git a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/AbstractIntrinsicOperatorDocumentation.vb b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/AbstractIntrinsicOperatorDocumentation.vb index 94da7de955c90..41694aa8bfa6e 100644 --- a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/AbstractIntrinsicOperatorDocumentation.vb +++ b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/AbstractIntrinsicOperatorDocumentation.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/AddHandlerStatementDocumentation.vb b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/AddHandlerStatementDocumentation.vb index 1aecf3adccccc..7d76a9eeeb285 100644 --- a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/AddHandlerStatementDocumentation.vb +++ b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/AddHandlerStatementDocumentation.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Text diff --git a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/BinaryConditionalExpressionDocumentation.vb b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/BinaryConditionalExpressionDocumentation.vb index 12c75d8a363b0..86991af6fa957 100644 --- a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/BinaryConditionalExpressionDocumentation.vb +++ b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/BinaryConditionalExpressionDocumentation.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Text diff --git a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/CTypeCastExpressionDocumentation.vb b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/CTypeCastExpressionDocumentation.vb index 20bf361f3821e..b0658edfd1af1 100644 --- a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/CTypeCastExpressionDocumentation.vb +++ b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/CTypeCastExpressionDocumentation.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/DirectCastExpressionDocumentation.vb b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/DirectCastExpressionDocumentation.vb index 9a15ea33f5937..b3c6dcb049552 100644 --- a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/DirectCastExpressionDocumentation.vb +++ b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/DirectCastExpressionDocumentation.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/GetTypeExpressionDocumentation.vb b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/GetTypeExpressionDocumentation.vb index 375a763f83c90..ff746f135f370 100644 --- a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/GetTypeExpressionDocumentation.vb +++ b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/GetTypeExpressionDocumentation.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Text diff --git a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/GetXmlNamespaceExpressionDocumentation.vb b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/GetXmlNamespaceExpressionDocumentation.vb index f2ccd0f85b148..bf9a38be6a07f 100644 --- a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/GetXmlNamespaceExpressionDocumentation.vb +++ b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/GetXmlNamespaceExpressionDocumentation.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Text diff --git a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/MidAssignmentDocumentation.vb b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/MidAssignmentDocumentation.vb index 57ab044d10e15..787050a18fde6 100644 --- a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/MidAssignmentDocumentation.vb +++ b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/MidAssignmentDocumentation.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/NameOfExpressionDocumentation.vb b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/NameOfExpressionDocumentation.vb index c901e5e36d13f..b9b04daadaa77 100644 --- a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/NameOfExpressionDocumentation.vb +++ b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/NameOfExpressionDocumentation.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.VisualBasic.Utilities.IntrinsicOperators Friend NotInheritable Class NameOfExpressionDocumentation diff --git a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/PredefinedCastExpressionDocumentation.vb b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/PredefinedCastExpressionDocumentation.vb index ad36c9a712dd4..48e12775b1bce 100644 --- a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/PredefinedCastExpressionDocumentation.vb +++ b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/PredefinedCastExpressionDocumentation.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis diff --git a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/RemoveHandlerStatementDocumentation.vb b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/RemoveHandlerStatementDocumentation.vb index 5d35849e4a759..437afa517b8ac 100644 --- a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/RemoveHandlerStatementDocumentation.vb +++ b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/RemoveHandlerStatementDocumentation.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Text diff --git a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/TernaryConditionalExpressionDocumentation.vb b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/TernaryConditionalExpressionDocumentation.vb index 7bdec5016e989..41c3880187fc1 100644 --- a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/TernaryConditionalExpressionDocumentation.vb +++ b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/TernaryConditionalExpressionDocumentation.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Text diff --git a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/TryCastExpressionDocumentation.vb b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/TryCastExpressionDocumentation.vb index b0be0e8429a2d..ee456f8b29d4e 100644 --- a/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/TryCastExpressionDocumentation.vb +++ b/src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/TryCastExpressionDocumentation.vb @@ -1,4 +1,4 @@ -' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis From 518b547b900d65466da31f3ea5a40d1b9d4bfe01 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Wed, 28 Jun 2017 15:41:37 -0500 Subject: [PATCH 4/5] Save *.cs as UTF-8 with BOM --- build/ToolsetPackages/Program.cs | 2 +- .../CSharp/Portable/Compilation/MemberSemanticModel.cs | 2 +- src/Compilers/CSharp/Portable/Errors/ErrorCode.cs | 2 +- .../CSharp/Portable/Generated/BoundNodes.xml.Generated.cs | 2 +- .../CSharp/Portable/Generated/ErrorFacts.Generated.cs | 2 +- .../Portable/Generated/Syntax.xml.Internal.Generated.cs | 2 +- .../CSharp/Portable/Generated/Syntax.xml.Main.Generated.cs | 2 +- .../CSharp/Portable/Generated/Syntax.xml.Syntax.Generated.cs | 2 +- src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenIterators.cs | 2 +- .../CSharp/Test/Emit/CodeGen/CodeGenRefLocalTests.cs | 2 +- .../CSharp/Test/Emit/CodeGen/CodeGenRefReturnTests.cs | 2 +- .../Test/Emit/Emit/EditAndContinue/EditAndContinueTests.cs | 2 +- .../Test/Emit/Emit/EditAndContinue/LocalSlotMappingTests.cs | 2 +- src/Compilers/CSharp/Test/Emit/PDB/PDBAsyncTests.cs | 2 +- src/Compilers/CSharp/Test/Emit/PDB/PDBConstantTests.cs | 2 +- src/Compilers/CSharp/Test/Emit/PDB/PDBDynamicLocalsTests.cs | 2 +- src/Compilers/CSharp/Test/Emit/PDB/PDBIteratorTests.cs | 2 +- src/Compilers/CSharp/Test/Emit/PDB/PDBLambdaTests.cs | 2 +- src/Compilers/CSharp/Test/Emit/PDB/PDBTests.cs | 2 +- src/Compilers/CSharp/Test/Semantic/Semantics/RefLocalTests.cs | 2 +- .../CSharp/Test/Semantic/Semantics/RefReturnTests.cs | 2 +- src/Compilers/CSharp/Test/Semantic/Semantics/TypeOfTests.cs | 2 +- .../CSharp/Test/Semantic/Semantics/ValueTupleTests.cs | 2 +- src/Compilers/CSharp/Test/Symbol/BadSymbolReference.cs | 2 +- .../Test/Symbol/Compilation/IndexedProperties_BindingTests.cs | 2 +- .../CSharp/Test/Symbol/Compilation/SemanticModelAPITests.cs | 2 +- .../Symbol/Compilation/SemanticModelGetSemanticInfoTests.cs | 2 +- .../DocumentationCommentCompilerTests.cs | 2 +- .../Symbol/Symbols/AccessorOverriddenOrHiddenMembersTests.cs | 2 +- .../Test/Symbol/Symbols/AnonymousTypesSemanticsTests.cs | 2 +- src/Compilers/CSharp/Test/Symbol/Symbols/ConversionTests.cs | 2 +- src/Compilers/CSharp/Test/Symbol/Symbols/EnumTests.cs | 2 +- .../CSharp/Test/Symbol/Symbols/ExtensionMethodTests.cs | 2 +- .../Test/Symbol/Symbols/GenericConstraintConversionTests.cs | 2 +- .../CSharp/Test/Symbol/Symbols/GenericConstraintTests.cs | 2 +- .../CSharp/Test/Symbol/Symbols/IndexedPropertyTests.cs | 2 +- src/Compilers/CSharp/Test/Symbol/Symbols/IndexerTests.cs | 2 +- .../Test/Symbol/Symbols/InterfaceImplementationTests.cs | 2 +- .../Test/Symbol/Symbols/Metadata/MetadataMemberTests.cs | 2 +- .../Test/Symbol/Symbols/Metadata/PE/DynamicTransformsTests.cs | 2 +- .../CSharp/Test/Symbol/Symbols/Metadata/PE/LoadingIndexers.cs | 2 +- .../CSharp/Test/Symbol/Symbols/Metadata/PE/LoadingMethods.cs | 2 +- .../Symbol/Symbols/Metadata/PE/LoadingNamespacesAndTypes.cs | 2 +- .../CSharp/Test/Symbol/Symbols/Metadata/PE/TypeForwarders.cs | 2 +- .../Test/Symbol/Symbols/OverriddenOrHiddenMembersTests.cs | 2 +- src/Compilers/CSharp/Test/Symbol/Symbols/Retargeting/NoPia.cs | 2 +- .../Test/Symbol/Symbols/Source/CustomModifierCopyTests.cs | 2 +- src/Compilers/CSharp/Test/Symbol/Symbols/Source/EnumTests.cs | 2 +- src/Compilers/CSharp/Test/Symbol/Symbols/Source/EventTests.cs | 2 +- .../Test/Symbol/Symbols/Source/ExpressionBodiedMethodTests.cs | 2 +- .../Symbol/Symbols/Source/ExpressionBodiedPropertyTests.cs | 2 +- .../CSharp/Test/Symbol/Symbols/Source/PropertyTests.cs | 2 +- src/Compilers/CSharp/Test/Symbol/Symbols/TypeTests.cs | 2 +- .../Test/Symbol/Symbols/UserDefinedOperatorErrorTests.cs | 2 +- .../CSharp/Test/Syntax/Generated/Syntax.Test.xml.Generated.cs | 2 +- src/Compilers/CSharp/Test/Syntax/Parsing/ValueTupleTests.cs | 2 +- src/Compilers/CSharp/Test/WinRT/AnonymousTypesSymbolTests.cs | 2 +- src/Compilers/Core/MSBuildTask/CopyRefAssembly.cs | 2 +- src/Compilers/Core/MSBuildTask/Csc.cs | 2 +- src/Compilers/Core/MSBuildTask/ManagedCompiler.cs | 2 +- src/Compilers/Core/MSBuildTask/MvidReader.cs | 2 +- src/Compilers/Core/MSBuildTask/Vbc.cs | 2 +- .../Core/Portable/Generated/Operations.xml.Generated.cs | 2 +- .../Core/Portable/InternalUtilities/PlatformInformation.cs | 2 +- .../Core/Portable/InternalUtilities/UICultureUtilities.cs | 2 +- src/Compilers/Core/Portable/MemberDescriptor.cs | 2 +- src/Compilers/Core/Portable/Operations/ArgumentKind.cs | 2 +- src/Compilers/Core/Portable/Operations/BinaryOperandsKind.cs | 2 +- src/Compilers/Core/Portable/Operations/BinaryOperationKind.cs | 2 +- src/Compilers/Core/Portable/Operations/BranchKind.cs | 2 +- src/Compilers/Core/Portable/Operations/CaseKind.cs | 2 +- src/Compilers/Core/Portable/Operations/ConversionKind.cs | 2 +- .../Core/Portable/Operations/IAddressOfExpression.cs | 2 +- src/Compilers/Core/Portable/Operations/IArgument.cs | 2 +- .../Core/Portable/Operations/IArrayCreationExpression.cs | 2 +- .../Portable/Operations/IArrayElementReferenceExpression.cs | 2 +- src/Compilers/Core/Portable/Operations/IArrayInitializer.cs | 2 +- .../Core/Portable/Operations/IAssignmentExpression.cs | 2 +- src/Compilers/Core/Portable/Operations/IAwaitExpression.cs | 2 +- .../Core/Portable/Operations/IBinaryOperatorExpression.cs | 2 +- src/Compilers/Core/Portable/Operations/IBlockStatement.cs | 2 +- src/Compilers/Core/Portable/Operations/IBranchStatement.cs | 2 +- src/Compilers/Core/Portable/Operations/ICaseClause.cs | 2 +- src/Compilers/Core/Portable/Operations/ICatchClause.cs | 2 +- .../Core/Portable/Operations/ICompoundAssignmentExpression.cs | 2 +- .../Core/Portable/Operations/IConditionalAccessExpression.cs | 2 +- .../Operations/IConditionalAccessInstanceExpression.cs | 2 +- .../Core/Portable/Operations/IConditionalChoiceExpression.cs | 2 +- .../Core/Portable/Operations/IConversionExpression.cs | 2 +- .../Core/Portable/Operations/IDefaultValueExpression.cs | 2 +- src/Compilers/Core/Portable/Operations/IEmptyStatement.cs | 2 +- src/Compilers/Core/Portable/Operations/IEndStatement.cs | 2 +- .../Core/Portable/Operations/IEventAssignmentExpression.cs | 2 +- .../Core/Portable/Operations/IEventReferenceExpression.cs | 2 +- .../Core/Portable/Operations/IExpressionStatement.cs | 2 +- src/Compilers/Core/Portable/Operations/IFieldInitializer.cs | 2 +- .../Core/Portable/Operations/IFieldReferenceExpression.cs | 2 +- src/Compilers/Core/Portable/Operations/IFixedStatement.cs | 2 +- .../Core/Portable/Operations/IForEachLoopStatement.cs | 2 +- src/Compilers/Core/Portable/Operations/IForLoopStatement.cs | 2 +- .../Core/Portable/Operations/IForWhileUntilLoopStatement.cs | 2 +- .../Core/Portable/Operations/IHasArgumentsExpression.cs | 2 +- .../Core/Portable/Operations/IHasOperatorMethodExpression.cs | 2 +- src/Compilers/Core/Portable/Operations/IIfStatement.cs | 2 +- .../Core/Portable/Operations/IIncrementExpression.cs | 2 +- .../Operations/IIndexedPropertyReferenceExpression.cs | 2 +- .../Core/Portable/Operations/IInstanceReferenceExpression.cs | 2 +- src/Compilers/Core/Portable/Operations/IInvalidExpression.cs | 2 +- src/Compilers/Core/Portable/Operations/IInvalidStatement.cs | 2 +- .../Core/Portable/Operations/IInvocationExpression.cs | 2 +- src/Compilers/Core/Portable/Operations/IIsTypeExpression.cs | 2 +- src/Compilers/Core/Portable/Operations/ILabelStatement.cs | 2 +- src/Compilers/Core/Portable/Operations/ILambdaExpression.cs | 2 +- .../Operations/ILateBoundMemberReferenceExpression.cs | 2 +- src/Compilers/Core/Portable/Operations/ILiteralExpression.cs | 2 +- .../Core/Portable/Operations/ILocalReferenceExpression.cs | 2 +- src/Compilers/Core/Portable/Operations/ILockStatement.cs | 2 +- src/Compilers/Core/Portable/Operations/ILoopStatement.cs | 2 +- .../Core/Portable/Operations/IMemberReferenceExpression.cs | 2 +- .../Core/Portable/Operations/IMethodBindingExpression.cs | 2 +- .../Core/Portable/Operations/INullCoalescingExpression.cs | 2 +- .../Core/Portable/Operations/IObjectCreationExpression.cs | 2 +- .../Core/Portable/Operations/IOmittedArgumentExpression.cs | 2 +- .../Core/Portable/Operations/IParameterInitializer.cs | 2 +- .../Core/Portable/Operations/IParameterReferenceExpression.cs | 2 +- .../Core/Portable/Operations/IParenthesizedExpression.cs | 2 +- .../Core/Portable/Operations/IPlaceholderExpression.cs | 2 +- .../Operations/IPointerIndirectionReferenceExpression.cs | 2 +- .../Core/Portable/Operations/IPropertyInitializer.cs | 2 +- .../Core/Portable/Operations/IPropertyReferenceExpression.cs | 2 +- src/Compilers/Core/Portable/Operations/IRangeCaseClause.cs | 2 +- .../Core/Portable/Operations/IRelationalCaseClause.cs | 2 +- src/Compilers/Core/Portable/Operations/IReturnStatement.cs | 2 +- .../Core/Portable/Operations/ISingleValueCaseClause.cs | 2 +- src/Compilers/Core/Portable/Operations/ISizeOfExpression.cs | 2 +- src/Compilers/Core/Portable/Operations/IStopStatement.cs | 2 +- src/Compilers/Core/Portable/Operations/ISwitchCase.cs | 2 +- src/Compilers/Core/Portable/Operations/ISwitchStatement.cs | 2 +- src/Compilers/Core/Portable/Operations/ISymbolInitializer.cs | 2 +- .../Portable/Operations/ISyntheticLocalReferenceExpression.cs | 2 +- src/Compilers/Core/Portable/Operations/IThrowStatement.cs | 2 +- src/Compilers/Core/Portable/Operations/ITryStatement.cs | 2 +- src/Compilers/Core/Portable/Operations/ITypeOfExpression.cs | 2 +- .../Core/Portable/Operations/ITypeOperationExpression.cs | 2 +- .../Operations/ITypeParameterObjectCreationExpression.cs | 2 +- .../Core/Portable/Operations/IUnaryOperatorExpression.cs | 2 +- .../Core/Portable/Operations/IUnboundLambdaExpression.cs | 2 +- src/Compilers/Core/Portable/Operations/IUsingStatement.cs | 2 +- .../Core/Portable/Operations/IVariableDeclaration.cs | 2 +- .../Core/Portable/Operations/IVariableDeclarationStatement.cs | 2 +- .../Core/Portable/Operations/IWhileUntilLoopStatement.cs | 2 +- src/Compilers/Core/Portable/Operations/IWithStatement.cs | 2 +- ...exedPropertyReferenceExpression_IHasArgumentsExpression.cs | 2 +- .../Core/Portable/Operations/InstanceReferenceKind.cs | 2 +- .../InvocationExpression_IHasArgumentsExpression.cs | 2 +- src/Compilers/Core/Portable/Operations/LoopKind.cs | 2 +- .../ObjectCreationExpression_IHasArgumentsExpression.cs | 2 +- .../Core/Portable/Operations/SimpleBinaryOperationKind.cs | 2 +- .../Core/Portable/Operations/SimpleUnaryOperationKind.cs | 2 +- src/Compilers/Core/Portable/Operations/SyntheticLocalKind.cs | 2 +- .../Portable/Operations/UnaryAndBinaryOperationExtensions.cs | 2 +- src/Compilers/Core/Portable/Operations/UnaryOperandKind.cs | 2 +- src/Compilers/Core/Portable/Operations/UnaryOperationKind.cs | 2 +- src/Compilers/Core/Portable/PEWriter/PeWriter.cs | 2 +- src/Compilers/Core/Portable/PEWriter/Units.cs | 2 +- src/Compilers/Core/Portable/PEWriter/UsedNamespaceOrType.cs | 2 +- src/Compilers/Core/Portable/SignatureComparer.cs | 2 +- src/Compilers/Shared/CoreClrAnalyzerAssemblyLoader.cs | 2 +- src/Compilers/Shared/CoreClrShim.cs | 2 +- src/Compilers/Shared/DesktopShim.cs | 2 +- src/Compilers/Shared/ExitingTraceListener.cs | 2 +- .../GlobalAssemblyCacheHelpers/ClrGlobalAssemblyCache.cs | 2 +- .../GlobalAssemblyCacheHelpers/FusionAssemblyIdentity.cs | 2 +- .../GlobalAssemblyCacheHelpers/MonoGlobalAssemblyCache.cs | 2 +- .../Core/SymbolsTests/Metadata/public-and-private.cs | 2 +- src/Compilers/Test/Resources/Core/TestResources.cs | 2 +- src/Compilers/Test/Utilities/CSharp/CompilingTestBase.cs | 2 +- .../AutomaticCompletion/AutomaticLineEnderCommandHandler.cs | 2 +- .../CSharpBraceCompletionSessionProvider.cs | 2 +- .../AutomaticCompletion/Sessions/BracketCompletionSession.cs | 2 +- .../Sessions/CharLiteralCompletionSession.cs | 2 +- .../Sessions/CurlyBraceCompletionSession.cs | 2 +- .../Sessions/InterpolatedStringCompletionSession.cs | 2 +- .../Sessions/InterpolationCompletionSession.cs | 2 +- .../Sessions/LessAndGreaterThanCompletionSession.cs | 2 +- .../Sessions/ParenthesisCompletionSession.cs | 2 +- .../Sessions/StringLiteralCompletionSession.cs | 2 +- .../CSharp/BraceMatching/AbstractCSharpBraceMatcher.cs | 2 +- .../CSharp/BraceMatching/LessThanGreaterThanBraceMatcher.cs | 2 +- .../CSharp/BraceMatching/OpenCloseBraceBraceMatcher.cs | 2 +- .../CSharp/BraceMatching/OpenCloseBracketBraceMatcher.cs | 2 +- .../CSharp/BraceMatching/OpenCloseParenBraceMatcher.cs | 2 +- .../CSharp/BraceMatching/StringLiteralBraceMatcher.cs | 2 +- .../CSharp/CallHierarchy/CallHierarchyCommandHandler.cs | 2 +- .../ChangeSignature/CSharpChangeSignatureCommandHandler.cs | 2 +- .../GenerateVariable/GenerateVariableCodeIssueProvider.cs | 2 +- .../CSharp/ContentType/ContentTypeDefinitions.cs | 2 +- .../DocumentationCommentCommandHandler.cs | 2 +- .../DocumentationComments/XmlTagCompletionCommandHandler.cs | 2 +- .../CSharp/EncapsulateField/EncapsulateFieldCommandHandler.cs | 2 +- .../EndConstruct/CSharpEndConstructGenerationService.cs | 2 +- .../CSharp/EventHookup/EventHookupCommandHandler.cs | 2 +- .../EventHookupCommandHandler_SessionCancellingCommands.cs | 2 +- .../EventHookup/EventHookupCommandHandler_ShadowedCommands.cs | 2 +- .../EventHookup/EventHookupCommandHandler_TabKeyCommand.cs | 2 +- .../EventHookup/EventHookupCommandHandler_TypeCharCommand.cs | 2 +- .../CSharp/EventHookup/EventHookupQuickInfoSource.cs | 2 +- .../CSharp/EventHookup/EventHookupQuickInfoSourceProvider.cs | 2 +- .../CSharp/EventHookup/EventHookupSessionManager.cs | 2 +- .../EventHookupSessionManager_EventHookupSession.cs | 2 +- ...HACK_EventHookupDismissalOnBufferChangePreventerService.cs | 2 +- .../CSharp/Extensions/ClassificationExtensions.cs | 2 +- .../CSharp/ExtractInterface/ExtractInterfaceCommandHandler.cs | 2 +- .../CSharp/ExtractMethod/ExtractMethodCommandHandler.cs | 2 +- .../CSharpEditorFormattingService.PasteFormattingRule.cs | 2 +- .../CSharp/Formatting/CSharpEditorFormattingService.cs | 2 +- .../Indentation/CSharpIndentationService.Indenter.cs | 2 +- .../CSharp/Formatting/Indentation/CSharpIndentationService.cs | 2 +- .../CSharp/Formatting/Indentation/SmartTokenFormatter.cs | 2 +- .../Indentation/SmartTokenFormatterCommandHandler.cs | 2 +- .../CSharp/Formatting/Indentation/WhitespaceExtensions.cs | 2 +- .../GenerateVariable/CSharpGenerateVariableService.cs | 2 +- .../CSharp/GoToDefinition/CSharpGoToDefinitionService.cs | 2 +- .../KeywordHighlighters/AbstractAsyncHighlighter.cs | 2 +- .../KeywordHighlighters/AsyncAnonymousMethodHighlighter.cs | 2 +- .../KeywordHighlighters/AsyncMethodHighlighter.cs | 2 +- .../AsyncParenthesizedLambdaHighlighter.cs | 2 +- .../KeywordHighlighters/AsyncSimpleLambdaHighlighter.cs | 2 +- .../Highlighting/KeywordHighlighters/AwaitHighlighter.cs | 2 +- .../KeywordHighlighters/CheckedExpressionHighlighter.cs | 2 +- .../KeywordHighlighters/CheckedStatementHighlighter.cs | 2 +- .../KeywordHighlighters/ConditionalPreprocessorHighlighter.cs | 2 +- .../KeywordHighlighters/IfStatementHighlighter.cs | 2 +- .../KeywordHighlighters/LockStatementHighlighter.cs | 2 +- .../Highlighting/KeywordHighlighters/LoopHighlighter.cs | 2 +- .../Highlighting/KeywordHighlighters/RegionHighlighter.cs | 2 +- .../KeywordHighlighters/ReturnStatementHighlighter.cs | 2 +- .../KeywordHighlighters/SwitchStatementHighlighter.cs | 2 +- .../KeywordHighlighters/TryStatementHighlighter.cs | 2 +- .../KeywordHighlighters/UnsafeStatementHighlighter.cs | 2 +- .../KeywordHighlighters/UsingStatementHighlighter.cs | 2 +- .../KeywordHighlighters/YieldStatementHighlighter.cs | 2 +- .../CSharp/InlineRename/CSharpEditorInlineRenameService.cs | 2 +- .../LanguageServices/CSharpContentTypeLanguageService.cs | 2 +- .../CSharp/LineSeparators/CSharpLineSeparatorService.cs | 2 +- .../CSharp/NavigationBar/CSharpNavigationBarItemService.cs | 2 +- .../CSharp/QuickInfo/SemanticQuickInfoProvider.cs | 2 +- .../CSharp/QuickInfo/SyntacticQuickInfoProvider.cs | 2 +- .../RenameTracking/CSharpRenameTrackingCodeFixProvider.cs | 2 +- .../TextStructureNavigation/TextStructureNavigatorProvider.cs | 2 +- src/EditorFeatures/CSharpTest/AddBraces/AddBracesTests.cs | 2 +- src/EditorFeatures/CSharpTest/AddUsing/AddUsingTests.cs | 2 +- .../CSharpTest/AddUsing/AddUsingTests_ExtensionMethods.cs | 2 +- src/EditorFeatures/CSharpTest/AddUsing/AddUsingTests_NuGet.cs | 2 +- .../CSharpTest/AddUsing/AddUsingTests_Queries.cs | 2 +- .../AutomaticCompletion/AutomaticBraceCompletionTests.cs | 2 +- .../CSharpTest/BraceHighlighting/BraceHighlightingTests.cs | 2 +- .../CSharpTest/BraceMatching/CSharpBraceMatcherTests.cs | 2 +- .../CSharpTest/CallHierarchy/CallHierarchyTests.cs | 2 +- .../ReorderParametersTests.InvocationErrors.cs | 2 +- .../ReorderParametersTests.InvocationLocation.cs | 2 +- .../CSharpTest/Classification/TotalClassifierTests_Dynamic.cs | 2 +- .../CodeActions/EncapsulateField/EncapsulateFieldTests.cs | 2 +- .../CodeActions/ExtractMethod/ExtractMethodTests.cs | 2 +- .../CodeActions/InlineTemporary/InlineTemporaryTests.cs | 2 +- .../CodeActions/IntroduceVariable/IntroduceVariableTests.cs | 2 +- .../CSharpTest/CodeActions/InvertIf/InvertIfTests.cs | 2 +- .../CodeActions/LambdaSimplifier/LambdaSimplifierTests.cs | 2 +- .../MoveDeclarationNearReferenceTests.cs | 2 +- .../CodeActions/MoveType/CSharpMoveTypeTestsBase.cs | 2 +- .../CodeActions/MoveType/MoveTypeTests.MoveToNewFile.cs | 2 +- .../CodeActions/MoveType/MoveTypeTests.RenameFile.cs | 2 +- .../CodeActions/MoveType/MoveTypeTests.RenameType.cs | 2 +- .../CSharpTest/CodeActions/Preview/PreviewExceptionTests.cs | 2 +- .../ReplaceMethodWithPropertyTests.cs | 2 +- .../ReplacePropertyWithMethodsTests.cs | 2 +- .../CodeActions/UseNamedArguments/UseNamedArgumentsTests.cs | 2 +- .../NamedParameterCompletionProviderTests.cs | 2 +- .../CompletionProviders/PartialTypeCompletionProviderTests.cs | 2 +- .../CompletionProviders/SymbolCompletionProviderTests.cs | 2 +- .../ConvertConcatenationToInterpolatedStringTests.cs | 2 +- .../ConvertPlaceholderToInterpolatedStringTests.cs | 2 +- .../CSharpTest/Diagnostics/Async/AddAwaitTests.cs | 2 +- .../CSharpTest/Diagnostics/Async/ChangeToAsyncTests.cs | 2 +- .../DiagnosticAnalyzerDriver/DiagnosticAnalyzerDriverTests.cs | 2 +- .../Diagnostics/GenerateEnumMember/GenerateEnumMemberTests.cs | 2 +- .../Diagnostics/GenerateMethod/GenerateConversionTests.cs | 2 +- .../Diagnostics/GenerateMethod/GenerateMethodTests.cs | 2 +- .../CSharpTest/Diagnostics/GenerateType/GenerateTypeTests.cs | 2 +- .../CSharpTest/Diagnostics/HideBase/HideBaseTests.cs | 2 +- .../InvokeDelegateWithConditionalAccessTests.cs | 2 +- .../InvokeDelegateWithConditionalAccessTests_FixAllTests.cs | 2 +- .../CSharpTest/Diagnostics/Iterator/AddYieldTests.cs | 2 +- .../Diagnostics/Iterator/ChangeToIEnumerableTests.cs | 2 +- .../MakeMethodAsynchronous/MakeMethodAsynchronousTests.cs | 2 +- .../CSharpTest/Diagnostics/MockDiagnosticAnalyzerTests.cs | 2 +- .../CSharpTest/Diagnostics/NamingStyles/NamingStylesTests.cs | 2 +- .../PreferFrameworkType/PreferFrameworkTypeTests.cs | 2 +- .../RemoveUnnecessaryCast/RemoveUnnecessaryCastTests.cs | 2 +- .../Diagnostics/SimplifyTypeNames/SimplifyTypeNamesTests.cs | 2 +- .../SimplifyTypeNames/SimplifyTypeNamesTests_FixAllTests.cs | 2 +- .../CSharpTest/Diagnostics/SpellCheck/SpellCheckTests.cs | 2 +- .../Diagnostics/Suppression/RemoveSuppressionTests.cs | 2 +- .../Diagnostics/Suppression/SuppressionAllCodeTests.cs | 2 +- .../Diagnostics/Suppression/SuppressionTest_FixAllTests.cs | 2 +- .../Suppression/SuppressionTest_FixMultipleTests.cs | 2 +- .../CSharpTest/Diagnostics/Suppression/SuppressionTests.cs | 2 +- .../Diagnostics/UpgradeProject/UpgradeProjectTests.cs | 2 +- .../Diagnostics/UseAutoProperty/UseAutoPropertyTests.cs | 2 +- .../UseImplicitOrExplicitType/UseExplicitTypeTests.cs | 2 +- .../UseExplicitTypeTests_FixAllTests.cs | 2 +- .../UseImplicitOrExplicitType/UseImplicitTypeTests.cs | 2 +- .../UseImplicitTypeTests_FixAllTests.cs | 2 +- .../EditAndContinue/ActiveStatementTests.Methods.cs | 2 +- .../CSharpTest/EditAndContinue/ActiveStatementTests.cs | 2 +- .../CSharpTest/EditAndContinue/BreakpointSpansTests.cs | 2 +- .../CSharpTest/EditAndContinue/LineEditTests.cs | 2 +- .../CSharpTest/EditAndContinue/StatementEditingTests.cs | 2 +- .../CSharpTest/EditAndContinue/TopLevelEditingTests.cs | 2 +- .../CSharpTest/ExtractMethod/ExtractMethodTests.cs | 2 +- .../Formatting/Indentation/SmartIndenterEnterOnTokenTests.cs | 2 +- .../Formatting/Indentation/SmartIndenterTests_Performance.cs | 2 +- .../Indentation/SmartTokenFormatterFormatTokenTests.cs | 2 +- .../CSharpTest/FullyQualify/FullyQualifyTests.cs | 2 +- .../GenerateConstructor/GenerateConstructorTests.cs | 2 +- .../GenerateDefaultConstructorsTests.cs | 2 +- .../AddConstructorParametersFromMembersTests.cs | 2 +- .../GenerateConstructorFromMembersTests.cs | 2 +- .../GenerateEqualsAndGetHashCodeFromMembersTests.cs | 2 +- .../CSharpTest/GenerateVariable/GenerateVariableTests.cs | 2 +- .../ImplementAbstractClass/ImplementAbstractClassTests.cs | 2 +- .../CSharpTest/ImplementInterface/ImplementInterfaceTests.cs | 2 +- .../InlineDeclaration/CSharpInlineDeclarationTests.cs | 2 +- .../CSharpInlineDeclarationTests_FixAllTests.cs | 2 +- .../CodeActions/InteractiveIntroduceVariableTests.cs | 2 +- .../Interactive/NavigateTo/InteractiveNavigateToTests.cs | 2 +- .../AsyncAnonymousMethodHighlighterTests.cs | 2 +- .../KeywordHighlighting/AsyncMethodHighlighterTests.cs | 2 +- .../AsyncParenthesizedLambdaHighlighterTests.cs | 2 +- .../KeywordHighlighting/AsyncSimpleLambdaHighlighterTests.cs | 2 +- .../CSharpTest/KeywordHighlighting/AwaitHighlighterTests.cs | 2 +- .../KeywordHighlighting/CheckedExpressionHighlighterTests.cs | 2 +- .../KeywordHighlighting/CheckedStatementHighlighterTests.cs | 2 +- .../ConditionalPreprocessorHighlighterTests.cs | 2 +- .../KeywordHighlighting/LockStatementHighlighterTests.cs | 2 +- .../CSharpTest/KeywordHighlighting/LoopHighlighterTests.cs | 2 +- .../CSharpTest/KeywordHighlighting/RegionHighlighterTests.cs | 2 +- .../KeywordHighlighting/ReturnStatementHighlighterTests.cs | 2 +- .../KeywordHighlighting/SwitchStatementHighlighterTests.cs | 2 +- .../KeywordHighlighting/TryStatementHighlighterTests.cs | 2 +- .../KeywordHighlighting/UnsafeStatementHighlighterTests.cs | 2 +- .../KeywordHighlighting/UsingStatementHighlighterTests.cs | 2 +- .../KeywordHighlighting/YieldStatementHighlighterTests.cs | 2 +- src/EditorFeatures/CSharpTest/NavigateTo/NavigateToTests.cs | 2 +- .../CSharpTest/PerfTests/Sources/CSharpClassesAtEndBase.cs | 2 +- .../CSharpTest/PerfTests/Sources/LargeMethod.cs | 2 +- .../CSharpTest/PopulateSwitch/PopulateSwitchTests.cs | 2 +- .../QualifyMemberAccess/QualifyMemberAccessTests.cs | 2 +- .../QualifyMemberAccessTests_FixAllTests.cs | 2 +- .../CSharpTest/QuickInfo/SemanticQuickInfoSourceTests.cs | 2 +- .../CSharpTest/QuickInfo/SyntacticQuickInfoSourceTests.cs | 2 +- .../RemoveUnnecessaryImports/RemoveUnnecessaryImportsTests.cs | 2 +- .../ReorderParameters/ReorderParametersTests.Cascading.cs | 2 +- .../ReorderParametersTests.InvocationErrors.cs | 2 +- .../ReorderParametersTests.InvocationLocation.cs | 2 +- .../CSharpTest/ReorderParameters/ReorderParametersTests.cs | 2 +- .../CSharpTest/Semantics/SpeculationAnalyzerTests.cs | 2 +- .../SignatureHelp/AbstractCSharpSignatureHelpProviderTests.cs | 2 +- .../SignatureHelp/AttributeSignatureHelpProviderTests.cs | 2 +- .../ConstructorInitializerSignatureHelpProviderTests.cs | 2 +- .../ElementAccessExpressionSignatureHelpProviderTests.cs | 2 +- .../GenericNamePartiallyWrittenSignatureHelpProviderTests.cs | 2 +- .../SignatureHelp/GenericNameSignatureHelpProviderTests.cs | 2 +- .../InvocationExpressionSignatureHelpProviderTests.cs | 2 +- .../ObjectCreationExpressionSignatureHelpProviderTests.cs | 2 +- .../SplitStringLiteralCommandHandlerTests.cs | 2 +- .../CSharpTest/Squiggles/ErrorSquiggleProducerTests.cs | 2 +- .../CSharpTest/Structure/FieldDeclarationStructureTests.cs | 2 +- .../ConversionOperatorDeclarationStructureTests.cs | 2 +- .../MetadataAsSource/EventDeclarationStructureTests.cs | 2 +- .../MetadataAsSource/TypeDeclarationStructureTests.cs | 2 +- .../CSharpTest/Structure/MethodDeclarationStructureTests.cs | 2 +- .../CSharpTest/Structure/PropertyDeclarationStructureTests.cs | 2 +- .../CSharpTest/Structure/RegionDirectiveStructureTests.cs | 2 +- .../Structure/SimpleLambdaExpressionStructureTests.cs | 2 +- .../CSharpTest/Structure/TypeDeclarationStructureTests.cs | 2 +- .../CSharpTest/SymbolId/SymbolKeyCompilationsTests.cs | 2 +- .../CSharpTest/SymbolId/SymbolKeyMetadataVsSourceTests.cs | 2 +- src/EditorFeatures/CSharpTest/SymbolId/SymbolKeyTestBase.cs | 2 +- .../TextStructureNavigation/TextStructureNavigatorTests.cs | 2 +- src/EditorFeatures/CSharpTest/TodoComment/TodoCommentTests.cs | 2 +- .../CSharpTest/TypeInferrer/TypeInferrerTests.Delegate.cs | 2 +- .../CSharpTest/TypeInferrer/TypeInferrerTests.cs | 2 +- .../UseCoalesceExpressionForNullableTests.cs | 2 +- .../UseCoalesceExpression/UseCoalesceExpressionTests.cs | 2 +- .../UseCollectionInitializer/UseCollectionInitializerTests.cs | 2 +- .../Analyzer/UseExpressionBodyForAccessorsAnalyzerTests.cs | 2 +- .../Analyzer/UseExpressionBodyForConstructorsAnalyzerTests.cs | 2 +- .../Analyzer/UseExpressionBodyForIndexersAnalyzerTests.cs | 2 +- .../Analyzer/UseExpressionBodyForMethodsAnalyzerTests.cs | 2 +- .../Analyzer/UseExpressionBodyForPropertiesAnalyzerTests.cs | 2 +- .../UseExpressionBodyForAccessorsRefactoringTests.cs | 2 +- .../UseExpressionBodyForConstructorsRefactoringTests.cs | 2 +- ...UseExpressionBodyForConversionOperatorsRefactoringTests.cs | 2 +- .../UseExpressionBodyForIndexersRefactoringTests.cs | 2 +- .../UseExpressionBodyForMethodsRefactoringTests.cs | 2 +- .../UseExpressionBodyForOperatorsRefactoringTests.cs | 2 +- .../UseExpressionBodyForPropertiesRefactoringTests.cs | 2 +- .../CSharpTest/UseNullPropagation/UseNullPropagationTests.cs | 2 +- .../UseObjectInitializer/UseObjectInitializerTests.cs | 2 +- .../UsePatternMatching/CSharpAsAndNullCheckTests.cs | 2 +- .../CSharpAsAndNullCheckTests_FixAllTests.cs | 2 +- .../UsePatternMatching/CSharpIsAndCastCheckTests.cs | 2 +- .../CSharpIsAndCastCheckTests_FixAllTests.cs | 2 +- .../CSharpTest/UseThrowExpression/UseThrowExpressionTests.cs | 2 +- .../UseThrowExpression/UseThrowExpressionTests_FixAllTests.cs | 2 +- .../CSharpTest/Utilities/CSharpServiceTestExtensions.cs | 2 +- src/EditorFeatures/CSharpTest/Workspaces/WorkspaceTests.cs | 2 +- .../Recommendations/AbstractKeywordRecommenderTests.cs | 2 +- .../Recommendations/AliasKeywordRecommenderTests.cs | 2 +- .../CSharpTest2/Recommendations/AsKeywordRecommenderTests.cs | 2 +- .../Recommendations/AscendingKeywordRecommenderTests.cs | 2 +- .../Recommendations/AssemblyKeywordRecommenderTests.cs | 2 +- .../Recommendations/AsyncKeywordRecommenderTests.cs | 2 +- .../Recommendations/AwaitKeywordRecommenderTests.cs | 2 +- .../Recommendations/BaseKeywordRecommenderTests.cs | 2 +- .../CSharpTest2/Recommendations/ByKeywordRecommenderTests.cs | 2 +- .../Recommendations/CatchKeywordRecommenderTests.cs | 2 +- .../Recommendations/CheckedKeywordRecommenderTests.cs | 2 +- .../Recommendations/ChecksumKeywordRecommenderTests.cs | 2 +- .../Recommendations/ClassKeywordRecommenderTests.cs | 2 +- .../Recommendations/ContinueKeywordRecommenderTests.cs | 2 +- .../Recommendations/DefaultKeywordRecommenderTests.cs | 2 +- .../Recommendations/DelegateKeywordRecommenderTests.cs | 2 +- .../Recommendations/DisableKeywordRecommenderTests.cs | 2 +- .../Recommendations/EndIfKeywordRecommenderTests.cs | 2 +- .../Recommendations/ErrorKeywordRecommenderTests.cs | 2 +- .../Recommendations/ExternKeywordRecommenderTests.cs | 2 +- .../Recommendations/FloatKeywordRecommenderTests.cs | 2 +- .../CSharpTest2/Recommendations/ForKeywordRecommenderTests.cs | 2 +- .../Recommendations/FromKeywordRecommenderTests.cs | 2 +- .../Recommendations/GotoKeywordRecommenderTests.cs | 2 +- .../CSharpTest2/Recommendations/IfKeywordRecommenderTests.cs | 2 +- .../CSharpTest2/Recommendations/InKeywordRecommenderTests.cs | 2 +- .../CSharpTest2/Recommendations/IsKeywordRecommenderTests.cs | 2 +- .../Recommendations/LongKeywordRecommenderTests.cs | 2 +- .../Recommendations/NameOfKeywordRecommenderTests.cs | 2 +- .../Recommendations/ParamKeywordRecommenderTests.cs | 2 +- .../Recommendations/PragmaKeywordRecommenderTests.cs | 2 +- .../Recommendations/ReadOnlyKeywordRecommenderTests.cs | 2 +- .../Recommendations/RegionKeywordRecommenderTests.cs | 2 +- .../Recommendations/RemoveKeywordRecommenderTests.cs | 2 +- .../Recommendations/ReturnKeywordRecommenderTests.cs | 2 +- .../CSharpTest2/Recommendations/SetKeywordRecommenderTests.cs | 2 +- .../Recommendations/ShortKeywordRecommenderTests.cs | 2 +- .../Recommendations/SizeOfKeywordRecommenderTests.cs | 2 +- .../Recommendations/StackAllocKeywordRecommenderTests.cs | 2 +- .../Recommendations/ThrowKeywordRecommenderTests.cs | 2 +- .../CSharpTest2/Recommendations/TryKeywordRecommenderTests.cs | 2 +- .../Recommendations/TypeKeywordRecommenderTests.cs | 2 +- .../Recommendations/TypeOfKeywordRecommenderTests.cs | 2 +- .../Recommendations/TypeVarKeywordRecommenderTests.cs | 2 +- .../Recommendations/UIntKeywordRecommenderTests.cs | 2 +- .../Recommendations/ULongKeywordRecommenderTests.cs | 2 +- .../Recommendations/UShortKeywordRecommenderTests.cs | 2 +- .../Recommendations/UncheckedKeywordRecommenderTests.cs | 2 +- .../Recommendations/UndefKeywordRecommenderTests.cs | 2 +- .../Recommendations/UnsafeKeywordRecommenderTests.cs | 2 +- .../Recommendations/UsingKeywordRecommenderTests.cs | 2 +- .../CSharpTest2/Recommendations/VarKeywordRecommenderTests.cs | 2 +- .../Recommendations/VirtualKeywordRecommenderTests.cs | 2 +- .../Recommendations/VoidKeywordRecommenderTests.cs | 2 +- .../Recommendations/VolatileKeywordRecommenderTests.cs | 2 +- .../Recommendations/WarningKeywordRecommenderTests.cs | 2 +- .../Recommendations/WhenKeywordRecommenderTests.cs | 2 +- .../Recommendations/WhereKeywordRecommenderTests.cs | 2 +- .../Recommendations/WhileKeywordRecommenderTests.cs | 2 +- .../Recommendations/YieldKeywordRecommenderTests.cs | 2 +- .../Core/CommandHandlers/IntelliSenseCommandHandler.cs | 2 +- src/EditorFeatures/Core/Commands/CopyCommandArgs.cs | 2 +- src/EditorFeatures/Core/Commands/EscapeKeyCommandArgs.cs | 2 +- src/EditorFeatures/Core/Commands/InsertCommentCommandArgs.cs | 2 +- src/EditorFeatures/Core/Commands/LineEndExtendCommandArgs.cs | 2 +- src/EditorFeatures/Core/Commands/OpenLineAboveCommandArgs.cs | 2 +- src/EditorFeatures/Core/Commands/RedoCommandArgs.cs | 2 +- src/EditorFeatures/Core/Commands/SurroundWithCommandArgs.cs | 2 +- .../Core/Commands/UncommentSelectionCommandArgs.cs | 2 +- .../Core/Commands/WordDeleteToStartCommandArgs.cs | 2 +- .../NavigationBar/AbstractNavigationBarItemService.cs | 2 +- .../Extensibility/NavigationBar/NavigationBarProjectItem.cs | 2 +- .../Core/FindReferences/FindReferencesCommandHandler.cs | 2 +- .../Core/GoToDefinition/GoToDefinitionCommandHandler.cs | 2 +- .../GoToImplementation/GoToImplementationCommandHandler.cs | 2 +- src/EditorFeatures/Core/IRefactorNotifyService.cs | 2 +- .../Adornments/AbstractAdornmentManagerProvider.cs | 2 +- .../Core/Implementation/Adornments/AdornmentManager.cs | 2 +- .../Core/Implementation/Adornments/GraphicsResult.cs | 2 +- .../Core/Implementation/Adornments/GraphicsTag.cs | 2 +- .../AbstractAutomaticLineEnderCommandHandler.cs | 2 +- .../BraceCompletionSessionProvider.BraceCompletionSession.cs | 2 +- .../AbstractBlockCommentEditingCommandHandler.cs | 2 +- .../BraceMatching/ClassificationTypeDefinitions.cs | 2 +- .../CallHierarchy/AbstractCallHierarchyCommandHandler.cs | 2 +- .../CallHierarchy/Finders/AbstractCallFinder.cs | 2 +- .../Implementation/CallHierarchy/Finders/BaseMemberFinder.cs | 2 +- .../CallHierarchy/Finders/CallToOverrideFinder.cs | 2 +- .../CallHierarchy/Finders/FieldReferenceFinder.cs | 2 +- .../Implementation/CallHierarchy/Finders/ImplementerFinder.cs | 2 +- .../Finders/InterfaceImplementationCallFinder.cs | 2 +- .../Implementation/CallHierarchy/Finders/MethodCallFinder.cs | 2 +- .../CallHierarchy/Finders/OverridingMemberFinder.cs | 2 +- .../ChangeSignature/AbstractChangeSignatureCommandHandler.cs | 2 +- .../Classification/ClassificationTypeDefinitions.cs | 2 +- .../CodeActions/CodeActionEditHandlerService.cs | 2 +- .../Core/Implementation/CodeRefactorings/CodeFix.cs | 2 +- .../CodeRefactorings/CodeRefactoringProducer.cs | 2 +- .../CommentUncommentSelectionCommandHandler.cs | 2 +- .../Diagnostics/ClassificationTypeDefinitions.cs | 2 +- .../AbstractDocumentationCommentCommandHandler.cs | 2 +- .../AbstractXmlTagCompletionCommandHandler.cs | 2 +- .../EditAndContinue/ActiveStatementTagDefinition.cs | 2 +- .../EditAndContinue/EditAndContinueErrorTypeDefinition.cs | 2 +- .../AbstractEncapsulateFieldCommandHandler.cs | 2 +- .../ExtractMethod/AbstractExtractMethodCommandHandler.cs | 2 +- .../Formatting/FormatCommandHandler.FormatDocument.cs | 2 +- .../Formatting/FormatCommandHandler.FormatSelection.cs | 2 +- .../Implementation/Formatting/FormatCommandHandler.Paste.cs | 2 +- .../Formatting/FormatCommandHandler.TypeChar.cs | 2 +- .../Indentation/AbstractSmartTokenFormatterCommandHandler.cs | 2 +- .../Core/Implementation/IPreviewFactoryService.cs | 2 +- .../Core/Implementation/ITextBufferAssociatedViewService.cs | 2 +- .../Core/Implementation/ITextUndoHistoryWorkspaceService.cs | 2 +- ...stractEditorInlineRenameService.InlineRenameLocationSet.cs | 2 +- .../AbstractEditorInlineRenameService.SymbolRenameInfo.cs | 2 +- .../InlineRename/AbstractEditorInlineRenameService.cs | 2 +- .../CommandHandlers/RenameCommandHandler_RenameHandler.cs | 2 +- .../Implementation/InlineRename/Dashboard/Dashboard.xaml.cs | 2 +- .../InlineRename/Dashboard/DashboardViewModel.cs | 2 +- .../InlineRename/Dashboard/RenameShortcutKeys.cs | 2 +- .../InlineRename/HighlightTags/RenameConflictTagDefinition.cs | 2 +- .../RenameFieldBackgroundAndBorderTagDefinition.cs | 2 +- .../InlineRename/HighlightTags/RenameFixupTagDefinition.cs | 2 +- .../Core/Implementation/InlineRename/InlineRenameService.cs | 2 +- .../InlineRename/InlineRenameSession.OpenTextBufferManager.cs | 2 +- .../Core/Implementation/InlineRename/InlineRenameSession.cs | 2 +- .../InlineRename/Taggers/ClassificationTypeDefinitions.cs | 2 +- .../Implementation/InlineRename/UndoManagerServiceFactory.cs | 2 +- .../Core/Implementation/IntelliSense/IController.cs | 2 +- .../AbstractSemanticQuickInfoProvider.ErrorVisitor.cs | 2 +- .../AbstractSemanticQuickInfoProvider.SymbolComparer.cs | 2 +- .../Providers/DocumentationCommentDeferredContent.cs | 2 +- .../IntelliSense/SignatureHelp/Controller.Session.cs | 2 +- .../SignatureHelp/Controller.Session_ComputeModel.cs | 2 +- .../SignatureHelp/Controller.Session_SetModelSelectedItem.cs | 2 +- .../SignatureHelp/Controller.Session_UpdateModel.cs | 2 +- .../Implementation/IntelliSense/SignatureHelp/Controller.cs | 2 +- .../SignatureHelp/Controller_InvokeSignatureHelp.cs | 2 +- .../IntelliSense/SignatureHelp/Controller_NavigationKeys.cs | 2 +- .../SignatureHelp/Controller_OnCaretPositionChanged.cs | 2 +- .../SignatureHelp/Controller_OnTextViewBufferPostChanged.cs | 2 +- .../Core/Implementation/IntelliSense/SignatureHelp/Model.cs | 2 +- .../IntelliSense/SignatureHelp/Presentation/Parameter.cs | 2 +- .../IntelliSense/SignatureHelp/Presentation/Signature.cs | 2 +- .../SignatureHelp/Presentation/SignatureHelpClassifier.cs | 2 +- .../Presentation/SignatureHelpClassifierProvider.cs | 2 +- .../SignatureHelpPresenter.SignatureHelpPresenterSession.cs | 2 +- .../SignatureHelpPresenter.SignatureHelpSource.cs | 2 +- .../SignatureHelp/Presentation/SignatureHelpPresenter.cs | 2 +- .../LineSeparators/LineSeparatorAdornmentManagerProvider.cs | 2 +- .../Core/Implementation/LineSeparators/LineSeparatorTag.cs | 2 +- .../LineSeparators/LineSeparatorTaggerProvider.cs | 2 +- .../MetadataAsSource/MetadataAsSourceFileService.cs | 2 +- .../MetadataAsSource/MetadataAsSourceGeneratedFileInfo.cs | 2 +- .../MetadataAsSource/MetadataAsSourceWorkspace.cs | 2 +- .../MetadataAsSource/SymbolMappingServiceFactory.cs | 2 +- .../NavigateTo/DefaultNavigateToPreviewService.cs | 2 +- .../NavigateTo/DefaultNavigateToPreviewServiceFactory.cs | 2 +- .../Dev14NavigateToHostVersionService.ItemDisplayFactory.cs | 2 +- ...Dev14NavigateToHostVersionService.NavigateToItemDisplay.cs | 2 +- .../Implementation/NavigateTo/INavigateToPreviewService.cs | 2 +- .../Core/Implementation/NavigateTo/NavigateToIconFactory.cs | 2 +- .../NavigateTo/NavigateToItemProvider.Searcher.cs | 2 +- .../Core/Implementation/NavigateTo/NavigateToItemProvider.cs | 2 +- .../NavigateTo/NavigateToItemProviderFactory.cs | 2 +- .../Implementation/NavigationBar/NavigationBarController.cs | 2 +- .../NavigationBar/NavigationBarControllerFactoryService.cs | 2 +- .../NavigationBar/NavigationBarController_ModelComputation.cs | 2 +- .../Core/Implementation/NavigationBar/NavigationBarModel.cs | 2 +- .../NavigationBar/NavigationBarSymbolIdIndexProvider.cs | 2 +- .../Notification/EditorNotificationServiceFactory.cs | 2 +- .../Organizing/OrganizeDocumentCommandHandler.cs | 2 +- .../Core/Implementation/Peek/DefinitionPeekableItem.cs | 2 +- .../Core/Implementation/Peek/ExternalFilePeekableItem.cs | 2 +- src/EditorFeatures/Core/Implementation/Peek/PeekHelpers.cs | 2 +- src/EditorFeatures/Core/Implementation/Peek/PeekableItem.cs | 2 +- .../Core/Implementation/Peek/PeekableItemFactory.cs | 2 +- .../Core/Implementation/Peek/PeekableItemSource.cs | 2 +- .../Core/Implementation/Peek/PeekableItemSourceProvider.cs | 2 +- .../Implementation/Preview/AbstractPreviewTaggerProvider.cs | 2 +- .../Preview/PreviewConflictViewTaggerProvider.cs | 2 +- .../Core/Implementation/Preview/PreviewFactoryService.cs | 2 +- .../Preview/PreviewWarningViewTaggerProvider.cs | 2 +- .../RenameTracking/AbstractRenameTrackingCodeFixProvider.cs | 2 +- .../RenameTrackingCancellationCommandHandler.cs | 2 +- .../RenameTracking/RenameTrackingDiagnosticAnalyzer.cs | 2 +- .../Core/Implementation/RenameTracking/RenameTrackingTag.cs | 2 +- .../RenameTracking/RenameTrackingTagDefinition.cs | 2 +- .../RenameTrackingTaggerProvider.RenameTrackingCodeAction.cs | 2 +- .../RenameTrackingTaggerProvider.RenameTrackingCommitter.cs | 2 +- .../RenameTrackingTaggerProvider.RenameTrackingSolutionSet.cs | 2 +- .../RenameTrackingTaggerProvider.StateMachine.cs | 2 +- .../RenameTracking/RenameTrackingTaggerProvider.Tagger.cs | 2 +- .../RenameTrackingTaggerProvider.TrackingSession.cs | 2 +- .../RenameTrackingTaggerProvider.UndoPrimitive.cs | 2 +- .../RenameTracking/RenameTrackingTaggerProvider.cs | 2 +- .../AbstractIndentationService.AbstractIndenter.cs | 2 +- .../Implementation/SmartIndent/AbstractIndentationService.cs | 2 +- .../Core/Implementation/SmartIndent/IIndentationService.cs | 2 +- .../Core/Implementation/SmartIndent/SmartIndent.cs | 2 +- .../Core/Implementation/SmartIndent/SmartIndentProvider.cs | 2 +- .../Core/Implementation/SolutionChangeSummary.cs | 2 +- src/EditorFeatures/Core/Implementation/SolutionPreviewItem.cs | 2 +- .../Core/Implementation/SolutionPreviewResult.cs | 2 +- .../Core/Implementation/Structure/OutliningCommandHandler.cs | 2 +- .../Core/Implementation/Structure/RoslynOutliningRegionTag.cs | 2 +- .../Structure/VisualStudio14StructureTaggerProvider.cs | 2 +- .../Suggestions/FixAll/FixMultipleOccurrencesService.cs | 2 +- .../Suggestions/PreviewChanges/PreviewChangesCodeAction.cs | 2 +- .../PreviewChanges/PreviewChangesSuggestedAction.cs | 2 +- .../Suggestions/SuggestedActions/CodeFixSuggestedAction.cs | 2 +- .../SuggestedActions/CodeRefactoringSuggestedAction.cs | 2 +- .../FixAllSuggestedAction.FixAllCodeAction.cs | 2 +- .../Suggestions/SuggestedActions/FixAllSuggestedAction.cs | 2 +- .../SuggestedActions/SuggestedAction.CaretPositionRestorer.cs | 2 +- .../Suggestions/SuggestedActions/SuggestedAction.cs | 2 +- .../Suggestions/SuggestedActionsSourceProvider.cs | 2 +- .../Core/Implementation/TextBufferAssociatedViewService.cs | 2 +- .../TextDiffing/EditorTextDifferencingService.cs | 2 +- ...ctTextStructureNavigatorProvider.TextStructureNavigator.cs | 2 +- .../AbstractTextStructureNavigatorProvider.cs | 2 +- .../TodoComment/TodoCommentIncrementalAnalyzer.cs | 2 +- .../TodoComment/TodoCommentIncrementalAnalyzerProvider.cs | 2 +- .../Core/Implementation/TodoComment/TodoCommentOptions.cs | 2 +- .../Core/Implementation/TodoComment/TodoCommentTokens.cs | 2 +- .../Implementation/Workspaces/EditorTaskSchedulerFactory.cs | 2 +- .../Implementation/Workspaces/EditorTextFactoryService.cs | 2 +- .../Implementation/Workspaces/ProjectCacheServiceFactory.cs | 2 +- .../TextUndoHistoryWorkspaceServiceFactoryService.cs | 2 +- src/EditorFeatures/Core/MetadataAsSourceFile.cs | 2 +- src/EditorFeatures/Core/Options/BraceCompletionOptions.cs | 2 +- src/EditorFeatures/Core/Options/CompletionOptions.cs | 2 +- src/EditorFeatures/Core/Options/ExtensionManagerOptions.cs | 2 +- src/EditorFeatures/Core/Options/NavigationBarOptions.cs | 2 +- src/EditorFeatures/Core/Options/SignatureHelpOptions.cs | 2 +- ...agivateToHighlightReferenceCommandHandler.StartComparer.cs | 2 +- .../NagivateToHighlightReferenceCommandHandler.cs | 2 +- .../ReferenceHighlightingViewTaggerProvider.cs | 2 +- .../Core/ReferenceHighlighting/Tags/DefinitionHighlightTag.cs | 2 +- .../Tags/DefinitionHighlightTagDefinition.cs | 2 +- .../Core/ReferenceHighlighting/Tags/ReferenceHighlightTag.cs | 2 +- .../Tags/WrittenReferenceHighlightTag.cs | 2 +- .../Tags/WrittenReferenceHighlightTagDefinition.cs | 2 +- .../Core/Shared/DefaultDocumentSupportsSuggestionService.cs | 2 +- .../Core/Shared/Extensions/ClassificationExtensions.cs | 2 +- .../Core/Shared/Extensions/DependencyObjectExtensions.cs | 2 +- src/EditorFeatures/Core/Shared/Extensions/GlyphExtensions.cs | 2 +- .../Core/Shared/Extensions/HostWorkspaceServicesExtensions.cs | 2 +- .../Core/Shared/Extensions/IBraceMatchingServiceExtensions.cs | 2 +- .../Core/Shared/Extensions/IBufferGraphExtensions.cs | 2 +- .../Core/Shared/Extensions/IContentTypeExtensions.cs | 2 +- .../Extensions/IEditorOptionsFactoryServiceExtensions.cs | 2 +- .../Core/Shared/Extensions/INamedTypeSymbolExtensions.cs | 2 +- .../Extensions/IProjectionBufferFactoryServiceExtensions.cs | 2 +- .../Shared/Extensions/IRefactorNotifyServiceExtensions.cs | 2 +- .../Core/Shared/Extensions/ISymbolExtensions.cs | 2 +- .../Core/Shared/Extensions/ITextBufferExtensions.cs | 2 +- .../Core/Shared/Extensions/ITextSelectionExtensions.cs | 2 +- .../Core/Shared/Extensions/ITextSnapshotExtensions.cs | 2 +- .../Extensions/ITextViewExtensions.AutoClosingViewProperty.cs | 2 +- .../ITextViewExtensions.PerSubjectBufferProperty.cs | 2 +- .../Core/Shared/Extensions/ITextViewExtensions.cs | 2 +- .../Core/Shared/Extensions/ITrackingSpanExtensions.cs | 2 +- .../Core/Shared/Extensions/IWaitIndicatorExtensions.cs | 2 +- .../Core/Shared/Extensions/IWpfDifferenceViewerExtensions.cs | 2 +- .../Core/Shared/Extensions/IWpfTextViewExtensions.cs | 2 +- src/EditorFeatures/Core/Shared/Extensions/MefExtensions.cs | 2 +- .../Core/Shared/Extensions/SmartIndentExtensions.cs | 2 +- .../Core/Shared/Extensions/SnapshotPointExtensions.cs | 2 +- .../Core/Shared/Extensions/SnapshotSpanExtensions.cs | 2 +- src/EditorFeatures/Core/Shared/Extensions/SpanExtensions.cs | 2 +- .../Core/Shared/Extensions/TextChangeExtensions.cs | 2 +- .../Core/Shared/Extensions/WorkspaceExtensions.cs | 2 +- .../Core/Shared/IDocumentSupportsFeatureService.cs | 2 +- .../Core/Shared/Options/ComponentOnOffOptions.cs | 2 +- src/EditorFeatures/Core/Shared/Options/FeatureOnOffOptions.cs | 2 +- .../Core/Shared/Options/InternalFeatureOnOffOptions.cs | 2 +- .../Core/Shared/Preview/PredefinedPreviewTaggerKeys.cs | 2 +- .../Preview/PreviewSolutionCrawlerRegistrationService.cs | 2 +- src/EditorFeatures/Core/Shared/Preview/PreviewWorkspace.cs | 2 +- .../Shared/Tagging/EventSources/AbstractTaggerEventSource.cs | 2 +- .../AbstractWorkspaceTrackingTaggerEventSource.cs | 2 +- .../Core/Shared/Tagging/EventSources/TaggerConstants.cs | 2 +- .../TaggerEventSources.CaretPositionChangedEventSource.cs | 2 +- .../TaggerEventSources.CompletionClosedEventSource.cs | 2 +- .../EventSources/TaggerEventSources.CompositionEventSource.cs | 2 +- .../TaggerEventSources.DiagnosticsChangedEventSource.cs | 2 +- ...gerEventSources.DocumentActiveContextChangedEventSource.cs | 2 +- .../TaggerEventSources.OptionChangedEventSource.cs | 2 +- .../TaggerEventSources.ParseOptionChangedEventSource.cs | 2 +- .../TaggerEventSources.ReadOnlyRegionsChangedEventSource.cs | 2 +- .../TaggerEventSources.SelectionChangedEventSource.cs | 2 +- .../TaggerEventSources.SemanticChangedEventSource.cs | 2 +- .../EventSources/TaggerEventSources.TextChangedEventSource.cs | 2 +- ...gerEventSources.WorkspaceRegistrationChangedEventSource.cs | 2 +- .../Core/Shared/Tagging/EventSources/TaggerEventSources.cs | 2 +- src/EditorFeatures/Core/Shared/Tagging/Tags/ConflictTag.cs | 2 +- .../Core/Shared/Tagging/Tags/ConflictTagDefinition.cs | 2 +- .../Core/Shared/Tagging/Tags/NavigableHighlightTag.cs | 2 +- .../Core/Shared/Tagging/Tags/PreviewWarningTag.cs | 2 +- .../Core/Shared/Tagging/Tags/PreviewWarningTagDefinition.cs | 2 +- .../Utilities/TagSpanIntervalTree.IntervalIntrospector.cs | 2 +- .../Shared/Tagging/Utilities/TagSpanIntervalTree.TagNode.cs | 2 +- .../Core/Shared/Tagging/Utilities/TagSpanIntervalTree.cs | 2 +- .../Core/Shared/Threading/AsynchronousSerialWorkQueue.cs | 2 +- .../Core/Shared/Utilities/AutomaticCodeChangeMergePolicy.cs | 2 +- .../Core/Shared/Utilities/CaretPreservingEditTransaction.cs | 2 +- .../Core/Shared/Utilities/ClassificationTypeMap.cs | 2 +- .../Core/Shared/Utilities/CodeAnalysisColors.cs | 2 +- .../Core/Shared/Utilities/CommonFormattingHelpers.cs | 2 +- .../Shared/Utilities/ForegroundThreadAffinitizedObject.cs | 2 +- .../HACK_TextUndoTransactionThatRollsBackProperly.cs | 2 +- .../Core/Shared/Utilities/HighContrastChecker.cs | 2 +- .../Core/Shared/Utilities/LinkedEditsTracker.cs | 2 +- src/EditorFeatures/Core/Shared/Utilities/NativeMethods.cs | 2 +- .../Core/Shared/Utilities/RenameTrackingDismisser.cs | 2 +- src/EditorFeatures/Core/Shared/Utilities/ResettableDelay.cs | 2 +- .../Core/Shared/Utilities/TextViewVisibleSpanTracker.cs | 2 +- .../Core/Shared/Utilities/ViewHostingControl.cs | 2 +- src/EditorFeatures/Core/Shared/Utilities/VirtualTreePoint.cs | 2 +- .../Core/Shared/Utilities/VisibleSpansChangedEventArgs.cs | 2 +- .../AbstractAsynchronousTaggerProvider.BatchChangeNotifier.cs | 2 +- .../AbstractAsynchronousTaggerProvider.TagSpanComparer.cs | 2 +- .../Core/Tagging/AbstractAsynchronousTaggerProvider.cs | 2 +- src/EditorFeatures/Core/Tagging/ITaggerEventSource.cs | 2 +- src/EditorFeatures/Core/Tagging/TaggerDelay.cs | 2 +- src/EditorFeatures/Core/Tagging/TaggerEventArgs.cs | 2 +- src/EditorFeatures/Core/TextViewRoles.cs | 2 +- src/EditorFeatures/Core/Undo/Extensions.cs | 2 +- src/EditorFeatures/Core/Undo/IGlobalUndoService.cs | 2 +- .../Core/Undo/IWorkspaceGlobalUndoTransaction.cs | 2 +- src/EditorFeatures/Core/Undo/NoOpGlobalUndoServiceFactory.cs | 2 +- .../Next/Structure/VisualStudio15StructureTaggerProvider.cs | 2 +- .../Test/CodeActions/CodeActionSmartTagProducerTests.cs | 2 +- src/EditorFeatures/Test/CodeFixes/CodeFixServiceTests.cs | 2 +- src/EditorFeatures/Test/CodeFixes/ExtensionOrderingTests.cs | 2 +- .../Test/CodeGeneration/AbstractCodeGenerationTests.cs | 2 +- .../Test/CodeGeneration/CodeGenerationTests.CSharp.cs | 2 +- .../Test/CodeGeneration/CodeGenerationTests.Shared.cs | 2 +- .../Test/CodeGeneration/CodeGenerationTests.VisualBasic.cs | 2 +- .../Test/CodeGeneration/ExpressionGenerationTests.cs | 2 +- .../CodeGeneration/ExpressionPrecedenceGenerationTests.cs | 2 +- src/EditorFeatures/Test/CodeGeneration/NameGenerationTests.cs | 2 +- .../Test/CodeGeneration/StatementGenerationTests.cs | 2 +- .../Test/Collections/Immutable/Maps/BidirectionalMapTests.cs | 2 +- .../Test/Collections/Immutable/Maps/MapTests.cs | 2 +- src/EditorFeatures/Test/Collections/IntervalTreeTests.cs | 2 +- src/EditorFeatures/Test/Commands/CommandArgsTests.cs | 2 +- src/EditorFeatures/Test/Commands/TypeCharCommandArgsTests.cs | 2 +- .../CommentUncommentSelectionCommandHandlerTests.cs | 2 +- src/EditorFeatures/Test/Diagnostics/DiagnosticDataTests.cs | 2 +- src/EditorFeatures/Test/Diagnostics/DiagnosticServiceTests.cs | 2 +- .../Test/Diagnostics/SuppressMessageAttributeTests.cs | 2 +- .../Test/DocCommentFormatting/DocCommentFormattingTests.cs | 2 +- .../Test/EditAndContinue/RudeEditDiagnosticTests.cs | 2 +- src/EditorFeatures/Test/EditorAdapter/SpanExtensionsTest.cs | 2 +- .../Test/EditorAdapter/TextSnapshotImplementationTest.cs | 2 +- .../Test/EditorAdapter/TextSpanExtensionsTest.cs | 2 +- .../Test/Extensions/CollectionExtensionsTest.cs | 2 +- .../Test/Extensions/EnumerableExtensionTests.cs | 2 +- .../IProjectionBufferFactoryServiceExtensionsTests.cs | 2 +- .../Test/Extensions/ISemanticSnapshotExtensionTests.cs | 2 +- src/EditorFeatures/Test/Extensions/ISymbolExtensionsTests.cs | 2 +- src/EditorFeatures/Test/Extensions/ITextExtensionsTests.cs | 2 +- .../Test/Extensions/ITextLineExtensionsTests.cs | 2 +- .../Test/Extensions/ITextSnapshotExtensionsTests.cs | 2 +- .../Test/Extensions/ITextSnapshotLineExtensionsTests.cs | 2 +- src/EditorFeatures/Test/Extensions/SetExtensionTests.cs | 2 +- .../Test/LineSeparators/AdornmentManagerTests.cs | 2 +- .../Test/LinkedFiles/LinkedFileDiffMergingEditorTests.cs | 2 +- .../AbstractMetadataAsSourceTests.TestContext.cs | 2 +- .../Test/MetadataAsSource/AbstractMetadataAsSourceTests.cs | 2 +- .../Test/MetadataAsSource/DocCommentFormatterTests.cs | 2 +- .../Test/MetadataAsSource/MetadataAsSourceTests.CSharp.cs | 2 +- .../MetadataAsSource/MetadataAsSourceTests.VisualBasic.cs | 2 +- .../Test/MetadataAsSource/MetadataAsSourceTests.cs | 2 +- src/EditorFeatures/Test/Preview/PreviewWorkspaceTests.cs | 2 +- .../TestOnly_CompilerDiagnosticAnalyzerProviderService.cs | 2 +- .../Test/RenameTracking/RenameTrackingTestState.cs | 2 +- .../Test/RenameTracking/RenameTrackingWaiter.cs | 2 +- .../Test/SolutionCrawler/WorkCoordinatorTests.cs | 2 +- src/EditorFeatures/Test/Structure/BlockSpanTests.cs | 2 +- src/EditorFeatures/Test/Structure/StructureTaggerTests.cs | 2 +- src/EditorFeatures/Test/Tagging/AsynchronousTaggerTests.cs | 2 +- src/EditorFeatures/Test/Tagging/TagSpanIntervalTreeTests.cs | 2 +- src/EditorFeatures/Test/TestComposition.cs | 2 +- .../Test/TextEditor/TextBufferAssociatedViewServiceTests.cs | 2 +- src/EditorFeatures/Test/TextEditor/TryGetDocumentTests.cs | 2 +- src/EditorFeatures/Test/Threading/AsynchronousWorkerTests.cs | 2 +- .../Test/Threading/ForegroundNotificationServiceTests.cs | 2 +- .../Test/Utilities/AsynchronousOperationListenerTests.cs | 2 +- src/EditorFeatures/Test/Utilities/BloomFilterTests.cs | 2 +- src/EditorFeatures/Test/Utilities/EditorServicesUtil.cs | 2 +- .../Test/Utilities/SymbolEquivalenceComparerTests.cs | 2 +- .../Test/Workspaces/ProjectCacheHostServiceFactoryTests.cs | 2 +- .../TestUtilities/AbstractCommandHandlerTestState.cs | 2 +- .../TestUtilities/Async/AsynchronousOperationBlocker.cs | 2 +- src/EditorFeatures/TestUtilities/Async/Checkpoint.cs | 2 +- src/EditorFeatures/TestUtilities/Async/WaitHelper.cs | 2 +- .../AbstractAutomaticBraceCompletionTests.cs | 2 +- .../AutomaticCompletion/AbstractAutomaticLineEnderTests.cs | 2 +- .../TestUtilities/BraceMatching/AbstractBraceMatcherTests.cs | 2 +- .../TestUtilities/CallHierarchy/CallHierarchyTestState.cs | 2 +- .../ChangeSignature/AbstractChangeSignatureTests.cs | 2 +- .../TestUtilities/ChangeSignature/ChangeSignatureTestState.cs | 2 +- .../ChangeSignature/TestChangeSignatureOptionsService.cs | 2 +- .../TestUtilities/Classification/AbstractClassifierTests.cs | 2 +- .../ClassificationBuilder.PunctuationClassificationTypes.cs | 2 +- .../ClassificationBuilder.XmlDocClassificationTypes.cs | 2 +- .../TestUtilities/Classification/ClassificationBuilder.cs | 2 +- .../TestUtilities/Classification/ClassificationTestHelper.cs | 2 +- .../Completion/AbstractCompletionProviderTests.cs | 2 +- .../AbstractDiagnosticProviderBasedUserDiagnosticTest.cs | 2 +- .../Diagnostics/AbstractSuppressionAllCodeTests.cs | 2 +- .../Diagnostics/AbstractSuppressionDiagnosticTest.cs | 2 +- .../TestUtilities/Diagnostics/AbstractUserDiagnosticTest.cs | 2 +- .../Diagnostics/DiagnosticProviderTestUtilities.cs | 2 +- .../Diagnostics/GenerateType/GenerateTypeTestState.cs | 2 +- .../GenerateType/TestGenerateTypeOptionsService.cs | 2 +- .../Diagnostics/GenerateType/TestProjectManagementService.cs | 2 +- .../TestUtilities/Diagnostics/TestDiagnosticAnalyzerDriver.cs | 2 +- src/EditorFeatures/TestUtilities/DirectoryExtensions.cs | 2 +- src/EditorFeatures/TestUtilities/DispatcherExtensions.cs | 2 +- .../AbstractDocumentationCommentTests.cs | 2 +- .../DocumentationComments/AbstractXmlTagCompletionTests.cs | 2 +- .../EditAndContinue/ActiveStatementDescription.cs | 2 +- .../TestUtilities/EditAndContinue/DeclaratorMapDescription.cs | 2 +- .../EditAndContinue/EditAndContinueTestHelpers.cs | 2 +- .../TestUtilities/EditAndContinue/Extensions.cs | 2 +- .../TestUtilities/EditAndContinue/MatchingPair.cs | 2 +- .../EditAndContinue/RudeEditDiagnosticDescription.cs | 2 +- .../TestUtilities/EditAndContinue/SemanticEditDescription.cs | 2 +- .../EditAndContinue/TestActiveStatementTrackingService.cs | 2 +- src/EditorFeatures/TestUtilities/EditorFactory.cs | 2 +- .../TestUtilities/EventHookup/EventHookupWaiter.cs | 2 +- src/EditorFeatures/TestUtilities/ExceptionUtilities.cs | 2 +- .../TestUtilities/Extensions/XElementExtensions.cs | 2 +- .../ExtractInterface/AbstractExtractInterfaceTests.cs | 2 +- .../ExtractInterface/ExtractInterfaceTestState.cs | 2 +- .../ExtractInterface/TestExtractInterfaceOptions.cs | 2 +- .../KeywordHighlighting/AbstractKeywordHighlighterTests.cs | 2 +- .../TestUtilities/MoveType/AbstractMoveTypeTest.cs | 2 +- .../NavigateTo/NavigateToTestAggregator.Callback.cs | 2 +- .../TestUtilities/NavigateTo/NavigateToTestAggregator.cs | 2 +- .../TestUtilities/QuickInfo/AbstractQuickInfoSourceTests.cs | 2 +- .../QuickInfo/AbstractSemanticQuickInfoSourceTests.cs | 2 +- .../TestUtilities/RenameTracking/MockPreviewDialogService.cs | 2 +- .../TestUtilities/RenameTracking/MockRefactorNotifyService.cs | 2 +- .../TestUtilities/Semantics/SpeculationAnalyzerTestsBase.cs | 2 +- src/EditorFeatures/TestUtilities/ServiceTestExportProvider.cs | 2 +- .../SignatureHelp/AbstractSignatureHelpProviderTests.cs | 2 +- .../TestUtilities/SignatureHelp/SignatureHelpTestItem.cs | 2 +- .../TestUtilities/Squiggles/AbstractSquiggleProducerTests.cs | 2 +- src/EditorFeatures/TestUtilities/TestExportProvider.cs | 2 +- src/EditorFeatures/TestUtilities/TestExtensionErrorHandler.cs | 2 +- src/EditorFeatures/TestUtilities/TestOptionsServiceFactory.cs | 2 +- src/EditorFeatures/TestUtilities/TestWaitIndicator.cs | 2 +- src/EditorFeatures/TestUtilities/Traits.cs | 2 +- .../TestUtilities/TypeInferrer/TypeInferrerTestBase.cs | 2 +- src/EditorFeatures/TestUtilities/Utilities/Options.cs | 2 +- .../TestUtilities/Utilities/TestEditorOptions.cs | 2 +- src/EditorFeatures/TestUtilities/Utilities/TestWaitContext.cs | 2 +- src/EditorFeatures/TestUtilities/VisualStudioSendKeys.cs | 2 +- .../TestUtilities/Workspaces/CSharpTestWorkspaceFixture.cs | 2 +- .../TestUtilities/Workspaces/MefTestWorkspace.cs | 2 +- .../TestUtilities/Workspaces/NoCompilationConstants.cs | 2 +- .../Workspaces/NoCompilationContentTypeDefinitions.cs | 2 +- .../Workspaces/NoCompilationContentTypeLanguageService.cs | 2 +- .../Workspaces/NoCompilationLanguageServiceFactory.cs | 2 +- ...dataReferenceCodeActionOperationFactoryWorkspaceService.cs | 2 +- .../Workspaces/TestForegroundNotificationService.cs | 2 +- .../Workspaces/TestFormattingRuleFactoryServiceFactory.cs | 2 +- .../TestUtilities/Workspaces/TestHostDocument.cs | 2 +- .../TestUtilities/Workspaces/TestHostProject.cs | 2 +- .../TestUtilities/Workspaces/TestHostSolution.cs | 2 +- .../TestUtilities/Workspaces/TestWorkspaceFixture.cs | 2 +- .../TestUtilities/Workspaces/TestWorkspace_Create.cs | 2 +- .../TestUtilities/Workspaces/TestWorkspace_XmlConsumption.cs | 2 +- .../TestUtilities/Workspaces/TestWorkspace_XmlCreation.cs | 2 +- .../Workspaces/VisualBasicTestWorkspaceFixture.cs | 2 +- src/EditorFeatures/Text/Extensions.SnapshotSourceText.cs | 2 +- src/EditorFeatures/Text/Extensions.TextBufferContainer.cs | 2 +- src/EditorFeatures/Text/Extensions.TextBufferMapper.cs | 2 +- src/EditorFeatures/Text/Extensions.cs | 2 +- .../TextBufferFactoryService/ITextBufferCloneService.cs | 2 +- .../TextBufferFactoryService/TextBufferCloneServiceFactory.cs | 2 +- .../Text/Shared/Extensions/ITextSnapshotExtensions.cs | 2 +- .../Text/Shared/Extensions/ITextSnapshotLineExtensions.cs | 2 +- .../Text/Shared/Extensions/TextSpanExtensions.cs | 2 +- .../Source/ExpressionCompiler/Binders/EEMethodBinder.cs | 2 +- .../ExpressionCompiler/Binders/WithTypeArgumentsBinder.cs | 2 +- .../CSharp/Source/ExpressionCompiler/CSharpCompileResult.cs | 2 +- .../Source/ExpressionCompiler/CSharpExpressionCompiler.cs | 2 +- .../CSharp/Source/ExpressionCompiler/CSharpFrameDecoder.cs | 2 +- .../Source/ExpressionCompiler/CSharpInstructionDecoder.cs | 2 +- .../ExpressionCompiler/CSharpLanguageInstructionDecoder.cs | 2 +- .../CSharp/Source/ExpressionCompiler/CSharpLocalAndMethod.cs | 2 +- .../CSharp/Source/ExpressionCompiler/CSharpMetadataContext.cs | 2 +- .../CSharp/Source/ExpressionCompiler/EETypeNameDecoder.cs | 2 +- .../ExpressionCompiler/Rewriters/CapturedVariableRewriter.cs | 2 +- .../ExpressionCompiler/Rewriters/MayHaveSideEffectsVisitor.cs | 2 +- .../ExpressionCompiler/Rewriters/PlaceholderLocalRewriter.cs | 2 +- .../Source/ExpressionCompiler/Symbols/DisplayClassInstance.cs | 2 +- .../Source/ExpressionCompiler/Symbols/EEConstructorSymbol.cs | 2 +- .../Symbols/EEDisplayClassFieldLocalSymbol.cs | 2 +- .../ExpressionCompiler/Symbols/EELocalConstantSymbol.cs | 2 +- .../CSharp/Source/ExpressionCompiler/Symbols/EELocalSymbol.cs | 2 +- .../Source/ExpressionCompiler/Symbols/EELocalSymbolBase.cs | 2 +- .../Source/ExpressionCompiler/Symbols/EENamedTypeSymbol.cs | 2 +- .../ExpressionCompiler/Symbols/EETypeParameterSymbol.cs | 2 +- .../Source/ExpressionCompiler/Symbols/ExceptionLocalSymbol.cs | 2 +- .../ExpressionCompiler/Symbols/ObjectAddressLocalSymbol.cs | 2 +- .../Source/ExpressionCompiler/Symbols/ObjectIdLocalSymbol.cs | 2 +- .../ExpressionCompiler/Symbols/PlaceholderMethodSymbol.cs | 2 +- .../ExpressionCompiler/Symbols/ReturnValueLocalSymbol.cs | 2 +- .../ExpressionCompiler/Symbols/SimpleTypeParameterSymbol.cs | 2 +- .../Symbols/SynthesizedContextMethodSymbol.cs | 2 +- .../CSharp/Source/ExpressionCompiler/TypeParameterChecker.cs | 2 +- .../CSharp/Source/ResultProvider/CSharpFormatter.TypeNames.cs | 2 +- .../CSharp/Source/ResultProvider/CSharpResultProvider.cs | 2 +- .../CSharp/Source/ResultProvider/Helpers/Placeholders.cs | 2 +- .../CSharp/Source/ResultProvider/Helpers/TypeExtensions.cs | 2 +- .../CSharp/Test/ExpressionCompiler/AccessibilityTests.cs | 2 +- .../Test/ExpressionCompiler/DebuggerDisplayAttributeTests.cs | 2 +- .../CSharp/Test/ExpressionCompiler/DeclarationTests.cs | 2 +- .../CSharp/Test/ExpressionCompiler/ManagedAddressOfTests.cs | 2 +- .../ExpressionCompiler/MethodContextReuseConstraintsTests.cs | 2 +- .../CSharp/Test/ExpressionCompiler/MissingAssemblyTests.cs | 2 +- .../CSharp/Test/ExpressionCompiler/NoPIATests.cs | 2 +- .../CSharp/Test/ExpressionCompiler/PseudoVariableTests.cs | 2 +- .../CSharp/Test/ExpressionCompiler/ResultPropertiesTests.cs | 2 +- .../CSharp/Test/ExpressionCompiler/UsingDebugInfoTests.cs | 2 +- .../CSharp/Test/ExpressionCompiler/WinMdTests.cs | 2 +- .../CSharp/Test/ResultProvider/AccessibilityTests.cs | 2 +- .../CSharp/Test/ResultProvider/ArrayExpansionTests.cs | 2 +- .../Test/ResultProvider/CSharpResultProviderTestBase.cs | 2 +- .../Test/ResultProvider/DebuggerBrowsableAttributeTests.cs | 2 +- .../Test/ResultProvider/DebuggerDisplayAttributeTests.cs | 2 +- .../Test/ResultProvider/DebuggerTypeProxyAttributeTests.cs | 2 +- .../Test/ResultProvider/DebuggerVisualizerAttributeTests.cs | 2 +- .../Test/ResultProvider/DynamicFlagsCustomTypeInfoTests.cs | 2 +- .../CSharp/Test/ResultProvider/DynamicTests.cs | 2 +- .../CSharp/Test/ResultProvider/ExpansionTests.cs | 2 +- .../CSharp/Test/ResultProvider/FormatSpecifierTests.cs | 2 +- .../CSharp/Test/ResultProvider/FullNameTests.cs | 2 +- .../CSharp/Test/ResultProvider/Helpers/TestTypeExtensions.cs | 2 +- .../CSharp/Test/ResultProvider/ObjectIdTests.cs | 2 +- .../CSharp/Test/ResultProvider/ResultsViewTests.cs | 2 +- .../CSharp/Test/ResultProvider/TypeNameFormatterTests.cs | 2 +- .../CSharp/Test/ResultProvider/TypeVariablesExpansionTests.cs | 2 +- .../CSharp/Test/ResultProvider/ValueFormattingTests.cs | 2 +- .../Source/ExpressionCompiler/AbstractTypeParameterChecker.cs | 2 +- .../Core/Source/ExpressionCompiler/AssemblyReaders.cs | 2 +- .../Core/Source/ExpressionCompiler/AssemblyReference.cs | 2 +- .../Core/Source/ExpressionCompiler/CompileResult.cs | 2 +- .../Source/ExpressionCompiler/ExpressionCompilerConstants.cs | 2 +- .../Source/ExpressionCompiler/ExpressionCompilerUtilities.cs | 2 +- .../ExpressionCompiler/ExpressionEvaluatorFatalError.cs | 2 +- .../Source/ExpressionCompiler/ImmutableArrayExtensions.cs | 2 +- .../Source/ExpressionCompiler/LanguageInstructionDecoder.cs | 2 +- .../Core/Source/ExpressionCompiler/LocalAndMethod.cs | 2 +- .../Core/Source/ExpressionCompiler/MetadataBlock.cs | 2 +- .../ExpressionCompiler/MethodContextReuseConstraints.cs | 2 +- .../Source/ExpressionCompiler/PDB/HoisedLocalScopeRecord.cs | 2 +- .../Core/Source/ExpressionCompiler/PseudoVariableUtilities.cs | 2 +- .../Core/Source/ExpressionCompiler/ResultProperties.cs | 2 +- .../Source/ResultProvider/Expansion/AggregateExpansion.cs | 2 +- .../Core/Source/ResultProvider/Expansion/ArrayExpansion.cs | 2 +- .../ResultProvider/Expansion/DebuggerTypeProxyExpansion.cs | 2 +- .../Core/Source/ResultProvider/Expansion/Expansion.cs | 2 +- .../Core/Source/ResultProvider/Expansion/MemberExpansion.cs | 2 +- .../ResultProvider/Expansion/PointerDereferenceExpansion.cs | 2 +- .../Source/ResultProvider/Expansion/ResultsViewExpansion.cs | 2 +- .../Source/ResultProvider/Expansion/TypeVariablesExpansion.cs | 2 +- .../Core/Source/ResultProvider/Formatter.Values.cs | 2 +- .../ResultProvider/Helpers/CustomTypeInfoTypeArgumentMap.cs | 2 +- .../ResultProvider/Helpers/DkmClrValueFlagsExtensions.cs | 2 +- .../Helpers/DkmEvaluationResultFlagsExtensions.cs | 2 +- .../Core/Source/ResultProvider/Helpers/EnumContextDataItem.cs | 2 +- .../Core/Source/ResultProvider/Helpers/EvalResultDataItem.cs | 2 +- .../Source/ResultProvider/Helpers/GeneratedMetadataNames.cs | 2 +- .../Core/Source/ResultProvider/Helpers/HashFunctions.cs | 2 +- .../ResultProvider/Helpers/InternalWellKnownMemberNames.cs | 2 +- .../Source/ResultProvider/Helpers/MemberAndDeclarationInfo.cs | 2 +- .../Core/Source/ResultProvider/Helpers/RawStringDataItem.cs | 2 +- .../Core/Source/ResultProvider/Helpers/TypeAndCustomInfo.cs | 2 +- .../Core/Source/ResultProvider/Helpers/TypeHelpers.cs | 2 +- .../Core/Source/ResultProvider/Helpers/TypeWalker.cs | 2 +- .../Source/ResultProvider/Portable/Helpers/Placeholders.cs | 2 +- .../Core/Source/ResultProvider/ResultProvider.cs | 2 +- .../Core/Test/ExpressionCompiler/CustomDiagnosticFormatter.cs | 2 +- .../Core/Test/ExpressionCompiler/ModuleInstance.cs | 2 +- .../Test/ExpressionCompiler/NotImplementedSymUnmanaged.cs | 2 +- .../Test/ResultProvider/Debugger/Engine/DkmClrAppDomain.cs | 2 +- .../Debugger/Engine/DkmClrDebuggerBrowsableAttribute.cs | 2 +- .../Debugger/Engine/DkmClrDebuggerDisplayAttribute.cs | 2 +- .../Debugger/Engine/DkmClrDebuggerTypeProxyAttribute.cs | 2 +- .../Debugger/Engine/DkmClrDebuggerVisualizerAttribute.cs | 2 +- .../ResultProvider/Debugger/Engine/DkmClrEvalAttribute.cs | 2 +- .../ResultProvider/Debugger/Engine/DkmClrModuleInstance.cs | 2 +- .../ResultProvider/Debugger/Engine/DkmClrRuntimeInstance.cs | 2 +- .../Core/Test/ResultProvider/Debugger/Engine/DkmClrType.cs | 2 +- .../Test/ResultProvider/Debugger/Engine/DkmClrValueFlags.cs | 2 +- .../Debugger/Engine/DkmContinueCorruptingException.cs | 2 +- .../Debugger/Engine/DkmCustomUIVisualizerInfo.cs | 2 +- .../Test/ResultProvider/Debugger/Engine/DkmDataContainer.cs | 2 +- .../Core/Test/ResultProvider/Debugger/Engine/DkmDataItem.cs | 2 +- .../Debugger/Engine/DkmEvaluationEnumAsyncResult.cs | 2 +- .../Test/ResultProvider/Debugger/Engine/DkmEvaluationFlags.cs | 2 +- .../ResultProvider/Debugger/Engine/DkmEvaluationResult.cs | 2 +- .../Debugger/Engine/DkmEvaluationResultCategory.cs | 2 +- .../Debugger/Engine/DkmEvaluationResultEnumContext.cs | 2 +- .../Debugger/Engine/DkmEvaluationResultFlags.cs | 2 +- .../Core/Test/ResultProvider/Debugger/Engine/DkmException.cs | 2 +- .../Test/ResultProvider/Debugger/Engine/DkmExceptionCode.cs | 2 +- .../Debugger/Engine/DkmFailedEvaluationResult.cs | 2 +- .../Debugger/Engine/DkmGetChildrenAsyncResult.cs | 2 +- .../ResultProvider/Debugger/Engine/DkmInspectionContext.cs | 2 +- .../Core/Test/ResultProvider/Debugger/Engine/DkmMisc.cs | 2 +- .../Core/Test/ResultProvider/Debugger/Engine/DkmModule.cs | 2 +- .../Test/ResultProvider/Debugger/Engine/DkmModuleInstance.cs | 2 +- .../Engine/DkmReportNonFatalWatsonExceptionAttribute.cs | 2 +- .../Debugger/Engine/DkmSuccessEvaluationResult.cs | 2 +- .../Test/ResultProvider/Debugger/Engine/IDkmClrFormatter.cs | 2 +- .../ResultProvider/Debugger/Engine/IDkmClrResultProvider.cs | 2 +- .../Test/ResultProvider/Debugger/MemberInfo/AssemblyImpl.cs | 2 +- .../ResultProvider/Debugger/MemberInfo/ConstructorInfoImpl.cs | 2 +- .../Debugger/MemberInfo/CustomAttributeDataImpl.cs | 2 +- .../Test/ResultProvider/Debugger/MemberInfo/EventInfoImpl.cs | 2 +- .../Test/ResultProvider/Debugger/MemberInfo/FieldInfoImpl.cs | 2 +- .../Test/ResultProvider/Debugger/MemberInfo/MethodInfoImpl.cs | 2 +- .../Test/ResultProvider/Debugger/MemberInfo/ModuleImpl.cs | 2 +- .../ResultProvider/Debugger/MemberInfo/ParameterInfoImpl.cs | 2 +- .../ResultProvider/Debugger/MemberInfo/PropertyInfoImpl.cs | 2 +- .../Core/Test/ResultProvider/Debugger/MemberInfo/TypeImpl.cs | 2 +- .../Core/Test/ResultProvider/ReflectionUtilities.cs | 2 +- src/ExpressionEvaluator/Package/AssemblyRedirects.cs | 2 +- .../Portable/AddBraces/CSharpAddBracesCodeFixProvider.cs | 2 +- .../Portable/AddBraces/CSharpAddBracesDiagnosticAnalyzer.cs | 2 +- .../Portable/AddImport/CSharpAddImportCodeFixProvider.cs | 2 +- .../Portable/AddImport/CSharpAddImportDiagnosticProvider.cs | 2 +- .../CSharpAddMissingReferenceCodeFixProvider.cs | 2 +- .../Portable/ChangeSignature/CSharpChangeSignatureService.cs | 2 +- .../Portable/ChangeSignature/ChangeSignatureFormattingRule.cs | 2 +- .../CSharp/Portable/ChangeSignature/UnifiedArgumentSyntax.cs | 2 +- .../Portable/CodeFixes/Async/CSharpAddAwaitCodeFixProvider.cs | 2 +- .../Async/CSharpConvertToAsyncMethodCodeFixProvider.cs | 2 +- .../GenerateEnumMember/GenerateEnumMemberCodeFixProvider.cs | 2 +- .../GenerateMethod/GenerateConversionCodeFixProvider.cs | 2 +- .../CodeFixes/GenerateMethod/GenerateMethodCodeFixProvider.cs | 2 +- .../CodeFixes/GenerateType/GenerateTypeCodeFixProvider.cs | 2 +- .../HideBase/HideBaseCodeFixProvider.AddNewKeywordAction.cs | 2 +- .../CodeFixes/Iterator/CSharpAddYieldCodeFixProvider.cs | 2 +- .../Iterator/CSharpChangeToIEnumerableCodeFixProvider.cs | 2 +- ...CastCodeFixProvider.RemoveUnnecessaryCastFixAllProvider.cs | 2 +- .../RemoveUnnecessaryCastCodeFixProvider.cs | 2 +- .../RemoveUnnecessaryCastDiagnosticProvider.cs | 2 +- ...ypeNamesCodeFixProvider.SimplifyTypeNamesFixAllProvider.cs | 2 +- .../SimplifyTypeNames/SimplifyTypeNamesCodeFixProvider.cs | 2 +- .../SimplifyTypeNames/SimplifyTypeNamesDiagnosticProvider.cs | 2 +- .../CodeFixes/SpellCheck/CSharpSpellcheckCodeFixProvider.cs | 2 +- .../CodeFixes/Suppression/CSharpSuppressionCodeFixProvider.cs | 2 +- .../Portable/CodeRefactorings/CSharpCodeRefactoringService.cs | 2 +- ...ineTemporaryCodeRefactoringProvider.InitializerRewriter.cs | 2 +- ...nlineTemporaryCodeRefactoringProvider.ReferenceRewriter.cs | 2 +- .../InlineTemporary/InlineTemporaryCodeRefactoringProvider.cs | 2 +- .../InvertIf/InvertIfCodeRefactoringProvider.cs | 2 +- .../LambdaSimplifierCodeRefactoringProvider.Rewriter.cs | 2 +- .../LambdaSimplifierCodeRefactoringProvider.cs | 2 +- ...eclarationNearReferenceCodeRefactoringProvider.Rewriter.cs | 2 +- ...veDeclarationNearReferenceCodeRefactoringProvider.State.cs | 2 +- .../MoveDeclarationNearReferenceCodeRefactoringProvider.cs | 2 +- .../CodeRefactorings/MoveType/CSharpMoveTypeService.cs | 2 +- .../CommentSelection/CSharpCommentSelectionService.cs | 2 +- .../CSharp/Portable/Completion/CSharpCompletionOptions.cs | 2 +- .../CSharp/Portable/Completion/CSharpCompletionService.cs | 2 +- .../AttributeNamedParameterCompletionProvider.cs | 2 +- .../Completion/CompletionProviders/CompletionUtilities.cs | 2 +- .../EnumAndCompletionListTagCompletionProvider.cs | 2 +- .../ExplicitInterfaceMemberCompletionProvider.cs | 2 +- .../CompletionProviders/ExternAliasCompletionProvider.cs | 2 +- .../CompletionProviders/KeywordCompletionProvider.cs | 2 +- .../CompletionProviders/NamedParameterCompletionProvider.cs | 2 +- .../CompletionProviders/ObjectCreationCompletionProvider.cs | 2 +- .../ObjectInitializerCompletionProvider.cs | 2 +- .../CompletionProviders/OverrideCompletionProvider.cs | 2 +- .../CompletionProviders/PartialMethodCompletionProvider.cs | 2 +- .../CompletionProviders/PartialTypeCompletionProvider.cs | 2 +- .../CompletionProviders/SnippetCompletionProvider.cs | 2 +- .../CompletionProviders/SpeculativeTCompletionProvider.cs | 2 +- .../CompletionProviders/SymbolCompletionProvider.cs | 2 +- .../CompletionProviders/XmlDocCommentCompletionProvider.cs | 2 +- .../KeywordRecommenders/AbstractKeywordRecommender.cs | 2 +- .../AbstractSyntacticSingleKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/AddKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/AliasKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/AsKeywordRecommender.cs | 2 +- .../KeywordRecommenders/AscendingKeywordRecommender.cs | 2 +- .../KeywordRecommenders/AssemblyKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/AsyncKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/AwaitKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/BaseKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/BoolKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/BreakKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/ByKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/ByteKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/CaseKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/CatchKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/CharKeywordRecommender.cs | 2 +- .../KeywordRecommenders/CheckedKeywordRecommender.cs | 2 +- .../KeywordRecommenders/ChecksumKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/ClassKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/ConstKeywordRecommender.cs | 2 +- .../KeywordRecommenders/ContinueKeywordRecommender.cs | 2 +- .../KeywordRecommenders/DecimalKeywordRecommender.cs | 2 +- .../KeywordRecommenders/DefaultKeywordRecommender.cs | 2 +- .../KeywordRecommenders/DefineKeywordRecommender.cs | 2 +- .../KeywordRecommenders/DelegateKeywordRecommender.cs | 2 +- .../KeywordRecommenders/DescendingKeywordRecommender.cs | 2 +- .../KeywordRecommenders/DisableKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/DoKeywordRecommender.cs | 2 +- .../KeywordRecommenders/DoubleKeywordRecommender.cs | 2 +- .../KeywordRecommenders/DynamicKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/ElifKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/ElseKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/EndIfKeywordRecommender.cs | 2 +- .../KeywordRecommenders/EndRegionKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/EnumKeywordRecommender.cs | 2 +- .../KeywordRecommenders/EqualsKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/ErrorKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/EventKeywordRecommender.cs | 2 +- .../KeywordRecommenders/ExplicitKeywordRecommender.cs | 2 +- .../KeywordRecommenders/ExternKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/FalseKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/FieldKeywordRecommender.cs | 2 +- .../KeywordRecommenders/FinallyKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/FixedKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/FloatKeywordRecommender.cs | 2 +- .../KeywordRecommenders/ForEachKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/ForKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/FromKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/GetKeywordRecommender.cs | 2 +- .../KeywordRecommenders/GlobalKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/GotoKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/GroupKeywordRecommender.cs | 2 +- .../KeywordRecommenders/HiddenKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/IfKeywordRecommender.cs | 2 +- .../KeywordRecommenders/ImplicitKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/InKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/IntKeywordRecommender.cs | 2 +- .../KeywordRecommenders/InterfaceKeywordRecommender.cs | 2 +- .../KeywordRecommenders/InternalKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/IntoKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/IsKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/JoinKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/LetKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/LineKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/LockKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/LongKeywordRecommender.cs | 2 +- .../KeywordRecommenders/MethodKeywordRecommender.cs | 2 +- .../KeywordRecommenders/ModuleKeywordRecommender.cs | 2 +- .../KeywordRecommenders/NameOfKeywordRecommender.cs | 2 +- .../KeywordRecommenders/NamespaceKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/NewKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/NullKeywordRecommender.cs | 2 +- .../KeywordRecommenders/ObjectKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/OnKeywordRecommender.cs | 2 +- .../KeywordRecommenders/OperatorKeywordRecommender.cs | 2 +- .../KeywordRecommenders/OrderByKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/OutKeywordRecommender.cs | 2 +- .../KeywordRecommenders/OverrideKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/ParamKeywordRecommender.cs | 2 +- .../KeywordRecommenders/ParamsKeywordRecommender.cs | 2 +- .../KeywordRecommenders/PartialKeywordRecommender.cs | 2 +- .../KeywordRecommenders/PragmaKeywordRecommender.cs | 2 +- .../KeywordRecommenders/PrivateKeywordRecommender.cs | 2 +- .../KeywordRecommenders/PropertyKeywordRecommender.cs | 2 +- .../KeywordRecommenders/ProtectedKeywordRecommender.cs | 2 +- .../KeywordRecommenders/PublicKeywordRecommender.cs | 2 +- .../KeywordRecommenders/ReadOnlyKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/RefKeywordRecommender.cs | 2 +- .../KeywordRecommenders/ReferenceKeywordRecommender.cs | 2 +- .../KeywordRecommenders/RegionKeywordRecommender.cs | 2 +- .../KeywordRecommenders/RemoveKeywordRecommender.cs | 2 +- .../KeywordRecommenders/RestoreKeywordRecommender.cs | 2 +- .../KeywordRecommenders/ReturnKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/SByteKeywordRecommender.cs | 2 +- .../KeywordRecommenders/SealedKeywordRecommender.cs | 2 +- .../KeywordRecommenders/SelectKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/SetKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/ShortKeywordRecommender.cs | 2 +- .../KeywordRecommenders/SizeOfKeywordRecommender.cs | 2 +- .../KeywordRecommenders/StackAllocKeywordRecommender.cs | 2 +- .../KeywordRecommenders/StaticKeywordRecommender.cs | 2 +- .../KeywordRecommenders/StringKeywordRecommender.cs | 2 +- .../KeywordRecommenders/StructKeywordRecommender.cs | 2 +- .../KeywordRecommenders/SwitchKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/ThisKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/ThrowKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/TrueKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/TryKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/TypeKeywordRecommender.cs | 2 +- .../KeywordRecommenders/TypeOfKeywordRecommender.cs | 2 +- .../KeywordRecommenders/TypeVarKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/UIntKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/ULongKeywordRecommender.cs | 2 +- .../KeywordRecommenders/UShortKeywordRecommender.cs | 2 +- .../KeywordRecommenders/UncheckedKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/UndefKeywordRecommender.cs | 2 +- .../KeywordRecommenders/UnsafeKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/UsingKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/VarKeywordRecommender.cs | 2 +- .../KeywordRecommenders/VirtualKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/VoidKeywordRecommender.cs | 2 +- .../KeywordRecommenders/VolatileKeywordRecommender.cs | 2 +- .../KeywordRecommenders/WarningKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/WhenKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/WhereKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/WhileKeywordRecommender.cs | 2 +- .../Completion/KeywordRecommenders/YieldKeywordRecommender.cs | 2 +- .../SuggestionMode/CSharpSuggestionModeCompletionProvider.cs | 2 +- .../CSharpRemoveUnnecessaryCastDiagnosticAnalyzer.cs | 2 +- .../Analyzers/CSharpSimplifyTypeNamesDiagnosticAnalyzer.cs | 2 +- .../Analyzers/CSharpUnboundIdentifiersDiagnosticAnalyzer.cs | 2 +- .../Analyzers/CSharpUseExplicitTypeDiagnosticAnalyzer.cs | 2 +- .../Analyzers/CSharpUseImplicitTypeDiagnosticAnalyzer.cs | 2 +- .../Portable/Diagnostics/CSharpAnalyzerDriverService.cs | 2 +- .../CSharpDocumentationCommentFormattingService.cs | 2 +- .../DocumentationComments/DocumentationCommentUtilities.cs | 2 +- .../Portable/EditAndContinue/CSharpEditAndContinueAnalyzer.cs | 2 +- .../Portable/EditAndContinue/StatementSyntaxComparer.cs | 2 +- .../CSharp/Portable/EditAndContinue/TopSyntaxComparer.cs | 2 +- .../EncapsulateField/CSharpEncapsulateFieldService.cs | 2 +- .../ExtractInterface/CSharpExtractInterfaceService.cs | 2 +- .../Portable/ExtractMethod/CSharpExtractMethodService.cs | 2 +- .../Portable/ExtractMethod/CSharpMethodExtractor.Analyzer.cs | 2 +- ...Extractor.CSharpCodeGenerator.CallSiteContainerRewriter.cs | 2 +- ...odExtractor.CSharpCodeGenerator.ExpressionCodeGenerator.cs | 2 +- ...tor.CSharpCodeGenerator.MultipleStatementsCodeGenerator.cs | 2 +- ...ractor.CSharpCodeGenerator.SingleStatementCodeGenerator.cs | 2 +- .../CSharpMethodExtractor.CSharpCodeGenerator.cs | 2 +- .../ExtractMethod/CSharpMethodExtractor.FormattingProvider.cs | 2 +- .../ExtractMethod/CSharpMethodExtractor.PostProcessor.cs | 2 +- .../ExtractMethod/CSharpMethodExtractor.TriviaResult.cs | 2 +- .../CSharp/Portable/ExtractMethod/CSharpMethodExtractor.cs | 2 +- .../ExtractMethod/CSharpSelectionResult.ExpressionResult.cs | 2 +- .../ExtractMethod/CSharpSelectionResult.StatementResult.cs | 2 +- .../CSharp/Portable/ExtractMethod/CSharpSelectionResult.cs | 2 +- .../ExtractMethod/CSharpSelectionValidator.Validator.cs | 2 +- .../CSharp/Portable/ExtractMethod/CSharpSelectionValidator.cs | 2 +- .../Portable/ExtractMethod/CSharpSyntaxTriviaService.cs | 2 +- .../ExtractMethod/CSharpSyntaxTriviaServiceFactory.cs | 2 +- src/Features/CSharp/Portable/ExtractMethod/Extensions.cs | 2 +- .../FullyQualify/CSharpFullyQualifyCodeFixProvider.cs | 2 +- .../GenerateConstructor/CSharpGenerateConstructorService.cs | 2 +- .../GenerateConstructor/GenerateConstructorCodeFixProvider.cs | 2 +- .../CSharpGenerateDefaultConstructorsService.cs | 2 +- .../GenerateEnumMember/CSharpGenerateEnumMemberService.cs | 2 +- .../CSharpCommonGenerationServiceMethods.cs | 2 +- .../CSharpGenerateConversionService.cs | 2 +- .../CSharpGenerateMethodService.cs | 2 +- .../GenerateVariable/CSharpGenerateVariableService.cs | 2 +- .../CSharp/Portable/GenerateType/CSharpGenerateTypeService.cs | 2 +- .../GenerateVariable/CSharpGenerateVariableCodeFixProvider.cs | 2 +- .../CSharpImplementAbstractClassCodeFixProvider.cs | 2 +- .../CSharpImplementAbstractClassService.cs | 2 +- .../CSharpImplementInterfaceCodeFixProvider.cs | 2 +- .../ImplementInterface/CSharpImplementInterfaceService.cs | 2 +- .../CSharpIntroduceVariableService.Rewriter.cs | 2 +- .../IntroduceVariable/CSharpIntroduceVariableService.cs | 2 +- .../CSharpIntroduceVariableService_IntroduceField.cs | 2 +- .../CSharpIntroduceVariableService_IntroduceLocal.cs | 2 +- .../CSharpIntroduceVariableService_IntroduceQueryLocal.cs | 2 +- .../InvokeDelegateWithConditionalAccessAnalyzer.cs | 2 +- .../InvokeDelegateWithConditionalAccessCodeFixProvider.cs | 2 +- .../LanguageServices/CSharpAnonymousTypeDisplayService.cs | 2 +- .../CSharpSymbolDisplayService.SymbolDescriptionBuilder.cs | 2 +- .../Portable/LanguageServices/CSharpSymbolDisplayService.cs | 2 +- .../LanguageServices/CSharpSymbolDisplayServiceFactory.cs | 2 +- .../MetadataAsSource/CSharpMetadataAsSourceService.cs | 2 +- .../MetadataAsSource/CSharpMetadataAsSourceServiceFactory.cs | 2 +- .../Portable/NavigateTo/CSharpNavigateToSearchService.cs | 2 +- .../OrganizeImports/CSharpOrganizeImportsService.Rewriter.cs | 2 +- .../Portable/OrganizeImports/CSharpOrganizeImportsService.cs | 2 +- .../Portable/Organizing/CSharpOrganizingService.Rewriter.cs | 2 +- .../CSharp/Portable/Organizing/CSharpOrganizingService.cs | 2 +- .../Organizing/Organizers/ClassDeclarationOrganizer.cs | 2 +- .../Organizing/Organizers/ConstructorDeclarationOrganizer.cs | 2 +- .../Organizing/Organizers/DestructorDeclarationOrganizer.cs | 2 +- .../Organizing/Organizers/EnumDeclarationOrganizer.cs | 2 +- .../Organizing/Organizers/EventDeclarationOrganizer.cs | 2 +- .../Organizing/Organizers/EventFieldDeclarationOrganizer.cs | 2 +- .../Organizing/Organizers/FieldDeclarationOrganizer.cs | 2 +- .../Organizing/Organizers/IndexerDeclarationOrganizer.cs | 2 +- .../Organizing/Organizers/InterfaceDeclarationOrganizer.cs | 2 +- .../Organizers/MemberDeclarationsOrganizer.Comparer.cs | 2 +- .../Organizing/Organizers/MemberDeclarationsOrganizer.cs | 2 +- .../Organizing/Organizers/MethodDeclarationOrganizer.cs | 2 +- .../Organizing/Organizers/ModifiersOrganizer.Comparer.cs | 2 +- .../Portable/Organizing/Organizers/ModifiersOrganizer.cs | 2 +- .../Organizing/Organizers/OperatorDeclarationOrganizer.cs | 2 +- .../Organizing/Organizers/PropertyDeclarationOrganizer.cs | 2 +- .../Organizing/Organizers/StructDeclarationOrganizer.cs | 2 +- src/Features/CSharp/Portable/Properties/AssemblyInfo.cs | 2 +- .../AbstractCSharpRemoveUnnecessaryImportsService.Rewriter.cs | 2 +- .../AbstractCSharpRemoveUnnecessaryImportsService.cs | 2 +- .../CSharpRemoveUnnecessaryImportsCodeFixProvider.cs | 2 +- .../CSharpRemoveUnnecessaryImportsDiagnosticAnalyzer.cs | 2 +- .../CSharpReplaceMethodWithPropertyService.cs | 2 +- .../SignatureHelp/AbstractCSharpSignatureHelpProvider.cs | 2 +- .../Portable/SignatureHelp/AttributeSignatureHelpProvider.cs | 2 +- .../ConstructorInitializerSignatureHelpProvider.cs | 2 +- .../ElementAccessExpressionSignatureHelpProvider.cs | 2 +- .../GenericNamePartiallyWrittenSignatureHelpProvider.cs | 2 +- .../SignatureHelp/GenericNameSignatureHelpProvider.cs | 2 +- .../SignatureHelp/GenericNameSignatureHelpProvider_Method.cs | 2 +- .../GenericNameSignatureHelpProvider_NamedType.cs | 2 +- .../InvocationExpressionSignatureHelpProvider.cs | 2 +- ...nvocationExpressionSignatureHelpProvider_DelegateInvoke.cs | 2 +- .../InvocationExpressionSignatureHelpProvider_MethodGroup.cs | 2 +- .../ObjectCreationExpressionSignatureHelpProvider.cs | 2 +- ...ectCreationExpressionSignatureHelpProvider_DelegateType.cs | 2 +- ...bjectCreationExpressionSignatureHelpProvider_NormalType.cs | 2 +- .../CSharp/Portable/SignatureHelp/SignatureHelpUtilities.cs | 2 +- .../SolutionCrawler/CSharpDocumentDifferenceService.cs | 2 +- .../CSharp/Portable/Structure/CSharpBlockStructureService.cs | 2 +- .../CSharpTodoCommentIncrementalAnalyzerProvider.cs | 2 +- .../Portable/TypeStyle/UseExplicitTypeCodeFixProvider.cs | 2 +- .../Portable/TypeStyle/UseImplicitTypeCodeFixProvider.cs | 2 +- .../CSharpAsAndNullCheckDiagnosticAnalyzer.cs | 2 +- .../CSharpIsAndCastCheckDiagnosticAnalyzer.cs | 2 +- .../AddConstructorParametersCodeAction.cs | 2 +- ...ConstructorParametersFromMembersCodeRefactoringProvider.cs | 2 +- .../Core/Portable/AddImport/References/PackageReference.cs | 2 +- .../AddMissingReference/AddMissingReferenceCodeAction.cs | 2 +- .../AbstractChangeSignatureCodeRefactoringProvider.cs | 2 +- .../ChangeSignature/AbstractChangeSignatureService.cs | 2 +- .../Portable/ChangeSignature/CannotChangeSignatureReason.cs | 2 +- .../Portable/ChangeSignature/ChangeSignatureCodeAction.cs | 2 +- .../Portable/ChangeSignature/ChangeSignatureOptionsResult.cs | 2 +- .../Core/Portable/ChangeSignature/ChangeSignatureResult.cs | 2 +- .../ChangeSignature/IChangeSignatureOptionsService.cs | 2 +- .../Core/Portable/ChangeSignature/IUnifiedArgumentSyntax.cs | 2 +- .../Core/Portable/ChangeSignature/ParameterConfiguration.cs | 2 +- src/Features/Core/Portable/ChangeSignature/SignatureChange.cs | 2 +- .../Core/Portable/CodeFixes/CodeFixContextExtensions.cs | 2 +- .../CodeFixes/FixAllOccurrences/FixMultipleCodeAction.cs | 2 +- .../NamingStyle/AbstractNamingStyleCodeFixProvider.cs | 2 +- ...CodeFixProvider.AbstractGlobalSuppressMessageCodeAction.cs | 2 +- ...tractSuppressionCodeFixProvider.PragmaWarningCodeAction.cs | 2 +- ...tSuppressionCodeFixProvider.RemoveSuppressionCodeAction.cs | 2 +- ...onCodeFixProvider.RemoveSuppressionCodeAction_Attribute.cs | 2 +- ...ssionCodeFixProvider.RemoveSuppressionCodeAction_Pragma.cs | 2 +- .../CodeFixes/Suppression/NestedSuppressionCodeAction.cs | 2 +- .../CodeFixes/Suppression/TopLevelSuppressionCodeAction.cs | 2 +- .../CodeRefactorings/AbstractCodeRefactoringService.cs | 2 +- .../Core/Portable/CodeRefactorings/CodeRefactoring.cs | 2 +- .../AbstractExtractMethodCodeRefactoringProvider.cs | 2 +- .../IntroduceVariableCodeRefactoringProvider.cs | 2 +- .../MoveType/AbstractMoveTypeService.Editor.cs | 2 +- .../MoveType/AbstractMoveTypeService.MoveTypeCodeAction.cs | 2 +- .../MoveType/AbstractMoveTypeService.MoveTypeEditor.cs | 2 +- .../MoveType/AbstractMoveTypeService.RenameFileEditor.cs | 2 +- .../MoveType/AbstractMoveTypeService.RenameTypeEditor.cs | 2 +- .../CodeRefactorings/MoveType/AbstractMoveTypeService.cs | 2 +- .../Portable/CodeRefactorings/MoveType/IMoveTypeService.cs | 2 +- .../MoveType/MoveTypeCodeRefactoringProvider.cs | 2 +- .../AbstractUseNamedArgumentsCodeRefactoringProvider.cs | 2 +- .../Core/Portable/Completion/AbstractCompletionService.cs | 2 +- .../Core/Portable/Completion/CommonCompletionUtilities.cs | 2 +- .../Core/Portable/Completion/Providers/RecommendedKeyword.cs | 2 +- .../AbstractConvertIfToSwitchCodeRefactoringProvider.cs | 2 +- src/Features/Core/Portable/Diagnostics/AnalyzerHelper.cs | 2 +- .../Analyzers/NamingStyleDiagnosticAnalyzerBase.cs | 2 +- .../Analyzers/PreferFrameworkTypeDiagnosticAnalyzerBase.cs | 2 +- .../Analyzers/RemoveUnnecessaryCastDiagnosticAnalyzerBase.cs | 2 +- .../Analyzers/SimplifyTypeNamesDiagnosticAnalyzerBase.cs | 2 +- src/Features/Core/Portable/Diagnostics/DiagnosticCategory.cs | 2 +- .../Core/Portable/Diagnostics/DiagnosticProviderMetadata.cs | 2 +- .../Core/Portable/Diagnostics/PredefinedBuildTools.cs | 2 +- .../DocumentHighlighting/IDocumentHighlightsService.cs | 2 +- .../Portable/EditAndContinue/RudeEditDiagnosticDescriptors.cs | 2 +- .../Portable/ExtractInterface/ExtractInterfaceCodeAction.cs | 2 +- .../Core/Portable/ExtractMethod/MethodExtractor.Analyzer.cs | 2 +- .../Portable/ExtractMethod/MethodExtractor.TriviaResult.cs | 2 +- .../Core/Portable/ExtractMethod/OperationStatus_Statics.cs | 2 +- .../FieldDelegatingCodeAction.cs | 2 +- .../GenerateDefaultConstructorsCodeRefactoringProvider.cs | 2 +- .../AbstractGenerateConstructorService.CodeAction.cs | 2 +- .../AbstractGenerateDefaultConstructorsService.CodeAction.cs | 2 +- ...bstractGenerateDefaultConstructorsService.CodeActionAll.cs | 2 +- .../AbstractGenerateEnumMemberService.CodeAction.cs | 2 +- .../GenerateEnumMember/IGenerateEnumMemberService.cs | 2 +- ...nerateParameterizedMemberService.AbstractInvocationInfo.cs | 2 +- .../AbstractGenerateParameterizedMemberService.CodeAction.cs | 2 +- ...tGenerateParameterizedMemberService.MethodSignatureInfo.cs | 2 +- .../AbstractGenerateParameterizedMemberService.State.cs | 2 +- .../IGenerateParameterizedMemberService.cs | 2 +- .../AbstractGenerateVariableService.CodeAction.cs | 2 +- ...AbstractGenerateVariableService.GenerateLocalCodeAction.cs | 2 +- .../GenerateVariable/AbstractGenerateVariableService.State.cs | 2 +- .../GenerateVariable/IGenerateVariableService.cs | 2 +- .../GenerateType/AbstractGenerateTypeService.CodeAction.cs | 2 +- .../GenerateType/AbstractGenerateTypeService.Editor.cs | 2 +- .../GenerateType/AbstractGenerateTypeService.State.cs | 2 +- .../Core/Portable/GenerateType/GenerateTypeDialogOptions.cs | 2 +- .../Core/Portable/GenerateType/GenerateTypeOptionsResult.cs | 2 +- .../Core/Portable/GenerateType/IGenerateTypeOptionService.cs | 2 +- .../Core/Portable/GenerateType/IGenerateTypeService.cs | 2 +- src/Features/Core/Portable/GenerateType/TypeKindOptions.cs | 2 +- .../AbstractImplementAbstractClassService.Editor.cs | 2 +- .../AbstractImplementAbstractClassService.State.cs | 2 +- .../AbstractImplementAbstractClassService.cs | 2 +- .../ImplementAbstractClass/IImplementAbstractClassService.cs | 2 +- .../AbstractImplementInterfaceService.CodeAction_Conflicts.cs | 2 +- .../AbstractImplementInterfaceService.CodeAction_Method.cs | 2 +- .../AbstractImplementInterfaceService.CodeAction_Property.cs | 2 +- ...tractImplementInterfaceService.DisposePatternCodeAction.cs | 2 +- .../AbstractImplementInterfaceService.State.cs | 2 +- .../ImplementInterface/AbstractImplementInterfaceService.cs | 2 +- .../Portable/ImplementInterface/IImplementInterfaceService.cs | 2 +- .../SymbolTreeInfoIncrementalAnalyzerProvider.cs | 2 +- .../SyntaxTreeInfoIncrementalAnalyzerProvider.cs | 2 +- ...duceVariableService.AbstractIntroduceVariableCodeAction.cs | 2 +- .../AbstractIntroduceVariableService.CodeAction.cs | 2 +- .../AbstractIntroduceVariableService.State.cs | 2 +- .../AbstractIntroduceVariableService.State_Attribute.cs | 2 +- .../AbstractIntroduceVariableService.State_Block.cs | 2 +- ...ctIntroduceVariableService.State_ConstructorInitializer.cs | 2 +- .../AbstractIntroduceVariableService.State_Field.cs | 2 +- .../AbstractIntroduceVariableService.State_Parameter.cs | 2 +- .../AbstractIntroduceVariableService.State_Query.cs | 2 +- .../IntroduceVariable/AbstractIntroduceVariableService.cs | 2 +- .../Portable/IntroduceVariable/IIntroduceVariableService.cs | 2 +- ...sTypeDisplayService.NormalAnonymousTypeCollectorVisitor.cs | 2 +- .../AbstractAnonymousTypeDisplayService.cs | 2 +- .../AnonymousTypeDisplayService/AnonymousTypeDisplayInfo.cs | 2 +- .../IAnonymousTypeDisplayExtensions.cs | 2 +- .../IAnonymousTypeDisplayService.cs | 2 +- .../AbstractSymbolDisplayService.AnonymousTypes.cs | 2 +- .../SymbolDisplayService/AbstractSymbolDisplayService.cs | 2 +- .../SymbolDisplayService/ISymbolDisplayService.cs | 2 +- .../SymbolDisplayService/SymbolDescriptionGroups.cs | 2 +- .../AbstractMetadataAsSourceService.AbstractFormattingRule.cs | 2 +- ...ataAsSourceService.AbstractWrappedNamespaceOrTypeSymbol.cs | 2 +- .../AbstractMetadataAsSourceService.AbstractWrappedSymbol.cs | 2 +- .../AbstractMetadataAsSourceService.WrappedEventSymbol.cs | 2 +- .../AbstractMetadataAsSourceService.WrappedFieldSymbol.cs | 2 +- .../AbstractMetadataAsSourceService.WrappedMethodSymbol.cs | 2 +- .../AbstractMetadataAsSourceService.WrappedNamedTypeSymbol.cs | 2 +- .../AbstractMetadataAsSourceService.WrappedPropertySymbol.cs | 2 +- .../MetadataAsSource/AbstractMetadataAsSourceService.cs | 2 +- .../Portable/MetadataAsSource/IMetadataAsSourceService.cs | 2 +- .../Core/Portable/MetadataAsSource/MetadataAsSourceHelpers.cs | 2 +- .../Core/Portable/NavigateTo/INavigateToSearchResult.cs | 2 +- .../Core/Portable/NavigateTo/INavigateToSearchService.cs | 2 +- .../Portable/Navigation/DefaultDocumentNavigationService.cs | 2 +- .../Navigation/DefaultDocumentNavigationServiceFactory.cs | 2 +- .../Portable/Navigation/DefaultSymbolNavigationService.cs | 2 +- .../Navigation/DefaultSymbolNavigationServiceFactory.cs | 2 +- .../Core/Portable/Navigation/IDocumentNavigationService.cs | 2 +- .../Core/Portable/Navigation/ISymbolNavigationService.cs | 2 +- .../Core/Portable/Notification/INotificationService.cs | 2 +- .../Portable/Notification/INotificationServiceCallback.cs | 2 +- .../Notification/ISemanticChangeNotificationService.cs | 2 +- .../Core/Portable/Notification/NotificationSeverity.cs | 2 +- .../Notification/SemanticChangeNotificationService.cs | 2 +- .../Core/Portable/OrganizeImports/IOrganizeImportsService.cs | 2 +- .../Core/Portable/OrganizeImports/OrganizeImportsService.cs | 2 +- .../Core/Portable/Organizing/AbstractOrganizingService.cs | 2 +- src/Features/Core/Portable/Organizing/IOrganizingService.cs | 2 +- .../Organizing/Organizers/AbstractSyntaxNodeOrganizer.cs | 2 +- .../Organizers/ExportSyntaxNodeOrganizerAttribute.cs | 2 +- .../Core/Portable/Organizing/Organizers/ISyntaxOrganizer.cs | 2 +- src/Features/Core/Portable/Organizing/OrganizingService.cs | 2 +- .../PopulateSwitch/PopulateSwitchDiagnosticAnalyzer.cs | 2 +- .../Portable/ProjectManagement/IProjectManagementService.cs | 2 +- .../AbstractQualifyMemberAccessCodeFixprovider.cs | 2 +- .../AbstractQualifyMemberAccessDiagnosticAnalyzer.cs | 2 +- .../Core/Portable/RQName/Nodes/RQArrayOrPointerType.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQArrayType.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQConstructedType.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQConstructor.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQErrorType.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQEvent.cs | 2 +- .../Portable/RQName/Nodes/RQExplicitInterfaceMemberName.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQIndexer.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQMember.cs | 2 +- .../Core/Portable/RQName/Nodes/RQMemberParameterIndex.cs | 2 +- .../Nodes/RQMemberParameterIndexFromPartialImplementation.cs | 2 +- .../Nodes/RQMemberParameterIndexFromPartialSignature.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQMemberVariable.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQMethod.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQMethodBase.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQMethodOrProperty.cs | 2 +- .../Core/Portable/RQName/Nodes/RQMethodPropertyOrEvent.cs | 2 +- .../Core/Portable/RQName/Nodes/RQMethodPropertyOrEventName.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQNamespace.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQNode.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQNormalParameter.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQNullType.cs | 2 +- .../RQName/Nodes/RQOrdinaryMethodPropertyOrEventName.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQOutParameter.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQParameter.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQPointerType.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQProperty.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQPropertyBase.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQRefParameter.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQType.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQTypeOrNamespace.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQTypeVariableType.cs | 2 +- .../Core/Portable/RQName/Nodes/RQUnconstructedType.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/RQVoidType.cs | 2 +- src/Features/Core/Portable/RQName/Nodes/ResolvedRQNode.cs | 2 +- src/Features/Core/Portable/RQName/ParenthesesTreeWriter.cs | 2 +- src/Features/Core/Portable/RQName/RQNameInternal.cs | 2 +- src/Features/Core/Portable/RQName/RQNameStrings.cs | 2 +- src/Features/Core/Portable/RQName/RQNodeBuilder.cs | 2 +- .../Core/Portable/RQName/SimpleTree/SimpleGroupNode.cs | 2 +- .../Core/Portable/RQName/SimpleTree/SimpleLeafNode.cs | 2 +- .../Core/Portable/RQName/SimpleTree/SimpleTreeNode.cs | 2 +- .../IRemoveUnnecessaryImportsService.cs | 2 +- .../ReplaceMethodWithPropertyCodeRefactoringProvider.cs | 2 +- .../Shared/Extensions/DiagnosticAnalyzerExtensions.cs | 2 +- .../Core/Portable/Shared/Extensions/DocumentExtensions.cs | 2 +- .../Portable/Shared/Extensions/ILanguageMetadataExtensions.cs | 2 +- .../Core/Portable/Shared/Extensions/ISymbolExtensions_2.cs | 2 +- .../Portable/Shared/Extensions/ISymbolExtensions_Sorting.cs | 2 +- .../Portable/Shared/Options/ServiceComponentOnOffOptions.cs | 2 +- .../TestHooks/AggregateAsynchronousOperationListener.cs | 2 +- .../TestHooks/AsynchronousOperationListener.AsyncToken.cs | 2 +- .../AsynchronousOperationListener.DiagnosticAsyncToken.cs | 2 +- .../Shared/TestHooks/AsynchronousOperationListener.cs | 2 +- .../Core/Portable/Shared/TestHooks/FeatureAttribute.cs | 2 +- .../Core/Portable/Shared/TestHooks/FeatureAttribute_Names.cs | 2 +- .../Core/Portable/Shared/TestHooks/FeatureMetadata.cs | 2 +- src/Features/Core/Portable/Shared/TestHooks/IAsyncToken.cs | 2 +- .../Shared/TestHooks/IAsynchronousOperationListener.cs | 2 +- .../Portable/Shared/TestHooks/IAsynchronousOperationWaiter.cs | 2 +- src/Features/Core/Portable/Shared/TestHooks/TaskExtensions.cs | 2 +- .../Core/Portable/Shared/Utilities/SupportedPlatformData.cs | 2 +- ...bstractSignatureHelpProvider.SymbolKeySignatureHelpItem.cs | 2 +- .../Portable/SignatureHelp/CommonSignatureHelpUtilities.cs | 2 +- src/Features/Core/Portable/SignatureHelp/SignatureHelpItem.cs | 2 +- src/Features/Core/Portable/Snippets/ISnippetInfoService.cs | 2 +- src/Features/Core/Portable/Snippets/SnippetInfo.cs | 2 +- .../SolutionCrawler/AbstractDocumentDifferenceService.cs | 2 +- .../Portable/SolutionCrawler/AggregateIncrementalAnalyzer.cs | 2 +- .../ExportPerLanguageIncrementalAnalyzerProviderAttribute.cs | 2 +- .../Extensibility/IPerLanguageIncrementalAnalyzerProvider.cs | 2 +- .../PerLanguageIncrementalAnalyzerProviderMetadata.cs | 2 +- src/Features/Core/Portable/SolutionCrawler/Extensions.cs | 2 +- .../Portable/SolutionCrawler/IDocumentDifferenceService.cs | 2 +- .../Core/Portable/SolutionCrawler/IDocumentTrackingService.cs | 2 +- .../Core/Portable/SolutionCrawler/ISolutionCrawlerService.cs | 2 +- .../SolutionCrawler/IWorkCoordinatorPriorityService.cs | 2 +- src/Features/Core/Portable/SolutionCrawler/IdleProcessor.cs | 2 +- .../Core/Portable/SolutionCrawler/IncrementalAnalyzerBase.cs | 2 +- .../SolutionCrawler/IncrementalAnalyzerProviderBase.cs | 2 +- .../SolutionCrawler/InternalSolutionCrawlerOptions.cs | 2 +- .../Core/Portable/SolutionCrawler/SolutionCrawlerLogger.cs | 2 +- .../SolutionCrawler/SolutionCrawlerRegistrationService.cs | 2 +- .../Portable/SolutionCrawler/State/AbstractAnalyzerState.cs | 2 +- .../SolutionCrawler/State/AbstractDocumentAnalyzerState.cs | 2 +- .../WorkCoordinator.AbstractPriorityProcessor.cs | 2 +- .../WorkCoordinator.AsyncDocumentWorkItemQueue.cs | 2 +- .../WorkCoordinator.AsyncProjectWorkItemQueue.cs | 2 +- .../SolutionCrawler/WorkCoordinator.AsyncWorkItemQueue.cs | 2 +- .../SolutionCrawler/WorkCoordinator.HighPriorityProcessor.cs | 2 +- .../WorkCoordinator.IncrementalAnalyzerProcessor.cs | 2 +- .../SolutionCrawler/WorkCoordinator.LowPriorityProcessor.cs | 2 +- .../WorkCoordinator.NormalPriorityProcessor.cs | 2 +- .../WorkCoordinator.SemanticChangeProcessor.cs | 2 +- .../Core/Portable/SolutionCrawler/WorkCoordinator.WorkItem.cs | 2 +- src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.cs | 2 +- .../Portable/SpellCheck/AbstractSpellCheckCodeFixProvider.cs | 2 +- src/Features/Core/Portable/Structure/BlockSpan.cs | 2 +- .../Portable/Structure/Syntax/BlockStructureExtensions.cs | 2 +- .../Core/Portable/SymbolMapping/ISymbolMappingService.cs | 2 +- .../Core/Portable/SymbolMapping/SymbolMappingResult.cs | 2 +- .../Portable/SymbolMapping/SymbolMappingServiceFactory.cs | 2 +- .../Core/Portable/TodoComments/AbstractTodoCommentService.cs | 2 +- .../Core/Portable/TodoComments/IRemoteTodoCommentService.cs | 2 +- .../Core/Portable/TodoComments/ITodoCommentService.cs | 2 +- .../UseAutoProperty/AbstractUseAutoPropertyAnalyzer.cs | 2 +- .../UseAutoProperty/AbstractUseAutoPropertyCodeFixProvider.cs | 2 +- src/Interactive/CsiCore/Csi.cs | 2 +- .../CSharpReplCommandCompletionProvider.cs | 2 +- .../FileSystem/ReferenceDirectiveCompletionProvider.cs | 2 +- .../CSharp/Interactive/CSharpInteractiveEvaluator.cs | 2 +- .../CSharp/Interactive/CSharpReplServiceProvider.cs | 2 +- .../CommandHandlers/InteractiveCompletionCommandHandler.cs | 2 +- .../CommandHandlers/InteractiveIntelliSenseCommandHandler.cs | 2 +- .../Core/Extensibility/Interactive/CSharpVBResetCommand.cs | 2 +- .../Extensibility/Interactive/InteractiveCommandHandler.cs | 2 +- .../Core/Extensibility/Interactive/InteractiveEvaluator.cs | 2 +- .../Core/Extensibility/Interactive/ResetInteractive.cs | 2 +- .../Completion/InteractiveCommandCompletionService.cs | 2 +- .../Completion/Presentation/CompletionPresenter.cs | 2 +- .../Interactive/InertClassifierProvider.InertClassifier.cs | 2 +- .../Implementation/Interactive/InertClassifierProvider.cs | 2 +- .../InteractiveCommandContentTypeLanguageService.cs | 2 +- .../Interactive/InteractiveDocumentNavigationService.cs | 2 +- .../InteractiveDocumentNavigationServiceFactory.cs | 2 +- .../InteractiveDocumentSupportsSuggestionService.cs | 2 +- .../Interactive/InteractiveGlobalUndoServiceFactory.cs | 2 +- .../InteractiveTextUndoHistoryWorkspaceServiceFactory.cs | 2 +- .../Core/Implementation/Interactive/InteractiveWorkspace.cs | 2 +- .../Core/InteractiveHost.InitializedRemoteService.cs | 2 +- .../Interactive/Core/InteractiveHost.LazyRemoteService.cs | 2 +- .../Interactive/Core/InteractiveHost.RemoteAsyncOperation.cs | 2 +- .../Interactive/Core/InteractiveHost.RemoteService.cs | 2 +- .../Features/Interactive/Core/InteractiveHost.Service.cs | 2 +- src/Interactive/Features/Interactive/Core/InteractiveHost.cs | 2 +- .../Features/Interactive/Core/InteractiveHostOptions.cs | 2 +- .../Features/Interactive/Core/InteractiveLanguageNames.cs | 2 +- .../Features/Interactive/Core/ProcessExtensions.cs | 2 +- .../Features/Interactive/Core/RemoteExecutionResult.cs | 2 +- .../Features/Interactive/Core/ReplServiceProvider.cs | 2 +- src/Interactive/Host/InteractiveHostEntryPoint.cs | 2 +- src/Interactive/HostTest/AbstractInteractiveHostTests.cs | 2 +- src/Interactive/HostTest/InteractiveHostTests.cs | 2 +- src/Interactive/HostTest/StressTests.cs | 2 +- src/Interactive/HostTest/SynchronizedTextWriter.cs | 2 +- .../StatefulAnalyzers/CodeBlockStartedAnalyzer.cs | 2 +- .../StatefulAnalyzers/CompilationStartedAnalyzer.cs | 2 +- .../CompilationStartedAnalyzerWithCompilationWideAnalysis.cs | 2 +- .../CSharpAnalyzers/StatelessAnalyzers/CodeBlockAnalyzer.cs | 2 +- .../CSharpAnalyzers/StatelessAnalyzers/CompilationAnalyzer.cs | 2 +- .../StatelessAnalyzers/SemanticModelAnalyzer.cs | 2 +- .../CSharpAnalyzers/StatelessAnalyzers/SymbolAnalyzer.cs | 2 +- .../CSharpAnalyzers/StatelessAnalyzers/SyntaxNodeAnalyzer.cs | 2 +- .../CSharpAnalyzers/StatelessAnalyzers/SyntaxTreeAnalyzer.cs | 2 +- .../CSharp/ConvertToAutoProperty/CodeRefactoringProvider.cs | 2 +- .../ConvertToConditional/Impl/CodeRefactoringProvider.cs | 2 +- .../CSharp/ConvertToConditional/Impl/ConditionalAnalyzer.cs | 2 +- src/Samples/CSharp/ConvertToConditional/Impl/Extensions.cs | 2 +- .../ConvertToConditional/Impl/ReturnConditionalAnalyzer.cs | 2 +- .../ConvertToConditional/Test/ConvertToConditionalTests.cs | 4 ++-- src/Samples/CSharp/CopyPasteWithUsing/CopyData.cs | 4 ++-- src/Samples/CSharp/CopyPasteWithUsing/CopyDataService.cs | 4 ++-- src/Samples/CSharp/CopyPasteWithUsing/PasteHandler.cs | 4 ++-- .../CSharp/CopyPasteWithUsing/TokenSymbolPairBuilder.cs | 4 ++-- src/Samples/CSharp/CopyPasteWithUsing/Utilities/Extensions.cs | 4 ++-- src/Samples/CSharp/CopyPasteWithUsing/ViewCreationListener.cs | 4 ++-- .../TestSolutionForCSharp/CSharpProject/CSharpClass.cs | 2 +- .../CSharp/RefOutModifier/Actions/AddOutOrRefCodeAction.cs | 4 ++-- .../CSharp/RefOutModifier/Actions/RemoveOutOrRefCodeAction.cs | 4 ++-- src/Samples/CSharp/RefOutModifier/ApplicableActionFinder.cs | 4 ++-- src/Samples/CSharp/RefOutModifier/CodeRefactoringProvider.cs | 4 ++-- src/Samples/CSharp/RefOutModifier/Extensions.cs | 4 ++-- src/Samples/CSharp/TreeTransforms/TransformVisitor.cs | 2 +- src/Samples/CSharp/TreeTransforms/Transforms.cs | 2 +- .../TestSolutionForVB/CSharpProject/CSharpClass.cs | 2 +- src/Scripting/CSharp/CSharpMemberFilter.cs | 2 +- src/Scripting/CSharp/CSharpScript.cs | 2 +- src/Scripting/CSharp/Hosting/CommandLine/Csi.cs | 2 +- .../CSharp/Hosting/ObjectFormatter/CSharpObjectFormatter.cs | 2 +- .../Hosting/ObjectFormatter/CSharpObjectFormatterImpl.cs | 2 +- .../Hosting/ObjectFormatter/CSharpPrimitiveFormatter.cs | 2 +- .../CSharp/Hosting/ObjectFormatter/CSharpTypeNameFormatter.cs | 2 +- src/Scripting/CSharpTest.Desktop/CsiTests.cs | 2 +- src/Scripting/CSharpTest.Desktop/ObjectFormatterTests.cs | 2 +- src/Scripting/CSharpTest/InteractiveSessionTests.cs | 2 +- src/Scripting/CSharpTest/PrintOptionsTests.cs | 2 +- src/Scripting/CSharpTest/ScriptTests.cs | 2 +- src/Scripting/Core/CompilationErrorException.cs | 2 +- .../Core/Hosting/AssemblyLoader/AssemblyLoadResult.cs | 2 +- .../Core/Hosting/AssemblyLoader/InteractiveAssemblyLoader.cs | 2 +- .../Core/Hosting/AssemblyLoader/MetadataShadowCopy.cs | 2 +- .../Core/Hosting/AssemblyLoader/MetadataShadowCopyProvider.cs | 2 +- src/Scripting/Core/Hosting/AssemblyLoader/ShadowCopy.cs | 2 +- src/Scripting/Core/Hosting/CommonMemberFilter.cs | 2 +- src/Scripting/Core/Hosting/InteractiveScriptGlobals.cs | 2 +- src/Scripting/Core/Hosting/MemberFilter.cs | 2 +- .../Hosting/ObjectFormatter/CommonObjectFormatter.Builder.cs | 2 +- .../ObjectFormatter/CommonObjectFormatter.BuilderOptions.cs | 2 +- .../CommonObjectFormatter.Visitor.FormattedMember.cs | 2 +- .../Hosting/ObjectFormatter/CommonObjectFormatter.Visitor.cs | 2 +- .../Core/Hosting/ObjectFormatter/CommonPrimitiveFormatter.cs | 2 +- .../ObjectFormatter/CommonPrimitiveFormatterOptions.cs | 2 +- .../Hosting/ObjectFormatter/CommonTypeNameFormatterOptions.cs | 2 +- .../Core/Hosting/ObjectFormatter/MemberDisplayFormat.cs | 2 +- src/Scripting/Core/Hosting/ObjectFormatter/ObjectFormatter.cs | 2 +- .../Core/Hosting/ObjectFormatter/ObjectFormatterHelpers.cs | 2 +- src/Scripting/Core/Hosting/PrintOptions.cs | 2 +- src/Scripting/Core/ScriptBuilder.cs | 2 +- src/Scripting/Core/ScriptExecutionState.cs | 2 +- src/Scripting/Core/ScriptOptions.cs | 2 +- src/Scripting/Core/ScriptVariable.cs | 2 +- src/Scripting/CoreTest.Desktop/GlobalAssemblyCacheTests.cs | 2 +- .../CoreTest.Desktop/MetadataShadowCopyProviderTests.cs | 2 +- src/Scripting/CoreTestUtilities/ScriptingTestHelpers.cs | 2 +- src/Scripting/CoreTestUtilities/TestCSharpObjectFormatter.cs | 2 +- .../CoreTestUtilities/TestVisualBasicObjectFormatter.cs | 2 +- .../CSharp/CodeRefactoring/Ref/CodeRefactoringProvider.cs | 2 +- src/Setup/Templates/CSharp/ConsoleApplication/Program.cs | 2 +- .../CSharp/Diagnostic/Analyzer/DiagnosticAnalyzer.cs | 2 +- src/Test/Diagnostics/DiagnosticOnly_Logger.cs | 2 +- src/Test/Diagnostics/DiagnosticOnly_TPLListener.cs | 2 +- src/Test/Diagnostics/PerfMargin/ActivityLevel.cs | 2 +- src/Test/Diagnostics/PerfMargin/DataModel.cs | 2 +- src/Test/Diagnostics/PerfMargin/PerfEventActivityLogger.cs | 2 +- src/Test/Diagnostics/PerfMargin/PerfMarginPanel.cs | 2 +- src/Test/Diagnostics/PerfMargin/StatusIndicator.xaml.cs | 2 +- src/Test/Diagnostics/TestingOnly_WaitingService.cs | 2 +- src/Test/Diagnostics/Waiters/AutomaticCompletionWaiter.cs | 2 +- .../Waiters/AutomaticEndConstructCorrectionWaiter.cs | 2 +- src/Test/Diagnostics/Waiters/BraceHighlightingWaiter.cs | 2 +- src/Test/Diagnostics/Waiters/ClassificationWaiter.cs | 2 +- src/Test/Diagnostics/Waiters/CompletionSetWaiter.cs | 2 +- src/Test/Diagnostics/Waiters/EditorAdornmentWaiter.cs | 2 +- src/Test/Diagnostics/Waiters/ErrorListWaiter.cs | 2 +- src/Test/Diagnostics/Waiters/ErrorSquiggleWaiter.cs | 2 +- src/Test/Diagnostics/Waiters/EventHookupWaiter.cs | 2 +- src/Test/Diagnostics/Waiters/GraphProviderWaiter.cs | 2 +- src/Test/Diagnostics/Waiters/KeywordHighlightingWaiter.cs | 2 +- src/Test/Diagnostics/Waiters/LineSeparatorWaiter.cs | 2 +- src/Test/Diagnostics/Waiters/NavigateToWaiter.cs | 2 +- src/Test/Diagnostics/Waiters/NavigationBarWaiter.cs | 2 +- src/Test/Diagnostics/Waiters/OutliningWaiter.cs | 2 +- src/Test/Diagnostics/Waiters/QuickInfoWaiter.cs | 2 +- src/Test/Diagnostics/Waiters/ReferenceHighlightingWaiter.cs | 2 +- src/Test/Diagnostics/Waiters/RenameWaiter.cs | 2 +- src/Test/Diagnostics/Waiters/SignatureHelpWaiter.cs | 2 +- src/Test/Diagnostics/Waiters/WorkspaceWaiter.cs | 2 +- src/Test/PdbUtilities/Shared/DateTimeUtilities.cs | 2 +- src/Test/Perf/Utilities/ScenarioGenerator.cs | 2 +- src/Test/Perf/tests/helloworld/HelloWorld.cs | 2 +- src/Test/Shared/EventListenerGuard.cs | 2 +- src/Tools/Github/GitMergeBot/Mono.Options/Options.cs | 2 +- .../DebuggerVisualizers/IL/ILDeltaDebuggerVisualizer.cs | 2 +- src/Tools/Source/DebuggerVisualizers/UI/TextViewer.cs | 2 +- .../Source/DebuggerVisualizers/UI/TextViewer.designer.cs | 2 +- src/Tools/Source/RunTests/Options.cs | 2 +- src/Tools/Source/RunTests/TestRunner.cs | 2 +- .../SyntaxVisualizerExtension/GlobalSuppressions.cs | 2 +- .../SyntaxVisualizer/SyntaxVisualizerExtension/Guids.cs | 2 +- .../SyntaxVisualizerExtension/HelperExtensionMethods.cs | 2 +- .../SyntaxVisualizer/SyntaxVisualizerExtension/PkgCmdID.cs | 2 +- .../SyntaxVisualizerContainer.xaml.cs | 2 +- .../SyntaxVisualizerExtensionPackage.cs | 2 +- .../SyntaxVisualizerExtension/SyntaxVisualizerToolWindow.cs | 2 +- src/VisualStudio/CSharp/Impl/CSharpPackage.cs | 2 +- .../CodeModel/CSharpCodeModelNavigationPointServiceFactory.cs | 2 +- .../CSharpCodeModelService.CodeModelEventCollector.cs | 2 +- .../Impl/CodeModel/CSharpCodeModelService.NodeLocator.cs | 2 +- .../CodeModel/CSharpCodeModelService.NodeNameGenerator.cs | 2 +- .../CSharp/Impl/CodeModel/CSharpCodeModelService.cs | 2 +- .../CSharp/Impl/CodeModel/CSharpCodeModelServiceFactory.cs | 2 +- .../CSharp/Impl/CodeModel/CSharpCodeModelService_Prototype.cs | 2 +- .../CSharp/Impl/CodeModel/CSharpProjectCodeModel.cs | 2 +- .../CSharp/Impl/CodeModel/EndRegionFormattingRule.cs | 2 +- .../CodeModel/Extenders/AutoImplementedPropertyExtender.cs | 2 +- .../Impl/CodeModel/Extenders/CodeTypeLocationExtender.cs | 2 +- .../CSharp/Impl/CodeModel/Extenders/ExtenderNames.cs | 2 +- .../Impl/CodeModel/Extenders/ExtensionMethodExtender.cs | 2 +- .../CSharp/Impl/CodeModel/Extenders/PartialMethodExtender.cs | 2 +- .../CodeModel/Interop/ICSAutoImplementedPropertyExtender.cs | 2 +- .../CSharp/Impl/CodeModel/Interop/ICSCodeTypeLocation.cs | 2 +- .../Impl/CodeModel/Interop/ICSExtensionMethodExtender.cs | 2 +- .../CSharp/Impl/CodeModel/Interop/ICSPartialMethodExtender.cs | 2 +- .../CSharp/Impl/CodeModel/MethodXml/MethodXmlBuilder.cs | 2 +- src/VisualStudio/CSharp/Impl/CodeModel/ModifierFlags.cs | 2 +- .../CSharp/Impl/CodeModel/ModifierFlagsExtensions.cs | 2 +- src/VisualStudio/CSharp/Impl/CodeModel/ParameterFlags.cs | 2 +- .../CSharp/Impl/CodeModel/ParameterFlagsExtensions.cs | 2 +- .../CSharp/Impl/CodeModel/SyntaxListExtensions.cs | 2 +- src/VisualStudio/CSharp/Impl/Debugging/BreakpointResolver.cs | 2 +- .../Impl/Debugging/CSharpBreakpointResolutionService.cs | 2 +- .../CSharp/Impl/Debugging/CSharpLanguageDebugInfoService.cs | 2 +- .../CSharpProximityExpressionsService.ExpressionType.cs | 2 +- ...roximityExpressionsService.RelevantExpressionsCollector.cs | 2 +- .../Debugging/CSharpProximityExpressionsService.Worker.cs | 2 +- .../Impl/Debugging/CSharpProximityExpressionsService.cs | 2 +- ...harpProximityExpressionsService_ExpressionTermCollector.cs | 2 +- src/VisualStudio/CSharp/Impl/Debugging/DataTipInfoGetter.cs | 2 +- src/VisualStudio/CSharp/Impl/Debugging/LocationInfoGetter.cs | 2 +- ...HACK_EventHookupDismissalOnBufferChangePreventerService.cs | 2 +- .../Impl/LanguageService/CSharpCodePageEditorFactory.cs | 2 +- .../Impl/LanguageService/CSharpDebuggerIntelliSenseContext.cs | 2 +- .../CSharp/Impl/LanguageService/CSharpEditorFactory.cs | 2 +- .../CSharp/Impl/LanguageService/CSharpHelpContextService.cs | 2 +- .../CSharp/Impl/LanguageService/CSharpLanguageService.cs | 2 +- .../CSharpLanguageService_ICSharpProjectHost.cs | 2 +- .../LanguageService/HACK_CSharpCreateServicesOnUIThread.cs | 2 +- .../CSharp/Impl/ObjectBrowser/DescriptionBuilder.cs | 2 +- src/VisualStudio/CSharp/Impl/ObjectBrowser/ListItemFactory.cs | 2 +- .../CSharp/Impl/ObjectBrowser/ObjectBrowserLibraryManager.cs | 2 +- src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPage.cs | 2 +- .../CSharp/Impl/Options/AdvancedOptionPageControl.xaml.cs | 2 +- .../CSharp/Impl/Options/AdvancedOptionPageStrings.cs | 2 +- src/VisualStudio/CSharp/Impl/Options/AutomationObject.cs | 2 +- .../CSharp/Impl/Options/CSharpSettingsSerializer.cs | 2 +- .../CSharp/Impl/Options/Formatting/CodeStylePage.cs | 2 +- .../Options/Formatting/FormattingIndentationOptionPage.cs | 2 +- .../CSharp/Impl/Options/Formatting/FormattingNewLinesPage.cs | 2 +- .../CSharp/Impl/Options/Formatting/FormattingOptionPage.cs | 2 +- .../Options/Formatting/FormattingOptionPageControl.xaml.cs | 2 +- .../CSharp/Impl/Options/Formatting/FormattingSpacingPage.cs | 2 +- .../CSharp/Impl/Options/Formatting/FormattingWrappingPage.cs | 2 +- .../CSharp/Impl/Options/Formatting/IndentationViewModel.cs | 2 +- .../CSharp/Impl/Options/Formatting/NewLinesViewModel.cs | 2 +- .../CSharp/Impl/Options/Formatting/SpacingViewModel.cs | 2 +- .../CSharp/Impl/Options/Formatting/StyleViewModel.cs | 2 +- .../CSharp/Impl/Options/Formatting/WrappingViewModel.cs | 2 +- .../CSharp/Impl/Options/IntelliSenseOptionPage.cs | 2 +- .../CSharp/Impl/Options/IntelliSenseOptionPageControl.xaml.cs | 2 +- .../CSharp/Impl/Options/IntelliSenseOptionPageStrings.cs | 2 +- .../CSharp/Impl/Options/NamingStylesOptionPage.cs | 2 +- .../CSharp/Impl/Progression/CSharpGraphProvider.cs | 2 +- .../Impl/Progression/CSharpProgressionLanguageService.cs | 2 +- .../Impl/ProjectSystemShim/CSharpProjectShim.ICSCompiler.cs | 2 +- .../ProjectSystemShim/CSharpProjectShim.ICSCompilerConfig.cs | 2 +- .../Impl/ProjectSystemShim/CSharpProjectShim.ICSInputSet.cs | 2 +- .../ProjectSystemShim/CSharpProjectShim.ICSharpProjectSite.cs | 2 +- .../CSharpProjectShim.ICSharpVenusProjectSite.cs | 2 +- .../ProjectSystemShim/CSharpProjectShim.IServiceProvider.cs | 2 +- .../CSharpProjectShim.IVsEditorFactoryNotify.cs | 2 +- .../CSharp/Impl/ProjectSystemShim/CSharpProjectShim.cs | 2 +- .../CSharpProjectShimWithServices.CodeModel.cs | 2 +- .../Impl/ProjectSystemShim/CSharpProjectShimWithServices.cs | 2 +- .../CSharp/Impl/ProjectSystemShim/EntryPointFinder.cs | 2 +- .../CSharp/Impl/ProjectSystemShim/HACK_VariantStructure.cs | 2 +- .../CSharp/Impl/ProjectSystemShim/Interop/CompilerOptions.cs | 2 +- .../Impl/ProjectSystemShim/Interop/ICSCompileProgress.cs | 2 +- .../CSharp/Impl/ProjectSystemShim/Interop/ICSCompiler.cs | 2 +- .../Impl/ProjectSystemShim/Interop/ICSCompilerConfig.cs | 2 +- .../Impl/ProjectSystemShim/Interop/ICSEncProjectServices.cs | 2 +- .../CSharp/Impl/ProjectSystemShim/Interop/ICSError.cs | 2 +- .../CSharp/Impl/ProjectSystemShim/Interop/ICSInputSet.cs | 2 +- .../CSharp/Impl/ProjectSystemShim/Interop/ICSNameTable.cs | 2 +- .../CSharp/Impl/ProjectSystemShim/Interop/ICSSourceModule.cs | 2 +- .../CSharp/Impl/ProjectSystemShim/Interop/ICSSourceText.cs | 2 +- .../Impl/ProjectSystemShim/Interop/ICSharpProjectHost.cs | 2 +- .../Impl/ProjectSystemShim/Interop/ICSharpProjectRoot.cs | 2 +- .../Impl/ProjectSystemShim/Interop/ICSharpProjectSite.cs | 2 +- .../ProjectSystemShim/Interop/ICSharpTempPECompilerService.cs | 2 +- .../Impl/ProjectSystemShim/Interop/ICSharpVenusProjectSite.cs | 2 +- .../CSharp/Impl/ProjectSystemShim/Interop/OutputFileType.cs | 2 +- .../CSharp/Impl/ProjectSystemShim/TempPECompilerService.cs | 2 +- .../CSharp/Impl/Snippets/CSharpSnippetInfoService.cs | 2 +- .../CSharp/Impl/Snippets/SnippetCommandHandler.cs | 2 +- .../CSharp/Impl/Snippets/SnippetExpansionClient.cs | 2 +- .../Snippets/SnippetFunctions/SnippetFunctionClassName.cs | 2 +- .../SnippetFunctions/SnippetFunctionGenerateSwitchCases.cs | 2 +- .../SnippetFunctions/SnippetFunctionSimpleTypeName.cs | 2 +- .../Utilities/BlankLineInGeneratedMethodFormattingRule.cs | 2 +- .../Venus/CSharpAdditionalFormattingRuleLanguageService.cs | 2 +- .../CSharp/Repl/CSharpInteractiveCommandHandler.cs | 2 +- src/VisualStudio/CSharp/Repl/CSharpInteractiveCommands.cs | 2 +- .../CSharp/Repl/CSharpVsInteractiveWindowCommandProvider.cs | 2 +- .../CSharp/Repl/CSharpVsInteractiveWindowPackage.cs | 2 +- .../CSharp/Repl/CSharpVsInteractiveWindowProvider.cs | 2 +- .../CSharp/Test/CodeModel/AbstractFileCodeElementTests.cs | 2 +- src/VisualStudio/CSharp/Test/CodeModel/FileCodeClassTests.cs | 2 +- .../Test/CodeModel/FileCodeClassWithMissingBraceTests.cs | 2 +- .../CSharp/Test/CodeModel/FileCodeFunctionTests.cs | 2 +- src/VisualStudio/CSharp/Test/CodeModel/FileCodeImportTests.cs | 2 +- .../CSharp/Test/CodeModel/FileCodeModelTestHelpers.cs | 2 +- .../CSharp/Test/CodeModel/FileCodeNamespaceTests.cs | 2 +- .../Test/CodeModel/FileCodeVariableManipulationTests.cs | 2 +- .../CSharp/Test/CodeModel/FileCodeVariableTests.cs | 2 +- src/VisualStudio/CSharp/Test/CodeModel/MockInvisibleEditor.cs | 2 +- .../CSharp/Test/CodeModel/MockTextManagerAdapter.TextPoint.cs | 2 +- .../CSharp/Test/CodeModel/MockTextManagerAdapter.cs | 2 +- .../CSharp/Test/CodeModel/VisualStudioTestExportProvider.cs | 2 +- .../CompilationErrorTelemetryTests.cs | 2 +- .../CSharp/Test/Debugging/DataTipInfoGetterTests.cs | 2 +- .../CSharp/Test/Debugging/LocationInfoGetterTests.cs | 2 +- src/VisualStudio/CSharp/Test/Debugging/NameResolverTests.cs | 2 +- .../Test/Debugging/ProximityExpressionsGetterTestFile.cs | 2 +- .../Test/Debugging/ProximityExpressionsGetterTests.Lines.cs | 2 +- .../Debugging/ProximityExpressionsGetterTests.Statements.cs | 2 +- .../CSharp/Test/Debugging/ProximityExpressionsGetterTests.cs | 2 +- .../Test/Debugging/ProximityExpressionsGetterTests_Caching.cs | 2 +- src/VisualStudio/CSharp/Test/F1Help/F1HelpTests.cs | 2 +- .../Interactive/InteractiveWindowEditorsFactoryService.cs | 2 +- .../CSharp/Test/Interactive/InteractiveWindowTestHost.cs | 2 +- .../CSharp/Test/Interactive/TestInteractiveEvaluator.cs | 2 +- src/VisualStudio/CSharp/Test/Options/OptionViewModelTests.cs | 2 +- .../Test/PersistentStorage/EsentPersistentStorageTests1.cs | 2 +- .../CSharp/Test/PersistentStorage/OptionServiceMock.cs | 2 +- .../Test/PersistentStorage/SQLitePersistentStorageTests.cs | 2 +- .../CSharp/Test/ProjectSystemShim/CPS/AnalyzersTests.cs | 2 +- .../Test/ProjectSystemShim/CPS/CSharpCompilerOptionsTests.cs | 2 +- .../Test/ProjectSystemShim/CPS/SourceFileHandlingTests.cs | 2 +- .../CSharp/Test/ProjectSystemShim/CSharpHelpers.cs | 2 +- .../Test/ProjectSystemShim/LegacyProject/AnalyzersTests.cs | 2 +- .../LegacyProject/CSharpCompilerOptionsTests.cs | 2 +- .../LegacyProject/SourceFileHandlingTests.cs | 2 +- .../CSharp/Test/ProjectSystemShim/LifetimeTests.cs | 2 +- src/VisualStudio/Core/Def/ID.InteractiveCommands.cs | 2 +- src/VisualStudio/Core/Def/ID.MenuGroup.cs | 2 +- src/VisualStudio/Core/Def/ID.RoslynCommands.cs | 2 +- src/VisualStudio/Core/Def/IInvisibleEditor.cs | 2 +- .../Core/Def/Implementation/AbstractVsTextViewFilter`2.cs | 2 +- .../AnalyzerDependency/AnalyzerDependencyCheckingService.cs | 2 +- .../AnalyzerDependency/AnalyzerFileWatcherService.cs | 2 +- .../Implementation/CallHierarchy/CallHierarchyPresenter.cs | 2 +- .../ChangeSignature/ChangeSignatureDialog.xaml.cs | 2 +- .../ChangeSignature/ChangeSignatureDialogViewModel.cs | 2 +- .../VisualStudioChangeSignatureOptionsService.cs | 2 +- .../Implementation/ContainedLanguageRefactorNotifyService.cs | 2 +- .../DebuggerIntelliSense/DebuggerIntellisenseFilter.cs | 2 +- .../DebuggerIntelliSense/DebuggerIntellisenseHelpers.cs | 2 +- .../DebuggerIntelliSense/DebuggerIntellisenseWorkspace.cs | 2 +- .../DebuggerTextView.HACK_CompletionSession.cs | 2 +- .../Implementation/DebuggerIntelliSense/DebuggerTextView.cs | 2 +- .../Debugging/AbstractBreakpointResolver.NameAndArity.cs | 2 +- .../Implementation/Debugging/AbstractBreakpointResolver.cs | 2 +- .../Debugging/CachedProximityExpressionsGetter.cs | 2 +- .../Core/Def/Implementation/Debugging/DebugMode.cs | 2 +- .../Implementation/Debugging/IProximityExpressionsService.cs | 2 +- .../DesignerAttribute/DesignerAttributeIncrementalAnalyzer.cs | 2 +- .../DesignerAttributeIncrementalAnalyzerProvider.cs | 2 +- .../Diagnostics/IVisualStudioDiagnosticAnalyzerService.cs | 2 +- .../Diagnostics/VisualStudioDiagnosticAnalyzerService.cs | 2 +- ...iagnosticAnalyzerProviderService.AnalyzerAssemblyLoader.cs | 2 +- .../VisualStudioWorkspaceDiagnosticAnalyzerProviderService.cs | 2 +- .../VisualStudioDocumentationProvider.cs | 2 +- .../Def/Implementation/EditAndContinue/DebugLogMessage.cs | 2 +- .../Implementation/EditAndContinue/Interop/IDebugEncNotify.cs | 2 +- .../EditAndContinue/Interop/IDebugUpdateInMemoryPE.cs | 2 +- .../Implementation/EditAndContinue/Interop/IENCDebugInfo.cs | 2 +- .../EditAndContinue/Interop/IENCSymbolReaderProvider.cs | 2 +- .../EditAndContinue/Interop/IVsENCRebuildableProjectCfg2.cs | 2 +- .../EditAndContinue/Interop/IVsENCRebuildableProjectCfg4.cs | 2 +- .../EditAndContinue/VsENCRebuildableProjectImpl.cs | 2 +- .../EditAndContinue/VsReadOnlyDocumentTracker.cs | 4 ++-- .../Core/Def/Implementation/Extensions/DocumentExtensions.cs | 2 +- .../Def/Implementation/Extensions/ITextSnapshotExtensions.cs | 2 +- .../Def/Implementation/Extensions/SnapshotSpanExtensions.cs | 2 +- .../Def/Implementation/Extensions/SourceTextExtensions.cs | 2 +- .../Implementation/Extensions/VirtualTreePointExtensions.cs | 2 +- .../Extensions/VisualStudioWorkspaceImplExtensions.cs | 2 +- .../Def/Implementation/Extensions/VsTextSpanExtensions.cs | 2 +- .../ExtractInterface/ExtractInterfaceDialog.xaml.cs | 2 +- .../ExtractInterface/ExtractInterfaceDialogViewModel.cs | 2 +- .../VisualStudioExtractInterfaceOptionsService.cs | 2 +- .../Implementation/GenerateType/GenerateTypeDialog.xaml.cs | 2 +- .../GenerateType/GenerateTypeDialogViewModel.cs | 2 +- .../Implementation/InlineRename/InlineRenameUndoManager.cs | 2 +- src/VisualStudio/Core/Def/Implementation/Interop/Feedback.cs | 2 +- .../AbstractLanguageService`2.IVsLanguageBlock.cs | 2 +- .../AbstractLanguageService`2.VsLanguageDebugInfo.cs | 2 +- .../Library/ClassView/AbstractSyncClassViewCommandHandler.cs | 2 +- .../Library/FindResults/TreeItems/DefinitionTreeItem.cs | 2 +- .../Library/ObjectBrowser/AbstractDescriptionBuilder.cs | 2 +- .../Core/Def/Implementation/Library/VsNavInfo/NavInfo.cs | 2 +- .../Def/Implementation/NavigationBar/NavigationBarClient.cs | 2 +- .../Options/LocalUserRegistryOptionPersister.cs | 2 +- .../Options/RoamingVisualStudioProfileOptionPersister.cs | 2 +- .../Def/Implementation/PickMembers/PickMembersDialog.xaml.cs | 2 +- .../Implementation/PickMembers/PickMembersDialogViewModel.cs | 2 +- .../PickMembers/VisualStudioPickMembersService.cs | 2 +- .../Core/Def/Implementation/Preview/FileChange.cs | 2 +- .../Preview/ReferenceChange.AnalyzerReferenceChange.cs | 2 +- .../Preview/ReferenceChange.MetadataReferenceChange.cs | 2 +- .../Preview/ReferenceChange.ProjectReferenceChange.cs | 2 +- .../Core/Def/Implementation/PreviewPane/PreviewPane.xaml.cs | 2 +- .../Core/Def/Implementation/PreviewPane/PreviewPaneService.cs | 2 +- .../Core/Def/Implementation/Progression/GraphProvider.cs | 2 +- .../Progression/GraphQueries/ContainsGraphQuery.cs | 2 +- .../Progression/GraphQueries/ImplementsGraphQuery.cs | 2 +- .../Progression/GraphQueries/InheritsGraphQuery.cs | 2 +- .../Progression/GraphQueries/IsCalledByGraphQuery.cs | 2 +- .../Progression/GraphQueries/OverriddenByGraphQuery.cs | 2 +- .../Progression/GraphQueries/OverridesGraphQuery.cs | 2 +- .../Core/Def/Implementation/Progression/GraphQueryManager.cs | 2 +- .../Core/Def/Implementation/Progression/IGraphQuery.cs | 2 +- .../Implementation/Progression/IProgressionLanguageService.cs | 2 +- .../Progression/IProgressionPrimaryWorkspaceProvider.cs | 2 +- .../Core/Def/Implementation/Progression/IconHelper.cs | 2 +- .../Def/Implementation/Progression/RoslynGraphCategories.cs | 2 +- .../Def/Implementation/Progression/RoslynGraphProperties.cs | 2 +- .../Core/Def/Implementation/Progression/SymbolContainment.cs | 2 +- .../Implementation/ProjectSystem/AbstractEntryPointFinder.cs | 2 +- .../DocumentProvider.RunningDocTableEventsSink.cs | 2 +- .../ProjectSystem/Extensions/ProjectExtensions.cs | 2 +- .../Def/Implementation/ProjectSystem/HierarchyEventsSink.cs | 2 +- .../Def/Implementation/ProjectSystem/Interop/IAnalyzerHost.cs | 2 +- .../Interop/IIntPtrReturningVsInvisibleEditorManager.cs | 2 +- .../Def/Implementation/ProjectSystem/Interop/IVsUndoState.cs | 2 +- .../Legacy/AbstractLegacyProject_IIntellisenseBuildTarget.cs | 2 +- .../VisualStudioMetadataReferenceManager.Factory.cs | 2 +- .../ProjectSystem/MiscellaneousFilesWorkspace.HostProject.cs | 2 +- .../ProjectSystem/MiscellaneousFilesWorkspace.cs | 2 +- .../ProjectSystem/ReiteratedVersionSnapshotTracker.cs | 2 +- .../Core/Def/Implementation/ProjectSystem/ViewEventArgs.cs | 2 +- .../VisualStudioProjectTracker.WorkspaceHostState.cs | 2 +- .../Def/Implementation/ProjectSystem/VisualStudioWorkspace.cs | 2 +- .../Implementation/ProjectSystem/VisualStudioWorkspaceImpl.cs | 2 +- .../VisualStudioWorkspaceImpl_IVsSolutionEvents.cs | 2 +- .../VisualStudioWorkspaceImpl_IVsSolutionLoadEvents.cs | 2 +- .../Implementation/ProvideAutomationPropertiesAttribute.cs | 2 +- src/VisualStudio/Core/Def/Implementation/RQName/RQName.cs | 2 +- src/VisualStudio/Core/Def/Implementation/SaveEventsService.cs | 2 +- .../Implementation/Snippets/AbstractSnippetCommandHandler.cs | 2 +- .../Implementation/Snippets/AbstractSnippetExpansionClient.cs | 2 +- .../Def/Implementation/Snippets/AbstractSnippetInfoService.cs | 2 +- .../Snippets/IVsContainedLanguageHostInternal.cs | 2 +- .../Implementation/Snippets/IVsExpansionSessionInternal.cs | 2 +- .../AbstractSnippetFunction.IVsExpansionFunction.cs | 2 +- .../Snippets/SnippetFunctions/AbstractSnippetFunction.cs | 2 +- .../SnippetFunctions/AbstractSnippetFunctionClassName.cs | 2 +- .../AbstractSnippetFunctionGenerateSwitchCases.cs | 2 +- .../SnippetFunctions/AbstractSnippetFunctionSimpleTypeName.cs | 2 +- .../Core/Def/Implementation/StandaloneCommandFilter.cs | 2 +- .../Suppression/SuppressionStateColumnDefinition.cs | 2 +- .../Core/Def/Implementation/TableDataSource/TableItem.cs | 2 +- ...VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs | 2 +- .../TableDataSource/VisualStudioBaseDiagnosticListTable.cs | 2 +- .../TableDataSource/VisualStudioBaseTodoListTable.cs | 2 +- .../VisualStudioDiagnosticListTable.BuildTableDataSource.cs | 2 +- .../TableDataSource/VisualStudioDiagnosticListTable.cs | 2 +- .../TableDataSource/VisualStudioTodoListTable.cs | 2 +- .../Def/Implementation/TaskList/CommentTaskTokenSerializer.cs | 2 +- .../TaskList/ExternalErrorDiagnosticUpdateSource.cs | 2 +- .../Implementation/TaskList/ProjectExternalErrorReporter.cs | 2 +- .../Implementation/Utilities/AbstractNotifyPropertyChanged.cs | 2 +- .../Core/Def/Implementation/Utilities/BrowserHelper.cs | 2 +- .../Core/Def/Implementation/Utilities/Exceptions.cs | 2 +- .../Core/Def/Implementation/Utilities/GlyphExtensions.cs | 2 +- .../Core/Def/Implementation/Utilities/HyperlinkStyleHelper.cs | 2 +- .../Core/Def/Implementation/Utilities/IVsEnumDebugName.cs | 2 +- .../Core/Def/Implementation/Utilities/IVsLanguageDebugInfo.cs | 2 +- .../Core/Def/Implementation/Utilities/TaskItemsEnum.cs | 2 +- .../Core/Def/Implementation/Utilities/TimeSlice.cs | 2 +- .../Utilities/VisualStudioWaitContext.Callback.cs | 2 +- .../Def/Implementation/Utilities/VisualStudioWaitContext.cs | 2 +- .../Def/Implementation/Utilities/VisualStudioWaitIndicator.cs | 2 +- .../Core/Def/Implementation/Utilities/VsDebugName.cs | 2 +- .../Core/Def/Implementation/Utilities/VsEnumBSTR.cs | 2 +- .../Core/Def/Implementation/Utilities/VsEnumDebugName.cs | 2 +- .../Def/Implementation/Venus/AbstractContainedLanguage.cs | 2 +- .../Core/Def/Implementation/Venus/CodeBlockEnumerator.cs | 2 +- .../Core/Def/Implementation/Venus/ContainedDocument.cs | 2 +- .../Venus/ContainedDocumentPreserveFormattingRule.cs | 2 +- .../Venus/ContainedLanguage.IVsContainedCode.cs | 2 +- .../Venus/ContainedLanguage.IVsContainedLanguage.cs | 2 +- .../ContainedLanguage.IVsContainedLanguageCodeSupport.cs | 2 +- .../Core/Def/Implementation/Venus/ContainedLanguage.cs | 2 +- .../Def/Implementation/Venus/ContainedLanguageCodeSupport.cs | 2 +- .../Implementation/Venus/IVsContainedLanguageCodeSupport.cs | 2 +- .../Venus/IVsContainedLanguageStaticEventBinding.cs | 2 +- .../Core/Def/Implementation/Venus/VenusCommandFilter.cs | 2 +- .../Def/Implementation/VirtualMemoryNotificationListener.cs | 2 +- .../VisualStudioDocumentSupportsSuggestionService.cs | 2 +- .../VisualStudioMetadataAsSourceFileSupportService.cs | 2 +- .../Core/Def/Implementation/VsRefactorNotifyService.cs | 2 +- .../Workspace/GlobalOperationNotificationServiceFactory.cs | 2 +- .../Workspace/GlobalUndoServiceFactory.NoOpUndoPrimitive.cs | 2 +- ...GlobalUndoServiceFactory.WorkspaceGlobalUndoTransaction.cs | 2 +- .../Def/Implementation/Workspace/GlobalUndoServiceFactory.cs | 2 +- ...dataReferenceCodeActionOperationFactoryWorkspaceService.cs | 2 +- .../Workspace/VisualStudioDocumentNavigationService.cs | 2 +- .../Workspace/VisualStudioDocumentNavigationServiceFactory.cs | 2 +- .../Workspace/VisualStudioDocumentTrackingServiceFactory.cs | 2 +- .../Workspace/VisualStudioErrorReportingService.cs | 2 +- .../VisualStudioFormattingRuleFactoryServiceFactory.cs | 2 +- .../Workspace/VisualStudioSymbolNavigationService.cs | 2 +- .../Workspace/VisualStudioSymbolNavigationServiceFactory.cs | 2 +- ...SymbolRenamedCodeActionOperationFactoryWorkspaceService.cs | 2 +- .../VisualStudioTextUndoHistoryWorkspaceServiceFactory.cs | 2 +- .../Implementation/Workspace/WorkspaceFailureOutputPane.cs | 2 +- .../Core/Def/Packaging/PackageInstallerServiceFactory.cs | 2 +- src/VisualStudio/Core/Def/Progression/GraphNodeCreation.cs | 2 +- src/VisualStudio/Core/Def/RoslynPackage.cs | 2 +- src/VisualStudio/Core/Def/Utilities/SpanExtensions.cs | 2 +- .../Core/Impl/CodeModel/AbstractCodeModelObject.cs | 2 +- .../Core/Impl/CodeModel/AbstractCodeModelObject_CodeGen.cs | 2 +- ...bstractCodeModelService.AbstractCodeModelEventCollector.cs | 2 +- .../CodeModel/AbstractCodeModelService.AbstractNodeLocator.cs | 2 +- .../AbstractCodeModelService.AbstractNodeNameGenerator.cs | 2 +- .../Core/Impl/CodeModel/AbstractCodeModelService.cs | 2 +- .../Core/Impl/CodeModel/AbstractProjectCodeModel.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/CodeModelEvent.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/CodeModelEventQueue.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/CodeModelEventType.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/CodeModelExtensions.cs | 2 +- .../Core/Impl/CodeModel/CodeModelIncrementalAnalyzer.cs | 2 +- .../Core/Impl/CodeModel/CodeModelProjectCache.CacheEntry.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/CodeModelProjectCache.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/CodeModelState.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/CodeTypeRef.cs | 2 +- .../CodeModel/Collections/AbstractCodeElementCollection.cs | 2 +- .../Impl/CodeModel/Collections/AttributeArgumentCollection.cs | 2 +- .../Core/Impl/CodeModel/Collections/AttributeCollection.cs | 2 +- .../Core/Impl/CodeModel/Collections/BasesCollection.cs | 2 +- .../Core/Impl/CodeModel/Collections/EmptyCollection.cs | 2 +- .../Core/Impl/CodeModel/Collections/Enumerator.cs | 2 +- .../Impl/CodeModel/Collections/ExternalNamespaceEnumerator.cs | 2 +- .../Impl/CodeModel/Collections/ExternalParameterCollection.cs | 2 +- .../Core/Impl/CodeModel/Collections/ExternalTypeCollection.cs | 2 +- .../Core/Impl/CodeModel/Collections/NodeSnapshot.cs | 2 +- .../Core/Impl/CodeModel/Collections/ParameterCollection.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/Collections/Snapshot.cs | 2 +- .../Core/Impl/CodeModel/Collections/UnionCollection.cs | 2 +- .../CodeModel/ExternalElements/AbstractExternalCodeElement.cs | 2 +- .../CodeModel/ExternalElements/AbstractExternalCodeMember.cs | 2 +- .../ExternalElements/ExternalCodeAccessorFunction.cs | 2 +- .../Core/Impl/CodeModel/ExternalElements/ExternalCodeClass.cs | 2 +- .../Impl/CodeModel/ExternalElements/ExternalCodeDelegate.cs | 2 +- .../Core/Impl/CodeModel/ExternalElements/ExternalCodeEnum.cs | 2 +- .../Core/Impl/CodeModel/ExternalElements/ExternalCodeEvent.cs | 2 +- .../Impl/CodeModel/ExternalElements/ExternalCodeFunction.cs | 2 +- .../Impl/CodeModel/ExternalElements/ExternalCodeInterface.cs | 2 +- .../Impl/CodeModel/ExternalElements/ExternalCodeNamespace.cs | 2 +- .../Impl/CodeModel/ExternalElements/ExternalCodeParameter.cs | 2 +- .../Impl/CodeModel/ExternalElements/ExternalCodeProperty.cs | 2 +- .../Impl/CodeModel/ExternalElements/ExternalCodeStruct.cs | 2 +- .../Impl/CodeModel/ExternalElements/ExternalCodeUnknown.cs | 2 +- .../Impl/CodeModel/ExternalElements/ExternalCodeVariable.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/FileCodeModel.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/FileCodeModel_CodeGen.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/FileCodeModel_Events.cs | 2 +- .../Core/Impl/CodeModel/FileCodeModel_Refactoring.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/GlobalNodeKey.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/ICodeElementContainer.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/ICodeModelService.cs | 2 +- .../Core/Impl/CodeModel/IProjectCodeModelProvider.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/ITextManagerAdapter.cs | 2 +- .../Impl/CodeModel/InternalElements/AbstractCodeElement.cs | 2 +- .../Impl/CodeModel/InternalElements/AbstractCodeMember.cs | 2 +- .../Core/Impl/CodeModel/InternalElements/AbstractCodeType.cs | 2 +- .../CodeModel/InternalElements/AbstractKeyedCodeElement.cs | 2 +- .../Impl/CodeModel/InternalElements/CodeAccessorFunction.cs | 2 +- .../Core/Impl/CodeModel/InternalElements/CodeAttribute.cs | 2 +- .../Impl/CodeModel/InternalElements/CodeAttributeArgument.cs | 2 +- .../Core/Impl/CodeModel/InternalElements/CodeClass.cs | 2 +- .../Core/Impl/CodeModel/InternalElements/CodeDelegate.cs | 2 +- .../Core/Impl/CodeModel/InternalElements/CodeEnum.cs | 2 +- .../Core/Impl/CodeModel/InternalElements/CodeEvent.cs | 2 +- .../CodeModel/InternalElements/CodeFunction.IMethodXML.cs | 2 +- .../Core/Impl/CodeModel/InternalElements/CodeFunction.cs | 2 +- .../InternalElements/CodeFunctionWithEventHandler.cs | 2 +- .../CodeModel/InternalElements/CodeImplementsStatement.cs | 2 +- .../Core/Impl/CodeModel/InternalElements/CodeImport.cs | 2 +- .../Impl/CodeModel/InternalElements/CodeInheritsStatement.cs | 2 +- .../Core/Impl/CodeModel/InternalElements/CodeInterface.cs | 2 +- .../Core/Impl/CodeModel/InternalElements/CodeNamespace.cs | 2 +- .../Impl/CodeModel/InternalElements/CodeOptionsStatement.cs | 2 +- .../Core/Impl/CodeModel/InternalElements/CodeParameter.cs | 2 +- .../Core/Impl/CodeModel/InternalElements/CodeProperty.cs | 2 +- .../Core/Impl/CodeModel/InternalElements/CodeStruct.cs | 2 +- .../Core/Impl/CodeModel/InternalElements/CodeVariable.cs | 2 +- .../Impl/CodeModel/Interop/ApartmentSensitiveComObject.cs | 2 +- .../Core/Impl/CodeModel/Interop/CodeModelInterop.cs | 2 +- .../Core/Impl/CodeModel/Interop/ICSCodeModelRefactoring.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/Interop/ICodeElements.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/Interop/IEventHandler.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/Interop/IMethodXML.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/Interop/IMethodXML2.cs | 2 +- .../Core/Impl/CodeModel/Interop/IVBFileCodeModelEvents.cs | 2 +- .../Core/Impl/CodeModel/Interop/PropertyTypeEnum.cs | 2 +- .../Core/Impl/CodeModel/Interop/ReferenceSelectionEnum.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/MetadataNameHelpers.cs | 2 +- .../MethodXml/AbstractMethodXmlBuilder.AttributeInfo.cs | 2 +- .../CodeModel/MethodXml/AbstractMethodXmlBuilder.AutoTag.cs | 2 +- .../Core/Impl/CodeModel/MethodXml/AbstractMethodXmlBuilder.cs | 2 +- .../Core/Impl/CodeModel/MethodXml/BinaryOperatorKind.cs | 2 +- .../Core/Impl/CodeModel/MethodXml/VariableKind.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/NodeKeyValidation.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/ParentHandle.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/PrototypeFlags.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/RootCodeModel.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/SyntaxNodeKey.cs | 2 +- src/VisualStudio/Core/Impl/CodeModel/TextManagerAdapter.cs | 2 +- src/VisualStudio/Core/Impl/Options/AbstractOptionPage.cs | 2 +- .../Core/Impl/Options/AbstractOptionPageControl.cs | 2 +- .../Core/Impl/Options/AbstractOptionPreviewViewModel.cs | 2 +- .../Core/Impl/Options/AbstractRadioButtonViewModel.cs | 2 +- src/VisualStudio/Core/Impl/Options/CheckBoxViewModel.cs | 2 +- .../Core/Impl/Options/CheckBoxWithComboViewModel.cs | 2 +- src/VisualStudio/Core/Impl/Options/HeaderItemViewModel.cs | 2 +- src/VisualStudio/Core/Impl/Options/OptionBinding.cs | 2 +- src/VisualStudio/Core/Impl/Options/OptionLogger.cs | 2 +- .../Core/Impl/Options/OptionPreviewControl.xaml.cs | 2 +- .../Core/Impl/Options/PerLanguageOptionBinding.cs | 2 +- src/VisualStudio/Core/Impl/Options/RadioButtonViewModel.cs | 2 +- .../NamingPreferences/ManageNamingStylesInfoDialog.xaml.cs | 2 +- .../NamingStyles/ManageNamingStylesDialogViewModel.cs | 2 +- .../NamingPreferences/NamingStyles/NamingStyleDialog.xaml.cs | 2 +- .../NamingPreferences/NamingStyles/NamingStyleViewModel.cs | 2 +- .../ManageSymbolSpecificationsDialogViewModel.cs | 2 +- .../SymbolSpecification/SymbolSpecificationDialog.xaml.cs | 2 +- .../SymbolSpecification/SymbolSpecificationViewModel.cs | 2 +- .../Core/Impl/ProjectSystem/CPS/CPSProjectCodeModel.cs | 2 +- src/VisualStudio/Core/Impl/RoslynVisualStudioWorkspace.cs | 2 +- src/VisualStudio/Core/Next/Remote/JsonRpcMessageHandler.cs | 2 +- .../AnalyzerItem/AnalyzerItem.BrowseObject.cs | 2 +- .../Core/SolutionExplorerShim/AnalyzerItem/AnalyzerItem.cs | 2 +- .../SolutionExplorerShim/AnalyzerItem/AnalyzerItemProvider.cs | 2 +- .../Core/SolutionExplorerShim/AnalyzerItemTracker.cs | 2 +- .../Core/SolutionExplorerShim/AnalyzerReferenceManager.cs | 2 +- .../Core/SolutionExplorerShim/AnalyzersCommandHandler.cs | 2 +- .../AnalyzersFolderItem/AnalyzersFolderItem.BrowseObject.cs | 2 +- .../AnalyzersFolderItem/AnalyzersFolderItem.cs | 2 +- .../AnalyzersFolderItem/AnalyzersFolderItemProvider.cs | 2 +- .../AnalyzersFolderItem/AnalyzersFolderItemSource.cs | 2 +- src/VisualStudio/Core/SolutionExplorerShim/BaseItem.cs | 2 +- .../Core/SolutionExplorerShim/ContextMenuController.cs | 2 +- .../DiagnosticItem/BaseDiagnosticItem.BrowseObject.cs | 2 +- .../BaseDiagnosticItemSource.DiagnosticDescriptorComparer.cs | 2 +- .../DiagnosticItem/LegacyDiagnosticItem.cs | 2 +- .../DiagnosticItem/LegacyDiagnosticItemProvider.cs | 2 +- .../DiagnosticItem/LegacyDiagnosticItemSource.cs | 2 +- .../SolutionExplorerShim/DiagnosticItem/RuleSelectionImage.cs | 2 +- .../Core/SolutionExplorerShim/HierarchyItemToProjectIdMap.cs | 2 +- .../Core/SolutionExplorerShim/IHierarchyItemToProjectIdMap.cs | 2 +- .../ISolutionExplorerWorkspaceProvider.cs | 2 +- .../Core/SolutionExplorerShim/LocalizableProperties.cs | 2 +- .../SolutionExplorerShim/SolutionExplorerWorkspaceProvider.cs | 2 +- .../InteractiveServices/Interactive/CommonVsUtils.cs | 2 +- .../Interactive/ScriptingOleCommandTarget.cs | 2 +- .../Interactive/VsInteractiveWindowPackage.cs | 2 +- .../Interactive/VsInteractiveWindowProvider.cs | 2 +- .../InteractiveServices/Interactive/VsResetInteractive.cs | 2 +- .../InteractiveServices/Interactive/VsUpdateSolutionEvents.cs | 2 +- src/VisualStudio/Setup.Dependencies/AssemblyRedirects.cs | 2 +- src/VisualStudio/Setup.Next/AssemblyRedirects.cs | 2 +- src/VisualStudio/Setup/AssemblyRedirects.cs | 2 +- .../VisualStudioDiagnosticsToolWindow/DiagnosticsWindow.cs | 2 +- src/VisualStudio/VisualStudioDiagnosticsToolWindow/Guids.cs | 2 +- .../OptionPages/InternalComponentsOnOffPage.cs | 2 +- .../OptionPages/InternalDiagnosticsPage.cs | 2 +- .../OptionPages/InternalFeaturesOnOffPage.cs | 2 +- .../OptionPages/InternalOptionsControl.cs | 2 +- .../OptionPages/PerformanceFunctionIdPage.cs | 2 +- .../OptionPages/PerformanceLoggersPage.cs | 2 +- .../VisualStudioDiagnosticsToolWindow/PkgCmdID.cs | 2 +- .../VenusMargin/ProjectionBufferMargin.xaml.cs | 2 +- .../VenusMargin/ProjectionBufferViewModel.cs | 2 +- .../VenusMargin/ProjectionSpanTag.cs | 2 +- .../VenusMargin/ProjectionSpanTagDefinition.cs | 2 +- .../VenusMargin/ProjectionSpanTagger.cs | 2 +- .../VenusMargin/VenusMargin.cs | 2 +- .../VenusMargin/VenusMarginFactory.cs | 2 +- .../VisualStudioDiagnosticsWindowPackage.cs | 2 +- .../XamlTextViewCreationListener_IVsRunningDocTableEvents3.cs | 2 +- .../XamlTextViewCreationListener_IVsSolutionEvents.cs | 2 +- .../Portable/CodeGeneration/CSharpCodeGenerationService.cs | 2 +- .../CSharp/Portable/CodeGeneration/NamespaceGenerator.cs | 2 +- .../CSharp/Portable/CodeGeneration/OperatorGenerator.cs | 2 +- .../CSharp/Portable/CodeStyle/CSharpCodeStyleOptions.cs | 2 +- .../Portable/CodeStyle/CSharpCodeStyleOptionsProvider.cs | 2 +- .../LanguageServices/CSharpSyntaxFactsServiceFactory.cs | 2 +- .../CSharpSyntaxTreeFactory.PathSyntaxReference.cs | 2 +- .../CSharpSyntaxTreeFactoryService.NullSyntaxReference.cs | 2 +- .../CSharpLinkedFileMergeConflictCommentAdditionService.cs | 2 +- .../Portable/Simplification/CSharpSimplificationService.cs | 2 +- src/Workspaces/CSharpTest/CodeGeneration/AddImportsTests.cs | 2 +- src/Workspaces/Core/Desktop/Utilities/FilePathUtilities.cs | 2 +- src/Workspaces/Core/Desktop/Workspace/CommandLineProject.cs | 2 +- .../Core/Desktop/Workspace/Esent/EsentPersistentStorage.cs | 2 +- .../Desktop/Workspace/Esent/EsentStorage.AbstractTable.cs | 2 +- .../Workspace/Esent/EsentStorage.AbstractTableAccessor.cs | 2 +- .../Desktop/Workspace/Esent/EsentStorage.DocumentTable.cs | 2 +- .../Workspace/Esent/EsentStorage.DocumentTableAccessor.cs | 2 +- .../Workspace/Esent/EsentStorage.IdentifierLocationTable.cs | 2 +- .../Esent/EsentStorage.IdentifierLocationTableAccessor.cs | 2 +- .../Desktop/Workspace/Esent/EsentStorage.IdentifierTable.cs | 2 +- .../Core/Desktop/Workspace/Esent/EsentStorage.NameTable.cs | 2 +- .../Core/Desktop/Workspace/Esent/EsentStorage.OpenSession.cs | 2 +- .../Core/Desktop/Workspace/Esent/EsentStorage.ProjectTable.cs | 2 +- .../Workspace/Esent/EsentStorage.ProjectTableAccessor.cs | 2 +- .../Desktop/Workspace/Esent/EsentStorage.SolutionTable.cs | 2 +- .../Workspace/Esent/EsentStorage.SolutionTableAccessor.cs | 2 +- .../Workspace/Esent/EsentStorage.StringNameTableAccessor.cs | 2 +- .../Core/Desktop/Workspace/Esent/EsentStorage.TableKinds.cs | 2 +- src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.cs | 2 +- src/Workspaces/Core/Desktop/Workspace/FileTextLoader.cs | 2 +- .../Host/TemporaryStorage/TemporaryStorageServiceFactory.cs | 2 +- .../Core/Desktop/Workspace/MSBuild/MSBuildProjectLoader.cs | 2 +- .../Core/Desktop/Workspace/MSBuild/MSBuildWorkspace.cs | 2 +- .../Desktop/Workspace/MSBuild/ProjectFile/IProjectFile.cs | 2 +- .../Core/Desktop/Workspace/MSBuild/ProjectFile/ProjectFile.cs | 2 +- .../Desktop/Workspace/MSBuild/ProjectFile/ProjectFileInfo.cs | 2 +- .../Desktop/Workspace/MSBuild/SolutionFile/LineScanner.cs | 2 +- .../Desktop/Workspace/MSBuild/SolutionFile/ProjectBlock.cs | 2 +- .../Desktop/Workspace/MSBuild/SolutionFile/SectionBlock.cs | 2 +- .../Desktop/Workspace/MSBuild/SolutionFile/SolutionFile.cs | 2 +- .../Workspace/Storage/PersistenceStorageServiceFactory.cs | 2 +- .../Desktop/Workspace/Storage/PersistentStorageService.cs | 2 +- src/Workspaces/Core/Portable/CodeFixes/CodeFixContext.cs | 2 +- .../Core/Portable/CodeFixes/FixAllOccurrences/FixAllState.cs | 2 +- .../Portable/CodeGeneration/AbstractCodeGenerationService.cs | 2 +- .../Core/Portable/CodeGeneration/CodeGenerationHelpers.cs | 2 +- .../Core/Portable/CodeGeneration/CodeGenerationOptions.cs | 2 +- .../Portable/CodeGeneration/CodeGenerationSymbolFactory.cs | 2 +- src/Workspaces/Core/Portable/Differencing/Match.cs | 2 +- src/Workspaces/Core/Portable/Editing/SymbolEditor.cs | 2 +- src/Workspaces/Core/Portable/Editing/SyntaxEditor.cs | 2 +- .../AbstractLinkedFileMergeConflictCommentAdditionService.cs | 2 +- .../Portable/NamingStyles/Serialization/MutableNamingStyle.cs | 2 +- src/Workspaces/Core/Portable/Options/OptionKey.cs | 2 +- src/Workspaces/Core/Portable/PatternMatching/PatternMatch.cs | 2 +- .../Core/Portable/PatternMatching/PatternMatchKind.cs | 2 +- .../Core/Portable/Shared/Utilities/ExtensionOrderer.Node.cs | 2 +- .../ExportIncrementalAnalyzerProviderAttribute.cs | 2 +- .../Core/Portable/SolutionCrawler/IIncrementalAnalyzer.cs | 2 +- .../Portable/SolutionCrawler/IIncrementalAnalyzerProvider.cs | 2 +- .../SolutionCrawler/ISolutionCrawlerRegistrationService.cs | 2 +- .../SolutionCrawler/IncrementalAnalyzerProviderMetadata.cs | 2 +- .../Core/Portable/SolutionCrawler/InvocationReasons.cs | 2 +- .../Portable/SolutionCrawler/InvocationReasons_Constants.cs | 2 +- .../Portable/SolutionCrawler/PredefinedInvocationReasons.cs | 2 +- .../Utilities/CompilerUtilities/CompilerPathUtilities.cs | 2 +- .../Portable/Utilities/CompilerUtilities/ImmutableHashMap.cs | 2 +- .../Core/Portable/Workspace/Host/HostLanguageServices.cs | 2 +- .../Core/Portable/Workspace/Host/HostWorkspaceServices.cs | 2 +- src/Workspaces/Core/Portable/Workspace/Solution/Document.cs | 2 +- src/Workspaces/Core/Portable/Workspace/Solution/Solution.cs | 2 +- src/Workspaces/Core/Portable/Workspace/Workspace.cs | 2 +- src/Workspaces/Core/Portable/Workspace/Workspace_Editor.cs | 2 +- .../LinkedFileDiffMergingTests.TextMerging.cs | 2 +- .../CoreTestUtilities/Formatting/FormattingTestBase.cs | 2 +- 2337 files changed, 2350 insertions(+), 2350 deletions(-) diff --git a/build/ToolsetPackages/Program.cs b/build/ToolsetPackages/Program.cs index 4819c402b68e9..198426ff66da1 100644 --- a/build/ToolsetPackages/Program.cs +++ b/build/ToolsetPackages/Program.cs @@ -1,4 +1,4 @@ -using System; +using System; public static class Program { diff --git a/src/Compilers/CSharp/Portable/Compilation/MemberSemanticModel.cs b/src/Compilers/CSharp/Portable/Compilation/MemberSemanticModel.cs index e4e42d2129977..f5da50993a98e 100644 --- a/src/Compilers/CSharp/Portable/Compilation/MemberSemanticModel.cs +++ b/src/Compilers/CSharp/Portable/Compilation/MemberSemanticModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Compilers/CSharp/Portable/Errors/ErrorCode.cs b/src/Compilers/CSharp/Portable/Errors/ErrorCode.cs index f9f08361b526d..80d9ad6b6692f 100644 --- a/src/Compilers/CSharp/Portable/Errors/ErrorCode.cs +++ b/src/Compilers/CSharp/Portable/Errors/ErrorCode.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.CSharp { diff --git a/src/Compilers/CSharp/Portable/Generated/BoundNodes.xml.Generated.cs b/src/Compilers/CSharp/Portable/Generated/BoundNodes.xml.Generated.cs index d624e3ee0bab3..0b16f51bb9727 100644 --- a/src/Compilers/CSharp/Portable/Generated/BoundNodes.xml.Generated.cs +++ b/src/Compilers/CSharp/Portable/Generated/BoundNodes.xml.Generated.cs @@ -1,4 +1,4 @@ -// +// using System; using System.Collections; diff --git a/src/Compilers/CSharp/Portable/Generated/ErrorFacts.Generated.cs b/src/Compilers/CSharp/Portable/Generated/ErrorFacts.Generated.cs index bcf03eb9783cc..0e2faefbdb263 100644 --- a/src/Compilers/CSharp/Portable/Generated/ErrorFacts.Generated.cs +++ b/src/Compilers/CSharp/Portable/Generated/ErrorFacts.Generated.cs @@ -1,4 +1,4 @@ -namespace Microsoft.CodeAnalysis.CSharp +namespace Microsoft.CodeAnalysis.CSharp { internal static partial class ErrorFacts { diff --git a/src/Compilers/CSharp/Portable/Generated/Syntax.xml.Internal.Generated.cs b/src/Compilers/CSharp/Portable/Generated/Syntax.xml.Internal.Generated.cs index c8c3da2f547f0..3b67897135662 100644 --- a/src/Compilers/CSharp/Portable/Generated/Syntax.xml.Internal.Generated.cs +++ b/src/Compilers/CSharp/Portable/Generated/Syntax.xml.Internal.Generated.cs @@ -1,4 +1,4 @@ -// +// using System; using System.Collections; diff --git a/src/Compilers/CSharp/Portable/Generated/Syntax.xml.Main.Generated.cs b/src/Compilers/CSharp/Portable/Generated/Syntax.xml.Main.Generated.cs index ba3ecdfb3cecb..6c742b21d0bf0 100644 --- a/src/Compilers/CSharp/Portable/Generated/Syntax.xml.Main.Generated.cs +++ b/src/Compilers/CSharp/Portable/Generated/Syntax.xml.Main.Generated.cs @@ -1,4 +1,4 @@ -// +// using System; using System.Collections; diff --git a/src/Compilers/CSharp/Portable/Generated/Syntax.xml.Syntax.Generated.cs b/src/Compilers/CSharp/Portable/Generated/Syntax.xml.Syntax.Generated.cs index 9d7111edcab96..53e752885c05e 100644 --- a/src/Compilers/CSharp/Portable/Generated/Syntax.xml.Syntax.Generated.cs +++ b/src/Compilers/CSharp/Portable/Generated/Syntax.xml.Syntax.Generated.cs @@ -1,4 +1,4 @@ -// +// using System; using System.Collections; diff --git a/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenIterators.cs b/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenIterators.cs index a61271fad3b93..73a5870129368 100644 --- a/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenIterators.cs +++ b/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenIterators.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities; diff --git a/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenRefLocalTests.cs b/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenRefLocalTests.cs index c2a0a9ced6777..072da9d9c9497 100644 --- a/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenRefLocalTests.cs +++ b/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenRefLocalTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenRefReturnTests.cs b/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenRefReturnTests.cs index 97395cccb0e5f..f51eabf557bdf 100644 --- a/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenRefReturnTests.cs +++ b/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenRefReturnTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Compilers/CSharp/Test/Emit/Emit/EditAndContinue/EditAndContinueTests.cs b/src/Compilers/CSharp/Test/Emit/Emit/EditAndContinue/EditAndContinueTests.cs index 43dcf23b68fef..4c997b0a50da3 100644 --- a/src/Compilers/CSharp/Test/Emit/Emit/EditAndContinue/EditAndContinueTests.cs +++ b/src/Compilers/CSharp/Test/Emit/Emit/EditAndContinue/EditAndContinueTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Compilers/CSharp/Test/Emit/Emit/EditAndContinue/LocalSlotMappingTests.cs b/src/Compilers/CSharp/Test/Emit/Emit/EditAndContinue/LocalSlotMappingTests.cs index c2645c6bfb964..33018de9ed8e6 100644 --- a/src/Compilers/CSharp/Test/Emit/Emit/EditAndContinue/LocalSlotMappingTests.cs +++ b/src/Compilers/CSharp/Test/Emit/Emit/EditAndContinue/LocalSlotMappingTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Compilers/CSharp/Test/Emit/PDB/PDBAsyncTests.cs b/src/Compilers/CSharp/Test/Emit/PDB/PDBAsyncTests.cs index 44decd73a817f..84a141e75a494 100644 --- a/src/Compilers/CSharp/Test/Emit/PDB/PDBAsyncTests.cs +++ b/src/Compilers/CSharp/Test/Emit/PDB/PDBAsyncTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.IO; using System.Reflection.Metadata; diff --git a/src/Compilers/CSharp/Test/Emit/PDB/PDBConstantTests.cs b/src/Compilers/CSharp/Test/Emit/PDB/PDBConstantTests.cs index c8570cfd85043..af472bf2a1b88 100644 --- a/src/Compilers/CSharp/Test/Emit/PDB/PDBConstantTests.cs +++ b/src/Compilers/CSharp/Test/Emit/PDB/PDBConstantTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Globalization; using System.IO; diff --git a/src/Compilers/CSharp/Test/Emit/PDB/PDBDynamicLocalsTests.cs b/src/Compilers/CSharp/Test/Emit/PDB/PDBDynamicLocalsTests.cs index 0089eae82ad09..797f44cd4ec8f 100644 --- a/src/Compilers/CSharp/Test/Emit/PDB/PDBDynamicLocalsTests.cs +++ b/src/Compilers/CSharp/Test/Emit/PDB/PDBDynamicLocalsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities; diff --git a/src/Compilers/CSharp/Test/Emit/PDB/PDBIteratorTests.cs b/src/Compilers/CSharp/Test/Emit/PDB/PDBIteratorTests.cs index 70fb385094fb2..17b8e7611a2c9 100644 --- a/src/Compilers/CSharp/Test/Emit/PDB/PDBIteratorTests.cs +++ b/src/Compilers/CSharp/Test/Emit/PDB/PDBIteratorTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.IO; using System.Linq; diff --git a/src/Compilers/CSharp/Test/Emit/PDB/PDBLambdaTests.cs b/src/Compilers/CSharp/Test/Emit/PDB/PDBLambdaTests.cs index 5accc7aa57e88..0689618fd119e 100644 --- a/src/Compilers/CSharp/Test/Emit/PDB/PDBLambdaTests.cs +++ b/src/Compilers/CSharp/Test/Emit/PDB/PDBLambdaTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities; diff --git a/src/Compilers/CSharp/Test/Emit/PDB/PDBTests.cs b/src/Compilers/CSharp/Test/Emit/PDB/PDBTests.cs index a4ab3e12e3d18..c56f348508b82 100644 --- a/src/Compilers/CSharp/Test/Emit/PDB/PDBTests.cs +++ b/src/Compilers/CSharp/Test/Emit/PDB/PDBTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; diff --git a/src/Compilers/CSharp/Test/Semantic/Semantics/RefLocalTests.cs b/src/Compilers/CSharp/Test/Semantic/Semantics/RefLocalTests.cs index d8c91753b55c6..626f1d784d95e 100644 --- a/src/Compilers/CSharp/Test/Semantic/Semantics/RefLocalTests.cs +++ b/src/Compilers/CSharp/Test/Semantic/Semantics/RefLocalTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Compilers/CSharp/Test/Semantic/Semantics/RefReturnTests.cs b/src/Compilers/CSharp/Test/Semantic/Semantics/RefReturnTests.cs index acf1cfa5e579d..bf1cfe9a8bbf1 100644 --- a/src/Compilers/CSharp/Test/Semantic/Semantics/RefReturnTests.cs +++ b/src/Compilers/CSharp/Test/Semantic/Semantics/RefReturnTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Compilers/CSharp/Test/Semantic/Semantics/TypeOfTests.cs b/src/Compilers/CSharp/Test/Semantic/Semantics/TypeOfTests.cs index 8b719ea6a0609..f4ba344ededef 100644 --- a/src/Compilers/CSharp/Test/Semantic/Semantics/TypeOfTests.cs +++ b/src/Compilers/CSharp/Test/Semantic/Semantics/TypeOfTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; diff --git a/src/Compilers/CSharp/Test/Semantic/Semantics/ValueTupleTests.cs b/src/Compilers/CSharp/Test/Semantic/Semantics/ValueTupleTests.cs index 259f4386330c2..b5cdea213e7c3 100644 --- a/src/Compilers/CSharp/Test/Semantic/Semantics/ValueTupleTests.cs +++ b/src/Compilers/CSharp/Test/Semantic/Semantics/ValueTupleTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.UnitTests; diff --git a/src/Compilers/CSharp/Test/Symbol/BadSymbolReference.cs b/src/Compilers/CSharp/Test/Symbol/BadSymbolReference.cs index a75f63d1143cf..703602f765f4b 100644 --- a/src/Compilers/CSharp/Test/Symbol/BadSymbolReference.cs +++ b/src/Compilers/CSharp/Test/Symbol/BadSymbolReference.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; diff --git a/src/Compilers/CSharp/Test/Symbol/Compilation/IndexedProperties_BindingTests.cs b/src/Compilers/CSharp/Test/Symbol/Compilation/IndexedProperties_BindingTests.cs index fbca110287502..10a50e6da5b38 100644 --- a/src/Compilers/CSharp/Test/Symbol/Compilation/IndexedProperties_BindingTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Compilation/IndexedProperties_BindingTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Compilers/CSharp/Test/Symbol/Compilation/SemanticModelAPITests.cs b/src/Compilers/CSharp/Test/Symbol/Compilation/SemanticModelAPITests.cs index e7ec05ed0c9f4..862f7696e3c80 100644 --- a/src/Compilers/CSharp/Test/Symbol/Compilation/SemanticModelAPITests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Compilation/SemanticModelAPITests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Compilers/CSharp/Test/Symbol/Compilation/SemanticModelGetSemanticInfoTests.cs b/src/Compilers/CSharp/Test/Symbol/Compilation/SemanticModelGetSemanticInfoTests.cs index 663b41ca7cea5..a61b4b7f8a88c 100644 --- a/src/Compilers/CSharp/Test/Symbol/Compilation/SemanticModelGetSemanticInfoTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Compilation/SemanticModelGetSemanticInfoTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/Compilers/CSharp/Test/Symbol/DocumentationComments/DocumentationCommentCompilerTests.cs b/src/Compilers/CSharp/Test/Symbol/DocumentationComments/DocumentationCommentCompilerTests.cs index c20f47c05c4fb..14dd8e491d2d1 100644 --- a/src/Compilers/CSharp/Test/Symbol/DocumentationComments/DocumentationCommentCompilerTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/DocumentationComments/DocumentationCommentCompilerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/AccessorOverriddenOrHiddenMembersTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/AccessorOverriddenOrHiddenMembersTests.cs index 522af6316cdbd..7aebf864ad60b 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/AccessorOverriddenOrHiddenMembersTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/AccessorOverriddenOrHiddenMembersTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/AnonymousTypesSemanticsTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/AnonymousTypesSemanticsTests.cs index e3c66205af048..c15e228080c8b 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/AnonymousTypesSemanticsTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/AnonymousTypesSemanticsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/ConversionTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/ConversionTests.cs index f90074374a58c..9d59d0cfac291 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/ConversionTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/ConversionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/EnumTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/EnumTests.cs index 0cd4f3b3b9337..71191745c131d 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/EnumTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/EnumTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Text; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/ExtensionMethodTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/ExtensionMethodTests.cs index dce59893504cc..a5862ca667dd1 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/ExtensionMethodTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/ExtensionMethodTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/GenericConstraintConversionTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/GenericConstraintConversionTests.cs index c62061777293d..8acceb5907d8c 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/GenericConstraintConversionTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/GenericConstraintConversionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/GenericConstraintTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/GenericConstraintTests.cs index 4390aa56d72c7..e8f30595ad237 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/GenericConstraintTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/GenericConstraintTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/IndexedPropertyTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/IndexedPropertyTests.cs index ab8323bc17a25..38ad0bbb99123 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/IndexedPropertyTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/IndexedPropertyTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/IndexerTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/IndexerTests.cs index eeb5a1d33c593..d867066aa4062 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/IndexerTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/IndexerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/InterfaceImplementationTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/InterfaceImplementationTests.cs index 01e54d4c4867d..e1c5aebaac891 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/InterfaceImplementationTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/InterfaceImplementationTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/MetadataMemberTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/MetadataMemberTests.cs index fd44df25a50db..4d3f47e85cec9 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/MetadataMemberTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/MetadataMemberTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/DynamicTransformsTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/DynamicTransformsTests.cs index 0c158d88789c5..50fac0b86c5b3 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/DynamicTransformsTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/DynamicTransformsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/LoadingIndexers.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/LoadingIndexers.cs index 8dedea96eba6b..8e018c41dc5cf 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/LoadingIndexers.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/LoadingIndexers.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/LoadingMethods.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/LoadingMethods.cs index 6cc6d51a204fd..3b2011ee15f6d 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/LoadingMethods.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/LoadingMethods.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/LoadingNamespacesAndTypes.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/LoadingNamespacesAndTypes.cs index cb6572f35ea60..7d2b08f4aedb0 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/LoadingNamespacesAndTypes.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/LoadingNamespacesAndTypes.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/TypeForwarders.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/TypeForwarders.cs index e6c0d69df81a7..a1abfd67bfc02 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/TypeForwarders.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/TypeForwarders.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/OverriddenOrHiddenMembersTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/OverriddenOrHiddenMembersTests.cs index e793b87e83a1b..8a824208b8eb4 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/OverriddenOrHiddenMembersTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/OverriddenOrHiddenMembersTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Linq; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/Retargeting/NoPia.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/Retargeting/NoPia.cs index f8cff8a57d3fb..c460eedbed0c7 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/Retargeting/NoPia.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/Retargeting/NoPia.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/Source/CustomModifierCopyTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/Source/CustomModifierCopyTests.cs index 72a396adaeded..bff0a915cb6f7 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/Source/CustomModifierCopyTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/Source/CustomModifierCopyTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/Source/EnumTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/Source/EnumTests.cs index 778621c9228e0..83e57aeac5841 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/Source/EnumTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/Source/EnumTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/Source/EventTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/Source/EventTests.cs index 26fec47935d8e..f8be8f55e8d77 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/Source/EventTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/Source/EventTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/Source/ExpressionBodiedMethodTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/Source/ExpressionBodiedMethodTests.cs index 57842e48e4358..daf667b4ce237 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/Source/ExpressionBodiedMethodTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/Source/ExpressionBodiedMethodTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/Source/ExpressionBodiedPropertyTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/Source/ExpressionBodiedPropertyTests.cs index d9e7138b06839..6158cfb1ef198 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/Source/ExpressionBodiedPropertyTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/Source/ExpressionBodiedPropertyTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/Source/PropertyTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/Source/PropertyTests.cs index 8758347b95fd8..dee3f108d5b94 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/Source/PropertyTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/Source/PropertyTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/TypeTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/TypeTests.cs index 86d0fcd16777f..206ae861f3a1d 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/TypeTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/TypeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Compilers/CSharp/Test/Symbol/Symbols/UserDefinedOperatorErrorTests.cs b/src/Compilers/CSharp/Test/Symbol/Symbols/UserDefinedOperatorErrorTests.cs index b95b3e1c696af..ff2b3f98e9de4 100644 --- a/src/Compilers/CSharp/Test/Symbol/Symbols/UserDefinedOperatorErrorTests.cs +++ b/src/Compilers/CSharp/Test/Symbol/Symbols/UserDefinedOperatorErrorTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Xunit; diff --git a/src/Compilers/CSharp/Test/Syntax/Generated/Syntax.Test.xml.Generated.cs b/src/Compilers/CSharp/Test/Syntax/Generated/Syntax.Test.xml.Generated.cs index 3b316c8c8aeb5..c824cbd383b5f 100644 --- a/src/Compilers/CSharp/Test/Syntax/Generated/Syntax.Test.xml.Generated.cs +++ b/src/Compilers/CSharp/Test/Syntax/Generated/Syntax.Test.xml.Generated.cs @@ -1,4 +1,4 @@ -// +// using Microsoft.CodeAnalysis.CSharp.Syntax; using Roslyn.Utilities; diff --git a/src/Compilers/CSharp/Test/Syntax/Parsing/ValueTupleTests.cs b/src/Compilers/CSharp/Test/Syntax/Parsing/ValueTupleTests.cs index bd6abfe12e915..9d5a30e2a3df3 100644 --- a/src/Compilers/CSharp/Test/Syntax/Parsing/ValueTupleTests.cs +++ b/src/Compilers/CSharp/Test/Syntax/Parsing/ValueTupleTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Xunit; using System.Linq; diff --git a/src/Compilers/CSharp/Test/WinRT/AnonymousTypesSymbolTests.cs b/src/Compilers/CSharp/Test/WinRT/AnonymousTypesSymbolTests.cs index e43985205b380..a2bea4e8a707b 100644 --- a/src/Compilers/CSharp/Test/WinRT/AnonymousTypesSymbolTests.cs +++ b/src/Compilers/CSharp/Test/WinRT/AnonymousTypesSymbolTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Compilers/Core/MSBuildTask/CopyRefAssembly.cs b/src/Compilers/Core/MSBuildTask/CopyRefAssembly.cs index 03b27b3c2904c..55995f06cbb94 100644 --- a/src/Compilers/Core/MSBuildTask/CopyRefAssembly.cs +++ b/src/Compilers/Core/MSBuildTask/CopyRefAssembly.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; diff --git a/src/Compilers/Core/MSBuildTask/Csc.cs b/src/Compilers/Core/MSBuildTask/Csc.cs index 088a69aeefcf8..182c42573c900 100644 --- a/src/Compilers/Core/MSBuildTask/Csc.cs +++ b/src/Compilers/Core/MSBuildTask/Csc.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/Compilers/Core/MSBuildTask/ManagedCompiler.cs b/src/Compilers/Core/MSBuildTask/ManagedCompiler.cs index 8aa825a867049..71f6fa61ecc7c 100644 --- a/src/Compilers/Core/MSBuildTask/ManagedCompiler.cs +++ b/src/Compilers/Core/MSBuildTask/ManagedCompiler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Compilers/Core/MSBuildTask/MvidReader.cs b/src/Compilers/Core/MSBuildTask/MvidReader.cs index 745fdf24fbb11..878aaca6acfe1 100755 --- a/src/Compilers/Core/MSBuildTask/MvidReader.cs +++ b/src/Compilers/Core/MSBuildTask/MvidReader.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/Compilers/Core/MSBuildTask/Vbc.cs b/src/Compilers/Core/MSBuildTask/Vbc.cs index 981d42e457a03..ec3bbdca5df9c 100644 --- a/src/Compilers/Core/MSBuildTask/Vbc.cs +++ b/src/Compilers/Core/MSBuildTask/Vbc.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/Compilers/Core/Portable/Generated/Operations.xml.Generated.cs b/src/Compilers/Core/Portable/Generated/Operations.xml.Generated.cs index 1188abb551c47..a49be1b227cf9 100644 --- a/src/Compilers/Core/Portable/Generated/Operations.xml.Generated.cs +++ b/src/Compilers/Core/Portable/Generated/Operations.xml.Generated.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/InternalUtilities/PlatformInformation.cs b/src/Compilers/Core/Portable/InternalUtilities/PlatformInformation.cs index f3c1776c35b45..f3bf63df406b1 100644 --- a/src/Compilers/Core/Portable/InternalUtilities/PlatformInformation.cs +++ b/src/Compilers/Core/Portable/InternalUtilities/PlatformInformation.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.IO; diff --git a/src/Compilers/Core/Portable/InternalUtilities/UICultureUtilities.cs b/src/Compilers/Core/Portable/InternalUtilities/UICultureUtilities.cs index 52d0b0640c58b..00523165f2834 100644 --- a/src/Compilers/Core/Portable/InternalUtilities/UICultureUtilities.cs +++ b/src/Compilers/Core/Portable/InternalUtilities/UICultureUtilities.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Globalization; diff --git a/src/Compilers/Core/Portable/MemberDescriptor.cs b/src/Compilers/Core/Portable/MemberDescriptor.cs index 7ea4638f61a77..e5f129b4e5abd 100644 --- a/src/Compilers/Core/Portable/MemberDescriptor.cs +++ b/src/Compilers/Core/Portable/MemberDescriptor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Roslyn.Utilities; using System; diff --git a/src/Compilers/Core/Portable/Operations/ArgumentKind.cs b/src/Compilers/Core/Portable/Operations/ArgumentKind.cs index 3de4db0c4dccd..5e7be24d55974 100644 --- a/src/Compilers/Core/Portable/Operations/ArgumentKind.cs +++ b/src/Compilers/Core/Portable/Operations/ArgumentKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Semantics { diff --git a/src/Compilers/Core/Portable/Operations/BinaryOperandsKind.cs b/src/Compilers/Core/Portable/Operations/BinaryOperandsKind.cs index 2dba973762d91..f84e45ea36243 100644 --- a/src/Compilers/Core/Portable/Operations/BinaryOperandsKind.cs +++ b/src/Compilers/Core/Portable/Operations/BinaryOperandsKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/BinaryOperationKind.cs b/src/Compilers/Core/Portable/Operations/BinaryOperationKind.cs index 42c5f2dbe57f9..8cd9607c991bc 100644 --- a/src/Compilers/Core/Portable/Operations/BinaryOperationKind.cs +++ b/src/Compilers/Core/Portable/Operations/BinaryOperationKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/BranchKind.cs b/src/Compilers/Core/Portable/Operations/BranchKind.cs index 6d9024de59157..1cd6fb26906b6 100644 --- a/src/Compilers/Core/Portable/Operations/BranchKind.cs +++ b/src/Compilers/Core/Portable/Operations/BranchKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/CaseKind.cs b/src/Compilers/Core/Portable/Operations/CaseKind.cs index 04df82a889aa1..34601bdbe9ad1 100644 --- a/src/Compilers/Core/Portable/Operations/CaseKind.cs +++ b/src/Compilers/Core/Portable/Operations/CaseKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ConversionKind.cs b/src/Compilers/Core/Portable/Operations/ConversionKind.cs index 1b1bc45bf7001..c7e4a65bbe08e 100644 --- a/src/Compilers/Core/Portable/Operations/ConversionKind.cs +++ b/src/Compilers/Core/Portable/Operations/ConversionKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IAddressOfExpression.cs b/src/Compilers/Core/Portable/Operations/IAddressOfExpression.cs index b55d525273e75..c7e3fee485f32 100644 --- a/src/Compilers/Core/Portable/Operations/IAddressOfExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IAddressOfExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IArgument.cs b/src/Compilers/Core/Portable/Operations/IArgument.cs index f943dbac3298f..ff3fc76cdf7d1 100644 --- a/src/Compilers/Core/Portable/Operations/IArgument.cs +++ b/src/Compilers/Core/Portable/Operations/IArgument.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Semantics { diff --git a/src/Compilers/Core/Portable/Operations/IArrayCreationExpression.cs b/src/Compilers/Core/Portable/Operations/IArrayCreationExpression.cs index 629afd56690a7..2631bf6825585 100644 --- a/src/Compilers/Core/Portable/Operations/IArrayCreationExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IArrayCreationExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IArrayElementReferenceExpression.cs b/src/Compilers/Core/Portable/Operations/IArrayElementReferenceExpression.cs index 81bde9b5e5966..f2357388fc869 100644 --- a/src/Compilers/Core/Portable/Operations/IArrayElementReferenceExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IArrayElementReferenceExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IArrayInitializer.cs b/src/Compilers/Core/Portable/Operations/IArrayInitializer.cs index ce3fa8dc8ad65..db106f17f47d7 100644 --- a/src/Compilers/Core/Portable/Operations/IArrayInitializer.cs +++ b/src/Compilers/Core/Portable/Operations/IArrayInitializer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IAssignmentExpression.cs b/src/Compilers/Core/Portable/Operations/IAssignmentExpression.cs index e7cdbadef0a13..fcf15757f91a1 100644 --- a/src/Compilers/Core/Portable/Operations/IAssignmentExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IAssignmentExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IAwaitExpression.cs b/src/Compilers/Core/Portable/Operations/IAwaitExpression.cs index 9b27a2e3b489e..51ce94519b366 100644 --- a/src/Compilers/Core/Portable/Operations/IAwaitExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IAwaitExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IBinaryOperatorExpression.cs b/src/Compilers/Core/Portable/Operations/IBinaryOperatorExpression.cs index b09dc36da3dac..0698ef0dda8fa 100644 --- a/src/Compilers/Core/Portable/Operations/IBinaryOperatorExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IBinaryOperatorExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IBlockStatement.cs b/src/Compilers/Core/Portable/Operations/IBlockStatement.cs index f8f6363bbe108..86916e7b68106 100644 --- a/src/Compilers/Core/Portable/Operations/IBlockStatement.cs +++ b/src/Compilers/Core/Portable/Operations/IBlockStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IBranchStatement.cs b/src/Compilers/Core/Portable/Operations/IBranchStatement.cs index 81bf2af9c2a91..9a618d57a6970 100644 --- a/src/Compilers/Core/Portable/Operations/IBranchStatement.cs +++ b/src/Compilers/Core/Portable/Operations/IBranchStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ICaseClause.cs b/src/Compilers/Core/Portable/Operations/ICaseClause.cs index a62e8d4429470..097ce2eae80b7 100644 --- a/src/Compilers/Core/Portable/Operations/ICaseClause.cs +++ b/src/Compilers/Core/Portable/Operations/ICaseClause.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ICatchClause.cs b/src/Compilers/Core/Portable/Operations/ICatchClause.cs index bcf77df9b5abe..bb58238682c23 100644 --- a/src/Compilers/Core/Portable/Operations/ICatchClause.cs +++ b/src/Compilers/Core/Portable/Operations/ICatchClause.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ICompoundAssignmentExpression.cs b/src/Compilers/Core/Portable/Operations/ICompoundAssignmentExpression.cs index 3a690d0e39c3c..324b7f596e47c 100644 --- a/src/Compilers/Core/Portable/Operations/ICompoundAssignmentExpression.cs +++ b/src/Compilers/Core/Portable/Operations/ICompoundAssignmentExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IConditionalAccessExpression.cs b/src/Compilers/Core/Portable/Operations/IConditionalAccessExpression.cs index afd8765bfc0f1..455b9e27abc79 100644 --- a/src/Compilers/Core/Portable/Operations/IConditionalAccessExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IConditionalAccessExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IConditionalAccessInstanceExpression.cs b/src/Compilers/Core/Portable/Operations/IConditionalAccessInstanceExpression.cs index 32386dac4f679..e7a82035287af 100644 --- a/src/Compilers/Core/Portable/Operations/IConditionalAccessInstanceExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IConditionalAccessInstanceExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IConditionalChoiceExpression.cs b/src/Compilers/Core/Portable/Operations/IConditionalChoiceExpression.cs index d3acd9ea2d3d7..da8ac960833fa 100644 --- a/src/Compilers/Core/Portable/Operations/IConditionalChoiceExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IConditionalChoiceExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IConversionExpression.cs b/src/Compilers/Core/Portable/Operations/IConversionExpression.cs index 65e5ddac99a4e..03f0085a4a06a 100644 --- a/src/Compilers/Core/Portable/Operations/IConversionExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IConversionExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IDefaultValueExpression.cs b/src/Compilers/Core/Portable/Operations/IDefaultValueExpression.cs index e2241ea57ca2d..deeaaf873f217 100644 --- a/src/Compilers/Core/Portable/Operations/IDefaultValueExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IDefaultValueExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IEmptyStatement.cs b/src/Compilers/Core/Portable/Operations/IEmptyStatement.cs index 69dc22bb43942..df392c0180876 100644 --- a/src/Compilers/Core/Portable/Operations/IEmptyStatement.cs +++ b/src/Compilers/Core/Portable/Operations/IEmptyStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IEndStatement.cs b/src/Compilers/Core/Portable/Operations/IEndStatement.cs index a4f3d71b711fe..adb958d687cec 100644 --- a/src/Compilers/Core/Portable/Operations/IEndStatement.cs +++ b/src/Compilers/Core/Portable/Operations/IEndStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IEventAssignmentExpression.cs b/src/Compilers/Core/Portable/Operations/IEventAssignmentExpression.cs index 987cef4255769..6845383637c4b 100644 --- a/src/Compilers/Core/Portable/Operations/IEventAssignmentExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IEventAssignmentExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IEventReferenceExpression.cs b/src/Compilers/Core/Portable/Operations/IEventReferenceExpression.cs index 48281141396e6..ac77aa6aefa4f 100644 --- a/src/Compilers/Core/Portable/Operations/IEventReferenceExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IEventReferenceExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IExpressionStatement.cs b/src/Compilers/Core/Portable/Operations/IExpressionStatement.cs index 0f4e7da25c63a..6787d8ef3892c 100644 --- a/src/Compilers/Core/Portable/Operations/IExpressionStatement.cs +++ b/src/Compilers/Core/Portable/Operations/IExpressionStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IFieldInitializer.cs b/src/Compilers/Core/Portable/Operations/IFieldInitializer.cs index 33989b03add78..2b64d3f64382e 100644 --- a/src/Compilers/Core/Portable/Operations/IFieldInitializer.cs +++ b/src/Compilers/Core/Portable/Operations/IFieldInitializer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IFieldReferenceExpression.cs b/src/Compilers/Core/Portable/Operations/IFieldReferenceExpression.cs index 56f8c91a26ef0..7626035514dbd 100644 --- a/src/Compilers/Core/Portable/Operations/IFieldReferenceExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IFieldReferenceExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IFixedStatement.cs b/src/Compilers/Core/Portable/Operations/IFixedStatement.cs index d470097d01724..61bd6296b7817 100644 --- a/src/Compilers/Core/Portable/Operations/IFixedStatement.cs +++ b/src/Compilers/Core/Portable/Operations/IFixedStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IForEachLoopStatement.cs b/src/Compilers/Core/Portable/Operations/IForEachLoopStatement.cs index 9ed2add7d49a4..1031711baab88 100644 --- a/src/Compilers/Core/Portable/Operations/IForEachLoopStatement.cs +++ b/src/Compilers/Core/Portable/Operations/IForEachLoopStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IForLoopStatement.cs b/src/Compilers/Core/Portable/Operations/IForLoopStatement.cs index 172c45bf4e90d..6c33d390e1cb4 100644 --- a/src/Compilers/Core/Portable/Operations/IForLoopStatement.cs +++ b/src/Compilers/Core/Portable/Operations/IForLoopStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IForWhileUntilLoopStatement.cs b/src/Compilers/Core/Portable/Operations/IForWhileUntilLoopStatement.cs index 6341d60312f4c..72d457cf595a6 100644 --- a/src/Compilers/Core/Portable/Operations/IForWhileUntilLoopStatement.cs +++ b/src/Compilers/Core/Portable/Operations/IForWhileUntilLoopStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IHasArgumentsExpression.cs b/src/Compilers/Core/Portable/Operations/IHasArgumentsExpression.cs index d3fa361eef7b1..cd44f7b62baaf 100644 --- a/src/Compilers/Core/Portable/Operations/IHasArgumentsExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IHasArgumentsExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IHasOperatorMethodExpression.cs b/src/Compilers/Core/Portable/Operations/IHasOperatorMethodExpression.cs index 211a4e7f3542f..aa31d086ea2b9 100644 --- a/src/Compilers/Core/Portable/Operations/IHasOperatorMethodExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IHasOperatorMethodExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IIfStatement.cs b/src/Compilers/Core/Portable/Operations/IIfStatement.cs index 2189b8dbb4e35..b9862831615cd 100644 --- a/src/Compilers/Core/Portable/Operations/IIfStatement.cs +++ b/src/Compilers/Core/Portable/Operations/IIfStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IIncrementExpression.cs b/src/Compilers/Core/Portable/Operations/IIncrementExpression.cs index b4983543eba3d..829163acf8195 100644 --- a/src/Compilers/Core/Portable/Operations/IIncrementExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IIncrementExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IIndexedPropertyReferenceExpression.cs b/src/Compilers/Core/Portable/Operations/IIndexedPropertyReferenceExpression.cs index 4c2ff5dff86ba..96fede7d61d19 100644 --- a/src/Compilers/Core/Portable/Operations/IIndexedPropertyReferenceExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IIndexedPropertyReferenceExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IInstanceReferenceExpression.cs b/src/Compilers/Core/Portable/Operations/IInstanceReferenceExpression.cs index 01912caa38e14..3af149dc00f93 100644 --- a/src/Compilers/Core/Portable/Operations/IInstanceReferenceExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IInstanceReferenceExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IInvalidExpression.cs b/src/Compilers/Core/Portable/Operations/IInvalidExpression.cs index ff0d5ee3d96da..31ed12a62799b 100644 --- a/src/Compilers/Core/Portable/Operations/IInvalidExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IInvalidExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IInvalidStatement.cs b/src/Compilers/Core/Portable/Operations/IInvalidStatement.cs index eb29679e59f6a..54843a8b13917 100644 --- a/src/Compilers/Core/Portable/Operations/IInvalidStatement.cs +++ b/src/Compilers/Core/Portable/Operations/IInvalidStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IInvocationExpression.cs b/src/Compilers/Core/Portable/Operations/IInvocationExpression.cs index 84d3c4c47ae78..85435311e5294 100644 --- a/src/Compilers/Core/Portable/Operations/IInvocationExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IInvocationExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Semantics { diff --git a/src/Compilers/Core/Portable/Operations/IIsTypeExpression.cs b/src/Compilers/Core/Portable/Operations/IIsTypeExpression.cs index ff91eed2f1011..b06f159c9ff38 100644 --- a/src/Compilers/Core/Portable/Operations/IIsTypeExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IIsTypeExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ILabelStatement.cs b/src/Compilers/Core/Portable/Operations/ILabelStatement.cs index dddc987c8c114..50ccaf51a97c8 100644 --- a/src/Compilers/Core/Portable/Operations/ILabelStatement.cs +++ b/src/Compilers/Core/Portable/Operations/ILabelStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ILambdaExpression.cs b/src/Compilers/Core/Portable/Operations/ILambdaExpression.cs index 3c05906d9f5b7..d39c83b44bca9 100644 --- a/src/Compilers/Core/Portable/Operations/ILambdaExpression.cs +++ b/src/Compilers/Core/Portable/Operations/ILambdaExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ILateBoundMemberReferenceExpression.cs b/src/Compilers/Core/Portable/Operations/ILateBoundMemberReferenceExpression.cs index b79b386ec1683..42291a710ae45 100644 --- a/src/Compilers/Core/Portable/Operations/ILateBoundMemberReferenceExpression.cs +++ b/src/Compilers/Core/Portable/Operations/ILateBoundMemberReferenceExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ILiteralExpression.cs b/src/Compilers/Core/Portable/Operations/ILiteralExpression.cs index d0a87bddac499..1a8a3d897f66c 100644 --- a/src/Compilers/Core/Portable/Operations/ILiteralExpression.cs +++ b/src/Compilers/Core/Portable/Operations/ILiteralExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ILocalReferenceExpression.cs b/src/Compilers/Core/Portable/Operations/ILocalReferenceExpression.cs index 1a3ee8357dd7e..0bf91829c7f56 100644 --- a/src/Compilers/Core/Portable/Operations/ILocalReferenceExpression.cs +++ b/src/Compilers/Core/Portable/Operations/ILocalReferenceExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ILockStatement.cs b/src/Compilers/Core/Portable/Operations/ILockStatement.cs index a2c301f5f4635..7d1c893782837 100644 --- a/src/Compilers/Core/Portable/Operations/ILockStatement.cs +++ b/src/Compilers/Core/Portable/Operations/ILockStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ILoopStatement.cs b/src/Compilers/Core/Portable/Operations/ILoopStatement.cs index 28f8007065cb4..0824aa699100a 100644 --- a/src/Compilers/Core/Portable/Operations/ILoopStatement.cs +++ b/src/Compilers/Core/Portable/Operations/ILoopStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IMemberReferenceExpression.cs b/src/Compilers/Core/Portable/Operations/IMemberReferenceExpression.cs index 73158167e21bd..46e6d8792a4c6 100644 --- a/src/Compilers/Core/Portable/Operations/IMemberReferenceExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IMemberReferenceExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IMethodBindingExpression.cs b/src/Compilers/Core/Portable/Operations/IMethodBindingExpression.cs index aa1743c147151..5cf9ea12a317d 100644 --- a/src/Compilers/Core/Portable/Operations/IMethodBindingExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IMethodBindingExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/INullCoalescingExpression.cs b/src/Compilers/Core/Portable/Operations/INullCoalescingExpression.cs index 3a28d0a131969..9f64b19bf8df0 100644 --- a/src/Compilers/Core/Portable/Operations/INullCoalescingExpression.cs +++ b/src/Compilers/Core/Portable/Operations/INullCoalescingExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IObjectCreationExpression.cs b/src/Compilers/Core/Portable/Operations/IObjectCreationExpression.cs index dfe2997af5ae3..7a8d3fa858b26 100644 --- a/src/Compilers/Core/Portable/Operations/IObjectCreationExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IObjectCreationExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IOmittedArgumentExpression.cs b/src/Compilers/Core/Portable/Operations/IOmittedArgumentExpression.cs index e841037800b57..b7cfd1a532fa5 100644 --- a/src/Compilers/Core/Portable/Operations/IOmittedArgumentExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IOmittedArgumentExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IParameterInitializer.cs b/src/Compilers/Core/Portable/Operations/IParameterInitializer.cs index ece661d26e39f..1c4cb25939089 100644 --- a/src/Compilers/Core/Portable/Operations/IParameterInitializer.cs +++ b/src/Compilers/Core/Portable/Operations/IParameterInitializer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IParameterReferenceExpression.cs b/src/Compilers/Core/Portable/Operations/IParameterReferenceExpression.cs index 59a746ec1d8c8..2ffba5fd819fc 100644 --- a/src/Compilers/Core/Portable/Operations/IParameterReferenceExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IParameterReferenceExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IParenthesizedExpression.cs b/src/Compilers/Core/Portable/Operations/IParenthesizedExpression.cs index a01fc6c31a126..9b1b143141902 100644 --- a/src/Compilers/Core/Portable/Operations/IParenthesizedExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IParenthesizedExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IPlaceholderExpression.cs b/src/Compilers/Core/Portable/Operations/IPlaceholderExpression.cs index dbab8c6f0f6a9..95beef7e7b9a2 100644 --- a/src/Compilers/Core/Portable/Operations/IPlaceholderExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IPlaceholderExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IPointerIndirectionReferenceExpression.cs b/src/Compilers/Core/Portable/Operations/IPointerIndirectionReferenceExpression.cs index 5cd6ef58da15b..9d70bebd71807 100644 --- a/src/Compilers/Core/Portable/Operations/IPointerIndirectionReferenceExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IPointerIndirectionReferenceExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IPropertyInitializer.cs b/src/Compilers/Core/Portable/Operations/IPropertyInitializer.cs index 88a8ca0f13fa1..dda414ab3705e 100644 --- a/src/Compilers/Core/Portable/Operations/IPropertyInitializer.cs +++ b/src/Compilers/Core/Portable/Operations/IPropertyInitializer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IPropertyReferenceExpression.cs b/src/Compilers/Core/Portable/Operations/IPropertyReferenceExpression.cs index 5a6c8d0f380ee..d560f914602d7 100644 --- a/src/Compilers/Core/Portable/Operations/IPropertyReferenceExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IPropertyReferenceExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IRangeCaseClause.cs b/src/Compilers/Core/Portable/Operations/IRangeCaseClause.cs index 7eb50a438611f..581919f0b7365 100644 --- a/src/Compilers/Core/Portable/Operations/IRangeCaseClause.cs +++ b/src/Compilers/Core/Portable/Operations/IRangeCaseClause.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IRelationalCaseClause.cs b/src/Compilers/Core/Portable/Operations/IRelationalCaseClause.cs index e88da007ff145..0ca046d6c0bda 100644 --- a/src/Compilers/Core/Portable/Operations/IRelationalCaseClause.cs +++ b/src/Compilers/Core/Portable/Operations/IRelationalCaseClause.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IReturnStatement.cs b/src/Compilers/Core/Portable/Operations/IReturnStatement.cs index 0d5e32b03ba0c..2ce72410a2803 100644 --- a/src/Compilers/Core/Portable/Operations/IReturnStatement.cs +++ b/src/Compilers/Core/Portable/Operations/IReturnStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ISingleValueCaseClause.cs b/src/Compilers/Core/Portable/Operations/ISingleValueCaseClause.cs index 55015b1e1a151..78cbb64e4b0d3 100644 --- a/src/Compilers/Core/Portable/Operations/ISingleValueCaseClause.cs +++ b/src/Compilers/Core/Portable/Operations/ISingleValueCaseClause.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ISizeOfExpression.cs b/src/Compilers/Core/Portable/Operations/ISizeOfExpression.cs index 9aeaf9da521b3..5a7be528bf4cb 100644 --- a/src/Compilers/Core/Portable/Operations/ISizeOfExpression.cs +++ b/src/Compilers/Core/Portable/Operations/ISizeOfExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IStopStatement.cs b/src/Compilers/Core/Portable/Operations/IStopStatement.cs index 55a1948dbe37c..578af247435cf 100644 --- a/src/Compilers/Core/Portable/Operations/IStopStatement.cs +++ b/src/Compilers/Core/Portable/Operations/IStopStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ISwitchCase.cs b/src/Compilers/Core/Portable/Operations/ISwitchCase.cs index 5a1da2ccc49fa..2058c78f63229 100644 --- a/src/Compilers/Core/Portable/Operations/ISwitchCase.cs +++ b/src/Compilers/Core/Portable/Operations/ISwitchCase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ISwitchStatement.cs b/src/Compilers/Core/Portable/Operations/ISwitchStatement.cs index ffbbe6efd50e4..601d02f572b92 100644 --- a/src/Compilers/Core/Portable/Operations/ISwitchStatement.cs +++ b/src/Compilers/Core/Portable/Operations/ISwitchStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ISymbolInitializer.cs b/src/Compilers/Core/Portable/Operations/ISymbolInitializer.cs index 0cd8a08aa3ebc..aa0b7333f34e4 100644 --- a/src/Compilers/Core/Portable/Operations/ISymbolInitializer.cs +++ b/src/Compilers/Core/Portable/Operations/ISymbolInitializer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ISyntheticLocalReferenceExpression.cs b/src/Compilers/Core/Portable/Operations/ISyntheticLocalReferenceExpression.cs index 5079ae9d0de3f..151461f5d5210 100644 --- a/src/Compilers/Core/Portable/Operations/ISyntheticLocalReferenceExpression.cs +++ b/src/Compilers/Core/Portable/Operations/ISyntheticLocalReferenceExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IThrowStatement.cs b/src/Compilers/Core/Portable/Operations/IThrowStatement.cs index 1c62fbe03f86a..e77669ae6ea93 100644 --- a/src/Compilers/Core/Portable/Operations/IThrowStatement.cs +++ b/src/Compilers/Core/Portable/Operations/IThrowStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ITryStatement.cs b/src/Compilers/Core/Portable/Operations/ITryStatement.cs index 775fc59594792..8eecd9cb7cc3b 100644 --- a/src/Compilers/Core/Portable/Operations/ITryStatement.cs +++ b/src/Compilers/Core/Portable/Operations/ITryStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ITypeOfExpression.cs b/src/Compilers/Core/Portable/Operations/ITypeOfExpression.cs index d5197be24f56a..094bec68498de 100644 --- a/src/Compilers/Core/Portable/Operations/ITypeOfExpression.cs +++ b/src/Compilers/Core/Portable/Operations/ITypeOfExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ITypeOperationExpression.cs b/src/Compilers/Core/Portable/Operations/ITypeOperationExpression.cs index 9155ac0862a0d..7e03fbc037676 100644 --- a/src/Compilers/Core/Portable/Operations/ITypeOperationExpression.cs +++ b/src/Compilers/Core/Portable/Operations/ITypeOperationExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ITypeParameterObjectCreationExpression.cs b/src/Compilers/Core/Portable/Operations/ITypeParameterObjectCreationExpression.cs index 5a3d30e19e7b8..2af0057f29f9d 100644 --- a/src/Compilers/Core/Portable/Operations/ITypeParameterObjectCreationExpression.cs +++ b/src/Compilers/Core/Portable/Operations/ITypeParameterObjectCreationExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IUnaryOperatorExpression.cs b/src/Compilers/Core/Portable/Operations/IUnaryOperatorExpression.cs index 15fb5df35edcb..0927e8c0767cf 100644 --- a/src/Compilers/Core/Portable/Operations/IUnaryOperatorExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IUnaryOperatorExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IUnboundLambdaExpression.cs b/src/Compilers/Core/Portable/Operations/IUnboundLambdaExpression.cs index 059406ee49372..deef58319da00 100644 --- a/src/Compilers/Core/Portable/Operations/IUnboundLambdaExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IUnboundLambdaExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IUsingStatement.cs b/src/Compilers/Core/Portable/Operations/IUsingStatement.cs index 1a63b010ca39b..aece145571dd4 100644 --- a/src/Compilers/Core/Portable/Operations/IUsingStatement.cs +++ b/src/Compilers/Core/Portable/Operations/IUsingStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IVariableDeclaration.cs b/src/Compilers/Core/Portable/Operations/IVariableDeclaration.cs index 1fc8c72988b5d..08174598682a0 100644 --- a/src/Compilers/Core/Portable/Operations/IVariableDeclaration.cs +++ b/src/Compilers/Core/Portable/Operations/IVariableDeclaration.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IVariableDeclarationStatement.cs b/src/Compilers/Core/Portable/Operations/IVariableDeclarationStatement.cs index 9918b8c6d6c08..f9a68dcec70de 100644 --- a/src/Compilers/Core/Portable/Operations/IVariableDeclarationStatement.cs +++ b/src/Compilers/Core/Portable/Operations/IVariableDeclarationStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IWhileUntilLoopStatement.cs b/src/Compilers/Core/Portable/Operations/IWhileUntilLoopStatement.cs index e96b1e8cd383e..6736014145a4a 100644 --- a/src/Compilers/Core/Portable/Operations/IWhileUntilLoopStatement.cs +++ b/src/Compilers/Core/Portable/Operations/IWhileUntilLoopStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IWithStatement.cs b/src/Compilers/Core/Portable/Operations/IWithStatement.cs index 0cd835ae65899..a22807ba3532c 100644 --- a/src/Compilers/Core/Portable/Operations/IWithStatement.cs +++ b/src/Compilers/Core/Portable/Operations/IWithStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/IndexedPropertyReferenceExpression_IHasArgumentsExpression.cs b/src/Compilers/Core/Portable/Operations/IndexedPropertyReferenceExpression_IHasArgumentsExpression.cs index e2e0617a7d6e1..f6a38d1c52a0b 100644 --- a/src/Compilers/Core/Portable/Operations/IndexedPropertyReferenceExpression_IHasArgumentsExpression.cs +++ b/src/Compilers/Core/Portable/Operations/IndexedPropertyReferenceExpression_IHasArgumentsExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/InstanceReferenceKind.cs b/src/Compilers/Core/Portable/Operations/InstanceReferenceKind.cs index 7a25c2f74edc4..73117be3635d9 100644 --- a/src/Compilers/Core/Portable/Operations/InstanceReferenceKind.cs +++ b/src/Compilers/Core/Portable/Operations/InstanceReferenceKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/InvocationExpression_IHasArgumentsExpression.cs b/src/Compilers/Core/Portable/Operations/InvocationExpression_IHasArgumentsExpression.cs index 5d73ce653a48c..4d6cb6ab04926 100644 --- a/src/Compilers/Core/Portable/Operations/InvocationExpression_IHasArgumentsExpression.cs +++ b/src/Compilers/Core/Portable/Operations/InvocationExpression_IHasArgumentsExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/LoopKind.cs b/src/Compilers/Core/Portable/Operations/LoopKind.cs index 4664b661b8723..8d29fef952fd0 100644 --- a/src/Compilers/Core/Portable/Operations/LoopKind.cs +++ b/src/Compilers/Core/Portable/Operations/LoopKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/ObjectCreationExpression_IHasArgumentsExpression.cs b/src/Compilers/Core/Portable/Operations/ObjectCreationExpression_IHasArgumentsExpression.cs index 0db8e3825efe5..365850a0b05b0 100644 --- a/src/Compilers/Core/Portable/Operations/ObjectCreationExpression_IHasArgumentsExpression.cs +++ b/src/Compilers/Core/Portable/Operations/ObjectCreationExpression_IHasArgumentsExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/SimpleBinaryOperationKind.cs b/src/Compilers/Core/Portable/Operations/SimpleBinaryOperationKind.cs index c5f9bc4213961..70bc47e059162 100644 --- a/src/Compilers/Core/Portable/Operations/SimpleBinaryOperationKind.cs +++ b/src/Compilers/Core/Portable/Operations/SimpleBinaryOperationKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/SimpleUnaryOperationKind.cs b/src/Compilers/Core/Portable/Operations/SimpleUnaryOperationKind.cs index d0a5db4ef451e..77e8ac356a151 100644 --- a/src/Compilers/Core/Portable/Operations/SimpleUnaryOperationKind.cs +++ b/src/Compilers/Core/Portable/Operations/SimpleUnaryOperationKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/SyntheticLocalKind.cs b/src/Compilers/Core/Portable/Operations/SyntheticLocalKind.cs index 02934e8ab330d..51387ed7a0d8e 100644 --- a/src/Compilers/Core/Portable/Operations/SyntheticLocalKind.cs +++ b/src/Compilers/Core/Portable/Operations/SyntheticLocalKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/UnaryAndBinaryOperationExtensions.cs b/src/Compilers/Core/Portable/Operations/UnaryAndBinaryOperationExtensions.cs index d2bd3b4cf8109..26d6a04bc2eaa 100644 --- a/src/Compilers/Core/Portable/Operations/UnaryAndBinaryOperationExtensions.cs +++ b/src/Compilers/Core/Portable/Operations/UnaryAndBinaryOperationExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/UnaryOperandKind.cs b/src/Compilers/Core/Portable/Operations/UnaryOperandKind.cs index fd4374faa9dae..f4f315b1843ff 100644 --- a/src/Compilers/Core/Portable/Operations/UnaryOperandKind.cs +++ b/src/Compilers/Core/Portable/Operations/UnaryOperandKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/Operations/UnaryOperationKind.cs b/src/Compilers/Core/Portable/Operations/UnaryOperationKind.cs index 6b9a3ecf16d83..ec4903b7b5425 100644 --- a/src/Compilers/Core/Portable/Operations/UnaryOperationKind.cs +++ b/src/Compilers/Core/Portable/Operations/UnaryOperationKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Compilers/Core/Portable/PEWriter/PeWriter.cs b/src/Compilers/Core/Portable/PEWriter/PeWriter.cs index 015f98c1b9711..ed75102cb059f 100644 --- a/src/Compilers/Core/Portable/PEWriter/PeWriter.cs +++ b/src/Compilers/Core/Portable/PEWriter/PeWriter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Compilers/Core/Portable/PEWriter/Units.cs b/src/Compilers/Core/Portable/PEWriter/Units.cs index 461e29bc4c999..05b334d2ded97 100644 --- a/src/Compilers/Core/Portable/PEWriter/Units.cs +++ b/src/Compilers/Core/Portable/PEWriter/Units.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Compilers/Core/Portable/PEWriter/UsedNamespaceOrType.cs b/src/Compilers/Core/Portable/PEWriter/UsedNamespaceOrType.cs index 230afec930b09..a8d40a184f204 100644 --- a/src/Compilers/Core/Portable/PEWriter/UsedNamespaceOrType.cs +++ b/src/Compilers/Core/Portable/PEWriter/UsedNamespaceOrType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/Compilers/Core/Portable/SignatureComparer.cs b/src/Compilers/Core/Portable/SignatureComparer.cs index 3c52868ca3437..b8baa8e1fa6c5 100644 --- a/src/Compilers/Core/Portable/SignatureComparer.cs +++ b/src/Compilers/Core/Portable/SignatureComparer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Compilers/Shared/CoreClrAnalyzerAssemblyLoader.cs b/src/Compilers/Shared/CoreClrAnalyzerAssemblyLoader.cs index c7a7b6221e444..eefa8279f0b05 100644 --- a/src/Compilers/Shared/CoreClrAnalyzerAssemblyLoader.cs +++ b/src/Compilers/Shared/CoreClrAnalyzerAssemblyLoader.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics; using System.Reflection; diff --git a/src/Compilers/Shared/CoreClrShim.cs b/src/Compilers/Shared/CoreClrShim.cs index ba04d26d34c92..550a03cdee410 100644 --- a/src/Compilers/Shared/CoreClrShim.cs +++ b/src/Compilers/Shared/CoreClrShim.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Roslyn.Utilities; using System; diff --git a/src/Compilers/Shared/DesktopShim.cs b/src/Compilers/Shared/DesktopShim.cs index b913aa1d4d408..1281b5194f68c 100644 --- a/src/Compilers/Shared/DesktopShim.cs +++ b/src/Compilers/Shared/DesktopShim.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Reflection; diff --git a/src/Compilers/Shared/ExitingTraceListener.cs b/src/Compilers/Shared/ExitingTraceListener.cs index f3e894893f654..47b27d01674ff 100644 --- a/src/Compilers/Shared/ExitingTraceListener.cs +++ b/src/Compilers/Shared/ExitingTraceListener.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/Compilers/Shared/GlobalAssemblyCacheHelpers/ClrGlobalAssemblyCache.cs b/src/Compilers/Shared/GlobalAssemblyCacheHelpers/ClrGlobalAssemblyCache.cs index c5bab29f78de3..39a40afb0595d 100644 --- a/src/Compilers/Shared/GlobalAssemblyCacheHelpers/ClrGlobalAssemblyCache.cs +++ b/src/Compilers/Shared/GlobalAssemblyCacheHelpers/ClrGlobalAssemblyCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Compilers/Shared/GlobalAssemblyCacheHelpers/FusionAssemblyIdentity.cs b/src/Compilers/Shared/GlobalAssemblyCacheHelpers/FusionAssemblyIdentity.cs index 9e00facc42b7f..e82849b46b5d5 100644 --- a/src/Compilers/Shared/GlobalAssemblyCacheHelpers/FusionAssemblyIdentity.cs +++ b/src/Compilers/Shared/GlobalAssemblyCacheHelpers/FusionAssemblyIdentity.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Compilers/Shared/GlobalAssemblyCacheHelpers/MonoGlobalAssemblyCache.cs b/src/Compilers/Shared/GlobalAssemblyCacheHelpers/MonoGlobalAssemblyCache.cs index dd8532bdd7167..bb8624ffcc878 100644 --- a/src/Compilers/Shared/GlobalAssemblyCacheHelpers/MonoGlobalAssemblyCache.cs +++ b/src/Compilers/Shared/GlobalAssemblyCacheHelpers/MonoGlobalAssemblyCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Compilers/Test/Resources/Core/SymbolsTests/Metadata/public-and-private.cs b/src/Compilers/Test/Resources/Core/SymbolsTests/Metadata/public-and-private.cs index bbece0e09da1c..e93a4f5057144 100644 --- a/src/Compilers/Test/Resources/Core/SymbolsTests/Metadata/public-and-private.cs +++ b/src/Compilers/Test/Resources/Core/SymbolsTests/Metadata/public-and-private.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // This relates to VSO bug 217681 https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems?id=217681 // The code below is compiled with a modified compiler such that MetadataWriter will set both public and private flags on M, F, C2 and M2. diff --git a/src/Compilers/Test/Resources/Core/TestResources.cs b/src/Compilers/Test/Resources/Core/TestResources.cs index 3ab260b903535..7525960c95878 100644 --- a/src/Compilers/Test/Resources/Core/TestResources.cs +++ b/src/Compilers/Test/Resources/Core/TestResources.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace TestResources { diff --git a/src/Compilers/Test/Utilities/CSharp/CompilingTestBase.cs b/src/Compilers/Test/Utilities/CSharp/CompilingTestBase.cs index 16e55dd68a33b..255f6a3bde8f5 100644 --- a/src/Compilers/Test/Utilities/CSharp/CompilingTestBase.cs +++ b/src/Compilers/Test/Utilities/CSharp/CompilingTestBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharp/AutomaticCompletion/AutomaticLineEnderCommandHandler.cs b/src/EditorFeatures/CSharp/AutomaticCompletion/AutomaticLineEnderCommandHandler.cs index e5f1063345ffe..0a6fc8113930c 100644 --- a/src/EditorFeatures/CSharp/AutomaticCompletion/AutomaticLineEnderCommandHandler.cs +++ b/src/EditorFeatures/CSharp/AutomaticCompletion/AutomaticLineEnderCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharp/AutomaticCompletion/CSharpBraceCompletionSessionProvider.cs b/src/EditorFeatures/CSharp/AutomaticCompletion/CSharpBraceCompletionSessionProvider.cs index 231390b5ada8c..536c56bfb0f16 100644 --- a/src/EditorFeatures/CSharp/AutomaticCompletion/CSharpBraceCompletionSessionProvider.cs +++ b/src/EditorFeatures/CSharp/AutomaticCompletion/CSharpBraceCompletionSessionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/BracketCompletionSession.cs b/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/BracketCompletionSession.cs index e8e82cf16a98d..a1d8dfcbf038e 100644 --- a/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/BracketCompletionSession.cs +++ b/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/BracketCompletionSession.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Editor.Implementation.AutomaticCompletion.Sessions; diff --git a/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/CharLiteralCompletionSession.cs b/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/CharLiteralCompletionSession.cs index 0e7869e27ef1f..bdfafd22c95bd 100644 --- a/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/CharLiteralCompletionSession.cs +++ b/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/CharLiteralCompletionSession.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/CurlyBraceCompletionSession.cs b/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/CurlyBraceCompletionSession.cs index 27cfdf094db31..d091b0a5f76a7 100644 --- a/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/CurlyBraceCompletionSession.cs +++ b/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/CurlyBraceCompletionSession.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/InterpolatedStringCompletionSession.cs b/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/InterpolatedStringCompletionSession.cs index 5a93054538933..5859a921c5145 100644 --- a/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/InterpolatedStringCompletionSession.cs +++ b/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/InterpolatedStringCompletionSession.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/InterpolationCompletionSession.cs b/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/InterpolationCompletionSession.cs index 0337d134874b5..c77f639756641 100644 --- a/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/InterpolationCompletionSession.cs +++ b/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/InterpolationCompletionSession.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/LessAndGreaterThanCompletionSession.cs b/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/LessAndGreaterThanCompletionSession.cs index 51e99369f6a14..b56c01bcba7e7 100644 --- a/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/LessAndGreaterThanCompletionSession.cs +++ b/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/LessAndGreaterThanCompletionSession.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/ParenthesisCompletionSession.cs b/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/ParenthesisCompletionSession.cs index c0d06e84e91f1..6a482856af9aa 100644 --- a/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/ParenthesisCompletionSession.cs +++ b/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/ParenthesisCompletionSession.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/StringLiteralCompletionSession.cs b/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/StringLiteralCompletionSession.cs index a0d245c016d03..d2ac01de2ea2d 100644 --- a/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/StringLiteralCompletionSession.cs +++ b/src/EditorFeatures/CSharp/AutomaticCompletion/Sessions/StringLiteralCompletionSession.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/EditorFeatures/CSharp/BraceMatching/AbstractCSharpBraceMatcher.cs b/src/EditorFeatures/CSharp/BraceMatching/AbstractCSharpBraceMatcher.cs index b602f556c94fd..632f1fa931fc9 100644 --- a/src/EditorFeatures/CSharp/BraceMatching/AbstractCSharpBraceMatcher.cs +++ b/src/EditorFeatures/CSharp/BraceMatching/AbstractCSharpBraceMatcher.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Editor.Implementation.BraceMatching; diff --git a/src/EditorFeatures/CSharp/BraceMatching/LessThanGreaterThanBraceMatcher.cs b/src/EditorFeatures/CSharp/BraceMatching/LessThanGreaterThanBraceMatcher.cs index 815e9f08af477..0cff74b8c9d08 100644 --- a/src/EditorFeatures/CSharp/BraceMatching/LessThanGreaterThanBraceMatcher.cs +++ b/src/EditorFeatures/CSharp/BraceMatching/LessThanGreaterThanBraceMatcher.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp; diff --git a/src/EditorFeatures/CSharp/BraceMatching/OpenCloseBraceBraceMatcher.cs b/src/EditorFeatures/CSharp/BraceMatching/OpenCloseBraceBraceMatcher.cs index a380155b62ae1..96e9cdca58b41 100644 --- a/src/EditorFeatures/CSharp/BraceMatching/OpenCloseBraceBraceMatcher.cs +++ b/src/EditorFeatures/CSharp/BraceMatching/OpenCloseBraceBraceMatcher.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp; diff --git a/src/EditorFeatures/CSharp/BraceMatching/OpenCloseBracketBraceMatcher.cs b/src/EditorFeatures/CSharp/BraceMatching/OpenCloseBracketBraceMatcher.cs index e403565c94728..031993260362f 100644 --- a/src/EditorFeatures/CSharp/BraceMatching/OpenCloseBracketBraceMatcher.cs +++ b/src/EditorFeatures/CSharp/BraceMatching/OpenCloseBracketBraceMatcher.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp; diff --git a/src/EditorFeatures/CSharp/BraceMatching/OpenCloseParenBraceMatcher.cs b/src/EditorFeatures/CSharp/BraceMatching/OpenCloseParenBraceMatcher.cs index dd68d787749ec..4d1449143eff2 100644 --- a/src/EditorFeatures/CSharp/BraceMatching/OpenCloseParenBraceMatcher.cs +++ b/src/EditorFeatures/CSharp/BraceMatching/OpenCloseParenBraceMatcher.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp; diff --git a/src/EditorFeatures/CSharp/BraceMatching/StringLiteralBraceMatcher.cs b/src/EditorFeatures/CSharp/BraceMatching/StringLiteralBraceMatcher.cs index cb9fab2864b72..b701e8f6e9f91 100644 --- a/src/EditorFeatures/CSharp/BraceMatching/StringLiteralBraceMatcher.cs +++ b/src/EditorFeatures/CSharp/BraceMatching/StringLiteralBraceMatcher.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharp/CallHierarchy/CallHierarchyCommandHandler.cs b/src/EditorFeatures/CSharp/CallHierarchy/CallHierarchyCommandHandler.cs index bc5973336444c..a043378cf031c 100644 --- a/src/EditorFeatures/CSharp/CallHierarchy/CallHierarchyCommandHandler.cs +++ b/src/EditorFeatures/CSharp/CallHierarchy/CallHierarchyCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.ComponentModel.Composition; diff --git a/src/EditorFeatures/CSharp/ChangeSignature/CSharpChangeSignatureCommandHandler.cs b/src/EditorFeatures/CSharp/ChangeSignature/CSharpChangeSignatureCommandHandler.cs index 594b993bf740f..21e1d8d58815f 100644 --- a/src/EditorFeatures/CSharp/ChangeSignature/CSharpChangeSignatureCommandHandler.cs +++ b/src/EditorFeatures/CSharp/ChangeSignature/CSharpChangeSignatureCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.CodeAnalysis.Editor.Host; diff --git a/src/EditorFeatures/CSharp/CodeActions/GenerateVariable/GenerateVariableCodeIssueProvider.cs b/src/EditorFeatures/CSharp/CodeActions/GenerateVariable/GenerateVariableCodeIssueProvider.cs index 961d1df9e1d08..022a0784e208d 100644 --- a/src/EditorFeatures/CSharp/CodeActions/GenerateVariable/GenerateVariableCodeIssueProvider.cs +++ b/src/EditorFeatures/CSharp/CodeActions/GenerateVariable/GenerateVariableCodeIssueProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using System.Threading; diff --git a/src/EditorFeatures/CSharp/ContentType/ContentTypeDefinitions.cs b/src/EditorFeatures/CSharp/ContentType/ContentTypeDefinitions.cs index e9ef5fbe45908..d3831a7d7a508 100644 --- a/src/EditorFeatures/CSharp/ContentType/ContentTypeDefinitions.cs +++ b/src/EditorFeatures/CSharp/ContentType/ContentTypeDefinitions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.VisualStudio.Utilities; diff --git a/src/EditorFeatures/CSharp/DocumentationComments/DocumentationCommentCommandHandler.cs b/src/EditorFeatures/CSharp/DocumentationComments/DocumentationCommentCommandHandler.cs index 025df5eea8a5b..0c7ac8ec40e82 100644 --- a/src/EditorFeatures/CSharp/DocumentationComments/DocumentationCommentCommandHandler.cs +++ b/src/EditorFeatures/CSharp/DocumentationComments/DocumentationCommentCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.ComponentModel.Composition; diff --git a/src/EditorFeatures/CSharp/DocumentationComments/XmlTagCompletionCommandHandler.cs b/src/EditorFeatures/CSharp/DocumentationComments/XmlTagCompletionCommandHandler.cs index c465c988732e2..4fed1205349af 100644 --- a/src/EditorFeatures/CSharp/DocumentationComments/XmlTagCompletionCommandHandler.cs +++ b/src/EditorFeatures/CSharp/DocumentationComments/XmlTagCompletionCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using System.Threading; diff --git a/src/EditorFeatures/CSharp/EncapsulateField/EncapsulateFieldCommandHandler.cs b/src/EditorFeatures/CSharp/EncapsulateField/EncapsulateFieldCommandHandler.cs index 7ecc89365c553..c42fceacd8a95 100644 --- a/src/EditorFeatures/CSharp/EncapsulateField/EncapsulateFieldCommandHandler.cs +++ b/src/EditorFeatures/CSharp/EncapsulateField/EncapsulateFieldCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.CodeAnalysis.Editor.Host; diff --git a/src/EditorFeatures/CSharp/EndConstruct/CSharpEndConstructGenerationService.cs b/src/EditorFeatures/CSharp/EndConstruct/CSharpEndConstructGenerationService.cs index fdd86e5e8b868..d9e1c0fa29e2c 100644 --- a/src/EditorFeatures/CSharp/EndConstruct/CSharpEndConstructGenerationService.cs +++ b/src/EditorFeatures/CSharp/EndConstruct/CSharpEndConstructGenerationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Diagnostics.CodeAnalysis; diff --git a/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler.cs b/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler.cs index 83883c8c41ee0..ec4ae2d082146 100644 --- a/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler.cs +++ b/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler_SessionCancellingCommands.cs b/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler_SessionCancellingCommands.cs index 60078fa8f5610..c4bfae7ddc2ff 100644 --- a/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler_SessionCancellingCommands.cs +++ b/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler_SessionCancellingCommands.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Editor.Commands; diff --git a/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler_ShadowedCommands.cs b/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler_ShadowedCommands.cs index a98a546bc01cc..aac7d82d33a0c 100644 --- a/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler_ShadowedCommands.cs +++ b/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler_ShadowedCommands.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Editor.Commands; diff --git a/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler_TabKeyCommand.cs b/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler_TabKeyCommand.cs index 53b34b370c1f5..e677f29fe94c3 100644 --- a/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler_TabKeyCommand.cs +++ b/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler_TabKeyCommand.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler_TypeCharCommand.cs b/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler_TypeCharCommand.cs index 005abe403097f..db0efd3730b52 100644 --- a/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler_TypeCharCommand.cs +++ b/src/EditorFeatures/CSharp/EventHookup/EventHookupCommandHandler_TypeCharCommand.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/EditorFeatures/CSharp/EventHookup/EventHookupQuickInfoSource.cs b/src/EditorFeatures/CSharp/EventHookup/EventHookupQuickInfoSource.cs index f02c9e7fd0d44..1f0c8322ef7ae 100644 --- a/src/EditorFeatures/CSharp/EventHookup/EventHookupQuickInfoSource.cs +++ b/src/EditorFeatures/CSharp/EventHookup/EventHookupQuickInfoSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/CSharp/EventHookup/EventHookupQuickInfoSourceProvider.cs b/src/EditorFeatures/CSharp/EventHookup/EventHookupQuickInfoSourceProvider.cs index 16f1c531b1a84..9ecd73637972e 100644 --- a/src/EditorFeatures/CSharp/EventHookup/EventHookupQuickInfoSourceProvider.cs +++ b/src/EditorFeatures/CSharp/EventHookup/EventHookupQuickInfoSourceProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.CodeAnalysis.Editor.Shared.Utilities; diff --git a/src/EditorFeatures/CSharp/EventHookup/EventHookupSessionManager.cs b/src/EditorFeatures/CSharp/EventHookup/EventHookupSessionManager.cs index 05dfd06b7afa1..d49072d749436 100644 --- a/src/EditorFeatures/CSharp/EventHookup/EventHookupSessionManager.cs +++ b/src/EditorFeatures/CSharp/EventHookup/EventHookupSessionManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/CSharp/EventHookup/EventHookupSessionManager_EventHookupSession.cs b/src/EditorFeatures/CSharp/EventHookup/EventHookupSessionManager_EventHookupSession.cs index 2cbf724c075a6..619155f2018ef 100644 --- a/src/EditorFeatures/CSharp/EventHookup/EventHookupSessionManager_EventHookupSession.cs +++ b/src/EditorFeatures/CSharp/EventHookup/EventHookupSessionManager_EventHookupSession.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/CSharp/EventHookup/IHACK_EventHookupDismissalOnBufferChangePreventerService.cs b/src/EditorFeatures/CSharp/EventHookup/IHACK_EventHookupDismissalOnBufferChangePreventerService.cs index 68aa7225bfe78..14310e4b79969 100644 --- a/src/EditorFeatures/CSharp/EventHookup/IHACK_EventHookupDismissalOnBufferChangePreventerService.cs +++ b/src/EditorFeatures/CSharp/EventHookup/IHACK_EventHookupDismissalOnBufferChangePreventerService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Text.Editor; diff --git a/src/EditorFeatures/CSharp/Extensions/ClassificationExtensions.cs b/src/EditorFeatures/CSharp/Extensions/ClassificationExtensions.cs index 1a2013aca3960..9f780f64f773b 100644 --- a/src/EditorFeatures/CSharp/Extensions/ClassificationExtensions.cs +++ b/src/EditorFeatures/CSharp/Extensions/ClassificationExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Compilers.CSharp; using Microsoft.CodeAnalysis.CSharp.Semantics; diff --git a/src/EditorFeatures/CSharp/ExtractInterface/ExtractInterfaceCommandHandler.cs b/src/EditorFeatures/CSharp/ExtractInterface/ExtractInterfaceCommandHandler.cs index d8203a0f006a3..f2947458ca92b 100644 --- a/src/EditorFeatures/CSharp/ExtractInterface/ExtractInterfaceCommandHandler.cs +++ b/src/EditorFeatures/CSharp/ExtractInterface/ExtractInterfaceCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Implementation.ExtractInterface; diff --git a/src/EditorFeatures/CSharp/ExtractMethod/ExtractMethodCommandHandler.cs b/src/EditorFeatures/CSharp/ExtractMethod/ExtractMethodCommandHandler.cs index 604cbaddfe0b3..872711b7fa33a 100644 --- a/src/EditorFeatures/CSharp/ExtractMethod/ExtractMethodCommandHandler.cs +++ b/src/EditorFeatures/CSharp/ExtractMethod/ExtractMethodCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.CodeAnalysis.Editor.Host; diff --git a/src/EditorFeatures/CSharp/Formatting/CSharpEditorFormattingService.PasteFormattingRule.cs b/src/EditorFeatures/CSharp/Formatting/CSharpEditorFormattingService.PasteFormattingRule.cs index 28187fe24dd0a..365be747892a4 100644 --- a/src/EditorFeatures/CSharp/Formatting/CSharpEditorFormattingService.PasteFormattingRule.cs +++ b/src/EditorFeatures/CSharp/Formatting/CSharpEditorFormattingService.PasteFormattingRule.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Formatting.Rules; diff --git a/src/EditorFeatures/CSharp/Formatting/CSharpEditorFormattingService.cs b/src/EditorFeatures/CSharp/Formatting/CSharpEditorFormattingService.cs index 74aaa04a17bd7..4e69cf922745e 100644 --- a/src/EditorFeatures/CSharp/Formatting/CSharpEditorFormattingService.cs +++ b/src/EditorFeatures/CSharp/Formatting/CSharpEditorFormattingService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharp/Formatting/Indentation/CSharpIndentationService.Indenter.cs b/src/EditorFeatures/CSharp/Formatting/Indentation/CSharpIndentationService.Indenter.cs index a6389414ffd06..d1946b593a4f2 100644 --- a/src/EditorFeatures/CSharp/Formatting/Indentation/CSharpIndentationService.Indenter.cs +++ b/src/EditorFeatures/CSharp/Formatting/Indentation/CSharpIndentationService.Indenter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/EditorFeatures/CSharp/Formatting/Indentation/CSharpIndentationService.cs b/src/EditorFeatures/CSharp/Formatting/Indentation/CSharpIndentationService.cs index 80ce0ed17cba5..2fc5afa77c2b2 100644 --- a/src/EditorFeatures/CSharp/Formatting/Indentation/CSharpIndentationService.cs +++ b/src/EditorFeatures/CSharp/Formatting/Indentation/CSharpIndentationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Composition; diff --git a/src/EditorFeatures/CSharp/Formatting/Indentation/SmartTokenFormatter.cs b/src/EditorFeatures/CSharp/Formatting/Indentation/SmartTokenFormatter.cs index d906cf6b5ddaf..866bd2312bb79 100644 --- a/src/EditorFeatures/CSharp/Formatting/Indentation/SmartTokenFormatter.cs +++ b/src/EditorFeatures/CSharp/Formatting/Indentation/SmartTokenFormatter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/CSharp/Formatting/Indentation/SmartTokenFormatterCommandHandler.cs b/src/EditorFeatures/CSharp/Formatting/Indentation/SmartTokenFormatterCommandHandler.cs index 00844252c9fe5..e37b83ea70afd 100644 --- a/src/EditorFeatures/CSharp/Formatting/Indentation/SmartTokenFormatterCommandHandler.cs +++ b/src/EditorFeatures/CSharp/Formatting/Indentation/SmartTokenFormatterCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.ComponentModel.Composition; diff --git a/src/EditorFeatures/CSharp/Formatting/Indentation/WhitespaceExtensions.cs b/src/EditorFeatures/CSharp/Formatting/Indentation/WhitespaceExtensions.cs index d27e4791b93c5..bf7ffc4dc0e3f 100644 --- a/src/EditorFeatures/CSharp/Formatting/Indentation/WhitespaceExtensions.cs +++ b/src/EditorFeatures/CSharp/Formatting/Indentation/WhitespaceExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Editor.CSharp.Formatting.Indentation diff --git a/src/EditorFeatures/CSharp/GenerateMember/GenerateVariable/CSharpGenerateVariableService.cs b/src/EditorFeatures/CSharp/GenerateMember/GenerateVariable/CSharpGenerateVariableService.cs index 0659a3d54db87..2c088ac900e39 100644 --- a/src/EditorFeatures/CSharp/GenerateMember/GenerateVariable/CSharpGenerateVariableService.cs +++ b/src/EditorFeatures/CSharp/GenerateMember/GenerateVariable/CSharpGenerateVariableService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using System.Threading; diff --git a/src/EditorFeatures/CSharp/GoToDefinition/CSharpGoToDefinitionService.cs b/src/EditorFeatures/CSharp/GoToDefinition/CSharpGoToDefinitionService.cs index 215eb67caaae6..6077e22eb3bcb 100644 --- a/src/EditorFeatures/CSharp/GoToDefinition/CSharpGoToDefinitionService.cs +++ b/src/EditorFeatures/CSharp/GoToDefinition/CSharpGoToDefinitionService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AbstractAsyncHighlighter.cs b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AbstractAsyncHighlighter.cs index b6a496fb4bb5b..5a7b98a246b2d 100644 --- a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AbstractAsyncHighlighter.cs +++ b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AbstractAsyncHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AsyncAnonymousMethodHighlighter.cs b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AsyncAnonymousMethodHighlighter.cs index 1eeace2dc4ef5..06ac85677135e 100644 --- a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AsyncAnonymousMethodHighlighter.cs +++ b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AsyncAnonymousMethodHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AsyncMethodHighlighter.cs b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AsyncMethodHighlighter.cs index ad88048b89bd8..9b2652a782edf 100644 --- a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AsyncMethodHighlighter.cs +++ b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AsyncMethodHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AsyncParenthesizedLambdaHighlighter.cs b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AsyncParenthesizedLambdaHighlighter.cs index 79647864a792d..c7c166db676ce 100644 --- a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AsyncParenthesizedLambdaHighlighter.cs +++ b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AsyncParenthesizedLambdaHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AsyncSimpleLambdaHighlighter.cs b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AsyncSimpleLambdaHighlighter.cs index ab9471e7c0f8e..bf414a1da9710 100644 --- a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AsyncSimpleLambdaHighlighter.cs +++ b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AsyncSimpleLambdaHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AwaitHighlighter.cs b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AwaitHighlighter.cs index 0a44d772e83f4..664dba64d1ed5 100644 --- a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AwaitHighlighter.cs +++ b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/AwaitHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/CheckedExpressionHighlighter.cs b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/CheckedExpressionHighlighter.cs index d43c354548a1c..465d58745e1b7 100644 --- a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/CheckedExpressionHighlighter.cs +++ b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/CheckedExpressionHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/CheckedStatementHighlighter.cs b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/CheckedStatementHighlighter.cs index 10f7adcf0738d..1ed6257bdbb0b 100644 --- a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/CheckedStatementHighlighter.cs +++ b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/CheckedStatementHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/ConditionalPreprocessorHighlighter.cs b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/ConditionalPreprocessorHighlighter.cs index 60bb872bdbc43..fb0a0936c414a 100644 --- a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/ConditionalPreprocessorHighlighter.cs +++ b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/ConditionalPreprocessorHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/IfStatementHighlighter.cs b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/IfStatementHighlighter.cs index 18a8b90aa1a36..fd6ac80253e94 100644 --- a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/IfStatementHighlighter.cs +++ b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/IfStatementHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/LockStatementHighlighter.cs b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/LockStatementHighlighter.cs index 232397c6301f5..277e77b9bb66a 100644 --- a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/LockStatementHighlighter.cs +++ b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/LockStatementHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/LoopHighlighter.cs b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/LoopHighlighter.cs index cafdd7b12aaa1..10457eaae9560 100644 --- a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/LoopHighlighter.cs +++ b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/LoopHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Diagnostics; diff --git a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/RegionHighlighter.cs b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/RegionHighlighter.cs index 5d5661e96f801..3310aeb0c46a6 100644 --- a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/RegionHighlighter.cs +++ b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/RegionHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/ReturnStatementHighlighter.cs b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/ReturnStatementHighlighter.cs index 3e95084f3411b..ca398c9280719 100644 --- a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/ReturnStatementHighlighter.cs +++ b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/ReturnStatementHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/SwitchStatementHighlighter.cs b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/SwitchStatementHighlighter.cs index ae0f3ef7102a8..91714f12df3b1 100644 --- a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/SwitchStatementHighlighter.cs +++ b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/SwitchStatementHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/TryStatementHighlighter.cs b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/TryStatementHighlighter.cs index 09b75e58a25e5..4736b2634c1f3 100644 --- a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/TryStatementHighlighter.cs +++ b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/TryStatementHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/UnsafeStatementHighlighter.cs b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/UnsafeStatementHighlighter.cs index e5b9f1918c7d5..bd74b8a4e9e1f 100644 --- a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/UnsafeStatementHighlighter.cs +++ b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/UnsafeStatementHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/UsingStatementHighlighter.cs b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/UsingStatementHighlighter.cs index adb997f150301..284392d87455e 100644 --- a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/UsingStatementHighlighter.cs +++ b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/UsingStatementHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/YieldStatementHighlighter.cs b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/YieldStatementHighlighter.cs index 41a815587da63..74bb0a9b57047 100644 --- a/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/YieldStatementHighlighter.cs +++ b/src/EditorFeatures/CSharp/Highlighting/KeywordHighlighters/YieldStatementHighlighter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/EditorFeatures/CSharp/InlineRename/CSharpEditorInlineRenameService.cs b/src/EditorFeatures/CSharp/InlineRename/CSharpEditorInlineRenameService.cs index c025c1e04c38a..dc9d7c1241ef1 100644 --- a/src/EditorFeatures/CSharp/InlineRename/CSharpEditorInlineRenameService.cs +++ b/src/EditorFeatures/CSharp/InlineRename/CSharpEditorInlineRenameService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Composition; diff --git a/src/EditorFeatures/CSharp/LanguageServices/CSharpContentTypeLanguageService.cs b/src/EditorFeatures/CSharp/LanguageServices/CSharpContentTypeLanguageService.cs index d85f28b4fb21a..88d9f88e5a206 100644 --- a/src/EditorFeatures/CSharp/LanguageServices/CSharpContentTypeLanguageService.cs +++ b/src/EditorFeatures/CSharp/LanguageServices/CSharpContentTypeLanguageService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.VisualStudio.Utilities; diff --git a/src/EditorFeatures/CSharp/LineSeparators/CSharpLineSeparatorService.cs b/src/EditorFeatures/CSharp/LineSeparators/CSharpLineSeparatorService.cs index 172a1451e0e74..2eb492ccd298b 100644 --- a/src/EditorFeatures/CSharp/LineSeparators/CSharpLineSeparatorService.cs +++ b/src/EditorFeatures/CSharp/LineSeparators/CSharpLineSeparatorService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Composition; diff --git a/src/EditorFeatures/CSharp/NavigationBar/CSharpNavigationBarItemService.cs b/src/EditorFeatures/CSharp/NavigationBar/CSharpNavigationBarItemService.cs index 92bd8ecd590c6..27a9154df50fe 100644 --- a/src/EditorFeatures/CSharp/NavigationBar/CSharpNavigationBarItemService.cs +++ b/src/EditorFeatures/CSharp/NavigationBar/CSharpNavigationBarItemService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Composition; diff --git a/src/EditorFeatures/CSharp/QuickInfo/SemanticQuickInfoProvider.cs b/src/EditorFeatures/CSharp/QuickInfo/SemanticQuickInfoProvider.cs index 08ff532525cba..66cc3e4008336 100644 --- a/src/EditorFeatures/CSharp/QuickInfo/SemanticQuickInfoProvider.cs +++ b/src/EditorFeatures/CSharp/QuickInfo/SemanticQuickInfoProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/EditorFeatures/CSharp/QuickInfo/SyntacticQuickInfoProvider.cs b/src/EditorFeatures/CSharp/QuickInfo/SyntacticQuickInfoProvider.cs index 42682432e900d..e688459b80274 100644 --- a/src/EditorFeatures/CSharp/QuickInfo/SyntacticQuickInfoProvider.cs +++ b/src/EditorFeatures/CSharp/QuickInfo/SyntacticQuickInfoProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.ComponentModel.Composition; diff --git a/src/EditorFeatures/CSharp/RenameTracking/CSharpRenameTrackingCodeFixProvider.cs b/src/EditorFeatures/CSharp/RenameTracking/CSharpRenameTrackingCodeFixProvider.cs index 8c13a2b56287f..317b337f5d396 100644 --- a/src/EditorFeatures/CSharp/RenameTracking/CSharpRenameTrackingCodeFixProvider.cs +++ b/src/EditorFeatures/CSharp/RenameTracking/CSharpRenameTrackingCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Composition; diff --git a/src/EditorFeatures/CSharp/TextStructureNavigation/TextStructureNavigatorProvider.cs b/src/EditorFeatures/CSharp/TextStructureNavigation/TextStructureNavigatorProvider.cs index 2ec8c4fb60561..903861f680d85 100644 --- a/src/EditorFeatures/CSharp/TextStructureNavigation/TextStructureNavigatorProvider.cs +++ b/src/EditorFeatures/CSharp/TextStructureNavigation/TextStructureNavigatorProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Composition; diff --git a/src/EditorFeatures/CSharpTest/AddBraces/AddBracesTests.cs b/src/EditorFeatures/CSharpTest/AddBraces/AddBracesTests.cs index 7c74d9706e90b..d71a661e38378 100644 --- a/src/EditorFeatures/CSharpTest/AddBraces/AddBracesTests.cs +++ b/src/EditorFeatures/CSharpTest/AddBraces/AddBracesTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/AddUsing/AddUsingTests.cs b/src/EditorFeatures/CSharpTest/AddUsing/AddUsingTests.cs index 8145c36a142c3..b15ae024fbf67 100644 --- a/src/EditorFeatures/CSharpTest/AddUsing/AddUsingTests.cs +++ b/src/EditorFeatures/CSharpTest/AddUsing/AddUsingTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/AddUsing/AddUsingTests_ExtensionMethods.cs b/src/EditorFeatures/CSharpTest/AddUsing/AddUsingTests_ExtensionMethods.cs index 06ac20e2ddf31..259ac6598d700 100644 --- a/src/EditorFeatures/CSharpTest/AddUsing/AddUsingTests_ExtensionMethods.cs +++ b/src/EditorFeatures/CSharpTest/AddUsing/AddUsingTests_ExtensionMethods.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Roslyn.Test.Utilities; diff --git a/src/EditorFeatures/CSharpTest/AddUsing/AddUsingTests_NuGet.cs b/src/EditorFeatures/CSharpTest/AddUsing/AddUsingTests_NuGet.cs index 0665d06b80e1f..3ae80b428f51f 100644 --- a/src/EditorFeatures/CSharpTest/AddUsing/AddUsingTests_NuGet.cs +++ b/src/EditorFeatures/CSharpTest/AddUsing/AddUsingTests_NuGet.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharpTest/AddUsing/AddUsingTests_Queries.cs b/src/EditorFeatures/CSharpTest/AddUsing/AddUsingTests_Queries.cs index 992cfa5bf227e..a21776f53eafa 100644 --- a/src/EditorFeatures/CSharpTest/AddUsing/AddUsingTests_Queries.cs +++ b/src/EditorFeatures/CSharpTest/AddUsing/AddUsingTests_Queries.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Roslyn.Test.Utilities; diff --git a/src/EditorFeatures/CSharpTest/AutomaticCompletion/AutomaticBraceCompletionTests.cs b/src/EditorFeatures/CSharpTest/AutomaticCompletion/AutomaticBraceCompletionTests.cs index 58ef7bfdadda2..690e373acef07 100644 --- a/src/EditorFeatures/CSharpTest/AutomaticCompletion/AutomaticBraceCompletionTests.cs +++ b/src/EditorFeatures/CSharpTest/AutomaticCompletion/AutomaticBraceCompletionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/BraceHighlighting/BraceHighlightingTests.cs b/src/EditorFeatures/CSharpTest/BraceHighlighting/BraceHighlightingTests.cs index 29f162f8d5d68..389af78a58bb7 100644 --- a/src/EditorFeatures/CSharpTest/BraceHighlighting/BraceHighlightingTests.cs +++ b/src/EditorFeatures/CSharpTest/BraceHighlighting/BraceHighlightingTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; diff --git a/src/EditorFeatures/CSharpTest/BraceMatching/CSharpBraceMatcherTests.cs b/src/EditorFeatures/CSharpTest/BraceMatching/CSharpBraceMatcherTests.cs index a25ec3b27aa01..181ac8c40b22e 100644 --- a/src/EditorFeatures/CSharpTest/BraceMatching/CSharpBraceMatcherTests.cs +++ b/src/EditorFeatures/CSharpTest/BraceMatching/CSharpBraceMatcherTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; diff --git a/src/EditorFeatures/CSharpTest/CallHierarchy/CallHierarchyTests.cs b/src/EditorFeatures/CSharpTest/CallHierarchy/CallHierarchyTests.cs index 160f8e037e378..1821feb4d5a0f 100644 --- a/src/EditorFeatures/CSharpTest/CallHierarchy/CallHierarchyTests.cs +++ b/src/EditorFeatures/CSharpTest/CallHierarchy/CallHierarchyTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/ChangeSignature/ReorderParametersTests.InvocationErrors.cs b/src/EditorFeatures/CSharpTest/ChangeSignature/ReorderParametersTests.InvocationErrors.cs index be87045ae38e2..7b603ece04f8b 100644 --- a/src/EditorFeatures/CSharpTest/ChangeSignature/ReorderParametersTests.InvocationErrors.cs +++ b/src/EditorFeatures/CSharpTest/ChangeSignature/ReorderParametersTests.InvocationErrors.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.UnitTests.ChangeSignature; diff --git a/src/EditorFeatures/CSharpTest/ChangeSignature/ReorderParametersTests.InvocationLocation.cs b/src/EditorFeatures/CSharpTest/ChangeSignature/ReorderParametersTests.InvocationLocation.cs index 84f45d420104b..b6cff78361904 100644 --- a/src/EditorFeatures/CSharpTest/ChangeSignature/ReorderParametersTests.InvocationLocation.cs +++ b/src/EditorFeatures/CSharpTest/ChangeSignature/ReorderParametersTests.InvocationLocation.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.UnitTests.ChangeSignature; diff --git a/src/EditorFeatures/CSharpTest/Classification/TotalClassifierTests_Dynamic.cs b/src/EditorFeatures/CSharpTest/Classification/TotalClassifierTests_Dynamic.cs index 89d6d29cff501..40ba4d57f83c1 100644 --- a/src/EditorFeatures/CSharpTest/Classification/TotalClassifierTests_Dynamic.cs +++ b/src/EditorFeatures/CSharpTest/Classification/TotalClassifierTests_Dynamic.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Roslyn.Test.Utilities; diff --git a/src/EditorFeatures/CSharpTest/CodeActions/EncapsulateField/EncapsulateFieldTests.cs b/src/EditorFeatures/CSharpTest/CodeActions/EncapsulateField/EncapsulateFieldTests.cs index 156d4d83db8a4..6801526796335 100644 --- a/src/EditorFeatures/CSharpTest/CodeActions/EncapsulateField/EncapsulateFieldTests.cs +++ b/src/EditorFeatures/CSharpTest/CodeActions/EncapsulateField/EncapsulateFieldTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharpTest/CodeActions/ExtractMethod/ExtractMethodTests.cs b/src/EditorFeatures/CSharpTest/CodeActions/ExtractMethod/ExtractMethodTests.cs index cbdcd00ded23f..81b3bb588fa6a 100644 --- a/src/EditorFeatures/CSharpTest/CodeActions/ExtractMethod/ExtractMethodTests.cs +++ b/src/EditorFeatures/CSharpTest/CodeActions/ExtractMethod/ExtractMethodTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharpTest/CodeActions/InlineTemporary/InlineTemporaryTests.cs b/src/EditorFeatures/CSharpTest/CodeActions/InlineTemporary/InlineTemporaryTests.cs index 1a58ad0c16fca..62ad4757e4e32 100644 --- a/src/EditorFeatures/CSharpTest/CodeActions/InlineTemporary/InlineTemporaryTests.cs +++ b/src/EditorFeatures/CSharpTest/CodeActions/InlineTemporary/InlineTemporaryTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; diff --git a/src/EditorFeatures/CSharpTest/CodeActions/IntroduceVariable/IntroduceVariableTests.cs b/src/EditorFeatures/CSharpTest/CodeActions/IntroduceVariable/IntroduceVariableTests.cs index 3015990f98411..f6348531b4690 100644 --- a/src/EditorFeatures/CSharpTest/CodeActions/IntroduceVariable/IntroduceVariableTests.cs +++ b/src/EditorFeatures/CSharpTest/CodeActions/IntroduceVariable/IntroduceVariableTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/CodeActions/InvertIf/InvertIfTests.cs b/src/EditorFeatures/CSharpTest/CodeActions/InvertIf/InvertIfTests.cs index 5368ae093ce92..d742efbf8c899 100644 --- a/src/EditorFeatures/CSharpTest/CodeActions/InvertIf/InvertIfTests.cs +++ b/src/EditorFeatures/CSharpTest/CodeActions/InvertIf/InvertIfTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; diff --git a/src/EditorFeatures/CSharpTest/CodeActions/LambdaSimplifier/LambdaSimplifierTests.cs b/src/EditorFeatures/CSharpTest/CodeActions/LambdaSimplifier/LambdaSimplifierTests.cs index 570aa715f8c54..ab980c36fa579 100644 --- a/src/EditorFeatures/CSharpTest/CodeActions/LambdaSimplifier/LambdaSimplifierTests.cs +++ b/src/EditorFeatures/CSharpTest/CodeActions/LambdaSimplifier/LambdaSimplifierTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; diff --git a/src/EditorFeatures/CSharpTest/CodeActions/MoveDeclarationNearReference/MoveDeclarationNearReferenceTests.cs b/src/EditorFeatures/CSharpTest/CodeActions/MoveDeclarationNearReference/MoveDeclarationNearReferenceTests.cs index 7e965da7549f8..4ff8f5502e0c1 100644 --- a/src/EditorFeatures/CSharpTest/CodeActions/MoveDeclarationNearReference/MoveDeclarationNearReferenceTests.cs +++ b/src/EditorFeatures/CSharpTest/CodeActions/MoveDeclarationNearReference/MoveDeclarationNearReferenceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; diff --git a/src/EditorFeatures/CSharpTest/CodeActions/MoveType/CSharpMoveTypeTestsBase.cs b/src/EditorFeatures/CSharpTest/CodeActions/MoveType/CSharpMoveTypeTestsBase.cs index 52275c04a2f1c..22637bbd2b794 100644 --- a/src/EditorFeatures/CSharpTest/CodeActions/MoveType/CSharpMoveTypeTestsBase.cs +++ b/src/EditorFeatures/CSharpTest/CodeActions/MoveType/CSharpMoveTypeTestsBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.UnitTests.MoveType; diff --git a/src/EditorFeatures/CSharpTest/CodeActions/MoveType/MoveTypeTests.MoveToNewFile.cs b/src/EditorFeatures/CSharpTest/CodeActions/MoveType/MoveTypeTests.MoveToNewFile.cs index 48a03f5c1c543..4e1fde19cc3ad 100644 --- a/src/EditorFeatures/CSharpTest/CodeActions/MoveType/MoveTypeTests.MoveToNewFile.cs +++ b/src/EditorFeatures/CSharpTest/CodeActions/MoveType/MoveTypeTests.MoveToNewFile.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/CodeActions/MoveType/MoveTypeTests.RenameFile.cs b/src/EditorFeatures/CSharpTest/CodeActions/MoveType/MoveTypeTests.RenameFile.cs index 94d05c5413106..1ad9cd2798b49 100644 --- a/src/EditorFeatures/CSharpTest/CodeActions/MoveType/MoveTypeTests.RenameFile.cs +++ b/src/EditorFeatures/CSharpTest/CodeActions/MoveType/MoveTypeTests.RenameFile.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Roslyn.Test.Utilities; diff --git a/src/EditorFeatures/CSharpTest/CodeActions/MoveType/MoveTypeTests.RenameType.cs b/src/EditorFeatures/CSharpTest/CodeActions/MoveType/MoveTypeTests.RenameType.cs index e45758652d885..c3f416d375588 100644 --- a/src/EditorFeatures/CSharpTest/CodeActions/MoveType/MoveTypeTests.RenameType.cs +++ b/src/EditorFeatures/CSharpTest/CodeActions/MoveType/MoveTypeTests.RenameType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Roslyn.Test.Utilities; diff --git a/src/EditorFeatures/CSharpTest/CodeActions/Preview/PreviewExceptionTests.cs b/src/EditorFeatures/CSharpTest/CodeActions/Preview/PreviewExceptionTests.cs index d05814bbcb46f..a4b04a5f0fe58 100644 --- a/src/EditorFeatures/CSharpTest/CodeActions/Preview/PreviewExceptionTests.cs +++ b/src/EditorFeatures/CSharpTest/CodeActions/Preview/PreviewExceptionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/EditorFeatures/CSharpTest/CodeActions/ReplaceMethodWithProperty/ReplaceMethodWithPropertyTests.cs b/src/EditorFeatures/CSharpTest/CodeActions/ReplaceMethodWithProperty/ReplaceMethodWithPropertyTests.cs index b6e5ea58f3204..74c401db63586 100644 --- a/src/EditorFeatures/CSharpTest/CodeActions/ReplaceMethodWithProperty/ReplaceMethodWithPropertyTests.cs +++ b/src/EditorFeatures/CSharpTest/CodeActions/ReplaceMethodWithProperty/ReplaceMethodWithPropertyTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/CodeActions/ReplacePropertyWithMethods/ReplacePropertyWithMethodsTests.cs b/src/EditorFeatures/CSharpTest/CodeActions/ReplacePropertyWithMethods/ReplacePropertyWithMethodsTests.cs index 87ca412579531..9bca62da58fe9 100644 --- a/src/EditorFeatures/CSharpTest/CodeActions/ReplacePropertyWithMethods/ReplacePropertyWithMethodsTests.cs +++ b/src/EditorFeatures/CSharpTest/CodeActions/ReplacePropertyWithMethods/ReplacePropertyWithMethodsTests.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; using Microsoft.CodeAnalysis.CodeStyle; diff --git a/src/EditorFeatures/CSharpTest/CodeActions/UseNamedArguments/UseNamedArgumentsTests.cs b/src/EditorFeatures/CSharpTest/CodeActions/UseNamedArguments/UseNamedArgumentsTests.cs index 0c82576510301..7280c85489ca4 100644 --- a/src/EditorFeatures/CSharpTest/CodeActions/UseNamedArguments/UseNamedArgumentsTests.cs +++ b/src/EditorFeatures/CSharpTest/CodeActions/UseNamedArguments/UseNamedArgumentsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; diff --git a/src/EditorFeatures/CSharpTest/Completion/CompletionProviders/NamedParameterCompletionProviderTests.cs b/src/EditorFeatures/CSharpTest/Completion/CompletionProviders/NamedParameterCompletionProviderTests.cs index c4c23cf4bc526..603991676c9b8 100644 --- a/src/EditorFeatures/CSharpTest/Completion/CompletionProviders/NamedParameterCompletionProviderTests.cs +++ b/src/EditorFeatures/CSharpTest/Completion/CompletionProviders/NamedParameterCompletionProviderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Completion; diff --git a/src/EditorFeatures/CSharpTest/Completion/CompletionProviders/PartialTypeCompletionProviderTests.cs b/src/EditorFeatures/CSharpTest/Completion/CompletionProviders/PartialTypeCompletionProviderTests.cs index 7556059d17ce8..3a89d7c1747a0 100644 --- a/src/EditorFeatures/CSharpTest/Completion/CompletionProviders/PartialTypeCompletionProviderTests.cs +++ b/src/EditorFeatures/CSharpTest/Completion/CompletionProviders/PartialTypeCompletionProviderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Completion; diff --git a/src/EditorFeatures/CSharpTest/Completion/CompletionProviders/SymbolCompletionProviderTests.cs b/src/EditorFeatures/CSharpTest/Completion/CompletionProviders/SymbolCompletionProviderTests.cs index 8765280533002..23457f3bd98ce 100644 --- a/src/EditorFeatures/CSharpTest/Completion/CompletionProviders/SymbolCompletionProviderTests.cs +++ b/src/EditorFeatures/CSharpTest/Completion/CompletionProviders/SymbolCompletionProviderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Completion; diff --git a/src/EditorFeatures/CSharpTest/ConvertToInterpolatedString/ConvertConcatenationToInterpolatedStringTests.cs b/src/EditorFeatures/CSharpTest/ConvertToInterpolatedString/ConvertConcatenationToInterpolatedStringTests.cs index 5aa31116150f8..666c3037d9707 100644 --- a/src/EditorFeatures/CSharpTest/ConvertToInterpolatedString/ConvertConcatenationToInterpolatedStringTests.cs +++ b/src/EditorFeatures/CSharpTest/ConvertToInterpolatedString/ConvertConcatenationToInterpolatedStringTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; diff --git a/src/EditorFeatures/CSharpTest/ConvertToInterpolatedString/ConvertPlaceholderToInterpolatedStringTests.cs b/src/EditorFeatures/CSharpTest/ConvertToInterpolatedString/ConvertPlaceholderToInterpolatedStringTests.cs index 758ae90a96f41..e040ddb220091 100644 --- a/src/EditorFeatures/CSharpTest/ConvertToInterpolatedString/ConvertPlaceholderToInterpolatedStringTests.cs +++ b/src/EditorFeatures/CSharpTest/ConvertToInterpolatedString/ConvertPlaceholderToInterpolatedStringTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/Async/AddAwaitTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/Async/AddAwaitTests.cs index 41e520444231c..2f61b19cfd102 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/Async/AddAwaitTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/Async/AddAwaitTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/Async/ChangeToAsyncTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/Async/ChangeToAsyncTests.cs index d1fac6f3f7d6b..f3d0ecba9561f 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/Async/ChangeToAsyncTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/Async/ChangeToAsyncTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/DiagnosticAnalyzerDriver/DiagnosticAnalyzerDriverTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/DiagnosticAnalyzerDriver/DiagnosticAnalyzerDriverTests.cs index 658b8cfe2c302..29fea18a337b0 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/DiagnosticAnalyzerDriver/DiagnosticAnalyzerDriverTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/DiagnosticAnalyzerDriver/DiagnosticAnalyzerDriverTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/GenerateEnumMember/GenerateEnumMemberTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/GenerateEnumMember/GenerateEnumMemberTests.cs index ff060445e2804..c50c782734259 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/GenerateEnumMember/GenerateEnumMemberTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/GenerateEnumMember/GenerateEnumMemberTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/GenerateMethod/GenerateConversionTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/GenerateMethod/GenerateConversionTests.cs index ea7522f95ca84..b7852245d6347 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/GenerateMethod/GenerateConversionTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/GenerateMethod/GenerateConversionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/GenerateMethod/GenerateMethodTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/GenerateMethod/GenerateMethodTests.cs index 24b31406d3acf..6b14e4a99ec14 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/GenerateMethod/GenerateMethodTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/GenerateMethod/GenerateMethodTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/GenerateType/GenerateTypeTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/GenerateType/GenerateTypeTests.cs index 275763afadd98..f79e8f15f94f6 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/GenerateType/GenerateTypeTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/GenerateType/GenerateTypeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/HideBase/HideBaseTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/HideBase/HideBaseTests.cs index 63353f740bb1e..b24536bbe7dd7 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/HideBase/HideBaseTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/HideBase/HideBaseTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/InvokeDelegateWithConditionalAccess/InvokeDelegateWithConditionalAccessTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/InvokeDelegateWithConditionalAccess/InvokeDelegateWithConditionalAccessTests.cs index 5a7ae07c72cc6..d33f852d98b10 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/InvokeDelegateWithConditionalAccess/InvokeDelegateWithConditionalAccessTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/InvokeDelegateWithConditionalAccess/InvokeDelegateWithConditionalAccessTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/InvokeDelegateWithConditionalAccess/InvokeDelegateWithConditionalAccessTests_FixAllTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/InvokeDelegateWithConditionalAccess/InvokeDelegateWithConditionalAccessTests_FixAllTests.cs index eb2c72afe25eb..32f028e31f583 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/InvokeDelegateWithConditionalAccess/InvokeDelegateWithConditionalAccessTests_FixAllTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/InvokeDelegateWithConditionalAccess/InvokeDelegateWithConditionalAccessTests_FixAllTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/Iterator/AddYieldTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/Iterator/AddYieldTests.cs index 902abc3c50d08..e768b51bbabf7 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/Iterator/AddYieldTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/Iterator/AddYieldTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/Iterator/ChangeToIEnumerableTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/Iterator/ChangeToIEnumerableTests.cs index 734338df30697..4163fb001c605 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/Iterator/ChangeToIEnumerableTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/Iterator/ChangeToIEnumerableTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/MakeMethodAsynchronous/MakeMethodAsynchronousTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/MakeMethodAsynchronous/MakeMethodAsynchronousTests.cs index 22a677f0f66b1..f0de5a74da11f 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/MakeMethodAsynchronous/MakeMethodAsynchronousTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/MakeMethodAsynchronous/MakeMethodAsynchronousTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/MockDiagnosticAnalyzerTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/MockDiagnosticAnalyzerTests.cs index 5ecbfffc131d4..538d46ad09d55 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/MockDiagnosticAnalyzerTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/MockDiagnosticAnalyzerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/NamingStyles/NamingStylesTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/NamingStyles/NamingStylesTests.cs index 6b4ec47933e3e..4c8f91378ff53 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/NamingStyles/NamingStylesTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/NamingStyles/NamingStylesTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/PreferFrameworkType/PreferFrameworkTypeTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/PreferFrameworkType/PreferFrameworkTypeTests.cs index c7c75b2c1546f..ac91a78ff8fe5 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/PreferFrameworkType/PreferFrameworkTypeTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/PreferFrameworkType/PreferFrameworkTypeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/RemoveUnnecessaryCast/RemoveUnnecessaryCastTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/RemoveUnnecessaryCast/RemoveUnnecessaryCastTests.cs index f0e536237f88e..78f42adc23b50 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/RemoveUnnecessaryCast/RemoveUnnecessaryCastTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/RemoveUnnecessaryCast/RemoveUnnecessaryCastTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/SimplifyTypeNames/SimplifyTypeNamesTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/SimplifyTypeNames/SimplifyTypeNamesTests.cs index cb988a7a118e1..6f8ca53dc2376 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/SimplifyTypeNames/SimplifyTypeNamesTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/SimplifyTypeNames/SimplifyTypeNamesTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/SimplifyTypeNames/SimplifyTypeNamesTests_FixAllTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/SimplifyTypeNames/SimplifyTypeNamesTests_FixAllTests.cs index 4d80123bf4e75..5d59e1fafa881 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/SimplifyTypeNames/SimplifyTypeNamesTests_FixAllTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/SimplifyTypeNames/SimplifyTypeNamesTests_FixAllTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/SpellCheck/SpellCheckTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/SpellCheck/SpellCheckTests.cs index 9c9a2148b9e1c..13676d8b18cb3 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/SpellCheck/SpellCheckTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/SpellCheck/SpellCheckTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/RemoveSuppressionTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/RemoveSuppressionTests.cs index 1de4531ac9d28..593f1beb5e605 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/RemoveSuppressionTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/RemoveSuppressionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/SuppressionAllCodeTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/SuppressionAllCodeTests.cs index 8a5c49ec2813d..a451a7dab8035 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/SuppressionAllCodeTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/SuppressionAllCodeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/SuppressionTest_FixAllTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/SuppressionTest_FixAllTests.cs index b465ba1f57873..6b57462633a79 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/SuppressionTest_FixAllTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/SuppressionTest_FixAllTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.UnitTests.Diagnostics; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/SuppressionTest_FixMultipleTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/SuppressionTest_FixMultipleTests.cs index 6ed3c21a2ae42..5376bfb1bdc5d 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/SuppressionTest_FixMultipleTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/SuppressionTest_FixMultipleTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/SuppressionTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/SuppressionTests.cs index 50829e75b0848..fcb7f5697a28b 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/SuppressionTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/Suppression/SuppressionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/UpgradeProject/UpgradeProjectTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/UpgradeProject/UpgradeProjectTests.cs index 2d1b1d8cac3d0..39dfc56ec8213 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/UpgradeProject/UpgradeProjectTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/UpgradeProject/UpgradeProjectTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/UseAutoProperty/UseAutoPropertyTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/UseAutoProperty/UseAutoPropertyTests.cs index d8c8b82e9d0f0..22141d4049a11 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/UseAutoProperty/UseAutoPropertyTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/UseAutoProperty/UseAutoPropertyTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/UseImplicitOrExplicitType/UseExplicitTypeTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/UseImplicitOrExplicitType/UseExplicitTypeTests.cs index 20b2219db0a80..cdb38393a7a3d 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/UseImplicitOrExplicitType/UseExplicitTypeTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/UseImplicitOrExplicitType/UseExplicitTypeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/UseImplicitOrExplicitType/UseExplicitTypeTests_FixAllTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/UseImplicitOrExplicitType/UseExplicitTypeTests_FixAllTests.cs index 04e1ab87defb8..f301b34865335 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/UseImplicitOrExplicitType/UseExplicitTypeTests_FixAllTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/UseImplicitOrExplicitType/UseExplicitTypeTests_FixAllTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/UseImplicitOrExplicitType/UseImplicitTypeTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/UseImplicitOrExplicitType/UseImplicitTypeTests.cs index 13b894ecbc5fe..964851a5b4ae6 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/UseImplicitOrExplicitType/UseImplicitTypeTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/UseImplicitOrExplicitType/UseImplicitTypeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/Diagnostics/UseImplicitOrExplicitType/UseImplicitTypeTests_FixAllTests.cs b/src/EditorFeatures/CSharpTest/Diagnostics/UseImplicitOrExplicitType/UseImplicitTypeTests_FixAllTests.cs index 9c252ffde4fe5..fd86a6c92e2d4 100644 --- a/src/EditorFeatures/CSharpTest/Diagnostics/UseImplicitOrExplicitType/UseImplicitTypeTests_FixAllTests.cs +++ b/src/EditorFeatures/CSharpTest/Diagnostics/UseImplicitOrExplicitType/UseImplicitTypeTests_FixAllTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/EditorFeatures/CSharpTest/EditAndContinue/ActiveStatementTests.Methods.cs b/src/EditorFeatures/CSharpTest/EditAndContinue/ActiveStatementTests.Methods.cs index fd1498a675945..c90aa2d0d4699 100644 --- a/src/EditorFeatures/CSharpTest/EditAndContinue/ActiveStatementTests.Methods.cs +++ b/src/EditorFeatures/CSharpTest/EditAndContinue/ActiveStatementTests.Methods.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.UnitTests; using Microsoft.CodeAnalysis.EditAndContinue; diff --git a/src/EditorFeatures/CSharpTest/EditAndContinue/ActiveStatementTests.cs b/src/EditorFeatures/CSharpTest/EditAndContinue/ActiveStatementTests.cs index ee80967d296dc..424be09251b20 100644 --- a/src/EditorFeatures/CSharpTest/EditAndContinue/ActiveStatementTests.cs +++ b/src/EditorFeatures/CSharpTest/EditAndContinue/ActiveStatementTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.EditAndContinue; using Microsoft.CodeAnalysis.EditAndContinue.UnitTests; diff --git a/src/EditorFeatures/CSharpTest/EditAndContinue/BreakpointSpansTests.cs b/src/EditorFeatures/CSharpTest/EditAndContinue/BreakpointSpansTests.cs index 48ab01fa233ef..e13bd3c4bec66 100644 --- a/src/EditorFeatures/CSharpTest/EditAndContinue/BreakpointSpansTests.cs +++ b/src/EditorFeatures/CSharpTest/EditAndContinue/BreakpointSpansTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/EditorFeatures/CSharpTest/EditAndContinue/LineEditTests.cs b/src/EditorFeatures/CSharpTest/EditAndContinue/LineEditTests.cs index 0e894cc9d3e69..0ec2f4c094b97 100644 --- a/src/EditorFeatures/CSharpTest/EditAndContinue/LineEditTests.cs +++ b/src/EditorFeatures/CSharpTest/EditAndContinue/LineEditTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.CSharp.UnitTests; diff --git a/src/EditorFeatures/CSharpTest/EditAndContinue/StatementEditingTests.cs b/src/EditorFeatures/CSharpTest/EditAndContinue/StatementEditingTests.cs index 5c5fd8ee155dd..12f73e85dbc56 100644 --- a/src/EditorFeatures/CSharpTest/EditAndContinue/StatementEditingTests.cs +++ b/src/EditorFeatures/CSharpTest/EditAndContinue/StatementEditingTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.IO; diff --git a/src/EditorFeatures/CSharpTest/EditAndContinue/TopLevelEditingTests.cs b/src/EditorFeatures/CSharpTest/EditAndContinue/TopLevelEditingTests.cs index 5a291a6904ca3..ed3a9357cb0d8 100644 --- a/src/EditorFeatures/CSharpTest/EditAndContinue/TopLevelEditingTests.cs +++ b/src/EditorFeatures/CSharpTest/EditAndContinue/TopLevelEditingTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; diff --git a/src/EditorFeatures/CSharpTest/ExtractMethod/ExtractMethodTests.cs b/src/EditorFeatures/CSharpTest/ExtractMethod/ExtractMethodTests.cs index fcfa595ba185d..f0c5d5fb18982 100644 --- a/src/EditorFeatures/CSharpTest/ExtractMethod/ExtractMethodTests.cs +++ b/src/EditorFeatures/CSharpTest/ExtractMethod/ExtractMethodTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/CSharpTest/Formatting/Indentation/SmartIndenterEnterOnTokenTests.cs b/src/EditorFeatures/CSharpTest/Formatting/Indentation/SmartIndenterEnterOnTokenTests.cs index 95bc4abc76759..00f713a1c0057 100644 --- a/src/EditorFeatures/CSharpTest/Formatting/Indentation/SmartIndenterEnterOnTokenTests.cs +++ b/src/EditorFeatures/CSharpTest/Formatting/Indentation/SmartIndenterEnterOnTokenTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/EditorFeatures/CSharpTest/Formatting/Indentation/SmartIndenterTests_Performance.cs b/src/EditorFeatures/CSharpTest/Formatting/Indentation/SmartIndenterTests_Performance.cs index 46c1faea40265..6a583f22da2fb 100644 --- a/src/EditorFeatures/CSharpTest/Formatting/Indentation/SmartIndenterTests_Performance.cs +++ b/src/EditorFeatures/CSharpTest/Formatting/Indentation/SmartIndenterTests_Performance.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Roslyn.Test.Utilities; diff --git a/src/EditorFeatures/CSharpTest/Formatting/Indentation/SmartTokenFormatterFormatTokenTests.cs b/src/EditorFeatures/CSharpTest/Formatting/Indentation/SmartTokenFormatterFormatTokenTests.cs index 01dd0861cc130..2697b76d4b167 100644 --- a/src/EditorFeatures/CSharpTest/Formatting/Indentation/SmartTokenFormatterFormatTokenTests.cs +++ b/src/EditorFeatures/CSharpTest/Formatting/Indentation/SmartTokenFormatterFormatTokenTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/FullyQualify/FullyQualifyTests.cs b/src/EditorFeatures/CSharpTest/FullyQualify/FullyQualifyTests.cs index f559ca6351ca3..c6b01b53d77ef 100644 --- a/src/EditorFeatures/CSharpTest/FullyQualify/FullyQualifyTests.cs +++ b/src/EditorFeatures/CSharpTest/FullyQualify/FullyQualifyTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/GenerateConstructor/GenerateConstructorTests.cs b/src/EditorFeatures/CSharpTest/GenerateConstructor/GenerateConstructorTests.cs index c8c3f677b9473..52fd385620f1b 100644 --- a/src/EditorFeatures/CSharpTest/GenerateConstructor/GenerateConstructorTests.cs +++ b/src/EditorFeatures/CSharpTest/GenerateConstructor/GenerateConstructorTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/GenerateDefaultConstructors/GenerateDefaultConstructorsTests.cs b/src/EditorFeatures/CSharpTest/GenerateDefaultConstructors/GenerateDefaultConstructorsTests.cs index 324878eaff6e5..120a9d7be1c38 100644 --- a/src/EditorFeatures/CSharpTest/GenerateDefaultConstructors/GenerateDefaultConstructorsTests.cs +++ b/src/EditorFeatures/CSharpTest/GenerateDefaultConstructors/GenerateDefaultConstructorsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; diff --git a/src/EditorFeatures/CSharpTest/GenerateFromMembers/AddConstructorParametersFromMembers/AddConstructorParametersFromMembersTests.cs b/src/EditorFeatures/CSharpTest/GenerateFromMembers/AddConstructorParametersFromMembers/AddConstructorParametersFromMembersTests.cs index b5a9bd27a0185..5ca09f7998806 100644 --- a/src/EditorFeatures/CSharpTest/GenerateFromMembers/AddConstructorParametersFromMembers/AddConstructorParametersFromMembersTests.cs +++ b/src/EditorFeatures/CSharpTest/GenerateFromMembers/AddConstructorParametersFromMembers/AddConstructorParametersFromMembersTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.AddConstructorParametersFromMembers; diff --git a/src/EditorFeatures/CSharpTest/GenerateFromMembers/GenerateConstructorFromMembers/GenerateConstructorFromMembersTests.cs b/src/EditorFeatures/CSharpTest/GenerateFromMembers/GenerateConstructorFromMembers/GenerateConstructorFromMembersTests.cs index f593cfc12304e..1c8ce9b4691f9 100644 --- a/src/EditorFeatures/CSharpTest/GenerateFromMembers/GenerateConstructorFromMembers/GenerateConstructorFromMembersTests.cs +++ b/src/EditorFeatures/CSharpTest/GenerateFromMembers/GenerateConstructorFromMembers/GenerateConstructorFromMembersTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; diff --git a/src/EditorFeatures/CSharpTest/GenerateFromMembers/GenerateEqualsAndGetHashCodeFromMembers/GenerateEqualsAndGetHashCodeFromMembersTests.cs b/src/EditorFeatures/CSharpTest/GenerateFromMembers/GenerateEqualsAndGetHashCodeFromMembers/GenerateEqualsAndGetHashCodeFromMembersTests.cs index 21ad026920a67..8c01a605ef839 100644 --- a/src/EditorFeatures/CSharpTest/GenerateFromMembers/GenerateEqualsAndGetHashCodeFromMembers/GenerateEqualsAndGetHashCodeFromMembersTests.cs +++ b/src/EditorFeatures/CSharpTest/GenerateFromMembers/GenerateEqualsAndGetHashCodeFromMembers/GenerateEqualsAndGetHashCodeFromMembersTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/GenerateVariable/GenerateVariableTests.cs b/src/EditorFeatures/CSharpTest/GenerateVariable/GenerateVariableTests.cs index abe4c8f5686ed..9403886dcc255 100644 --- a/src/EditorFeatures/CSharpTest/GenerateVariable/GenerateVariableTests.cs +++ b/src/EditorFeatures/CSharpTest/GenerateVariable/GenerateVariableTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/EditorFeatures/CSharpTest/ImplementAbstractClass/ImplementAbstractClassTests.cs b/src/EditorFeatures/CSharpTest/ImplementAbstractClass/ImplementAbstractClassTests.cs index 5e31781aeb999..b3ea57a1fa93b 100644 --- a/src/EditorFeatures/CSharpTest/ImplementAbstractClass/ImplementAbstractClassTests.cs +++ b/src/EditorFeatures/CSharpTest/ImplementAbstractClass/ImplementAbstractClassTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/ImplementInterface/ImplementInterfaceTests.cs b/src/EditorFeatures/CSharpTest/ImplementInterface/ImplementInterfaceTests.cs index d3c523cd368fb..655fc534c9f16 100644 --- a/src/EditorFeatures/CSharpTest/ImplementInterface/ImplementInterfaceTests.cs +++ b/src/EditorFeatures/CSharpTest/ImplementInterface/ImplementInterfaceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/InlineDeclaration/CSharpInlineDeclarationTests.cs b/src/EditorFeatures/CSharpTest/InlineDeclaration/CSharpInlineDeclarationTests.cs index 51d7eb1060254..09f1596ae6354 100644 --- a/src/EditorFeatures/CSharpTest/InlineDeclaration/CSharpInlineDeclarationTests.cs +++ b/src/EditorFeatures/CSharpTest/InlineDeclaration/CSharpInlineDeclarationTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/InlineDeclaration/CSharpInlineDeclarationTests_FixAllTests.cs b/src/EditorFeatures/CSharpTest/InlineDeclaration/CSharpInlineDeclarationTests_FixAllTests.cs index f4cc07c9d03dd..061ba2b78ca96 100644 --- a/src/EditorFeatures/CSharpTest/InlineDeclaration/CSharpInlineDeclarationTests_FixAllTests.cs +++ b/src/EditorFeatures/CSharpTest/InlineDeclaration/CSharpInlineDeclarationTests_FixAllTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Roslyn.Test.Utilities; diff --git a/src/EditorFeatures/CSharpTest/Interactive/CodeActions/InteractiveIntroduceVariableTests.cs b/src/EditorFeatures/CSharpTest/Interactive/CodeActions/InteractiveIntroduceVariableTests.cs index 9e0057e717c0e..00d59a9963f24 100644 --- a/src/EditorFeatures/CSharpTest/Interactive/CodeActions/InteractiveIntroduceVariableTests.cs +++ b/src/EditorFeatures/CSharpTest/Interactive/CodeActions/InteractiveIntroduceVariableTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; diff --git a/src/EditorFeatures/CSharpTest/Interactive/NavigateTo/InteractiveNavigateToTests.cs b/src/EditorFeatures/CSharpTest/Interactive/NavigateTo/InteractiveNavigateToTests.cs index 496af5a246a08..c15a7e0d577d7 100644 --- a/src/EditorFeatures/CSharpTest/Interactive/NavigateTo/InteractiveNavigateToTests.cs +++ b/src/EditorFeatures/CSharpTest/Interactive/NavigateTo/InteractiveNavigateToTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharpTest/KeywordHighlighting/AsyncAnonymousMethodHighlighterTests.cs b/src/EditorFeatures/CSharpTest/KeywordHighlighting/AsyncAnonymousMethodHighlighterTests.cs index f2029fcb6256e..34b82ae421e99 100644 --- a/src/EditorFeatures/CSharpTest/KeywordHighlighting/AsyncAnonymousMethodHighlighterTests.cs +++ b/src/EditorFeatures/CSharpTest/KeywordHighlighting/AsyncAnonymousMethodHighlighterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.CSharp.KeywordHighlighting.KeywordHighlighters; diff --git a/src/EditorFeatures/CSharpTest/KeywordHighlighting/AsyncMethodHighlighterTests.cs b/src/EditorFeatures/CSharpTest/KeywordHighlighting/AsyncMethodHighlighterTests.cs index ac07f46d4bcfd..3432b88f1798d 100644 --- a/src/EditorFeatures/CSharpTest/KeywordHighlighting/AsyncMethodHighlighterTests.cs +++ b/src/EditorFeatures/CSharpTest/KeywordHighlighting/AsyncMethodHighlighterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.CSharp.KeywordHighlighting.KeywordHighlighters; diff --git a/src/EditorFeatures/CSharpTest/KeywordHighlighting/AsyncParenthesizedLambdaHighlighterTests.cs b/src/EditorFeatures/CSharpTest/KeywordHighlighting/AsyncParenthesizedLambdaHighlighterTests.cs index 0addd5500493a..632273b80f28e 100644 --- a/src/EditorFeatures/CSharpTest/KeywordHighlighting/AsyncParenthesizedLambdaHighlighterTests.cs +++ b/src/EditorFeatures/CSharpTest/KeywordHighlighting/AsyncParenthesizedLambdaHighlighterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.CSharp.KeywordHighlighting.KeywordHighlighters; diff --git a/src/EditorFeatures/CSharpTest/KeywordHighlighting/AsyncSimpleLambdaHighlighterTests.cs b/src/EditorFeatures/CSharpTest/KeywordHighlighting/AsyncSimpleLambdaHighlighterTests.cs index 671c771b46c67..95582f7dc812d 100644 --- a/src/EditorFeatures/CSharpTest/KeywordHighlighting/AsyncSimpleLambdaHighlighterTests.cs +++ b/src/EditorFeatures/CSharpTest/KeywordHighlighting/AsyncSimpleLambdaHighlighterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.CSharp.KeywordHighlighting.KeywordHighlighters; diff --git a/src/EditorFeatures/CSharpTest/KeywordHighlighting/AwaitHighlighterTests.cs b/src/EditorFeatures/CSharpTest/KeywordHighlighting/AwaitHighlighterTests.cs index 73d143694f76e..42f44adcbb0cf 100644 --- a/src/EditorFeatures/CSharpTest/KeywordHighlighting/AwaitHighlighterTests.cs +++ b/src/EditorFeatures/CSharpTest/KeywordHighlighting/AwaitHighlighterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.CSharp.KeywordHighlighting.KeywordHighlighters; diff --git a/src/EditorFeatures/CSharpTest/KeywordHighlighting/CheckedExpressionHighlighterTests.cs b/src/EditorFeatures/CSharpTest/KeywordHighlighting/CheckedExpressionHighlighterTests.cs index ae2e2ec11955d..a133a970ceb31 100644 --- a/src/EditorFeatures/CSharpTest/KeywordHighlighting/CheckedExpressionHighlighterTests.cs +++ b/src/EditorFeatures/CSharpTest/KeywordHighlighting/CheckedExpressionHighlighterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.CSharp.KeywordHighlighting.KeywordHighlighters; diff --git a/src/EditorFeatures/CSharpTest/KeywordHighlighting/CheckedStatementHighlighterTests.cs b/src/EditorFeatures/CSharpTest/KeywordHighlighting/CheckedStatementHighlighterTests.cs index ae3250a079912..b016cfa722105 100644 --- a/src/EditorFeatures/CSharpTest/KeywordHighlighting/CheckedStatementHighlighterTests.cs +++ b/src/EditorFeatures/CSharpTest/KeywordHighlighting/CheckedStatementHighlighterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.CSharp.KeywordHighlighting.KeywordHighlighters; diff --git a/src/EditorFeatures/CSharpTest/KeywordHighlighting/ConditionalPreprocessorHighlighterTests.cs b/src/EditorFeatures/CSharpTest/KeywordHighlighting/ConditionalPreprocessorHighlighterTests.cs index 5157f9c341f30..0b5373ed96bda 100644 --- a/src/EditorFeatures/CSharpTest/KeywordHighlighting/ConditionalPreprocessorHighlighterTests.cs +++ b/src/EditorFeatures/CSharpTest/KeywordHighlighting/ConditionalPreprocessorHighlighterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.CSharp.KeywordHighlighting.KeywordHighlighters; diff --git a/src/EditorFeatures/CSharpTest/KeywordHighlighting/LockStatementHighlighterTests.cs b/src/EditorFeatures/CSharpTest/KeywordHighlighting/LockStatementHighlighterTests.cs index 7090fded2fbaa..ac073d9af1ed2 100644 --- a/src/EditorFeatures/CSharpTest/KeywordHighlighting/LockStatementHighlighterTests.cs +++ b/src/EditorFeatures/CSharpTest/KeywordHighlighting/LockStatementHighlighterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.CSharp.KeywordHighlighting.KeywordHighlighters; diff --git a/src/EditorFeatures/CSharpTest/KeywordHighlighting/LoopHighlighterTests.cs b/src/EditorFeatures/CSharpTest/KeywordHighlighting/LoopHighlighterTests.cs index d38fcd281eb01..f2e64ab9e70a0 100644 --- a/src/EditorFeatures/CSharpTest/KeywordHighlighting/LoopHighlighterTests.cs +++ b/src/EditorFeatures/CSharpTest/KeywordHighlighting/LoopHighlighterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.CSharp.KeywordHighlighting.KeywordHighlighters; diff --git a/src/EditorFeatures/CSharpTest/KeywordHighlighting/RegionHighlighterTests.cs b/src/EditorFeatures/CSharpTest/KeywordHighlighting/RegionHighlighterTests.cs index eb9fe7476db00..198c58f470da5 100644 --- a/src/EditorFeatures/CSharpTest/KeywordHighlighting/RegionHighlighterTests.cs +++ b/src/EditorFeatures/CSharpTest/KeywordHighlighting/RegionHighlighterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.CSharp.KeywordHighlighting.KeywordHighlighters; diff --git a/src/EditorFeatures/CSharpTest/KeywordHighlighting/ReturnStatementHighlighterTests.cs b/src/EditorFeatures/CSharpTest/KeywordHighlighting/ReturnStatementHighlighterTests.cs index da17761807121..37a6e033b3a9b 100644 --- a/src/EditorFeatures/CSharpTest/KeywordHighlighting/ReturnStatementHighlighterTests.cs +++ b/src/EditorFeatures/CSharpTest/KeywordHighlighting/ReturnStatementHighlighterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.CSharp.KeywordHighlighting.KeywordHighlighters; diff --git a/src/EditorFeatures/CSharpTest/KeywordHighlighting/SwitchStatementHighlighterTests.cs b/src/EditorFeatures/CSharpTest/KeywordHighlighting/SwitchStatementHighlighterTests.cs index fa574f1d97a2b..0d3bcaadc65a9 100644 --- a/src/EditorFeatures/CSharpTest/KeywordHighlighting/SwitchStatementHighlighterTests.cs +++ b/src/EditorFeatures/CSharpTest/KeywordHighlighting/SwitchStatementHighlighterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.CSharp.KeywordHighlighting.KeywordHighlighters; diff --git a/src/EditorFeatures/CSharpTest/KeywordHighlighting/TryStatementHighlighterTests.cs b/src/EditorFeatures/CSharpTest/KeywordHighlighting/TryStatementHighlighterTests.cs index a73ff8370f38e..fb591afdd2efd 100644 --- a/src/EditorFeatures/CSharpTest/KeywordHighlighting/TryStatementHighlighterTests.cs +++ b/src/EditorFeatures/CSharpTest/KeywordHighlighting/TryStatementHighlighterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.CSharp.KeywordHighlighting.KeywordHighlighters; diff --git a/src/EditorFeatures/CSharpTest/KeywordHighlighting/UnsafeStatementHighlighterTests.cs b/src/EditorFeatures/CSharpTest/KeywordHighlighting/UnsafeStatementHighlighterTests.cs index ad701ba916309..6bcb6e8cc3e41 100644 --- a/src/EditorFeatures/CSharpTest/KeywordHighlighting/UnsafeStatementHighlighterTests.cs +++ b/src/EditorFeatures/CSharpTest/KeywordHighlighting/UnsafeStatementHighlighterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.CSharp.KeywordHighlighting.KeywordHighlighters; diff --git a/src/EditorFeatures/CSharpTest/KeywordHighlighting/UsingStatementHighlighterTests.cs b/src/EditorFeatures/CSharpTest/KeywordHighlighting/UsingStatementHighlighterTests.cs index b805709165a57..721082f412480 100644 --- a/src/EditorFeatures/CSharpTest/KeywordHighlighting/UsingStatementHighlighterTests.cs +++ b/src/EditorFeatures/CSharpTest/KeywordHighlighting/UsingStatementHighlighterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.CSharp.KeywordHighlighting.KeywordHighlighters; diff --git a/src/EditorFeatures/CSharpTest/KeywordHighlighting/YieldStatementHighlighterTests.cs b/src/EditorFeatures/CSharpTest/KeywordHighlighting/YieldStatementHighlighterTests.cs index f25dec19f6ada..906e11b2d00bb 100644 --- a/src/EditorFeatures/CSharpTest/KeywordHighlighting/YieldStatementHighlighterTests.cs +++ b/src/EditorFeatures/CSharpTest/KeywordHighlighting/YieldStatementHighlighterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.CSharp.KeywordHighlighting.KeywordHighlighters; diff --git a/src/EditorFeatures/CSharpTest/NavigateTo/NavigateToTests.cs b/src/EditorFeatures/CSharpTest/NavigateTo/NavigateToTests.cs index 6a0862ed1ff7a..f6c9faa82e5be 100644 --- a/src/EditorFeatures/CSharpTest/NavigateTo/NavigateToTests.cs +++ b/src/EditorFeatures/CSharpTest/NavigateTo/NavigateToTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharpTest/PerfTests/Sources/CSharpClassesAtEndBase.cs b/src/EditorFeatures/CSharpTest/PerfTests/Sources/CSharpClassesAtEndBase.cs index 69493fb5e01ca..99c53c341ab75 100644 --- a/src/EditorFeatures/CSharpTest/PerfTests/Sources/CSharpClassesAtEndBase.cs +++ b/src/EditorFeatures/CSharpTest/PerfTests/Sources/CSharpClassesAtEndBase.cs @@ -1,4 +1,4 @@ -namespace Microsoft.VisualStudio.Modeling.DesignerDefinition +namespace Microsoft.VisualStudio.Modeling.DesignerDefinition { /// /// diff --git a/src/EditorFeatures/CSharpTest/PerfTests/Sources/LargeMethod.cs b/src/EditorFeatures/CSharpTest/PerfTests/Sources/LargeMethod.cs index e1d647b4dfefd..dc2653842797b 100644 --- a/src/EditorFeatures/CSharpTest/PerfTests/Sources/LargeMethod.cs +++ b/src/EditorFeatures/CSharpTest/PerfTests/Sources/LargeMethod.cs @@ -1,4 +1,4 @@ -using System; +using System; public class LargeMethodTest { diff --git a/src/EditorFeatures/CSharpTest/PopulateSwitch/PopulateSwitchTests.cs b/src/EditorFeatures/CSharpTest/PopulateSwitch/PopulateSwitchTests.cs index ed4cd11e03a49..d1587c53e9789 100644 --- a/src/EditorFeatures/CSharpTest/PopulateSwitch/PopulateSwitchTests.cs +++ b/src/EditorFeatures/CSharpTest/PopulateSwitch/PopulateSwitchTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/QualifyMemberAccess/QualifyMemberAccessTests.cs b/src/EditorFeatures/CSharpTest/QualifyMemberAccess/QualifyMemberAccessTests.cs index 11c7d09b424c7..8f38666f83964 100644 --- a/src/EditorFeatures/CSharpTest/QualifyMemberAccess/QualifyMemberAccessTests.cs +++ b/src/EditorFeatures/CSharpTest/QualifyMemberAccess/QualifyMemberAccessTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/QualifyMemberAccess/QualifyMemberAccessTests_FixAllTests.cs b/src/EditorFeatures/CSharpTest/QualifyMemberAccess/QualifyMemberAccessTests_FixAllTests.cs index 3cdc56bf1c307..0d72320c8b0cf 100644 --- a/src/EditorFeatures/CSharpTest/QualifyMemberAccess/QualifyMemberAccessTests_FixAllTests.cs +++ b/src/EditorFeatures/CSharpTest/QualifyMemberAccess/QualifyMemberAccessTests_FixAllTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeStyle; diff --git a/src/EditorFeatures/CSharpTest/QuickInfo/SemanticQuickInfoSourceTests.cs b/src/EditorFeatures/CSharpTest/QuickInfo/SemanticQuickInfoSourceTests.cs index f6f01b702780f..fca58a6bfd76f 100644 --- a/src/EditorFeatures/CSharpTest/QuickInfo/SemanticQuickInfoSourceTests.cs +++ b/src/EditorFeatures/CSharpTest/QuickInfo/SemanticQuickInfoSourceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/CSharpTest/QuickInfo/SyntacticQuickInfoSourceTests.cs b/src/EditorFeatures/CSharpTest/QuickInfo/SyntacticQuickInfoSourceTests.cs index ea1fa2108836c..4caa30d16f592 100644 --- a/src/EditorFeatures/CSharpTest/QuickInfo/SyntacticQuickInfoSourceTests.cs +++ b/src/EditorFeatures/CSharpTest/QuickInfo/SyntacticQuickInfoSourceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/EditorFeatures/CSharpTest/RemoveUnnecessaryImports/RemoveUnnecessaryImportsTests.cs b/src/EditorFeatures/CSharpTest/RemoveUnnecessaryImports/RemoveUnnecessaryImportsTests.cs index 809053be95115..d230447f27cce 100644 --- a/src/EditorFeatures/CSharpTest/RemoveUnnecessaryImports/RemoveUnnecessaryImportsTests.cs +++ b/src/EditorFeatures/CSharpTest/RemoveUnnecessaryImports/RemoveUnnecessaryImportsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/ReorderParameters/ReorderParametersTests.Cascading.cs b/src/EditorFeatures/CSharpTest/ReorderParameters/ReorderParametersTests.Cascading.cs index 238e94e821851..f5caf73a05b4f 100644 --- a/src/EditorFeatures/CSharpTest/ReorderParameters/ReorderParametersTests.Cascading.cs +++ b/src/EditorFeatures/CSharpTest/ReorderParameters/ReorderParametersTests.Cascading.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Roslyn.Test.Utilities; using Xunit; diff --git a/src/EditorFeatures/CSharpTest/ReorderParameters/ReorderParametersTests.InvocationErrors.cs b/src/EditorFeatures/CSharpTest/ReorderParameters/ReorderParametersTests.InvocationErrors.cs index a005bab11f026..c5ff354b1f734 100644 --- a/src/EditorFeatures/CSharpTest/ReorderParameters/ReorderParametersTests.InvocationErrors.cs +++ b/src/EditorFeatures/CSharpTest/ReorderParameters/ReorderParametersTests.InvocationErrors.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Roslyn.Test.Utilities; using Xunit; diff --git a/src/EditorFeatures/CSharpTest/ReorderParameters/ReorderParametersTests.InvocationLocation.cs b/src/EditorFeatures/CSharpTest/ReorderParameters/ReorderParametersTests.InvocationLocation.cs index 3199d2c0a21e6..4fe9abf7d2661 100644 --- a/src/EditorFeatures/CSharpTest/ReorderParameters/ReorderParametersTests.InvocationLocation.cs +++ b/src/EditorFeatures/CSharpTest/ReorderParameters/ReorderParametersTests.InvocationLocation.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Roslyn.Test.Utilities; using Xunit; diff --git a/src/EditorFeatures/CSharpTest/ReorderParameters/ReorderParametersTests.cs b/src/EditorFeatures/CSharpTest/ReorderParameters/ReorderParametersTests.cs index 426e57276b8f2..39f40d47b5c14 100644 --- a/src/EditorFeatures/CSharpTest/ReorderParameters/ReorderParametersTests.cs +++ b/src/EditorFeatures/CSharpTest/ReorderParameters/ReorderParametersTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.UnitTests.ReorderParameters; using Roslyn.Test.Utilities; diff --git a/src/EditorFeatures/CSharpTest/Semantics/SpeculationAnalyzerTests.cs b/src/EditorFeatures/CSharpTest/Semantics/SpeculationAnalyzerTests.cs index c3dff529fb2ea..2d25b30fa3a10 100644 --- a/src/EditorFeatures/CSharpTest/Semantics/SpeculationAnalyzerTests.cs +++ b/src/EditorFeatures/CSharpTest/Semantics/SpeculationAnalyzerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; diff --git a/src/EditorFeatures/CSharpTest/SignatureHelp/AbstractCSharpSignatureHelpProviderTests.cs b/src/EditorFeatures/CSharpTest/SignatureHelp/AbstractCSharpSignatureHelpProviderTests.cs index 9d45fb5c860e8..2e23d39a4fd7c 100644 --- a/src/EditorFeatures/CSharpTest/SignatureHelp/AbstractCSharpSignatureHelpProviderTests.cs +++ b/src/EditorFeatures/CSharpTest/SignatureHelp/AbstractCSharpSignatureHelpProviderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/EditorFeatures/CSharpTest/SignatureHelp/AttributeSignatureHelpProviderTests.cs b/src/EditorFeatures/CSharpTest/SignatureHelp/AttributeSignatureHelpProviderTests.cs index 9207db61c0138..a643b0e8081fb 100644 --- a/src/EditorFeatures/CSharpTest/SignatureHelp/AttributeSignatureHelpProviderTests.cs +++ b/src/EditorFeatures/CSharpTest/SignatureHelp/AttributeSignatureHelpProviderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/SignatureHelp/ConstructorInitializerSignatureHelpProviderTests.cs b/src/EditorFeatures/CSharpTest/SignatureHelp/ConstructorInitializerSignatureHelpProviderTests.cs index 33a52b11b2d0b..6d1dbb8da4b88 100644 --- a/src/EditorFeatures/CSharpTest/SignatureHelp/ConstructorInitializerSignatureHelpProviderTests.cs +++ b/src/EditorFeatures/CSharpTest/SignatureHelp/ConstructorInitializerSignatureHelpProviderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/SignatureHelp/ElementAccessExpressionSignatureHelpProviderTests.cs b/src/EditorFeatures/CSharpTest/SignatureHelp/ElementAccessExpressionSignatureHelpProviderTests.cs index a555cf5f608cc..edae946470cd9 100644 --- a/src/EditorFeatures/CSharpTest/SignatureHelp/ElementAccessExpressionSignatureHelpProviderTests.cs +++ b/src/EditorFeatures/CSharpTest/SignatureHelp/ElementAccessExpressionSignatureHelpProviderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/SignatureHelp/GenericNamePartiallyWrittenSignatureHelpProviderTests.cs b/src/EditorFeatures/CSharpTest/SignatureHelp/GenericNamePartiallyWrittenSignatureHelpProviderTests.cs index b8e126b6d95e4..7499367e6d06b 100644 --- a/src/EditorFeatures/CSharpTest/SignatureHelp/GenericNamePartiallyWrittenSignatureHelpProviderTests.cs +++ b/src/EditorFeatures/CSharpTest/SignatureHelp/GenericNamePartiallyWrittenSignatureHelpProviderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/SignatureHelp/GenericNameSignatureHelpProviderTests.cs b/src/EditorFeatures/CSharpTest/SignatureHelp/GenericNameSignatureHelpProviderTests.cs index 51fdd3a4f2b87..63a5c5883b1d9 100644 --- a/src/EditorFeatures/CSharpTest/SignatureHelp/GenericNameSignatureHelpProviderTests.cs +++ b/src/EditorFeatures/CSharpTest/SignatureHelp/GenericNameSignatureHelpProviderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/SignatureHelp/InvocationExpressionSignatureHelpProviderTests.cs b/src/EditorFeatures/CSharpTest/SignatureHelp/InvocationExpressionSignatureHelpProviderTests.cs index 101b6107353cc..29049a7ce95ce 100644 --- a/src/EditorFeatures/CSharpTest/SignatureHelp/InvocationExpressionSignatureHelpProviderTests.cs +++ b/src/EditorFeatures/CSharpTest/SignatureHelp/InvocationExpressionSignatureHelpProviderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/EditorFeatures/CSharpTest/SignatureHelp/ObjectCreationExpressionSignatureHelpProviderTests.cs b/src/EditorFeatures/CSharpTest/SignatureHelp/ObjectCreationExpressionSignatureHelpProviderTests.cs index ded7e4f47db50..0aa64047d72d1 100644 --- a/src/EditorFeatures/CSharpTest/SignatureHelp/ObjectCreationExpressionSignatureHelpProviderTests.cs +++ b/src/EditorFeatures/CSharpTest/SignatureHelp/ObjectCreationExpressionSignatureHelpProviderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/SplitStringLiteral/SplitStringLiteralCommandHandlerTests.cs b/src/EditorFeatures/CSharpTest/SplitStringLiteral/SplitStringLiteralCommandHandlerTests.cs index 6b175c1dc918d..08b1d040ecf04 100644 --- a/src/EditorFeatures/CSharpTest/SplitStringLiteral/SplitStringLiteralCommandHandlerTests.cs +++ b/src/EditorFeatures/CSharpTest/SplitStringLiteral/SplitStringLiteralCommandHandlerTests.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Linq; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.Commands; diff --git a/src/EditorFeatures/CSharpTest/Squiggles/ErrorSquiggleProducerTests.cs b/src/EditorFeatures/CSharpTest/Squiggles/ErrorSquiggleProducerTests.cs index 219322dc27ef9..43a01c19f3517 100644 --- a/src/EditorFeatures/CSharpTest/Squiggles/ErrorSquiggleProducerTests.cs +++ b/src/EditorFeatures/CSharpTest/Squiggles/ErrorSquiggleProducerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharpTest/Structure/FieldDeclarationStructureTests.cs b/src/EditorFeatures/CSharpTest/Structure/FieldDeclarationStructureTests.cs index e7f4829609078..88965b1ffa9c6 100644 --- a/src/EditorFeatures/CSharpTest/Structure/FieldDeclarationStructureTests.cs +++ b/src/EditorFeatures/CSharpTest/Structure/FieldDeclarationStructureTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; diff --git a/src/EditorFeatures/CSharpTest/Structure/MetadataAsSource/ConversionOperatorDeclarationStructureTests.cs b/src/EditorFeatures/CSharpTest/Structure/MetadataAsSource/ConversionOperatorDeclarationStructureTests.cs index d64b6f5670296..830b6583f9120 100644 --- a/src/EditorFeatures/CSharpTest/Structure/MetadataAsSource/ConversionOperatorDeclarationStructureTests.cs +++ b/src/EditorFeatures/CSharpTest/Structure/MetadataAsSource/ConversionOperatorDeclarationStructureTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; diff --git a/src/EditorFeatures/CSharpTest/Structure/MetadataAsSource/EventDeclarationStructureTests.cs b/src/EditorFeatures/CSharpTest/Structure/MetadataAsSource/EventDeclarationStructureTests.cs index f6740f7ae9441..486e25cc6883e 100644 --- a/src/EditorFeatures/CSharpTest/Structure/MetadataAsSource/EventDeclarationStructureTests.cs +++ b/src/EditorFeatures/CSharpTest/Structure/MetadataAsSource/EventDeclarationStructureTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; diff --git a/src/EditorFeatures/CSharpTest/Structure/MetadataAsSource/TypeDeclarationStructureTests.cs b/src/EditorFeatures/CSharpTest/Structure/MetadataAsSource/TypeDeclarationStructureTests.cs index 8713695bdf1a6..e44943bf156f3 100644 --- a/src/EditorFeatures/CSharpTest/Structure/MetadataAsSource/TypeDeclarationStructureTests.cs +++ b/src/EditorFeatures/CSharpTest/Structure/MetadataAsSource/TypeDeclarationStructureTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; diff --git a/src/EditorFeatures/CSharpTest/Structure/MethodDeclarationStructureTests.cs b/src/EditorFeatures/CSharpTest/Structure/MethodDeclarationStructureTests.cs index cb86225291322..e7fee52300729 100644 --- a/src/EditorFeatures/CSharpTest/Structure/MethodDeclarationStructureTests.cs +++ b/src/EditorFeatures/CSharpTest/Structure/MethodDeclarationStructureTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; diff --git a/src/EditorFeatures/CSharpTest/Structure/PropertyDeclarationStructureTests.cs b/src/EditorFeatures/CSharpTest/Structure/PropertyDeclarationStructureTests.cs index 6103c0cf3685a..fffe18703306f 100644 --- a/src/EditorFeatures/CSharpTest/Structure/PropertyDeclarationStructureTests.cs +++ b/src/EditorFeatures/CSharpTest/Structure/PropertyDeclarationStructureTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; diff --git a/src/EditorFeatures/CSharpTest/Structure/RegionDirectiveStructureTests.cs b/src/EditorFeatures/CSharpTest/Structure/RegionDirectiveStructureTests.cs index af56abac97c6b..8a5caa9f9e094 100644 --- a/src/EditorFeatures/CSharpTest/Structure/RegionDirectiveStructureTests.cs +++ b/src/EditorFeatures/CSharpTest/Structure/RegionDirectiveStructureTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; diff --git a/src/EditorFeatures/CSharpTest/Structure/SimpleLambdaExpressionStructureTests.cs b/src/EditorFeatures/CSharpTest/Structure/SimpleLambdaExpressionStructureTests.cs index 7c3343e9397af..b3ca8dd709703 100644 --- a/src/EditorFeatures/CSharpTest/Structure/SimpleLambdaExpressionStructureTests.cs +++ b/src/EditorFeatures/CSharpTest/Structure/SimpleLambdaExpressionStructureTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; diff --git a/src/EditorFeatures/CSharpTest/Structure/TypeDeclarationStructureTests.cs b/src/EditorFeatures/CSharpTest/Structure/TypeDeclarationStructureTests.cs index 61de6284bfde0..a45b890ccfd4b 100644 --- a/src/EditorFeatures/CSharpTest/Structure/TypeDeclarationStructureTests.cs +++ b/src/EditorFeatures/CSharpTest/Structure/TypeDeclarationStructureTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; diff --git a/src/EditorFeatures/CSharpTest/SymbolId/SymbolKeyCompilationsTests.cs b/src/EditorFeatures/CSharpTest/SymbolId/SymbolKeyCompilationsTests.cs index 6a2c66e4b89c9..eb9ccd005093b 100644 --- a/src/EditorFeatures/CSharpTest/SymbolId/SymbolKeyCompilationsTests.cs +++ b/src/EditorFeatures/CSharpTest/SymbolId/SymbolKeyCompilationsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/EditorFeatures/CSharpTest/SymbolId/SymbolKeyMetadataVsSourceTests.cs b/src/EditorFeatures/CSharpTest/SymbolId/SymbolKeyMetadataVsSourceTests.cs index a07be126db362..6434665b2e8ca 100644 --- a/src/EditorFeatures/CSharpTest/SymbolId/SymbolKeyMetadataVsSourceTests.cs +++ b/src/EditorFeatures/CSharpTest/SymbolId/SymbolKeyMetadataVsSourceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/EditorFeatures/CSharpTest/SymbolId/SymbolKeyTestBase.cs b/src/EditorFeatures/CSharpTest/SymbolId/SymbolKeyTestBase.cs index f8e16307bab82..a11826e54588a 100644 --- a/src/EditorFeatures/CSharpTest/SymbolId/SymbolKeyTestBase.cs +++ b/src/EditorFeatures/CSharpTest/SymbolId/SymbolKeyTestBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharpTest/TextStructureNavigation/TextStructureNavigatorTests.cs b/src/EditorFeatures/CSharpTest/TextStructureNavigation/TextStructureNavigatorTests.cs index f99367623f61b..e3dde18f3a5de 100644 --- a/src/EditorFeatures/CSharpTest/TextStructureNavigation/TextStructureNavigatorTests.cs +++ b/src/EditorFeatures/CSharpTest/TextStructureNavigation/TextStructureNavigatorTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/CSharpTest/TodoComment/TodoCommentTests.cs b/src/EditorFeatures/CSharpTest/TodoComment/TodoCommentTests.cs index 9147f27e9f25b..e92ebc9750179 100644 --- a/src/EditorFeatures/CSharpTest/TodoComment/TodoCommentTests.cs +++ b/src/EditorFeatures/CSharpTest/TodoComment/TodoCommentTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/EditorFeatures/CSharpTest/TypeInferrer/TypeInferrerTests.Delegate.cs b/src/EditorFeatures/CSharpTest/TypeInferrer/TypeInferrerTests.Delegate.cs index b4fa4afb8cbcd..db7519093dd94 100644 --- a/src/EditorFeatures/CSharpTest/TypeInferrer/TypeInferrerTests.Delegate.cs +++ b/src/EditorFeatures/CSharpTest/TypeInferrer/TypeInferrerTests.Delegate.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/TypeInferrer/TypeInferrerTests.cs b/src/EditorFeatures/CSharpTest/TypeInferrer/TypeInferrerTests.cs index b4706adc6f491..266c12121d2b5 100644 --- a/src/EditorFeatures/CSharpTest/TypeInferrer/TypeInferrerTests.cs +++ b/src/EditorFeatures/CSharpTest/TypeInferrer/TypeInferrerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/UseCoalesceExpression/UseCoalesceExpressionForNullableTests.cs b/src/EditorFeatures/CSharpTest/UseCoalesceExpression/UseCoalesceExpressionForNullableTests.cs index 80a89af852275..8694bf28a6d31 100644 --- a/src/EditorFeatures/CSharpTest/UseCoalesceExpression/UseCoalesceExpressionForNullableTests.cs +++ b/src/EditorFeatures/CSharpTest/UseCoalesceExpression/UseCoalesceExpressionForNullableTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/UseCoalesceExpression/UseCoalesceExpressionTests.cs b/src/EditorFeatures/CSharpTest/UseCoalesceExpression/UseCoalesceExpressionTests.cs index 4a72c0ea83262..df43e006d6a8d 100644 --- a/src/EditorFeatures/CSharpTest/UseCoalesceExpression/UseCoalesceExpressionTests.cs +++ b/src/EditorFeatures/CSharpTest/UseCoalesceExpression/UseCoalesceExpressionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/UseCollectionInitializer/UseCollectionInitializerTests.cs b/src/EditorFeatures/CSharpTest/UseCollectionInitializer/UseCollectionInitializerTests.cs index 8a597b75b41d7..5c5ead9086b34 100644 --- a/src/EditorFeatures/CSharpTest/UseCollectionInitializer/UseCollectionInitializerTests.cs +++ b/src/EditorFeatures/CSharpTest/UseCollectionInitializer/UseCollectionInitializerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForAccessorsAnalyzerTests.cs b/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForAccessorsAnalyzerTests.cs index 5b7246e588dfd..ab0f155477203 100644 --- a/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForAccessorsAnalyzerTests.cs +++ b/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForAccessorsAnalyzerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForConstructorsAnalyzerTests.cs b/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForConstructorsAnalyzerTests.cs index 0d204eeb7c4e7..3938eccf7b507 100644 --- a/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForConstructorsAnalyzerTests.cs +++ b/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForConstructorsAnalyzerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForIndexersAnalyzerTests.cs b/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForIndexersAnalyzerTests.cs index bfbd74b4c2fc1..9dd0a5a9c9c1b 100644 --- a/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForIndexersAnalyzerTests.cs +++ b/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForIndexersAnalyzerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForMethodsAnalyzerTests.cs b/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForMethodsAnalyzerTests.cs index 98dfb838d0fb1..fbe014bca6f5d 100644 --- a/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForMethodsAnalyzerTests.cs +++ b/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForMethodsAnalyzerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForPropertiesAnalyzerTests.cs b/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForPropertiesAnalyzerTests.cs index 60979763e027b..3588ada106aed 100644 --- a/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForPropertiesAnalyzerTests.cs +++ b/src/EditorFeatures/CSharpTest/UseExpressionBody/Analyzer/UseExpressionBodyForPropertiesAnalyzerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForAccessorsRefactoringTests.cs b/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForAccessorsRefactoringTests.cs index bd0f9e9cf41b4..3c94219fab8c9 100644 --- a/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForAccessorsRefactoringTests.cs +++ b/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForAccessorsRefactoringTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForConstructorsRefactoringTests.cs b/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForConstructorsRefactoringTests.cs index be85a41d6666f..381e3f47b916e 100644 --- a/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForConstructorsRefactoringTests.cs +++ b/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForConstructorsRefactoringTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForConversionOperatorsRefactoringTests.cs b/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForConversionOperatorsRefactoringTests.cs index 2a2c3b7736907..f4e43559c6cc7 100644 --- a/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForConversionOperatorsRefactoringTests.cs +++ b/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForConversionOperatorsRefactoringTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForIndexersRefactoringTests.cs b/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForIndexersRefactoringTests.cs index 9517308a5d85e..6f119fa6abbfa 100644 --- a/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForIndexersRefactoringTests.cs +++ b/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForIndexersRefactoringTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForMethodsRefactoringTests.cs b/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForMethodsRefactoringTests.cs index 7d1745e62a4eb..08da49e90dd66 100644 --- a/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForMethodsRefactoringTests.cs +++ b/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForMethodsRefactoringTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForOperatorsRefactoringTests.cs b/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForOperatorsRefactoringTests.cs index d8c87a2611123..03bddbce410b5 100644 --- a/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForOperatorsRefactoringTests.cs +++ b/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForOperatorsRefactoringTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForPropertiesRefactoringTests.cs b/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForPropertiesRefactoringTests.cs index cc1c4d1715616..4d9c2826bcfbb 100644 --- a/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForPropertiesRefactoringTests.cs +++ b/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForPropertiesRefactoringTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/UseNullPropagation/UseNullPropagationTests.cs b/src/EditorFeatures/CSharpTest/UseNullPropagation/UseNullPropagationTests.cs index 33aa61cf87d4f..370ccdce2924a 100644 --- a/src/EditorFeatures/CSharpTest/UseNullPropagation/UseNullPropagationTests.cs +++ b/src/EditorFeatures/CSharpTest/UseNullPropagation/UseNullPropagationTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/UseObjectInitializer/UseObjectInitializerTests.cs b/src/EditorFeatures/CSharpTest/UseObjectInitializer/UseObjectInitializerTests.cs index acb6c8f401353..4b940dd43e179 100644 --- a/src/EditorFeatures/CSharpTest/UseObjectInitializer/UseObjectInitializerTests.cs +++ b/src/EditorFeatures/CSharpTest/UseObjectInitializer/UseObjectInitializerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/UsePatternMatching/CSharpAsAndNullCheckTests.cs b/src/EditorFeatures/CSharpTest/UsePatternMatching/CSharpAsAndNullCheckTests.cs index 1e8f6f92f87b1..175fcec16e898 100644 --- a/src/EditorFeatures/CSharpTest/UsePatternMatching/CSharpAsAndNullCheckTests.cs +++ b/src/EditorFeatures/CSharpTest/UsePatternMatching/CSharpAsAndNullCheckTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest/UsePatternMatching/CSharpAsAndNullCheckTests_FixAllTests.cs b/src/EditorFeatures/CSharpTest/UsePatternMatching/CSharpAsAndNullCheckTests_FixAllTests.cs index 985831a258808..62579c3bfb134 100644 --- a/src/EditorFeatures/CSharpTest/UsePatternMatching/CSharpAsAndNullCheckTests_FixAllTests.cs +++ b/src/EditorFeatures/CSharpTest/UsePatternMatching/CSharpAsAndNullCheckTests_FixAllTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Roslyn.Test.Utilities; diff --git a/src/EditorFeatures/CSharpTest/UsePatternMatching/CSharpIsAndCastCheckTests.cs b/src/EditorFeatures/CSharpTest/UsePatternMatching/CSharpIsAndCastCheckTests.cs index 3e80bdb47efbc..53fd2463ca277 100644 --- a/src/EditorFeatures/CSharpTest/UsePatternMatching/CSharpIsAndCastCheckTests.cs +++ b/src/EditorFeatures/CSharpTest/UsePatternMatching/CSharpIsAndCastCheckTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/UsePatternMatching/CSharpIsAndCastCheckTests_FixAllTests.cs b/src/EditorFeatures/CSharpTest/UsePatternMatching/CSharpIsAndCastCheckTests_FixAllTests.cs index ebcf2a0766e13..ee68df708a880 100644 --- a/src/EditorFeatures/CSharpTest/UsePatternMatching/CSharpIsAndCastCheckTests_FixAllTests.cs +++ b/src/EditorFeatures/CSharpTest/UsePatternMatching/CSharpIsAndCastCheckTests_FixAllTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Roslyn.Test.Utilities; diff --git a/src/EditorFeatures/CSharpTest/UseThrowExpression/UseThrowExpressionTests.cs b/src/EditorFeatures/CSharpTest/UseThrowExpression/UseThrowExpressionTests.cs index d5764ee867ff2..ad1a79c2383f4 100644 --- a/src/EditorFeatures/CSharpTest/UseThrowExpression/UseThrowExpressionTests.cs +++ b/src/EditorFeatures/CSharpTest/UseThrowExpression/UseThrowExpressionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/CSharpTest/UseThrowExpression/UseThrowExpressionTests_FixAllTests.cs b/src/EditorFeatures/CSharpTest/UseThrowExpression/UseThrowExpressionTests_FixAllTests.cs index 050267e50b80b..8b0c9310c6c67 100644 --- a/src/EditorFeatures/CSharpTest/UseThrowExpression/UseThrowExpressionTests_FixAllTests.cs +++ b/src/EditorFeatures/CSharpTest/UseThrowExpression/UseThrowExpressionTests_FixAllTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.Diagnostics; diff --git a/src/EditorFeatures/CSharpTest/Utilities/CSharpServiceTestExtensions.cs b/src/EditorFeatures/CSharpTest/Utilities/CSharpServiceTestExtensions.cs index adc82e965cb0a..4f7c93eb67599 100644 --- a/src/EditorFeatures/CSharpTest/Utilities/CSharpServiceTestExtensions.cs +++ b/src/EditorFeatures/CSharpTest/Utilities/CSharpServiceTestExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/EditorFeatures/CSharpTest/Workspaces/WorkspaceTests.cs b/src/EditorFeatures/CSharpTest/Workspaces/WorkspaceTests.cs index 7ecdff7862988..c7e1f7972ed35 100644 --- a/src/EditorFeatures/CSharpTest/Workspaces/WorkspaceTests.cs +++ b/src/EditorFeatures/CSharpTest/Workspaces/WorkspaceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/AbstractKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/AbstractKeywordRecommenderTests.cs index 44b30dddc3f1b..71521006b2453 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/AbstractKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/AbstractKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/AliasKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/AliasKeywordRecommenderTests.cs index 543062733df2d..b50964031a8fb 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/AliasKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/AliasKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/AsKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/AsKeywordRecommenderTests.cs index ecfe449e699fd..dd0e9f7f42f36 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/AsKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/AsKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Roslyn.Test.Utilities; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/AscendingKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/AscendingKeywordRecommenderTests.cs index 7501d01f9e12a..94959dd5aa6d9 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/AscendingKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/AscendingKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Roslyn.Test.Utilities; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/AssemblyKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/AssemblyKeywordRecommenderTests.cs index 7178ef4937efa..c622f734056d7 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/AssemblyKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/AssemblyKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/AsyncKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/AsyncKeywordRecommenderTests.cs index 5a321ba27fb90..4e2fe66417a7f 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/AsyncKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/AsyncKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Roslyn.Test.Utilities; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/AwaitKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/AwaitKeywordRecommenderTests.cs index 16699ff421525..018d50aebdcfe 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/AwaitKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/AwaitKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Roslyn.Test.Utilities; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/BaseKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/BaseKeywordRecommenderTests.cs index d12c47341deee..bbe75825a66d0 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/BaseKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/BaseKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/ByKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/ByKeywordRecommenderTests.cs index 98215a2600ef0..5c76fc400f3a8 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/ByKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/ByKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/CatchKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/CatchKeywordRecommenderTests.cs index c857527365f31..372d269b916a4 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/CatchKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/CatchKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/CheckedKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/CheckedKeywordRecommenderTests.cs index 02bb860c64252..c817234f0c92f 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/CheckedKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/CheckedKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/ChecksumKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/ChecksumKeywordRecommenderTests.cs index 8c79d39ee5828..1434bd6447b84 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/ChecksumKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/ChecksumKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/ClassKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/ClassKeywordRecommenderTests.cs index 1ce5c382af713..21a336092e412 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/ClassKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/ClassKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/ContinueKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/ContinueKeywordRecommenderTests.cs index cb8985beb8237..8905a95dec272 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/ContinueKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/ContinueKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/DefaultKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/DefaultKeywordRecommenderTests.cs index 9ed644f6bfcb7..cc2a8d785932e 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/DefaultKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/DefaultKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/DelegateKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/DelegateKeywordRecommenderTests.cs index 98727764fcdcc..0fbeba29d2e4b 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/DelegateKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/DelegateKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Roslyn.Test.Utilities; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/DisableKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/DisableKeywordRecommenderTests.cs index e480fdd11979d..e2201028bcf89 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/DisableKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/DisableKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/EndIfKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/EndIfKeywordRecommenderTests.cs index 84ecedcb1541a..4731db518ff33 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/EndIfKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/EndIfKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/ErrorKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/ErrorKeywordRecommenderTests.cs index a77ca6635e066..435ead872bb62 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/ErrorKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/ErrorKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/ExternKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/ExternKeywordRecommenderTests.cs index e03889eb0a34f..c94016729a7f2 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/ExternKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/ExternKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/FloatKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/FloatKeywordRecommenderTests.cs index 4b055c7b81292..0e9441271d4b1 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/FloatKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/FloatKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Completion.Providers; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/ForKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/ForKeywordRecommenderTests.cs index 3a6e241a7ddf0..1f75b8e6c114f 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/ForKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/ForKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/FromKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/FromKeywordRecommenderTests.cs index 2ffe1989e9e4f..31ca38b317241 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/FromKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/FromKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/GotoKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/GotoKeywordRecommenderTests.cs index fced92b003752..577f26055c7ef 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/GotoKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/GotoKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/IfKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/IfKeywordRecommenderTests.cs index 53b69063a22ee..ee037a4cec2da 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/IfKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/IfKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Roslyn.Test.Utilities; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/InKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/InKeywordRecommenderTests.cs index 0fd4587e4ce7b..4460e0397171a 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/InKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/InKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/IsKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/IsKeywordRecommenderTests.cs index 6e537cc94e65d..7d169ee656189 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/IsKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/IsKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/LongKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/LongKeywordRecommenderTests.cs index 8c0a7eab02f1d..d97895c0b9ad7 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/LongKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/LongKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Completion.Providers; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/NameOfKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/NameOfKeywordRecommenderTests.cs index 0dce4bf1879ed..2ec4e38e51f5a 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/NameOfKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/NameOfKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/ParamKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/ParamKeywordRecommenderTests.cs index 277061aebd07d..f67d4d52692c3 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/ParamKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/ParamKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/PragmaKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/PragmaKeywordRecommenderTests.cs index 5280613bea221..f841cec2054a3 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/PragmaKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/PragmaKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/ReadOnlyKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/ReadOnlyKeywordRecommenderTests.cs index d78601d5ce1b2..da4b564d22e49 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/ReadOnlyKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/ReadOnlyKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/RegionKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/RegionKeywordRecommenderTests.cs index 495ff37d13eae..9c2c84472b26a 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/RegionKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/RegionKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/RemoveKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/RemoveKeywordRecommenderTests.cs index 90f26513c7e6a..00b0ea3606882 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/RemoveKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/RemoveKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/ReturnKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/ReturnKeywordRecommenderTests.cs index 63b4f5993407c..094534f4cce46 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/ReturnKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/ReturnKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/SetKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/SetKeywordRecommenderTests.cs index dcf37fb0d0c3c..d81e708e58266 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/SetKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/SetKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/ShortKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/ShortKeywordRecommenderTests.cs index fc2d97d2cd7a1..a5e69b6f4ed13 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/ShortKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/ShortKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Completion.Providers; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/SizeOfKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/SizeOfKeywordRecommenderTests.cs index f1e47b4304151..276f92bd87777 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/SizeOfKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/SizeOfKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/StackAllocKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/StackAllocKeywordRecommenderTests.cs index fd026327a9102..60983c485e47e 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/StackAllocKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/StackAllocKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/ThrowKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/ThrowKeywordRecommenderTests.cs index b9f89bb7542ac..04f86e74a662b 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/ThrowKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/ThrowKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/TryKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/TryKeywordRecommenderTests.cs index 4d9f0c4514ef9..372ec4710379b 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/TryKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/TryKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/TypeKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/TypeKeywordRecommenderTests.cs index cf6e70a1501ed..05fa965a17610 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/TypeKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/TypeKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/TypeOfKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/TypeOfKeywordRecommenderTests.cs index 48e646d893ea0..13fd8c01cf1c3 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/TypeOfKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/TypeOfKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/TypeVarKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/TypeVarKeywordRecommenderTests.cs index 9eb4ce15df2f2..3da4f32ef1627 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/TypeVarKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/TypeVarKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/UIntKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/UIntKeywordRecommenderTests.cs index 12e09428fd199..7494d9aba1e9f 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/UIntKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/UIntKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Completion.Providers; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/ULongKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/ULongKeywordRecommenderTests.cs index 5b573aa28331b..ee08e368d92f6 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/ULongKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/ULongKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Completion.Providers; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/UShortKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/UShortKeywordRecommenderTests.cs index 33b31766c1894..62b325e6c1941 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/UShortKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/UShortKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Completion.Providers; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/UncheckedKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/UncheckedKeywordRecommenderTests.cs index 45b09ff1565c5..96ea1f7b1d418 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/UncheckedKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/UncheckedKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/UndefKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/UndefKeywordRecommenderTests.cs index 269cebb885029..26d8334ccb983 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/UndefKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/UndefKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/UnsafeKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/UnsafeKeywordRecommenderTests.cs index 982ed473ca6b8..0cc90c2a48ab5 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/UnsafeKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/UnsafeKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/UsingKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/UsingKeywordRecommenderTests.cs index c3deea147d168..297938d1f6818 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/UsingKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/UsingKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/VarKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/VarKeywordRecommenderTests.cs index f354d136c7a3c..efee6410779c1 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/VarKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/VarKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/VirtualKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/VirtualKeywordRecommenderTests.cs index 69d1091b3d6ee..f3304a5991c1b 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/VirtualKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/VirtualKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/VoidKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/VoidKeywordRecommenderTests.cs index e521a19b61862..84227753a4167 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/VoidKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/VoidKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/VolatileKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/VolatileKeywordRecommenderTests.cs index 5b7ea4a52e137..a3adffcd0b700 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/VolatileKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/VolatileKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/WarningKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/WarningKeywordRecommenderTests.cs index 1fc22c8da949b..1a367d9d09d1b 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/WarningKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/WarningKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/WhenKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/WhenKeywordRecommenderTests.cs index 9764705051fd5..82b93b8771046 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/WhenKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/WhenKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Roslyn.Test.Utilities; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/WhereKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/WhereKeywordRecommenderTests.cs index c372e63c70d08..e8a1de98b3b26 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/WhereKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/WhereKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/WhileKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/WhileKeywordRecommenderTests.cs index fbb4865fcff43..463b0c66ede0e 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/WhileKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/WhileKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/CSharpTest2/Recommendations/YieldKeywordRecommenderTests.cs b/src/EditorFeatures/CSharpTest2/Recommendations/YieldKeywordRecommenderTests.cs index fa475252ec134..2edbf252041ed 100644 --- a/src/EditorFeatures/CSharpTest2/Recommendations/YieldKeywordRecommenderTests.cs +++ b/src/EditorFeatures/CSharpTest2/Recommendations/YieldKeywordRecommenderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/Core/CommandHandlers/IntelliSenseCommandHandler.cs b/src/EditorFeatures/Core/CommandHandlers/IntelliSenseCommandHandler.cs index 656d244e94b3e..63555149d6867 100644 --- a/src/EditorFeatures/Core/CommandHandlers/IntelliSenseCommandHandler.cs +++ b/src/EditorFeatures/Core/CommandHandlers/IntelliSenseCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; diff --git a/src/EditorFeatures/Core/Commands/CopyCommandArgs.cs b/src/EditorFeatures/Core/Commands/CopyCommandArgs.cs index 2495de1669048..ea1ad1c79f97b 100644 --- a/src/EditorFeatures/Core/Commands/CopyCommandArgs.cs +++ b/src/EditorFeatures/Core/Commands/CopyCommandArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics.CodeAnalysis; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Commands/EscapeKeyCommandArgs.cs b/src/EditorFeatures/Core/Commands/EscapeKeyCommandArgs.cs index 4f176a65f9f03..3efafdc3fa6f3 100644 --- a/src/EditorFeatures/Core/Commands/EscapeKeyCommandArgs.cs +++ b/src/EditorFeatures/Core/Commands/EscapeKeyCommandArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics.CodeAnalysis; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Commands/InsertCommentCommandArgs.cs b/src/EditorFeatures/Core/Commands/InsertCommentCommandArgs.cs index e05596aee879f..e26b3c3d601a9 100644 --- a/src/EditorFeatures/Core/Commands/InsertCommentCommandArgs.cs +++ b/src/EditorFeatures/Core/Commands/InsertCommentCommandArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics.CodeAnalysis; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Commands/LineEndExtendCommandArgs.cs b/src/EditorFeatures/Core/Commands/LineEndExtendCommandArgs.cs index a1a7663f5be16..9c2eec0784173 100644 --- a/src/EditorFeatures/Core/Commands/LineEndExtendCommandArgs.cs +++ b/src/EditorFeatures/Core/Commands/LineEndExtendCommandArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics.CodeAnalysis; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Commands/OpenLineAboveCommandArgs.cs b/src/EditorFeatures/Core/Commands/OpenLineAboveCommandArgs.cs index b5da55ac0d893..f6ad92a75599f 100644 --- a/src/EditorFeatures/Core/Commands/OpenLineAboveCommandArgs.cs +++ b/src/EditorFeatures/Core/Commands/OpenLineAboveCommandArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics.CodeAnalysis; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Commands/RedoCommandArgs.cs b/src/EditorFeatures/Core/Commands/RedoCommandArgs.cs index 0dfbec814fb56..e369dcee4124a 100644 --- a/src/EditorFeatures/Core/Commands/RedoCommandArgs.cs +++ b/src/EditorFeatures/Core/Commands/RedoCommandArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics.CodeAnalysis; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Commands/SurroundWithCommandArgs.cs b/src/EditorFeatures/Core/Commands/SurroundWithCommandArgs.cs index 7f475b3374920..4e214785b588c 100644 --- a/src/EditorFeatures/Core/Commands/SurroundWithCommandArgs.cs +++ b/src/EditorFeatures/Core/Commands/SurroundWithCommandArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics.CodeAnalysis; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Commands/UncommentSelectionCommandArgs.cs b/src/EditorFeatures/Core/Commands/UncommentSelectionCommandArgs.cs index 4656433bebf9f..c4943791a2a5c 100644 --- a/src/EditorFeatures/Core/Commands/UncommentSelectionCommandArgs.cs +++ b/src/EditorFeatures/Core/Commands/UncommentSelectionCommandArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics.CodeAnalysis; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Commands/WordDeleteToStartCommandArgs.cs b/src/EditorFeatures/Core/Commands/WordDeleteToStartCommandArgs.cs index 0dfbd673a67f3..253a0c759d52d 100644 --- a/src/EditorFeatures/Core/Commands/WordDeleteToStartCommandArgs.cs +++ b/src/EditorFeatures/Core/Commands/WordDeleteToStartCommandArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics.CodeAnalysis; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Extensibility/NavigationBar/AbstractNavigationBarItemService.cs b/src/EditorFeatures/Core/Extensibility/NavigationBar/AbstractNavigationBarItemService.cs index 9e443f6b413cb..30594104b5b7d 100644 --- a/src/EditorFeatures/Core/Extensibility/NavigationBar/AbstractNavigationBarItemService.cs +++ b/src/EditorFeatures/Core/Extensibility/NavigationBar/AbstractNavigationBarItemService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/Core/Extensibility/NavigationBar/NavigationBarProjectItem.cs b/src/EditorFeatures/Core/Extensibility/NavigationBar/NavigationBarProjectItem.cs index a570fd9a31d20..6458758ce1e48 100644 --- a/src/EditorFeatures/Core/Extensibility/NavigationBar/NavigationBarProjectItem.cs +++ b/src/EditorFeatures/Core/Extensibility/NavigationBar/NavigationBarProjectItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Text; using Roslyn.Utilities; diff --git a/src/EditorFeatures/Core/FindReferences/FindReferencesCommandHandler.cs b/src/EditorFeatures/Core/FindReferences/FindReferencesCommandHandler.cs index a6f9ceed795d1..3617e587702d8 100644 --- a/src/EditorFeatures/Core/FindReferences/FindReferencesCommandHandler.cs +++ b/src/EditorFeatures/Core/FindReferences/FindReferencesCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/GoToDefinition/GoToDefinitionCommandHandler.cs b/src/EditorFeatures/Core/GoToDefinition/GoToDefinitionCommandHandler.cs index 30cacc6665ea7..1f9e416fa1ebf 100644 --- a/src/EditorFeatures/Core/GoToDefinition/GoToDefinitionCommandHandler.cs +++ b/src/EditorFeatures/Core/GoToDefinition/GoToDefinitionCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Composition; diff --git a/src/EditorFeatures/Core/GoToImplementation/GoToImplementationCommandHandler.cs b/src/EditorFeatures/Core/GoToImplementation/GoToImplementationCommandHandler.cs index 27ee67ed341b5..a0bf00181d73e 100644 --- a/src/EditorFeatures/Core/GoToImplementation/GoToImplementationCommandHandler.cs +++ b/src/EditorFeatures/Core/GoToImplementation/GoToImplementationCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/IRefactorNotifyService.cs b/src/EditorFeatures/Core/IRefactorNotifyService.cs index 36a9672af6b3a..89c7bdd8588cb 100644 --- a/src/EditorFeatures/Core/IRefactorNotifyService.cs +++ b/src/EditorFeatures/Core/IRefactorNotifyService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/Adornments/AbstractAdornmentManagerProvider.cs b/src/EditorFeatures/Core/Implementation/Adornments/AbstractAdornmentManagerProvider.cs index 4a02ce3ffa82f..3731e2b7e8808 100644 --- a/src/EditorFeatures/Core/Implementation/Adornments/AbstractAdornmentManagerProvider.cs +++ b/src/EditorFeatures/Core/Implementation/Adornments/AbstractAdornmentManagerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/Adornments/AdornmentManager.cs b/src/EditorFeatures/Core/Implementation/Adornments/AdornmentManager.cs index d84ac316acd5f..45c9f378bcc42 100644 --- a/src/EditorFeatures/Core/Implementation/Adornments/AdornmentManager.cs +++ b/src/EditorFeatures/Core/Implementation/Adornments/AdornmentManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/EditorFeatures/Core/Implementation/Adornments/GraphicsResult.cs b/src/EditorFeatures/Core/Implementation/Adornments/GraphicsResult.cs index 30167929b57eb..93d423035d484 100644 --- a/src/EditorFeatures/Core/Implementation/Adornments/GraphicsResult.cs +++ b/src/EditorFeatures/Core/Implementation/Adornments/GraphicsResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Windows; diff --git a/src/EditorFeatures/Core/Implementation/Adornments/GraphicsTag.cs b/src/EditorFeatures/Core/Implementation/Adornments/GraphicsTag.cs index baafa9de58df2..c994e4e8f6451 100644 --- a/src/EditorFeatures/Core/Implementation/Adornments/GraphicsTag.cs +++ b/src/EditorFeatures/Core/Implementation/Adornments/GraphicsTag.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Windows.Media; using Microsoft.VisualStudio.Text.Classification; diff --git a/src/EditorFeatures/Core/Implementation/AutomaticCompletion/AbstractAutomaticLineEnderCommandHandler.cs b/src/EditorFeatures/Core/Implementation/AutomaticCompletion/AbstractAutomaticLineEnderCommandHandler.cs index b5c3bb5ffef35..46bd36abda851 100644 --- a/src/EditorFeatures/Core/Implementation/AutomaticCompletion/AbstractAutomaticLineEnderCommandHandler.cs +++ b/src/EditorFeatures/Core/Implementation/AutomaticCompletion/AbstractAutomaticLineEnderCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/EditorFeatures/Core/Implementation/AutomaticCompletion/BraceCompletionSessionProvider.BraceCompletionSession.cs b/src/EditorFeatures/Core/Implementation/AutomaticCompletion/BraceCompletionSessionProvider.BraceCompletionSession.cs index bbf608f122270..98fd715d0de83 100644 --- a/src/EditorFeatures/Core/Implementation/AutomaticCompletion/BraceCompletionSessionProvider.BraceCompletionSession.cs +++ b/src/EditorFeatures/Core/Implementation/AutomaticCompletion/BraceCompletionSessionProvider.BraceCompletionSession.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics; using System.Threading; diff --git a/src/EditorFeatures/Core/Implementation/BlockCommentEditing/AbstractBlockCommentEditingCommandHandler.cs b/src/EditorFeatures/Core/Implementation/BlockCommentEditing/AbstractBlockCommentEditingCommandHandler.cs index 5e32d3de50c78..483cdad27e6d2 100644 --- a/src/EditorFeatures/Core/Implementation/BlockCommentEditing/AbstractBlockCommentEditingCommandHandler.cs +++ b/src/EditorFeatures/Core/Implementation/BlockCommentEditing/AbstractBlockCommentEditingCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Editor.Commands; diff --git a/src/EditorFeatures/Core/Implementation/BraceMatching/ClassificationTypeDefinitions.cs b/src/EditorFeatures/Core/Implementation/BraceMatching/ClassificationTypeDefinitions.cs index d72c457a9eb97..a9992811473e0 100644 --- a/src/EditorFeatures/Core/Implementation/BraceMatching/ClassificationTypeDefinitions.cs +++ b/src/EditorFeatures/Core/Implementation/BraceMatching/ClassificationTypeDefinitions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using System.Windows.Media; diff --git a/src/EditorFeatures/Core/Implementation/CallHierarchy/AbstractCallHierarchyCommandHandler.cs b/src/EditorFeatures/Core/Implementation/CallHierarchy/AbstractCallHierarchyCommandHandler.cs index beb3c13ff302c..b0017333f4a41 100644 --- a/src/EditorFeatures/Core/Implementation/CallHierarchy/AbstractCallHierarchyCommandHandler.cs +++ b/src/EditorFeatures/Core/Implementation/CallHierarchy/AbstractCallHierarchyCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/AbstractCallFinder.cs b/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/AbstractCallFinder.cs index 2069ed0b1f7b8..fe81e87947c92 100644 --- a/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/AbstractCallFinder.cs +++ b/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/AbstractCallFinder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/BaseMemberFinder.cs b/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/BaseMemberFinder.cs index 3f175a648658a..4f253b13c553f 100644 --- a/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/BaseMemberFinder.cs +++ b/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/BaseMemberFinder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/CallToOverrideFinder.cs b/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/CallToOverrideFinder.cs index e5878b5018c2e..6a1d0f406e253 100644 --- a/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/CallToOverrideFinder.cs +++ b/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/CallToOverrideFinder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/FieldReferenceFinder.cs b/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/FieldReferenceFinder.cs index a501a92e8e5e6..0b96ff17f0dba 100644 --- a/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/FieldReferenceFinder.cs +++ b/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/FieldReferenceFinder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/ImplementerFinder.cs b/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/ImplementerFinder.cs index 2ef34aaa37657..bf2901f53cbcb 100644 --- a/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/ImplementerFinder.cs +++ b/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/ImplementerFinder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/InterfaceImplementationCallFinder.cs b/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/InterfaceImplementationCallFinder.cs index bab1e9fe82488..150f764cb0650 100644 --- a/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/InterfaceImplementationCallFinder.cs +++ b/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/InterfaceImplementationCallFinder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/MethodCallFinder.cs b/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/MethodCallFinder.cs index 1df063ed6a259..1025f4442e557 100644 --- a/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/MethodCallFinder.cs +++ b/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/MethodCallFinder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/OverridingMemberFinder.cs b/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/OverridingMemberFinder.cs index 77905772c7966..192c072fd049c 100644 --- a/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/OverridingMemberFinder.cs +++ b/src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/OverridingMemberFinder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/ChangeSignature/AbstractChangeSignatureCommandHandler.cs b/src/EditorFeatures/Core/Implementation/ChangeSignature/AbstractChangeSignatureCommandHandler.cs index eaa7bf09ace7d..48fb5855df5db 100644 --- a/src/EditorFeatures/Core/Implementation/ChangeSignature/AbstractChangeSignatureCommandHandler.cs +++ b/src/EditorFeatures/Core/Implementation/ChangeSignature/AbstractChangeSignatureCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/EditorFeatures/Core/Implementation/Classification/ClassificationTypeDefinitions.cs b/src/EditorFeatures/Core/Implementation/Classification/ClassificationTypeDefinitions.cs index b8f88c66845e7..d9bc5601f2e32 100644 --- a/src/EditorFeatures/Core/Implementation/Classification/ClassificationTypeDefinitions.cs +++ b/src/EditorFeatures/Core/Implementation/Classification/ClassificationTypeDefinitions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using System.Diagnostics.CodeAnalysis; diff --git a/src/EditorFeatures/Core/Implementation/CodeActions/CodeActionEditHandlerService.cs b/src/EditorFeatures/Core/Implementation/CodeActions/CodeActionEditHandlerService.cs index aef803ac864a9..553c4b6b42cd3 100644 --- a/src/EditorFeatures/Core/Implementation/CodeActions/CodeActionEditHandlerService.cs +++ b/src/EditorFeatures/Core/Implementation/CodeActions/CodeActionEditHandlerService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/CodeRefactorings/CodeFix.cs b/src/EditorFeatures/Core/Implementation/CodeRefactorings/CodeFix.cs index b55823ed58e38..a4f98c257e665 100644 --- a/src/EditorFeatures/Core/Implementation/CodeRefactorings/CodeFix.cs +++ b/src/EditorFeatures/Core/Implementation/CodeRefactorings/CodeFix.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/CodeRefactorings/CodeRefactoringProducer.cs b/src/EditorFeatures/Core/Implementation/CodeRefactorings/CodeRefactoringProducer.cs index e608f090886d0..c8c74ba602bbb 100644 --- a/src/EditorFeatures/Core/Implementation/CodeRefactorings/CodeRefactoringProducer.cs +++ b/src/EditorFeatures/Core/Implementation/CodeRefactorings/CodeRefactoringProducer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/CommentSelection/CommentUncommentSelectionCommandHandler.cs b/src/EditorFeatures/Core/Implementation/CommentSelection/CommentUncommentSelectionCommandHandler.cs index c3ac914475d47..27fbacea1e74d 100644 --- a/src/EditorFeatures/Core/Implementation/CommentSelection/CommentUncommentSelectionCommandHandler.cs +++ b/src/EditorFeatures/Core/Implementation/CommentSelection/CommentUncommentSelectionCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/Diagnostics/ClassificationTypeDefinitions.cs b/src/EditorFeatures/Core/Implementation/Diagnostics/ClassificationTypeDefinitions.cs index 40227e39a33c1..825ae0cec2730 100644 --- a/src/EditorFeatures/Core/Implementation/Diagnostics/ClassificationTypeDefinitions.cs +++ b/src/EditorFeatures/Core/Implementation/Diagnostics/ClassificationTypeDefinitions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.VisualStudio.Language.StandardClassification; diff --git a/src/EditorFeatures/Core/Implementation/DocumentationComments/AbstractDocumentationCommentCommandHandler.cs b/src/EditorFeatures/Core/Implementation/DocumentationComments/AbstractDocumentationCommentCommandHandler.cs index 87f1ff61f745a..dbe9960f9c368 100644 --- a/src/EditorFeatures/Core/Implementation/DocumentationComments/AbstractDocumentationCommentCommandHandler.cs +++ b/src/EditorFeatures/Core/Implementation/DocumentationComments/AbstractDocumentationCommentCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/DocumentationComments/AbstractXmlTagCompletionCommandHandler.cs b/src/EditorFeatures/Core/Implementation/DocumentationComments/AbstractXmlTagCompletionCommandHandler.cs index 82e4061966795..0570989914c71 100644 --- a/src/EditorFeatures/Core/Implementation/DocumentationComments/AbstractXmlTagCompletionCommandHandler.cs +++ b/src/EditorFeatures/Core/Implementation/DocumentationComments/AbstractXmlTagCompletionCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/EditorFeatures/Core/Implementation/EditAndContinue/ActiveStatementTagDefinition.cs b/src/EditorFeatures/Core/Implementation/EditAndContinue/ActiveStatementTagDefinition.cs index 8471e9be23a83..c737071f9cfb1 100644 --- a/src/EditorFeatures/Core/Implementation/EditAndContinue/ActiveStatementTagDefinition.cs +++ b/src/EditorFeatures/Core/Implementation/EditAndContinue/ActiveStatementTagDefinition.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using System.Diagnostics.CodeAnalysis; diff --git a/src/EditorFeatures/Core/Implementation/EditAndContinue/EditAndContinueErrorTypeDefinition.cs b/src/EditorFeatures/Core/Implementation/EditAndContinue/EditAndContinueErrorTypeDefinition.cs index de26eac089c73..e16271749fe5b 100644 --- a/src/EditorFeatures/Core/Implementation/EditAndContinue/EditAndContinueErrorTypeDefinition.cs +++ b/src/EditorFeatures/Core/Implementation/EditAndContinue/EditAndContinueErrorTypeDefinition.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using System.Windows.Media; diff --git a/src/EditorFeatures/Core/Implementation/EncapsulateField/AbstractEncapsulateFieldCommandHandler.cs b/src/EditorFeatures/Core/Implementation/EncapsulateField/AbstractEncapsulateFieldCommandHandler.cs index 8fdfc00c496e9..ba5e269d5e4f4 100644 --- a/src/EditorFeatures/Core/Implementation/EncapsulateField/AbstractEncapsulateFieldCommandHandler.cs +++ b/src/EditorFeatures/Core/Implementation/EncapsulateField/AbstractEncapsulateFieldCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/Core/Implementation/ExtractMethod/AbstractExtractMethodCommandHandler.cs b/src/EditorFeatures/Core/Implementation/ExtractMethod/AbstractExtractMethodCommandHandler.cs index 5afe64c9b2d68..3ffcaabaed62d 100644 --- a/src/EditorFeatures/Core/Implementation/ExtractMethod/AbstractExtractMethodCommandHandler.cs +++ b/src/EditorFeatures/Core/Implementation/ExtractMethod/AbstractExtractMethodCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/Core/Implementation/Formatting/FormatCommandHandler.FormatDocument.cs b/src/EditorFeatures/Core/Implementation/Formatting/FormatCommandHandler.FormatDocument.cs index 4808a98abfc96..d890e64dd4bfa 100644 --- a/src/EditorFeatures/Core/Implementation/Formatting/FormatCommandHandler.FormatDocument.cs +++ b/src/EditorFeatures/Core/Implementation/Formatting/FormatCommandHandler.FormatDocument.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Editor.Commands; diff --git a/src/EditorFeatures/Core/Implementation/Formatting/FormatCommandHandler.FormatSelection.cs b/src/EditorFeatures/Core/Implementation/Formatting/FormatCommandHandler.FormatSelection.cs index 9ed0f9eaacd0e..1c9c7a9f4b178 100644 --- a/src/EditorFeatures/Core/Implementation/Formatting/FormatCommandHandler.FormatSelection.cs +++ b/src/EditorFeatures/Core/Implementation/Formatting/FormatCommandHandler.FormatSelection.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Editor.Commands; diff --git a/src/EditorFeatures/Core/Implementation/Formatting/FormatCommandHandler.Paste.cs b/src/EditorFeatures/Core/Implementation/Formatting/FormatCommandHandler.Paste.cs index 1c2f536d69338..45a5c36936228 100644 --- a/src/EditorFeatures/Core/Implementation/Formatting/FormatCommandHandler.Paste.cs +++ b/src/EditorFeatures/Core/Implementation/Formatting/FormatCommandHandler.Paste.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/EditorFeatures/Core/Implementation/Formatting/FormatCommandHandler.TypeChar.cs b/src/EditorFeatures/Core/Implementation/Formatting/FormatCommandHandler.TypeChar.cs index d1eee3abee060..f29cdedac245e 100644 --- a/src/EditorFeatures/Core/Implementation/Formatting/FormatCommandHandler.TypeChar.cs +++ b/src/EditorFeatures/Core/Implementation/Formatting/FormatCommandHandler.TypeChar.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/EditorFeatures/Core/Implementation/Formatting/Indentation/AbstractSmartTokenFormatterCommandHandler.cs b/src/EditorFeatures/Core/Implementation/Formatting/Indentation/AbstractSmartTokenFormatterCommandHandler.cs index 57a04cf938ff8..132acaa810072 100644 --- a/src/EditorFeatures/Core/Implementation/Formatting/Indentation/AbstractSmartTokenFormatterCommandHandler.cs +++ b/src/EditorFeatures/Core/Implementation/Formatting/Indentation/AbstractSmartTokenFormatterCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/IPreviewFactoryService.cs b/src/EditorFeatures/Core/Implementation/IPreviewFactoryService.cs index 98afda333b535..817b0eb4beab6 100644 --- a/src/EditorFeatures/Core/Implementation/IPreviewFactoryService.cs +++ b/src/EditorFeatures/Core/Implementation/IPreviewFactoryService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/EditorFeatures/Core/Implementation/ITextBufferAssociatedViewService.cs b/src/EditorFeatures/Core/Implementation/ITextBufferAssociatedViewService.cs index b2a4df2577a59..3d7721bccba42 100644 --- a/src/EditorFeatures/Core/Implementation/ITextBufferAssociatedViewService.cs +++ b/src/EditorFeatures/Core/Implementation/ITextBufferAssociatedViewService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/ITextUndoHistoryWorkspaceService.cs b/src/EditorFeatures/Core/Implementation/ITextUndoHistoryWorkspaceService.cs index 2f8d474d9d68f..e555f8de37b53 100644 --- a/src/EditorFeatures/Core/Implementation/ITextUndoHistoryWorkspaceService.cs +++ b/src/EditorFeatures/Core/Implementation/ITextUndoHistoryWorkspaceService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Host; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Implementation/InlineRename/AbstractEditorInlineRenameService.InlineRenameLocationSet.cs b/src/EditorFeatures/Core/Implementation/InlineRename/AbstractEditorInlineRenameService.InlineRenameLocationSet.cs index c69a4ba907c82..81f4558a5ac60 100644 --- a/src/EditorFeatures/Core/Implementation/InlineRename/AbstractEditorInlineRenameService.InlineRenameLocationSet.cs +++ b/src/EditorFeatures/Core/Implementation/InlineRename/AbstractEditorInlineRenameService.InlineRenameLocationSet.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/EditorFeatures/Core/Implementation/InlineRename/AbstractEditorInlineRenameService.SymbolRenameInfo.cs b/src/EditorFeatures/Core/Implementation/InlineRename/AbstractEditorInlineRenameService.SymbolRenameInfo.cs index e468b18d4eba1..714ec2aa41119 100644 --- a/src/EditorFeatures/Core/Implementation/InlineRename/AbstractEditorInlineRenameService.SymbolRenameInfo.cs +++ b/src/EditorFeatures/Core/Implementation/InlineRename/AbstractEditorInlineRenameService.SymbolRenameInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/InlineRename/AbstractEditorInlineRenameService.cs b/src/EditorFeatures/Core/Implementation/InlineRename/AbstractEditorInlineRenameService.cs index 10ae26809bd2d..f6ec966043a9a 100644 --- a/src/EditorFeatures/Core/Implementation/InlineRename/AbstractEditorInlineRenameService.cs +++ b/src/EditorFeatures/Core/Implementation/InlineRename/AbstractEditorInlineRenameService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/InlineRename/CommandHandlers/RenameCommandHandler_RenameHandler.cs b/src/EditorFeatures/Core/Implementation/InlineRename/CommandHandlers/RenameCommandHandler_RenameHandler.cs index 017d43602383c..744fcc1a88f8d 100644 --- a/src/EditorFeatures/Core/Implementation/InlineRename/CommandHandlers/RenameCommandHandler_RenameHandler.cs +++ b/src/EditorFeatures/Core/Implementation/InlineRename/CommandHandlers/RenameCommandHandler_RenameHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/Core/Implementation/InlineRename/Dashboard/Dashboard.xaml.cs b/src/EditorFeatures/Core/Implementation/InlineRename/Dashboard/Dashboard.xaml.cs index 5b1f4fee2b897..04abca3d4f9a4 100644 --- a/src/EditorFeatures/Core/Implementation/InlineRename/Dashboard/Dashboard.xaml.cs +++ b/src/EditorFeatures/Core/Implementation/InlineRename/Dashboard/Dashboard.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/InlineRename/Dashboard/DashboardViewModel.cs b/src/EditorFeatures/Core/Implementation/InlineRename/Dashboard/DashboardViewModel.cs index 2037a4e9f98c1..64f08c0843fe3 100644 --- a/src/EditorFeatures/Core/Implementation/InlineRename/Dashboard/DashboardViewModel.cs +++ b/src/EditorFeatures/Core/Implementation/InlineRename/Dashboard/DashboardViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/InlineRename/Dashboard/RenameShortcutKeys.cs b/src/EditorFeatures/Core/Implementation/InlineRename/Dashboard/RenameShortcutKeys.cs index a1c9f5897e001..e329d1f1b7ae3 100644 --- a/src/EditorFeatures/Core/Implementation/InlineRename/Dashboard/RenameShortcutKeys.cs +++ b/src/EditorFeatures/Core/Implementation/InlineRename/Dashboard/RenameShortcutKeys.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics; diff --git a/src/EditorFeatures/Core/Implementation/InlineRename/HighlightTags/RenameConflictTagDefinition.cs b/src/EditorFeatures/Core/Implementation/InlineRename/HighlightTags/RenameConflictTagDefinition.cs index 8aca675c5a800..8994181ada3d1 100644 --- a/src/EditorFeatures/Core/Implementation/InlineRename/HighlightTags/RenameConflictTagDefinition.cs +++ b/src/EditorFeatures/Core/Implementation/InlineRename/HighlightTags/RenameConflictTagDefinition.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using System.Diagnostics.CodeAnalysis; diff --git a/src/EditorFeatures/Core/Implementation/InlineRename/HighlightTags/RenameFieldBackgroundAndBorderTagDefinition.cs b/src/EditorFeatures/Core/Implementation/InlineRename/HighlightTags/RenameFieldBackgroundAndBorderTagDefinition.cs index f37f7752a03d2..a4eb1bc4b8c32 100644 --- a/src/EditorFeatures/Core/Implementation/InlineRename/HighlightTags/RenameFieldBackgroundAndBorderTagDefinition.cs +++ b/src/EditorFeatures/Core/Implementation/InlineRename/HighlightTags/RenameFieldBackgroundAndBorderTagDefinition.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using System.Diagnostics.CodeAnalysis; diff --git a/src/EditorFeatures/Core/Implementation/InlineRename/HighlightTags/RenameFixupTagDefinition.cs b/src/EditorFeatures/Core/Implementation/InlineRename/HighlightTags/RenameFixupTagDefinition.cs index faf81a5c96388..41bd0f9e3282f 100644 --- a/src/EditorFeatures/Core/Implementation/InlineRename/HighlightTags/RenameFixupTagDefinition.cs +++ b/src/EditorFeatures/Core/Implementation/InlineRename/HighlightTags/RenameFixupTagDefinition.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using System.Diagnostics.CodeAnalysis; diff --git a/src/EditorFeatures/Core/Implementation/InlineRename/InlineRenameService.cs b/src/EditorFeatures/Core/Implementation/InlineRename/InlineRenameService.cs index d4fee82ed82b1..214266478fe21 100644 --- a/src/EditorFeatures/Core/Implementation/InlineRename/InlineRenameService.cs +++ b/src/EditorFeatures/Core/Implementation/InlineRename/InlineRenameService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/InlineRename/InlineRenameSession.OpenTextBufferManager.cs b/src/EditorFeatures/Core/Implementation/InlineRename/InlineRenameSession.OpenTextBufferManager.cs index 137f51da50818..3340c6208e545 100644 --- a/src/EditorFeatures/Core/Implementation/InlineRename/InlineRenameSession.OpenTextBufferManager.cs +++ b/src/EditorFeatures/Core/Implementation/InlineRename/InlineRenameSession.OpenTextBufferManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/InlineRename/InlineRenameSession.cs b/src/EditorFeatures/Core/Implementation/InlineRename/InlineRenameSession.cs index 020047d999633..8c5dfec1e6748 100644 --- a/src/EditorFeatures/Core/Implementation/InlineRename/InlineRenameSession.cs +++ b/src/EditorFeatures/Core/Implementation/InlineRename/InlineRenameSession.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/InlineRename/Taggers/ClassificationTypeDefinitions.cs b/src/EditorFeatures/Core/Implementation/InlineRename/Taggers/ClassificationTypeDefinitions.cs index 37a561d834b8c..0cb1cf41635ff 100644 --- a/src/EditorFeatures/Core/Implementation/InlineRename/Taggers/ClassificationTypeDefinitions.cs +++ b/src/EditorFeatures/Core/Implementation/InlineRename/Taggers/ClassificationTypeDefinitions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using System.Windows.Media; diff --git a/src/EditorFeatures/Core/Implementation/InlineRename/UndoManagerServiceFactory.cs b/src/EditorFeatures/Core/Implementation/InlineRename/UndoManagerServiceFactory.cs index b2511e366c39c..173b11b14f4ac 100644 --- a/src/EditorFeatures/Core/Implementation/InlineRename/UndoManagerServiceFactory.cs +++ b/src/EditorFeatures/Core/Implementation/InlineRename/UndoManagerServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/IController.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/IController.cs index 6cb395950dd64..dd666f8bc0263 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/IController.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/IController.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.CompilerServices; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/QuickInfo/Providers/AbstractSemanticQuickInfoProvider.ErrorVisitor.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/QuickInfo/Providers/AbstractSemanticQuickInfoProvider.ErrorVisitor.cs index 38a188381adcb..f51f2460880f7 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/QuickInfo/Providers/AbstractSemanticQuickInfoProvider.ErrorVisitor.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/QuickInfo/Providers/AbstractSemanticQuickInfoProvider.ErrorVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis.Shared.Extensions; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/QuickInfo/Providers/AbstractSemanticQuickInfoProvider.SymbolComparer.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/QuickInfo/Providers/AbstractSemanticQuickInfoProvider.SymbolComparer.cs index e70f32cbb6589..e11ff28bb6c2e 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/QuickInfo/Providers/AbstractSemanticQuickInfoProvider.SymbolComparer.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/QuickInfo/Providers/AbstractSemanticQuickInfoProvider.SymbolComparer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Shared.Utilities; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/QuickInfo/Providers/DocumentationCommentDeferredContent.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/QuickInfo/Providers/DocumentationCommentDeferredContent.cs index 47fce7fdada4a..cff5fdf5c512c 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/QuickInfo/Providers/DocumentationCommentDeferredContent.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/QuickInfo/Providers/DocumentationCommentDeferredContent.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Windows; using System.Windows.Controls; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.Session.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.Session.cs index 206bd8e674947..be7003183dc75 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.Session.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.Session.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Roslyn.Utilities; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.Session_ComputeModel.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.Session_ComputeModel.cs index e8fed75df2cde..64e0cf500a9db 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.Session_ComputeModel.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.Session_ComputeModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.Session_SetModelSelectedItem.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.Session_SetModelSelectedItem.cs index bcd06f5364332..016982dc51e5d 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.Session_SetModelSelectedItem.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.Session_SetModelSelectedItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.SignatureHelp; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.Session_UpdateModel.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.Session_UpdateModel.cs index 8b57f92484115..d529bb7cd3ddb 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.Session_UpdateModel.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.Session_UpdateModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.cs index 3f3c3888c42af..b3da569a2c166 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller_InvokeSignatureHelp.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller_InvokeSignatureHelp.cs index 2f4a454cc0671..3a86e5c5ee94d 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller_InvokeSignatureHelp.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller_InvokeSignatureHelp.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Editor.Commands; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller_NavigationKeys.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller_NavigationKeys.cs index 4519729167d1c..658a873a551b5 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller_NavigationKeys.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller_NavigationKeys.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller_OnCaretPositionChanged.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller_OnCaretPositionChanged.cs index fb68c329c0339..0f72c44b771f3 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller_OnCaretPositionChanged.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller_OnCaretPositionChanged.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller_OnTextViewBufferPostChanged.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller_OnTextViewBufferPostChanged.cs index 680be1c7e176f..28700645b78cd 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller_OnTextViewBufferPostChanged.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Controller_OnTextViewBufferPostChanged.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Model.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Model.cs index 3f4e8e6a6fc08..06976b6b0a018 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Model.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Model.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.SignatureHelp; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/Parameter.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/Parameter.cs index c76e8a9083c42..6917d97ad6f03 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/Parameter.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/Parameter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.Shared.Extensions; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/Signature.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/Signature.cs index 6af97f96d57ab..69ebef415a890 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/Signature.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/Signature.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpClassifier.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpClassifier.cs index 70613e0352aac..20fd01e04aa79 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpClassifier.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpClassifier.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpClassifierProvider.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpClassifierProvider.cs index 64a0b0c4669f5..76b3909f4511a 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpClassifierProvider.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpClassifierProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.CodeAnalysis.Editor.Shared.Utilities; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpPresenter.SignatureHelpPresenterSession.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpPresenter.SignatureHelpPresenterSession.cs index 686f4f4638a26..d174a72c67d32 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpPresenter.SignatureHelpPresenterSession.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpPresenter.SignatureHelpPresenterSession.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpPresenter.SignatureHelpSource.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpPresenter.SignatureHelpSource.cs index b4caaeea86a1a..e4832c036bc7f 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpPresenter.SignatureHelpSource.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpPresenter.SignatureHelpSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Editor.Shared.Utilities; diff --git a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpPresenter.cs b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpPresenter.cs index 566df8dabbe2a..df47d59f1e82a 100644 --- a/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpPresenter.cs +++ b/src/EditorFeatures/Core/Implementation/IntelliSense/SignatureHelp/Presentation/SignatureHelpPresenter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.CodeAnalysis.Editor.Shared.Utilities; diff --git a/src/EditorFeatures/Core/Implementation/LineSeparators/LineSeparatorAdornmentManagerProvider.cs b/src/EditorFeatures/Core/Implementation/LineSeparators/LineSeparatorAdornmentManagerProvider.cs index 474cf65941152..1edf950e35907 100644 --- a/src/EditorFeatures/Core/Implementation/LineSeparators/LineSeparatorAdornmentManagerProvider.cs +++ b/src/EditorFeatures/Core/Implementation/LineSeparators/LineSeparatorAdornmentManagerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/LineSeparators/LineSeparatorTag.cs b/src/EditorFeatures/Core/Implementation/LineSeparators/LineSeparatorTag.cs index 5aa447a1184cf..ad98209ac3176 100644 --- a/src/EditorFeatures/Core/Implementation/LineSeparators/LineSeparatorTag.cs +++ b/src/EditorFeatures/Core/Implementation/LineSeparators/LineSeparatorTag.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Windows; diff --git a/src/EditorFeatures/Core/Implementation/LineSeparators/LineSeparatorTaggerProvider.cs b/src/EditorFeatures/Core/Implementation/LineSeparators/LineSeparatorTaggerProvider.cs index 9928811cdeab2..d13336c6c8cc2 100644 --- a/src/EditorFeatures/Core/Implementation/LineSeparators/LineSeparatorTaggerProvider.cs +++ b/src/EditorFeatures/Core/Implementation/LineSeparators/LineSeparatorTaggerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/MetadataAsSource/MetadataAsSourceFileService.cs b/src/EditorFeatures/Core/Implementation/MetadataAsSource/MetadataAsSourceFileService.cs index 8d21adfb52d0f..4b5cc43b4e700 100644 --- a/src/EditorFeatures/Core/Implementation/MetadataAsSource/MetadataAsSourceFileService.cs +++ b/src/EditorFeatures/Core/Implementation/MetadataAsSource/MetadataAsSourceFileService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/MetadataAsSource/MetadataAsSourceGeneratedFileInfo.cs b/src/EditorFeatures/Core/Implementation/MetadataAsSource/MetadataAsSourceGeneratedFileInfo.cs index d3b4f48523b00..0f418b0b5958f 100644 --- a/src/EditorFeatures/Core/Implementation/MetadataAsSource/MetadataAsSourceGeneratedFileInfo.cs +++ b/src/EditorFeatures/Core/Implementation/MetadataAsSource/MetadataAsSourceGeneratedFileInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/EditorFeatures/Core/Implementation/MetadataAsSource/MetadataAsSourceWorkspace.cs b/src/EditorFeatures/Core/Implementation/MetadataAsSource/MetadataAsSourceWorkspace.cs index 87bf7ff5aeb71..7e0d0173ba374 100644 --- a/src/EditorFeatures/Core/Implementation/MetadataAsSource/MetadataAsSourceWorkspace.cs +++ b/src/EditorFeatures/Core/Implementation/MetadataAsSource/MetadataAsSourceWorkspace.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Host; diff --git a/src/EditorFeatures/Core/Implementation/MetadataAsSource/SymbolMappingServiceFactory.cs b/src/EditorFeatures/Core/Implementation/MetadataAsSource/SymbolMappingServiceFactory.cs index 68fd4881dd46d..9fd78c50d5a29 100644 --- a/src/EditorFeatures/Core/Implementation/MetadataAsSource/SymbolMappingServiceFactory.cs +++ b/src/EditorFeatures/Core/Implementation/MetadataAsSource/SymbolMappingServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; diff --git a/src/EditorFeatures/Core/Implementation/NavigateTo/DefaultNavigateToPreviewService.cs b/src/EditorFeatures/Core/Implementation/NavigateTo/DefaultNavigateToPreviewService.cs index 498ccb7bc2e4c..c2440124bfe4c 100644 --- a/src/EditorFeatures/Core/Implementation/NavigateTo/DefaultNavigateToPreviewService.cs +++ b/src/EditorFeatures/Core/Implementation/NavigateTo/DefaultNavigateToPreviewService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Language.NavigateTo.Interfaces; diff --git a/src/EditorFeatures/Core/Implementation/NavigateTo/DefaultNavigateToPreviewServiceFactory.cs b/src/EditorFeatures/Core/Implementation/NavigateTo/DefaultNavigateToPreviewServiceFactory.cs index a30017c7e68dd..b28524f853c0d 100644 --- a/src/EditorFeatures/Core/Implementation/NavigateTo/DefaultNavigateToPreviewServiceFactory.cs +++ b/src/EditorFeatures/Core/Implementation/NavigateTo/DefaultNavigateToPreviewServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; diff --git a/src/EditorFeatures/Core/Implementation/NavigateTo/Dev14NavigateToHostVersionService.ItemDisplayFactory.cs b/src/EditorFeatures/Core/Implementation/NavigateTo/Dev14NavigateToHostVersionService.ItemDisplayFactory.cs index d61c5bbc6b9f8..5cb18b5458d98 100644 --- a/src/EditorFeatures/Core/Implementation/NavigateTo/Dev14NavigateToHostVersionService.ItemDisplayFactory.cs +++ b/src/EditorFeatures/Core/Implementation/NavigateTo/Dev14NavigateToHostVersionService.ItemDisplayFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.NavigateTo; diff --git a/src/EditorFeatures/Core/Implementation/NavigateTo/Dev14NavigateToHostVersionService.NavigateToItemDisplay.cs b/src/EditorFeatures/Core/Implementation/NavigateTo/Dev14NavigateToHostVersionService.NavigateToItemDisplay.cs index b0f3ea3b60fbd..635b7cfc84b1b 100644 --- a/src/EditorFeatures/Core/Implementation/NavigateTo/Dev14NavigateToHostVersionService.NavigateToItemDisplay.cs +++ b/src/EditorFeatures/Core/Implementation/NavigateTo/Dev14NavigateToHostVersionService.NavigateToItemDisplay.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Drawing; using Microsoft.CodeAnalysis.NavigateTo; diff --git a/src/EditorFeatures/Core/Implementation/NavigateTo/INavigateToPreviewService.cs b/src/EditorFeatures/Core/Implementation/NavigateTo/INavigateToPreviewService.cs index 6437b49fc8c28..fb0dd9c2bab71 100644 --- a/src/EditorFeatures/Core/Implementation/NavigateTo/INavigateToPreviewService.cs +++ b/src/EditorFeatures/Core/Implementation/NavigateTo/INavigateToPreviewService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Host; using Microsoft.VisualStudio.Language.NavigateTo.Interfaces; diff --git a/src/EditorFeatures/Core/Implementation/NavigateTo/NavigateToIconFactory.cs b/src/EditorFeatures/Core/Implementation/NavigateTo/NavigateToIconFactory.cs index 4798f333f270f..2a0b32bb81695 100644 --- a/src/EditorFeatures/Core/Implementation/NavigateTo/NavigateToIconFactory.cs +++ b/src/EditorFeatures/Core/Implementation/NavigateTo/NavigateToIconFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/NavigateTo/NavigateToItemProvider.Searcher.cs b/src/EditorFeatures/Core/Implementation/NavigateTo/NavigateToItemProvider.Searcher.cs index 77590d2d63689..d9e53bc1157c9 100644 --- a/src/EditorFeatures/Core/Implementation/NavigateTo/NavigateToItemProvider.Searcher.cs +++ b/src/EditorFeatures/Core/Implementation/NavigateTo/NavigateToItemProvider.Searcher.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/Core/Implementation/NavigateTo/NavigateToItemProvider.cs b/src/EditorFeatures/Core/Implementation/NavigateTo/NavigateToItemProvider.cs index ba6af2418b4c5..ff60c6207bbca 100644 --- a/src/EditorFeatures/Core/Implementation/NavigateTo/NavigateToItemProvider.cs +++ b/src/EditorFeatures/Core/Implementation/NavigateTo/NavigateToItemProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/NavigateTo/NavigateToItemProviderFactory.cs b/src/EditorFeatures/Core/Implementation/NavigateTo/NavigateToItemProviderFactory.cs index ff143e970b0d1..658e14b8e668d 100644 --- a/src/EditorFeatures/Core/Implementation/NavigateTo/NavigateToItemProviderFactory.cs +++ b/src/EditorFeatures/Core/Implementation/NavigateTo/NavigateToItemProviderFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarController.cs b/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarController.cs index d54f755e112bb..f76e1dad4a28e 100644 --- a/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarController.cs +++ b/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarController.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarControllerFactoryService.cs b/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarControllerFactoryService.cs index 8f91fd1de233a..737f234253cb9 100644 --- a/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarControllerFactoryService.cs +++ b/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarControllerFactoryService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarController_ModelComputation.cs b/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarController_ModelComputation.cs index bd7e0d59f2538..d7c6e74c3955a 100644 --- a/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarController_ModelComputation.cs +++ b/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarController_ModelComputation.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarModel.cs b/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarModel.cs index 32e4ba1207ed6..7bbc1905cd1ad 100644 --- a/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarModel.cs +++ b/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Roslyn.Utilities; diff --git a/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarSymbolIdIndexProvider.cs b/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarSymbolIdIndexProvider.cs index f1549a8777701..6a69ea4241b82 100644 --- a/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarSymbolIdIndexProvider.cs +++ b/src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarSymbolIdIndexProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/Notification/EditorNotificationServiceFactory.cs b/src/EditorFeatures/Core/Implementation/Notification/EditorNotificationServiceFactory.cs index 7eb3845a885cf..8614fa169d564 100644 --- a/src/EditorFeatures/Core/Implementation/Notification/EditorNotificationServiceFactory.cs +++ b/src/EditorFeatures/Core/Implementation/Notification/EditorNotificationServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; diff --git a/src/EditorFeatures/Core/Implementation/Organizing/OrganizeDocumentCommandHandler.cs b/src/EditorFeatures/Core/Implementation/Organizing/OrganizeDocumentCommandHandler.cs index 2b02ce9c96722..a6bb567da1088 100644 --- a/src/EditorFeatures/Core/Implementation/Organizing/OrganizeDocumentCommandHandler.cs +++ b/src/EditorFeatures/Core/Implementation/Organizing/OrganizeDocumentCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Composition; diff --git a/src/EditorFeatures/Core/Implementation/Peek/DefinitionPeekableItem.cs b/src/EditorFeatures/Core/Implementation/Peek/DefinitionPeekableItem.cs index dcde727c68403..49e613ff02b4c 100644 --- a/src/EditorFeatures/Core/Implementation/Peek/DefinitionPeekableItem.cs +++ b/src/EditorFeatures/Core/Implementation/Peek/DefinitionPeekableItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/Peek/ExternalFilePeekableItem.cs b/src/EditorFeatures/Core/Implementation/Peek/ExternalFilePeekableItem.cs index 9617afb486dcc..fd5cc87526d1c 100644 --- a/src/EditorFeatures/Core/Implementation/Peek/ExternalFilePeekableItem.cs +++ b/src/EditorFeatures/Core/Implementation/Peek/ExternalFilePeekableItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/Core/Implementation/Peek/PeekHelpers.cs b/src/EditorFeatures/Core/Implementation/Peek/PeekHelpers.cs index f4d057ad01072..cb30738cf8c7d 100644 --- a/src/EditorFeatures/Core/Implementation/Peek/PeekHelpers.cs +++ b/src/EditorFeatures/Core/Implementation/Peek/PeekHelpers.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.IO; using System.Threading; diff --git a/src/EditorFeatures/Core/Implementation/Peek/PeekableItem.cs b/src/EditorFeatures/Core/Implementation/Peek/PeekableItem.cs index 65af917c4c6d5..d5f228c9014bd 100644 --- a/src/EditorFeatures/Core/Implementation/Peek/PeekableItem.cs +++ b/src/EditorFeatures/Core/Implementation/Peek/PeekableItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.VisualStudio.Language.Intellisense; diff --git a/src/EditorFeatures/Core/Implementation/Peek/PeekableItemFactory.cs b/src/EditorFeatures/Core/Implementation/Peek/PeekableItemFactory.cs index 2ec25c535cb95..9379dadc6a774 100644 --- a/src/EditorFeatures/Core/Implementation/Peek/PeekableItemFactory.cs +++ b/src/EditorFeatures/Core/Implementation/Peek/PeekableItemFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/Peek/PeekableItemSource.cs b/src/EditorFeatures/Core/Implementation/Peek/PeekableItemSource.cs index a862859453c96..3b7241e5d1d66 100644 --- a/src/EditorFeatures/Core/Implementation/Peek/PeekableItemSource.cs +++ b/src/EditorFeatures/Core/Implementation/Peek/PeekableItemSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/Peek/PeekableItemSourceProvider.cs b/src/EditorFeatures/Core/Implementation/Peek/PeekableItemSourceProvider.cs index 61aba5db1a220..1452c1bf72b43 100644 --- a/src/EditorFeatures/Core/Implementation/Peek/PeekableItemSourceProvider.cs +++ b/src/EditorFeatures/Core/Implementation/Peek/PeekableItemSourceProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.CodeAnalysis.Editor.Host; diff --git a/src/EditorFeatures/Core/Implementation/Preview/AbstractPreviewTaggerProvider.cs b/src/EditorFeatures/Core/Implementation/Preview/AbstractPreviewTaggerProvider.cs index c7f2a7fb4716d..045fa1d9f3794 100644 --- a/src/EditorFeatures/Core/Implementation/Preview/AbstractPreviewTaggerProvider.cs +++ b/src/EditorFeatures/Core/Implementation/Preview/AbstractPreviewTaggerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/Preview/PreviewConflictViewTaggerProvider.cs b/src/EditorFeatures/Core/Implementation/Preview/PreviewConflictViewTaggerProvider.cs index a512f977723c9..1d45f2c153bc4 100644 --- a/src/EditorFeatures/Core/Implementation/Preview/PreviewConflictViewTaggerProvider.cs +++ b/src/EditorFeatures/Core/Implementation/Preview/PreviewConflictViewTaggerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.CodeAnalysis.Editor.Shared.Preview; diff --git a/src/EditorFeatures/Core/Implementation/Preview/PreviewFactoryService.cs b/src/EditorFeatures/Core/Implementation/Preview/PreviewFactoryService.cs index cffe037065b92..50ecfa5d8e2a9 100644 --- a/src/EditorFeatures/Core/Implementation/Preview/PreviewFactoryService.cs +++ b/src/EditorFeatures/Core/Implementation/Preview/PreviewFactoryService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/Preview/PreviewWarningViewTaggerProvider.cs b/src/EditorFeatures/Core/Implementation/Preview/PreviewWarningViewTaggerProvider.cs index 759131852a12e..343b950ef2263 100644 --- a/src/EditorFeatures/Core/Implementation/Preview/PreviewWarningViewTaggerProvider.cs +++ b/src/EditorFeatures/Core/Implementation/Preview/PreviewWarningViewTaggerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.CodeAnalysis.Editor.Shared.Preview; diff --git a/src/EditorFeatures/Core/Implementation/RenameTracking/AbstractRenameTrackingCodeFixProvider.cs b/src/EditorFeatures/Core/Implementation/RenameTracking/AbstractRenameTrackingCodeFixProvider.cs index f54df93d6683a..ba76e26a1b9f8 100644 --- a/src/EditorFeatures/Core/Implementation/RenameTracking/AbstractRenameTrackingCodeFixProvider.cs +++ b/src/EditorFeatures/Core/Implementation/RenameTracking/AbstractRenameTrackingCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingCancellationCommandHandler.cs b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingCancellationCommandHandler.cs index 6b4e066d2cd4e..bfa2e0c2e7ef6 100644 --- a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingCancellationCommandHandler.cs +++ b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingCancellationCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Editor.Commands; diff --git a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingDiagnosticAnalyzer.cs b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingDiagnosticAnalyzer.cs index a9b72c42d5651..c89b6455d1a86 100644 --- a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingDiagnosticAnalyzer.cs +++ b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingDiagnosticAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using Microsoft.CodeAnalysis.Diagnostics; diff --git a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTag.cs b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTag.cs index 860b00f70b7d9..780064c8b230c 100644 --- a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTag.cs +++ b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTag.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Text.Tagging; diff --git a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTagDefinition.cs b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTagDefinition.cs index 9d12882e6b762..d82239266b351 100644 --- a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTagDefinition.cs +++ b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTagDefinition.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using System.Diagnostics.CodeAnalysis; diff --git a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.RenameTrackingCodeAction.cs b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.RenameTrackingCodeAction.cs index 927cdfa684afe..464ea3ec393e9 100644 --- a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.RenameTrackingCodeAction.cs +++ b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.RenameTrackingCodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.RenameTrackingCommitter.cs b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.RenameTrackingCommitter.cs index 8990fd501315a..38312810e93cb 100644 --- a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.RenameTrackingCommitter.cs +++ b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.RenameTrackingCommitter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.RenameTrackingSolutionSet.cs b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.RenameTrackingSolutionSet.cs index fa33731ff8e72..c189f9f9046e7 100644 --- a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.RenameTrackingSolutionSet.cs +++ b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.RenameTrackingSolutionSet.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Editor.Implementation.RenameTracking { diff --git a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.StateMachine.cs b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.StateMachine.cs index 245ab3b01fc62..43fb344f98937 100644 --- a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.StateMachine.cs +++ b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.StateMachine.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.Tagger.cs b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.Tagger.cs index dbba1c760a291..f5d751b03c985 100644 --- a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.Tagger.cs +++ b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.Tagger.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.TrackingSession.cs b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.TrackingSession.cs index 668fa0b168b13..7e792471c53f9 100644 --- a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.TrackingSession.cs +++ b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.TrackingSession.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.UndoPrimitive.cs b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.UndoPrimitive.cs index e3240fbb21d82..efd43878a2860 100644 --- a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.UndoPrimitive.cs +++ b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.UndoPrimitive.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.cs b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.cs index 2bbf9d641f556..3f0574ba8685b 100644 --- a/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.cs +++ b/src/EditorFeatures/Core/Implementation/RenameTracking/RenameTrackingTaggerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/SmartIndent/AbstractIndentationService.AbstractIndenter.cs b/src/EditorFeatures/Core/Implementation/SmartIndent/AbstractIndentationService.AbstractIndenter.cs index 60847933262c1..95b47862fc6ba 100644 --- a/src/EditorFeatures/Core/Implementation/SmartIndent/AbstractIndentationService.AbstractIndenter.cs +++ b/src/EditorFeatures/Core/Implementation/SmartIndent/AbstractIndentationService.AbstractIndenter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/SmartIndent/AbstractIndentationService.cs b/src/EditorFeatures/Core/Implementation/SmartIndent/AbstractIndentationService.cs index 5d5f22da7c561..4de03c95d9252 100644 --- a/src/EditorFeatures/Core/Implementation/SmartIndent/AbstractIndentationService.cs +++ b/src/EditorFeatures/Core/Implementation/SmartIndent/AbstractIndentationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/EditorFeatures/Core/Implementation/SmartIndent/IIndentationService.cs b/src/EditorFeatures/Core/Implementation/SmartIndent/IIndentationService.cs index 61366ea15cc85..d2db238f8bb20 100644 --- a/src/EditorFeatures/Core/Implementation/SmartIndent/IIndentationService.cs +++ b/src/EditorFeatures/Core/Implementation/SmartIndent/IIndentationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/EditorFeatures/Core/Implementation/SmartIndent/SmartIndent.cs b/src/EditorFeatures/Core/Implementation/SmartIndent/SmartIndent.cs index d81b61873e43b..72f0c9cc59b16 100644 --- a/src/EditorFeatures/Core/Implementation/SmartIndent/SmartIndent.cs +++ b/src/EditorFeatures/Core/Implementation/SmartIndent/SmartIndent.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/EditorFeatures/Core/Implementation/SmartIndent/SmartIndentProvider.cs b/src/EditorFeatures/Core/Implementation/SmartIndent/SmartIndentProvider.cs index 10536565c286f..a55b8c39f514f 100644 --- a/src/EditorFeatures/Core/Implementation/SmartIndent/SmartIndentProvider.cs +++ b/src/EditorFeatures/Core/Implementation/SmartIndent/SmartIndentProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Composition; diff --git a/src/EditorFeatures/Core/Implementation/SolutionChangeSummary.cs b/src/EditorFeatures/Core/Implementation/SolutionChangeSummary.cs index 382f54f812254..9e6399069f579 100644 --- a/src/EditorFeatures/Core/Implementation/SolutionChangeSummary.cs +++ b/src/EditorFeatures/Core/Implementation/SolutionChangeSummary.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; diff --git a/src/EditorFeatures/Core/Implementation/SolutionPreviewItem.cs b/src/EditorFeatures/Core/Implementation/SolutionPreviewItem.cs index 7c979922f87a0..07b6391f510bd 100644 --- a/src/EditorFeatures/Core/Implementation/SolutionPreviewItem.cs +++ b/src/EditorFeatures/Core/Implementation/SolutionPreviewItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/EditorFeatures/Core/Implementation/SolutionPreviewResult.cs b/src/EditorFeatures/Core/Implementation/SolutionPreviewResult.cs index 14d868a7e9157..9de2ef1d2e430 100644 --- a/src/EditorFeatures/Core/Implementation/SolutionPreviewResult.cs +++ b/src/EditorFeatures/Core/Implementation/SolutionPreviewResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/Structure/OutliningCommandHandler.cs b/src/EditorFeatures/Core/Implementation/Structure/OutliningCommandHandler.cs index a2547ea7b7266..fb59add2575fe 100644 --- a/src/EditorFeatures/Core/Implementation/Structure/OutliningCommandHandler.cs +++ b/src/EditorFeatures/Core/Implementation/Structure/OutliningCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Composition; diff --git a/src/EditorFeatures/Core/Implementation/Structure/RoslynOutliningRegionTag.cs b/src/EditorFeatures/Core/Implementation/Structure/RoslynOutliningRegionTag.cs index 53ddd5de6a832..35b21f82ca0b3 100644 --- a/src/EditorFeatures/Core/Implementation/Structure/RoslynOutliningRegionTag.cs +++ b/src/EditorFeatures/Core/Implementation/Structure/RoslynOutliningRegionTag.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Structure; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Implementation/Structure/VisualStudio14StructureTaggerProvider.cs b/src/EditorFeatures/Core/Implementation/Structure/VisualStudio14StructureTaggerProvider.cs index 919a9408c472f..c0bafde253e36 100644 --- a/src/EditorFeatures/Core/Implementation/Structure/VisualStudio14StructureTaggerProvider.cs +++ b/src/EditorFeatures/Core/Implementation/Structure/VisualStudio14StructureTaggerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/Suggestions/FixAll/FixMultipleOccurrencesService.cs b/src/EditorFeatures/Core/Implementation/Suggestions/FixAll/FixMultipleOccurrencesService.cs index 16b2294a98305..a474428d2a425 100644 --- a/src/EditorFeatures/Core/Implementation/Suggestions/FixAll/FixMultipleOccurrencesService.cs +++ b/src/EditorFeatures/Core/Implementation/Suggestions/FixAll/FixMultipleOccurrencesService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/Suggestions/PreviewChanges/PreviewChangesCodeAction.cs b/src/EditorFeatures/Core/Implementation/Suggestions/PreviewChanges/PreviewChangesCodeAction.cs index dfd3bcab25c28..40d11751c37ef 100644 --- a/src/EditorFeatures/Core/Implementation/Suggestions/PreviewChanges/PreviewChangesCodeAction.cs +++ b/src/EditorFeatures/Core/Implementation/Suggestions/PreviewChanges/PreviewChangesCodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/Core/Implementation/Suggestions/PreviewChanges/PreviewChangesSuggestedAction.cs b/src/EditorFeatures/Core/Implementation/Suggestions/PreviewChanges/PreviewChangesSuggestedAction.cs index 77c30342f015b..9bfadc46805f2 100644 --- a/src/EditorFeatures/Core/Implementation/Suggestions/PreviewChanges/PreviewChangesSuggestedAction.cs +++ b/src/EditorFeatures/Core/Implementation/Suggestions/PreviewChanges/PreviewChangesSuggestedAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/CodeFixSuggestedAction.cs b/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/CodeFixSuggestedAction.cs index bed312d0645ba..c8850f6039e52 100644 --- a/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/CodeFixSuggestedAction.cs +++ b/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/CodeFixSuggestedAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Globalization; using System.Linq; diff --git a/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/CodeRefactoringSuggestedAction.cs b/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/CodeRefactoringSuggestedAction.cs index 1e63846b94921..3175080211e2a 100644 --- a/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/CodeRefactoringSuggestedAction.cs +++ b/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/CodeRefactoringSuggestedAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CodeActions; using Microsoft.CodeAnalysis.CodeRefactorings; diff --git a/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/FixAllSuggestedAction.FixAllCodeAction.cs b/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/FixAllSuggestedAction.FixAllCodeAction.cs index 61637852745e1..321c458eaaa9f 100644 --- a/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/FixAllSuggestedAction.FixAllCodeAction.cs +++ b/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/FixAllSuggestedAction.FixAllCodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/FixAllSuggestedAction.cs b/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/FixAllSuggestedAction.cs index 53acd158689a1..bb8519e8fff2a 100644 --- a/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/FixAllSuggestedAction.cs +++ b/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/FixAllSuggestedAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Globalization; diff --git a/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/SuggestedAction.CaretPositionRestorer.cs b/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/SuggestedAction.CaretPositionRestorer.cs index 82c963f903dcc..0b0bf445efc78 100644 --- a/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/SuggestedAction.CaretPositionRestorer.cs +++ b/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/SuggestedAction.CaretPositionRestorer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/SuggestedAction.cs b/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/SuggestedAction.cs index 89fe4e7b21dac..afe759e302c34 100644 --- a/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/SuggestedAction.cs +++ b/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActions/SuggestedAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActionsSourceProvider.cs b/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActionsSourceProvider.cs index e80a563fdd513..82576e3cef50a 100644 --- a/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActionsSourceProvider.cs +++ b/src/EditorFeatures/Core/Implementation/Suggestions/SuggestedActionsSourceProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/TextBufferAssociatedViewService.cs b/src/EditorFeatures/Core/Implementation/TextBufferAssociatedViewService.cs index 79bebf9a53734..e21dd9a75badc 100644 --- a/src/EditorFeatures/Core/Implementation/TextBufferAssociatedViewService.cs +++ b/src/EditorFeatures/Core/Implementation/TextBufferAssociatedViewService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/TextDiffing/EditorTextDifferencingService.cs b/src/EditorFeatures/Core/Implementation/TextDiffing/EditorTextDifferencingService.cs index 8b9e89a78e08e..49313c366f9ec 100644 --- a/src/EditorFeatures/Core/Implementation/TextDiffing/EditorTextDifferencingService.cs +++ b/src/EditorFeatures/Core/Implementation/TextDiffing/EditorTextDifferencingService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Composition; diff --git a/src/EditorFeatures/Core/Implementation/TextStructureNavigation/AbstractTextStructureNavigatorProvider.TextStructureNavigator.cs b/src/EditorFeatures/Core/Implementation/TextStructureNavigation/AbstractTextStructureNavigatorProvider.TextStructureNavigator.cs index 73ec0e4aa8f57..a0c2c61915dfc 100644 --- a/src/EditorFeatures/Core/Implementation/TextStructureNavigation/AbstractTextStructureNavigatorProvider.TextStructureNavigator.cs +++ b/src/EditorFeatures/Core/Implementation/TextStructureNavigation/AbstractTextStructureNavigatorProvider.TextStructureNavigator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/EditorFeatures/Core/Implementation/TextStructureNavigation/AbstractTextStructureNavigatorProvider.cs b/src/EditorFeatures/Core/Implementation/TextStructureNavigation/AbstractTextStructureNavigatorProvider.cs index 1ca86737efca9..81ae7bb08b6e7 100644 --- a/src/EditorFeatures/Core/Implementation/TextStructureNavigation/AbstractTextStructureNavigatorProvider.cs +++ b/src/EditorFeatures/Core/Implementation/TextStructureNavigation/AbstractTextStructureNavigatorProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Host; using Microsoft.CodeAnalysis.Text.Shared.Extensions; diff --git a/src/EditorFeatures/Core/Implementation/TodoComment/TodoCommentIncrementalAnalyzer.cs b/src/EditorFeatures/Core/Implementation/TodoComment/TodoCommentIncrementalAnalyzer.cs index 5c94cdc635b3e..eb19bbe0da2f7 100644 --- a/src/EditorFeatures/Core/Implementation/TodoComment/TodoCommentIncrementalAnalyzer.cs +++ b/src/EditorFeatures/Core/Implementation/TodoComment/TodoCommentIncrementalAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/TodoComment/TodoCommentIncrementalAnalyzerProvider.cs b/src/EditorFeatures/Core/Implementation/TodoComment/TodoCommentIncrementalAnalyzerProvider.cs index 67b3323a5fea5..f875e5ce5fc22 100644 --- a/src/EditorFeatures/Core/Implementation/TodoComment/TodoCommentIncrementalAnalyzerProvider.cs +++ b/src/EditorFeatures/Core/Implementation/TodoComment/TodoCommentIncrementalAnalyzerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/TodoComment/TodoCommentOptions.cs b/src/EditorFeatures/Core/Implementation/TodoComment/TodoCommentOptions.cs index 071421dd04805..0bf271730f0b6 100644 --- a/src/EditorFeatures/Core/Implementation/TodoComment/TodoCommentOptions.cs +++ b/src/EditorFeatures/Core/Implementation/TodoComment/TodoCommentOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Options; diff --git a/src/EditorFeatures/Core/Implementation/TodoComment/TodoCommentTokens.cs b/src/EditorFeatures/Core/Implementation/TodoComment/TodoCommentTokens.cs index 2a26c0495e73a..3fc83a6d888c0 100644 --- a/src/EditorFeatures/Core/Implementation/TodoComment/TodoCommentTokens.cs +++ b/src/EditorFeatures/Core/Implementation/TodoComment/TodoCommentTokens.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/EditorFeatures/Core/Implementation/Workspaces/EditorTaskSchedulerFactory.cs b/src/EditorFeatures/Core/Implementation/Workspaces/EditorTaskSchedulerFactory.cs index 4c0fb449023b4..ef4f75d7c9aa6 100644 --- a/src/EditorFeatures/Core/Implementation/Workspaces/EditorTaskSchedulerFactory.cs +++ b/src/EditorFeatures/Core/Implementation/Workspaces/EditorTaskSchedulerFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Implementation/Workspaces/EditorTextFactoryService.cs b/src/EditorFeatures/Core/Implementation/Workspaces/EditorTextFactoryService.cs index 21f922de85afa..f5ebda339ad57 100644 --- a/src/EditorFeatures/Core/Implementation/Workspaces/EditorTextFactoryService.cs +++ b/src/EditorFeatures/Core/Implementation/Workspaces/EditorTextFactoryService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Diagnostics; diff --git a/src/EditorFeatures/Core/Implementation/Workspaces/ProjectCacheServiceFactory.cs b/src/EditorFeatures/Core/Implementation/Workspaces/ProjectCacheServiceFactory.cs index dd6872b1a2ab8..e9ef3eefba101 100644 --- a/src/EditorFeatures/Core/Implementation/Workspaces/ProjectCacheServiceFactory.cs +++ b/src/EditorFeatures/Core/Implementation/Workspaces/ProjectCacheServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Host; diff --git a/src/EditorFeatures/Core/Implementation/Workspaces/TextUndoHistoryWorkspaceServiceFactoryService.cs b/src/EditorFeatures/Core/Implementation/Workspaces/TextUndoHistoryWorkspaceServiceFactoryService.cs index 39c27457b16c9..471f7b6034ad0 100644 --- a/src/EditorFeatures/Core/Implementation/Workspaces/TextUndoHistoryWorkspaceServiceFactoryService.cs +++ b/src/EditorFeatures/Core/Implementation/Workspaces/TextUndoHistoryWorkspaceServiceFactoryService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Host; diff --git a/src/EditorFeatures/Core/MetadataAsSourceFile.cs b/src/EditorFeatures/Core/MetadataAsSourceFile.cs index 92ac30da215cb..758f510fb37b9 100644 --- a/src/EditorFeatures/Core/MetadataAsSourceFile.cs +++ b/src/EditorFeatures/Core/MetadataAsSourceFile.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Editor diff --git a/src/EditorFeatures/Core/Options/BraceCompletionOptions.cs b/src/EditorFeatures/Core/Options/BraceCompletionOptions.cs index c44f633b7c01c..fea0cc197c538 100644 --- a/src/EditorFeatures/Core/Options/BraceCompletionOptions.cs +++ b/src/EditorFeatures/Core/Options/BraceCompletionOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Options; diff --git a/src/EditorFeatures/Core/Options/CompletionOptions.cs b/src/EditorFeatures/Core/Options/CompletionOptions.cs index 32d4d95270cb5..ef19a81c71bad 100644 --- a/src/EditorFeatures/Core/Options/CompletionOptions.cs +++ b/src/EditorFeatures/Core/Options/CompletionOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Options; diff --git a/src/EditorFeatures/Core/Options/ExtensionManagerOptions.cs b/src/EditorFeatures/Core/Options/ExtensionManagerOptions.cs index 87c2e49972618..c35388ea577cf 100644 --- a/src/EditorFeatures/Core/Options/ExtensionManagerOptions.cs +++ b/src/EditorFeatures/Core/Options/ExtensionManagerOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Options; diff --git a/src/EditorFeatures/Core/Options/NavigationBarOptions.cs b/src/EditorFeatures/Core/Options/NavigationBarOptions.cs index 1b6d8c08dc59f..addfe1edd3e56 100644 --- a/src/EditorFeatures/Core/Options/NavigationBarOptions.cs +++ b/src/EditorFeatures/Core/Options/NavigationBarOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Options; diff --git a/src/EditorFeatures/Core/Options/SignatureHelpOptions.cs b/src/EditorFeatures/Core/Options/SignatureHelpOptions.cs index 2ea2a2df6b556..c530b2a74131d 100644 --- a/src/EditorFeatures/Core/Options/SignatureHelpOptions.cs +++ b/src/EditorFeatures/Core/Options/SignatureHelpOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Options; diff --git a/src/EditorFeatures/Core/ReferenceHighlighting/NagivateToHighlightReferenceCommandHandler.StartComparer.cs b/src/EditorFeatures/Core/ReferenceHighlighting/NagivateToHighlightReferenceCommandHandler.StartComparer.cs index 125416fd75162..14f73eab27bdf 100644 --- a/src/EditorFeatures/Core/ReferenceHighlighting/NagivateToHighlightReferenceCommandHandler.StartComparer.cs +++ b/src/EditorFeatures/Core/ReferenceHighlighting/NagivateToHighlightReferenceCommandHandler.StartComparer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/ReferenceHighlighting/NagivateToHighlightReferenceCommandHandler.cs b/src/EditorFeatures/Core/ReferenceHighlighting/NagivateToHighlightReferenceCommandHandler.cs index 07a6b67793a85..ab262bbb3535a 100644 --- a/src/EditorFeatures/Core/ReferenceHighlighting/NagivateToHighlightReferenceCommandHandler.cs +++ b/src/EditorFeatures/Core/ReferenceHighlighting/NagivateToHighlightReferenceCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/ReferenceHighlighting/ReferenceHighlightingViewTaggerProvider.cs b/src/EditorFeatures/Core/ReferenceHighlighting/ReferenceHighlightingViewTaggerProvider.cs index 5085d3fd4747d..9360d63894685 100644 --- a/src/EditorFeatures/Core/ReferenceHighlighting/ReferenceHighlightingViewTaggerProvider.cs +++ b/src/EditorFeatures/Core/ReferenceHighlighting/ReferenceHighlightingViewTaggerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/ReferenceHighlighting/Tags/DefinitionHighlightTag.cs b/src/EditorFeatures/Core/ReferenceHighlighting/Tags/DefinitionHighlightTag.cs index 0b974c620bfa2..09a09aaea6251 100644 --- a/src/EditorFeatures/Core/ReferenceHighlighting/Tags/DefinitionHighlightTag.cs +++ b/src/EditorFeatures/Core/ReferenceHighlighting/Tags/DefinitionHighlightTag.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Shared.Tagging; diff --git a/src/EditorFeatures/Core/ReferenceHighlighting/Tags/DefinitionHighlightTagDefinition.cs b/src/EditorFeatures/Core/ReferenceHighlighting/Tags/DefinitionHighlightTagDefinition.cs index 5580291757cf8..3371a6175b4ba 100644 --- a/src/EditorFeatures/Core/ReferenceHighlighting/Tags/DefinitionHighlightTagDefinition.cs +++ b/src/EditorFeatures/Core/ReferenceHighlighting/Tags/DefinitionHighlightTagDefinition.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using System.Windows.Media; diff --git a/src/EditorFeatures/Core/ReferenceHighlighting/Tags/ReferenceHighlightTag.cs b/src/EditorFeatures/Core/ReferenceHighlighting/Tags/ReferenceHighlightTag.cs index 299c701a98780..54b0354e6d849 100644 --- a/src/EditorFeatures/Core/ReferenceHighlighting/Tags/ReferenceHighlightTag.cs +++ b/src/EditorFeatures/Core/ReferenceHighlighting/Tags/ReferenceHighlightTag.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Shared.Tagging; diff --git a/src/EditorFeatures/Core/ReferenceHighlighting/Tags/WrittenReferenceHighlightTag.cs b/src/EditorFeatures/Core/ReferenceHighlighting/Tags/WrittenReferenceHighlightTag.cs index d6f8df3342be5..befe1634fdc6f 100644 --- a/src/EditorFeatures/Core/ReferenceHighlighting/Tags/WrittenReferenceHighlightTag.cs +++ b/src/EditorFeatures/Core/ReferenceHighlighting/Tags/WrittenReferenceHighlightTag.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Shared.Tagging; diff --git a/src/EditorFeatures/Core/ReferenceHighlighting/Tags/WrittenReferenceHighlightTagDefinition.cs b/src/EditorFeatures/Core/ReferenceHighlighting/Tags/WrittenReferenceHighlightTagDefinition.cs index 74323824a5056..29dd7fe81b807 100644 --- a/src/EditorFeatures/Core/ReferenceHighlighting/Tags/WrittenReferenceHighlightTagDefinition.cs +++ b/src/EditorFeatures/Core/ReferenceHighlighting/Tags/WrittenReferenceHighlightTagDefinition.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using System.Windows.Media; diff --git a/src/EditorFeatures/Core/Shared/DefaultDocumentSupportsSuggestionService.cs b/src/EditorFeatures/Core/Shared/DefaultDocumentSupportsSuggestionService.cs index 78f3563501461..fddc80381ce71 100644 --- a/src/EditorFeatures/Core/Shared/DefaultDocumentSupportsSuggestionService.cs +++ b/src/EditorFeatures/Core/Shared/DefaultDocumentSupportsSuggestionService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Host.Mef; diff --git a/src/EditorFeatures/Core/Shared/Extensions/ClassificationExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/ClassificationExtensions.cs index 74e6df4fbf9d6..99a805aa0d174 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/ClassificationExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/ClassificationExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Shared/Extensions/DependencyObjectExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/DependencyObjectExtensions.cs index 6f2e2eb8efe45..06efa6c668965 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/DependencyObjectExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/DependencyObjectExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Windows; using System.Windows.Documents; diff --git a/src/EditorFeatures/Core/Shared/Extensions/GlyphExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/GlyphExtensions.cs index c57c37aa38efb..43e8e1491efb1 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/GlyphExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/GlyphExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/EditorFeatures/Core/Shared/Extensions/HostWorkspaceServicesExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/HostWorkspaceServicesExtensions.cs index bbcf9a1b8128c..9d6f99b5e1a0e 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/HostWorkspaceServicesExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/HostWorkspaceServicesExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Shared/Extensions/IBraceMatchingServiceExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/IBraceMatchingServiceExtensions.cs index 4cc451e81a807..23df653fa04e2 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/IBraceMatchingServiceExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/IBraceMatchingServiceExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/EditorFeatures/Core/Shared/Extensions/IBufferGraphExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/IBufferGraphExtensions.cs index 7508ff8493ba0..d437e494e7c47 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/IBufferGraphExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/IBufferGraphExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/Core/Shared/Extensions/IContentTypeExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/IContentTypeExtensions.cs index 2920f6281c135..4885fdb57cce0 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/IContentTypeExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/IContentTypeExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/EditorFeatures/Core/Shared/Extensions/IEditorOptionsFactoryServiceExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/IEditorOptionsFactoryServiceExtensions.cs index 41defc2b2ec1c..a4789837fb09c 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/IEditorOptionsFactoryServiceExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/IEditorOptionsFactoryServiceExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Text; using Microsoft.VisualStudio.Text.Editor; diff --git a/src/EditorFeatures/Core/Shared/Extensions/INamedTypeSymbolExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/INamedTypeSymbolExtensions.cs index abcbcd5b9b8f4..5f70941a0a567 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/INamedTypeSymbolExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/INamedTypeSymbolExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Language.Intellisense; using Roslyn.Utilities; diff --git a/src/EditorFeatures/Core/Shared/Extensions/IProjectionBufferFactoryServiceExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/IProjectionBufferFactoryServiceExtensions.cs index 9938b814b8e25..d0b72d1f4aa7f 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/IProjectionBufferFactoryServiceExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/IProjectionBufferFactoryServiceExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Shared/Extensions/IRefactorNotifyServiceExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/IRefactorNotifyServiceExtensions.cs index 9754ba7ae4369..48abbc296004d 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/IRefactorNotifyServiceExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/IRefactorNotifyServiceExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Shared/Extensions/ISymbolExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/ISymbolExtensions.cs index 3272d25f77ff3..01004206322d4 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/ISymbolExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/ISymbolExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Shared.Extensions; using Microsoft.VisualStudio.Language.Intellisense; diff --git a/src/EditorFeatures/Core/Shared/Extensions/ITextBufferExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/ITextBufferExtensions.cs index 0a66998623a8b..48958405e0ba3 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/ITextBufferExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/ITextBufferExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Shared/Extensions/ITextSelectionExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/ITextSelectionExtensions.cs index 0c98b61afa606..9dce526414814 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/ITextSelectionExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/ITextSelectionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Shared/Extensions/ITextSnapshotExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/ITextSnapshotExtensions.cs index 19265fdb2296c..3d9e9742e3028 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/ITextSnapshotExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/ITextSnapshotExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/EditorFeatures/Core/Shared/Extensions/ITextViewExtensions.AutoClosingViewProperty.cs b/src/EditorFeatures/Core/Shared/Extensions/ITextViewExtensions.AutoClosingViewProperty.cs index 8b9b48c110b2e..94e543f94792d 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/ITextViewExtensions.AutoClosingViewProperty.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/ITextViewExtensions.AutoClosingViewProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Shared/Extensions/ITextViewExtensions.PerSubjectBufferProperty.cs b/src/EditorFeatures/Core/Shared/Extensions/ITextViewExtensions.PerSubjectBufferProperty.cs index d0b2f7fad74c5..522cd7f01744f 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/ITextViewExtensions.PerSubjectBufferProperty.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/ITextViewExtensions.PerSubjectBufferProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Shared/Extensions/ITextViewExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/ITextViewExtensions.cs index 8d51e8e92f5f8..d2072500c0802 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/ITextViewExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/ITextViewExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Shared/Extensions/ITrackingSpanExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/ITrackingSpanExtensions.cs index 94c03bec61535..f11b4db6cba32 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/ITrackingSpanExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/ITrackingSpanExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Shared/Extensions/IWaitIndicatorExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/IWaitIndicatorExtensions.cs index 50bda41292564..42091d643bfd4 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/IWaitIndicatorExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/IWaitIndicatorExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Editor.Host; diff --git a/src/EditorFeatures/Core/Shared/Extensions/IWpfDifferenceViewerExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/IWpfDifferenceViewerExtensions.cs index 75fcb7ba4c554..2b8c5774f4339 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/IWpfDifferenceViewerExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/IWpfDifferenceViewerExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/EditorFeatures/Core/Shared/Extensions/IWpfTextViewExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/IWpfTextViewExtensions.cs index a9ee6bbed188a..3a75ad351a36c 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/IWpfTextViewExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/IWpfTextViewExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.Text.Editor; diff --git a/src/EditorFeatures/Core/Shared/Extensions/MefExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/MefExtensions.cs index 68d2fe5857648..c20468b13fa37 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/MefExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/MefExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Shared/Extensions/SmartIndentExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/SmartIndentExtensions.cs index c2f179b7ab435..4a94941bffae1 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/SmartIndentExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/SmartIndentExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Text.Shared.Extensions; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Shared/Extensions/SnapshotPointExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/SnapshotPointExtensions.cs index 6e66e65a73ef5..d55c0999052f5 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/SnapshotPointExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/SnapshotPointExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Text.Shared.Extensions; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Shared/Extensions/SnapshotSpanExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/SnapshotSpanExtensions.cs index 52a0786286866..e0ddbfe402841 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/SnapshotSpanExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/SnapshotSpanExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Shared.Extensions; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/Core/Shared/Extensions/SpanExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/SpanExtensions.cs index 4d03cdd15d72f..852dc0e120101 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/SpanExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/SpanExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Text; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Shared/Extensions/TextChangeExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/TextChangeExtensions.cs index e033ddee67413..7775c17f7cfea 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/TextChangeExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/TextChangeExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Text; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Shared/Extensions/WorkspaceExtensions.cs b/src/EditorFeatures/Core/Shared/Extensions/WorkspaceExtensions.cs index fac352727d950..f1d9611d86d5b 100644 --- a/src/EditorFeatures/Core/Shared/Extensions/WorkspaceExtensions.cs +++ b/src/EditorFeatures/Core/Shared/Extensions/WorkspaceExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/EditorFeatures/Core/Shared/IDocumentSupportsFeatureService.cs b/src/EditorFeatures/Core/Shared/IDocumentSupportsFeatureService.cs index 6042a184f23a0..3f6cdfaf61b11 100644 --- a/src/EditorFeatures/Core/Shared/IDocumentSupportsFeatureService.cs +++ b/src/EditorFeatures/Core/Shared/IDocumentSupportsFeatureService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Host; diff --git a/src/EditorFeatures/Core/Shared/Options/ComponentOnOffOptions.cs b/src/EditorFeatures/Core/Shared/Options/ComponentOnOffOptions.cs index c5a41989b57f3..27d0312ffc25f 100644 --- a/src/EditorFeatures/Core/Shared/Options/ComponentOnOffOptions.cs +++ b/src/EditorFeatures/Core/Shared/Options/ComponentOnOffOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Options; diff --git a/src/EditorFeatures/Core/Shared/Options/FeatureOnOffOptions.cs b/src/EditorFeatures/Core/Shared/Options/FeatureOnOffOptions.cs index d23ae419bb452..ec44336f780db 100644 --- a/src/EditorFeatures/Core/Shared/Options/FeatureOnOffOptions.cs +++ b/src/EditorFeatures/Core/Shared/Options/FeatureOnOffOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Options; diff --git a/src/EditorFeatures/Core/Shared/Options/InternalFeatureOnOffOptions.cs b/src/EditorFeatures/Core/Shared/Options/InternalFeatureOnOffOptions.cs index e72b9d95a1900..db7c180ddba50 100644 --- a/src/EditorFeatures/Core/Shared/Options/InternalFeatureOnOffOptions.cs +++ b/src/EditorFeatures/Core/Shared/Options/InternalFeatureOnOffOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Options; diff --git a/src/EditorFeatures/Core/Shared/Preview/PredefinedPreviewTaggerKeys.cs b/src/EditorFeatures/Core/Shared/Preview/PredefinedPreviewTaggerKeys.cs index 0ca1bd295d091..b38548f408de1 100644 --- a/src/EditorFeatures/Core/Shared/Preview/PredefinedPreviewTaggerKeys.cs +++ b/src/EditorFeatures/Core/Shared/Preview/PredefinedPreviewTaggerKeys.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Editor.Shared.Preview { diff --git a/src/EditorFeatures/Core/Shared/Preview/PreviewSolutionCrawlerRegistrationService.cs b/src/EditorFeatures/Core/Shared/Preview/PreviewSolutionCrawlerRegistrationService.cs index 857840762c019..4f05c1af4317d 100644 --- a/src/EditorFeatures/Core/Shared/Preview/PreviewSolutionCrawlerRegistrationService.cs +++ b/src/EditorFeatures/Core/Shared/Preview/PreviewSolutionCrawlerRegistrationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/EditorFeatures/Core/Shared/Preview/PreviewWorkspace.cs b/src/EditorFeatures/Core/Shared/Preview/PreviewWorkspace.cs index aff44e9e88d42..c7ee70e09d2b1 100644 --- a/src/EditorFeatures/Core/Shared/Preview/PreviewWorkspace.cs +++ b/src/EditorFeatures/Core/Shared/Preview/PreviewWorkspace.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.Host; diff --git a/src/EditorFeatures/Core/Shared/Tagging/EventSources/AbstractTaggerEventSource.cs b/src/EditorFeatures/Core/Shared/Tagging/EventSources/AbstractTaggerEventSource.cs index de0f1b5883313..61e4b92ab213c 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/EventSources/AbstractTaggerEventSource.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/EventSources/AbstractTaggerEventSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Editor.Tagging; diff --git a/src/EditorFeatures/Core/Shared/Tagging/EventSources/AbstractWorkspaceTrackingTaggerEventSource.cs b/src/EditorFeatures/Core/Shared/Tagging/EventSources/AbstractWorkspaceTrackingTaggerEventSource.cs index c3a6f1bbb4ecb..43a6dd15ad6f0 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/EventSources/AbstractWorkspaceTrackingTaggerEventSource.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/EventSources/AbstractWorkspaceTrackingTaggerEventSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Editor.Tagging; diff --git a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerConstants.cs b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerConstants.cs index 26cf4e49d09e8..a6097ee19936a 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerConstants.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerConstants.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Editor.Tagging; diff --git a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.CaretPositionChangedEventSource.cs b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.CaretPositionChangedEventSource.cs index 56778ba7f2a1c..d7cc3b4235460 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.CaretPositionChangedEventSource.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.CaretPositionChangedEventSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Tagging; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.CompletionClosedEventSource.cs b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.CompletionClosedEventSource.cs index 716d05750b539..800afa7a93177 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.CompletionClosedEventSource.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.CompletionClosedEventSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.CompositionEventSource.cs b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.CompositionEventSource.cs index bc3ea1831401a..9c748f88ba2f7 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.CompositionEventSource.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.CompositionEventSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Editor.Tagging; diff --git a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.DiagnosticsChangedEventSource.cs b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.DiagnosticsChangedEventSource.cs index 4578da1c2f939..d6678e551be71 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.DiagnosticsChangedEventSource.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.DiagnosticsChangedEventSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Diagnostics; using Microsoft.CodeAnalysis.Editor.Tagging; diff --git a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.DocumentActiveContextChangedEventSource.cs b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.DocumentActiveContextChangedEventSource.cs index 6886c7389131b..0ba63320a2fc7 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.DocumentActiveContextChangedEventSource.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.DocumentActiveContextChangedEventSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Tagging; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.OptionChangedEventSource.cs b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.OptionChangedEventSource.cs index 409ca6bd9ff6c..ae6c1c2a44d3f 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.OptionChangedEventSource.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.OptionChangedEventSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Tagging; using Microsoft.CodeAnalysis.Options; diff --git a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.ParseOptionChangedEventSource.cs b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.ParseOptionChangedEventSource.cs index c000de3cd2344..d40374cf16d18 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.ParseOptionChangedEventSource.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.ParseOptionChangedEventSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis.Editor.Tagging; diff --git a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.ReadOnlyRegionsChangedEventSource.cs b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.ReadOnlyRegionsChangedEventSource.cs index 124e084e336ed..d8e79ccea2c32 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.ReadOnlyRegionsChangedEventSource.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.ReadOnlyRegionsChangedEventSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Tagging; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.SelectionChangedEventSource.cs b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.SelectionChangedEventSource.cs index ea3ce781e65e4..47b8315e6ec1c 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.SelectionChangedEventSource.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.SelectionChangedEventSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Editor.Tagging; diff --git a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.SemanticChangedEventSource.cs b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.SemanticChangedEventSource.cs index 8c99e9cb77f74..ff3d3cf171a5d 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.SemanticChangedEventSource.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.SemanticChangedEventSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.TextChangedEventSource.cs b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.TextChangedEventSource.cs index cec6a4c3374c4..df3b26bcfe0d9 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.TextChangedEventSource.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.TextChangedEventSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Tagging; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.WorkspaceRegistrationChangedEventSource.cs b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.WorkspaceRegistrationChangedEventSource.cs index 0bf967beee88a..69f9b25872d85 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.WorkspaceRegistrationChangedEventSource.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.WorkspaceRegistrationChangedEventSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Tagging; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.cs b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.cs index 6513cf54dcdbc..abf272df99fb7 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/EditorFeatures/Core/Shared/Tagging/Tags/ConflictTag.cs b/src/EditorFeatures/Core/Shared/Tagging/Tags/ConflictTag.cs index 4b662bc63c10c..c7df3184208ab 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/Tags/ConflictTag.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/Tags/ConflictTag.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Text.Tagging; diff --git a/src/EditorFeatures/Core/Shared/Tagging/Tags/ConflictTagDefinition.cs b/src/EditorFeatures/Core/Shared/Tagging/Tags/ConflictTagDefinition.cs index 0da5fccfabd25..0e95cfd7b0f86 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/Tags/ConflictTagDefinition.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/Tags/ConflictTagDefinition.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using System.Diagnostics.CodeAnalysis; diff --git a/src/EditorFeatures/Core/Shared/Tagging/Tags/NavigableHighlightTag.cs b/src/EditorFeatures/Core/Shared/Tagging/Tags/NavigableHighlightTag.cs index 8f6b067f0c90d..98ce095329f6c 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/Tags/NavigableHighlightTag.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/Tags/NavigableHighlightTag.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Text.Tagging; diff --git a/src/EditorFeatures/Core/Shared/Tagging/Tags/PreviewWarningTag.cs b/src/EditorFeatures/Core/Shared/Tagging/Tags/PreviewWarningTag.cs index 01a02de0b2f9e..d20d6a4d5bce8 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/Tags/PreviewWarningTag.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/Tags/PreviewWarningTag.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Text.Tagging; diff --git a/src/EditorFeatures/Core/Shared/Tagging/Tags/PreviewWarningTagDefinition.cs b/src/EditorFeatures/Core/Shared/Tagging/Tags/PreviewWarningTagDefinition.cs index ca6c2b8b4c98a..b94bf4818f596 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/Tags/PreviewWarningTagDefinition.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/Tags/PreviewWarningTagDefinition.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using System.Diagnostics.CodeAnalysis; diff --git a/src/EditorFeatures/Core/Shared/Tagging/Utilities/TagSpanIntervalTree.IntervalIntrospector.cs b/src/EditorFeatures/Core/Shared/Tagging/Utilities/TagSpanIntervalTree.IntervalIntrospector.cs index c405c21a73cd7..da0407312e29d 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/Utilities/TagSpanIntervalTree.IntervalIntrospector.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/Utilities/TagSpanIntervalTree.IntervalIntrospector.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Shared.Collections; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Shared/Tagging/Utilities/TagSpanIntervalTree.TagNode.cs b/src/EditorFeatures/Core/Shared/Tagging/Utilities/TagSpanIntervalTree.TagNode.cs index 0908d8dddf54c..75fc81ea5342c 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/Utilities/TagSpanIntervalTree.TagNode.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/Utilities/TagSpanIntervalTree.TagNode.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Shared.Extensions; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Core/Shared/Tagging/Utilities/TagSpanIntervalTree.cs b/src/EditorFeatures/Core/Shared/Tagging/Utilities/TagSpanIntervalTree.cs index 2bb79a83a5e8d..d1f3c17731ac6 100644 --- a/src/EditorFeatures/Core/Shared/Tagging/Utilities/TagSpanIntervalTree.cs +++ b/src/EditorFeatures/Core/Shared/Tagging/Utilities/TagSpanIntervalTree.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Diagnostics; diff --git a/src/EditorFeatures/Core/Shared/Threading/AsynchronousSerialWorkQueue.cs b/src/EditorFeatures/Core/Shared/Threading/AsynchronousSerialWorkQueue.cs index 940eb5400cae0..542428c33fa6b 100644 --- a/src/EditorFeatures/Core/Shared/Threading/AsynchronousSerialWorkQueue.cs +++ b/src/EditorFeatures/Core/Shared/Threading/AsynchronousSerialWorkQueue.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/EditorFeatures/Core/Shared/Utilities/AutomaticCodeChangeMergePolicy.cs b/src/EditorFeatures/Core/Shared/Utilities/AutomaticCodeChangeMergePolicy.cs index 94b4572d5332c..2af4d1b16958e 100644 --- a/src/EditorFeatures/Core/Shared/Utilities/AutomaticCodeChangeMergePolicy.cs +++ b/src/EditorFeatures/Core/Shared/Utilities/AutomaticCodeChangeMergePolicy.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Text.Operations; diff --git a/src/EditorFeatures/Core/Shared/Utilities/CaretPreservingEditTransaction.cs b/src/EditorFeatures/Core/Shared/Utilities/CaretPreservingEditTransaction.cs index f10040dd2dbf6..7e91ae375248b 100644 --- a/src/EditorFeatures/Core/Shared/Utilities/CaretPreservingEditTransaction.cs +++ b/src/EditorFeatures/Core/Shared/Utilities/CaretPreservingEditTransaction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.Text.Editor; diff --git a/src/EditorFeatures/Core/Shared/Utilities/ClassificationTypeMap.cs b/src/EditorFeatures/Core/Shared/Utilities/ClassificationTypeMap.cs index 361c2b3e8016f..39161f21a4f2e 100644 --- a/src/EditorFeatures/Core/Shared/Utilities/ClassificationTypeMap.cs +++ b/src/EditorFeatures/Core/Shared/Utilities/ClassificationTypeMap.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.ComponentModel.Composition; diff --git a/src/EditorFeatures/Core/Shared/Utilities/CodeAnalysisColors.cs b/src/EditorFeatures/Core/Shared/Utilities/CodeAnalysisColors.cs index c6eae7aa1a7fa..008ebe5c88358 100644 --- a/src/EditorFeatures/Core/Shared/Utilities/CodeAnalysisColors.cs +++ b/src/EditorFeatures/Core/Shared/Utilities/CodeAnalysisColors.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Editor.Shared.Utilities { diff --git a/src/EditorFeatures/Core/Shared/Utilities/CommonFormattingHelpers.cs b/src/EditorFeatures/Core/Shared/Utilities/CommonFormattingHelpers.cs index ee2b5873c338e..6a152ffc1c6e3 100644 --- a/src/EditorFeatures/Core/Shared/Utilities/CommonFormattingHelpers.cs +++ b/src/EditorFeatures/Core/Shared/Utilities/CommonFormattingHelpers.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Shared.Extensions; diff --git a/src/EditorFeatures/Core/Shared/Utilities/ForegroundThreadAffinitizedObject.cs b/src/EditorFeatures/Core/Shared/Utilities/ForegroundThreadAffinitizedObject.cs index 12c277567d63d..68acb8ba4dddc 100644 --- a/src/EditorFeatures/Core/Shared/Utilities/ForegroundThreadAffinitizedObject.cs +++ b/src/EditorFeatures/Core/Shared/Utilities/ForegroundThreadAffinitizedObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/EditorFeatures/Core/Shared/Utilities/HACK_TextUndoTransactionThatRollsBackProperly.cs b/src/EditorFeatures/Core/Shared/Utilities/HACK_TextUndoTransactionThatRollsBackProperly.cs index 2c38527f4ea7a..b7c921044c972 100644 --- a/src/EditorFeatures/Core/Shared/Utilities/HACK_TextUndoTransactionThatRollsBackProperly.cs +++ b/src/EditorFeatures/Core/Shared/Utilities/HACK_TextUndoTransactionThatRollsBackProperly.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Shared/Utilities/HighContrastChecker.cs b/src/EditorFeatures/Core/Shared/Utilities/HighContrastChecker.cs index 2c119447de660..6e41f94f7b503 100644 --- a/src/EditorFeatures/Core/Shared/Utilities/HighContrastChecker.cs +++ b/src/EditorFeatures/Core/Shared/Utilities/HighContrastChecker.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Windows; using System.Windows.Media; diff --git a/src/EditorFeatures/Core/Shared/Utilities/LinkedEditsTracker.cs b/src/EditorFeatures/Core/Shared/Utilities/LinkedEditsTracker.cs index 63d93e0131ad2..64859b163c975 100644 --- a/src/EditorFeatures/Core/Shared/Utilities/LinkedEditsTracker.cs +++ b/src/EditorFeatures/Core/Shared/Utilities/LinkedEditsTracker.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/EditorFeatures/Core/Shared/Utilities/NativeMethods.cs b/src/EditorFeatures/Core/Shared/Utilities/NativeMethods.cs index ca454da6ae0a4..868a49c327a9c 100644 --- a/src/EditorFeatures/Core/Shared/Utilities/NativeMethods.cs +++ b/src/EditorFeatures/Core/Shared/Utilities/NativeMethods.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; diff --git a/src/EditorFeatures/Core/Shared/Utilities/RenameTrackingDismisser.cs b/src/EditorFeatures/Core/Shared/Utilities/RenameTrackingDismisser.cs index f64120e37242e..5cf6b5ea3fcec 100644 --- a/src/EditorFeatures/Core/Shared/Utilities/RenameTrackingDismisser.cs +++ b/src/EditorFeatures/Core/Shared/Utilities/RenameTrackingDismisser.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Editor.Implementation.RenameTracking; diff --git a/src/EditorFeatures/Core/Shared/Utilities/ResettableDelay.cs b/src/EditorFeatures/Core/Shared/Utilities/ResettableDelay.cs index 88f071dca8c22..05133be012a37 100644 --- a/src/EditorFeatures/Core/Shared/Utilities/ResettableDelay.cs +++ b/src/EditorFeatures/Core/Shared/Utilities/ResettableDelay.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/EditorFeatures/Core/Shared/Utilities/TextViewVisibleSpanTracker.cs b/src/EditorFeatures/Core/Shared/Utilities/TextViewVisibleSpanTracker.cs index d4105e054f449..e58c9f2fdf659 100644 --- a/src/EditorFeatures/Core/Shared/Utilities/TextViewVisibleSpanTracker.cs +++ b/src/EditorFeatures/Core/Shared/Utilities/TextViewVisibleSpanTracker.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Shared/Utilities/ViewHostingControl.cs b/src/EditorFeatures/Core/Shared/Utilities/ViewHostingControl.cs index 6ded97c51b90a..4936c988c362d 100644 --- a/src/EditorFeatures/Core/Shared/Utilities/ViewHostingControl.cs +++ b/src/EditorFeatures/Core/Shared/Utilities/ViewHostingControl.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Windows; diff --git a/src/EditorFeatures/Core/Shared/Utilities/VirtualTreePoint.cs b/src/EditorFeatures/Core/Shared/Utilities/VirtualTreePoint.cs index b8bc110d46bd0..debb02f9214d0 100644 --- a/src/EditorFeatures/Core/Shared/Utilities/VirtualTreePoint.cs +++ b/src/EditorFeatures/Core/Shared/Utilities/VirtualTreePoint.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/Core/Shared/Utilities/VisibleSpansChangedEventArgs.cs b/src/EditorFeatures/Core/Shared/Utilities/VisibleSpansChangedEventArgs.cs index 062a4d72e13bd..3077171e50ba2 100644 --- a/src/EditorFeatures/Core/Shared/Utilities/VisibleSpansChangedEventArgs.cs +++ b/src/EditorFeatures/Core/Shared/Utilities/VisibleSpansChangedEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/EditorFeatures/Core/Tagging/AbstractAsynchronousTaggerProvider.BatchChangeNotifier.cs b/src/EditorFeatures/Core/Tagging/AbstractAsynchronousTaggerProvider.BatchChangeNotifier.cs index 69dc0f98ef10d..96284d06c3e4b 100644 --- a/src/EditorFeatures/Core/Tagging/AbstractAsynchronousTaggerProvider.BatchChangeNotifier.cs +++ b/src/EditorFeatures/Core/Tagging/AbstractAsynchronousTaggerProvider.BatchChangeNotifier.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Core/Tagging/AbstractAsynchronousTaggerProvider.TagSpanComparer.cs b/src/EditorFeatures/Core/Tagging/AbstractAsynchronousTaggerProvider.TagSpanComparer.cs index 49363c2edf753..79211342e6a09 100644 --- a/src/EditorFeatures/Core/Tagging/AbstractAsynchronousTaggerProvider.TagSpanComparer.cs +++ b/src/EditorFeatures/Core/Tagging/AbstractAsynchronousTaggerProvider.TagSpanComparer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.VisualStudio.Text.Tagging; diff --git a/src/EditorFeatures/Core/Tagging/AbstractAsynchronousTaggerProvider.cs b/src/EditorFeatures/Core/Tagging/AbstractAsynchronousTaggerProvider.cs index e74ab338fcb1a..fc06a17ce7503 100644 --- a/src/EditorFeatures/Core/Tagging/AbstractAsynchronousTaggerProvider.cs +++ b/src/EditorFeatures/Core/Tagging/AbstractAsynchronousTaggerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; #if DEBUG diff --git a/src/EditorFeatures/Core/Tagging/ITaggerEventSource.cs b/src/EditorFeatures/Core/Tagging/ITaggerEventSource.cs index 9f5b3689b719c..fe56ffc15e0e2 100644 --- a/src/EditorFeatures/Core/Tagging/ITaggerEventSource.cs +++ b/src/EditorFeatures/Core/Tagging/ITaggerEventSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/EditorFeatures/Core/Tagging/TaggerDelay.cs b/src/EditorFeatures/Core/Tagging/TaggerDelay.cs index f395f447b0e14..083af1f2edcbb 100644 --- a/src/EditorFeatures/Core/Tagging/TaggerDelay.cs +++ b/src/EditorFeatures/Core/Tagging/TaggerDelay.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Editor.Tagging { diff --git a/src/EditorFeatures/Core/Tagging/TaggerEventArgs.cs b/src/EditorFeatures/Core/Tagging/TaggerEventArgs.cs index 244870518bbd9..a5bba44996104 100644 --- a/src/EditorFeatures/Core/Tagging/TaggerEventArgs.cs +++ b/src/EditorFeatures/Core/Tagging/TaggerEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/EditorFeatures/Core/TextViewRoles.cs b/src/EditorFeatures/Core/TextViewRoles.cs index acd2b7f2edbf0..cc447823a924c 100644 --- a/src/EditorFeatures/Core/TextViewRoles.cs +++ b/src/EditorFeatures/Core/TextViewRoles.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Editor { diff --git a/src/EditorFeatures/Core/Undo/Extensions.cs b/src/EditorFeatures/Core/Undo/Extensions.cs index ed6a6793c7d79..eff522619de21 100644 --- a/src/EditorFeatures/Core/Undo/Extensions.cs +++ b/src/EditorFeatures/Core/Undo/Extensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/EditorFeatures/Core/Undo/IGlobalUndoService.cs b/src/EditorFeatures/Core/Undo/IGlobalUndoService.cs index 4b7b831c67aae..391ee51c6a799 100644 --- a/src/EditorFeatures/Core/Undo/IGlobalUndoService.cs +++ b/src/EditorFeatures/Core/Undo/IGlobalUndoService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Host; diff --git a/src/EditorFeatures/Core/Undo/IWorkspaceGlobalUndoTransaction.cs b/src/EditorFeatures/Core/Undo/IWorkspaceGlobalUndoTransaction.cs index db10e5fc143fc..45d0def13bf53 100644 --- a/src/EditorFeatures/Core/Undo/IWorkspaceGlobalUndoTransaction.cs +++ b/src/EditorFeatures/Core/Undo/IWorkspaceGlobalUndoTransaction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/EditorFeatures/Core/Undo/NoOpGlobalUndoServiceFactory.cs b/src/EditorFeatures/Core/Undo/NoOpGlobalUndoServiceFactory.cs index 58794b7ed12cb..ba8d610e6ead4 100644 --- a/src/EditorFeatures/Core/Undo/NoOpGlobalUndoServiceFactory.cs +++ b/src/EditorFeatures/Core/Undo/NoOpGlobalUndoServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Host; diff --git a/src/EditorFeatures/Next/Structure/VisualStudio15StructureTaggerProvider.cs b/src/EditorFeatures/Next/Structure/VisualStudio15StructureTaggerProvider.cs index 6d3eaa00d28d5..087af82bd4f0d 100644 --- a/src/EditorFeatures/Next/Structure/VisualStudio15StructureTaggerProvider.cs +++ b/src/EditorFeatures/Next/Structure/VisualStudio15StructureTaggerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/CodeActions/CodeActionSmartTagProducerTests.cs b/src/EditorFeatures/Test/CodeActions/CodeActionSmartTagProducerTests.cs index 9eb5ac1839a77..deec0bf15306a 100644 --- a/src/EditorFeatures/Test/CodeActions/CodeActionSmartTagProducerTests.cs +++ b/src/EditorFeatures/Test/CodeActions/CodeActionSmartTagProducerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #if false using System.Linq; diff --git a/src/EditorFeatures/Test/CodeFixes/CodeFixServiceTests.cs b/src/EditorFeatures/Test/CodeFixes/CodeFixServiceTests.cs index 564dfbe919935..1589de167f77a 100644 --- a/src/EditorFeatures/Test/CodeFixes/CodeFixServiceTests.cs +++ b/src/EditorFeatures/Test/CodeFixes/CodeFixServiceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/CodeFixes/ExtensionOrderingTests.cs b/src/EditorFeatures/Test/CodeFixes/ExtensionOrderingTests.cs index cff17f4cb06de..8fdeffe497cb2 100644 --- a/src/EditorFeatures/Test/CodeFixes/ExtensionOrderingTests.cs +++ b/src/EditorFeatures/Test/CodeFixes/ExtensionOrderingTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/EditorFeatures/Test/CodeGeneration/AbstractCodeGenerationTests.cs b/src/EditorFeatures/Test/CodeGeneration/AbstractCodeGenerationTests.cs index 916db0fcd1347..eb2ec2595697e 100644 --- a/src/EditorFeatures/Test/CodeGeneration/AbstractCodeGenerationTests.cs +++ b/src/EditorFeatures/Test/CodeGeneration/AbstractCodeGenerationTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/EditorFeatures/Test/CodeGeneration/CodeGenerationTests.CSharp.cs b/src/EditorFeatures/Test/CodeGeneration/CodeGenerationTests.CSharp.cs index 96a0658dc94ec..c503cfcadefb9 100644 --- a/src/EditorFeatures/Test/CodeGeneration/CodeGenerationTests.CSharp.cs +++ b/src/EditorFeatures/Test/CodeGeneration/CodeGenerationTests.CSharp.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/CodeGeneration/CodeGenerationTests.Shared.cs b/src/EditorFeatures/Test/CodeGeneration/CodeGenerationTests.Shared.cs index 895ecce388a87..f225261e61502 100644 --- a/src/EditorFeatures/Test/CodeGeneration/CodeGenerationTests.Shared.cs +++ b/src/EditorFeatures/Test/CodeGeneration/CodeGenerationTests.Shared.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeGeneration; diff --git a/src/EditorFeatures/Test/CodeGeneration/CodeGenerationTests.VisualBasic.cs b/src/EditorFeatures/Test/CodeGeneration/CodeGenerationTests.VisualBasic.cs index 9e6010b321540..facea1080d926 100644 --- a/src/EditorFeatures/Test/CodeGeneration/CodeGenerationTests.VisualBasic.cs +++ b/src/EditorFeatures/Test/CodeGeneration/CodeGenerationTests.VisualBasic.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/CodeGeneration/ExpressionGenerationTests.cs b/src/EditorFeatures/Test/CodeGeneration/ExpressionGenerationTests.cs index a61f0a97b113d..c99427f451e2b 100644 --- a/src/EditorFeatures/Test/CodeGeneration/ExpressionGenerationTests.cs +++ b/src/EditorFeatures/Test/CodeGeneration/ExpressionGenerationTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/Test/CodeGeneration/ExpressionPrecedenceGenerationTests.cs b/src/EditorFeatures/Test/CodeGeneration/ExpressionPrecedenceGenerationTests.cs index fa426dfd1464e..20fb099517d56 100644 --- a/src/EditorFeatures/Test/CodeGeneration/ExpressionPrecedenceGenerationTests.cs +++ b/src/EditorFeatures/Test/CodeGeneration/ExpressionPrecedenceGenerationTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Xunit; diff --git a/src/EditorFeatures/Test/CodeGeneration/NameGenerationTests.cs b/src/EditorFeatures/Test/CodeGeneration/NameGenerationTests.cs index ecad517c283d7..a342fc5696cec 100644 --- a/src/EditorFeatures/Test/CodeGeneration/NameGenerationTests.cs +++ b/src/EditorFeatures/Test/CodeGeneration/NameGenerationTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Xunit; diff --git a/src/EditorFeatures/Test/CodeGeneration/StatementGenerationTests.cs b/src/EditorFeatures/Test/CodeGeneration/StatementGenerationTests.cs index cbd7562471467..ebdefd71e8a7f 100644 --- a/src/EditorFeatures/Test/CodeGeneration/StatementGenerationTests.cs +++ b/src/EditorFeatures/Test/CodeGeneration/StatementGenerationTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Text; using Roslyn.Test.Utilities; diff --git a/src/EditorFeatures/Test/Collections/Immutable/Maps/BidirectionalMapTests.cs b/src/EditorFeatures/Test/Collections/Immutable/Maps/BidirectionalMapTests.cs index a68ee954b8c5b..02cbb2abdd523 100644 --- a/src/EditorFeatures/Test/Collections/Immutable/Maps/BidirectionalMapTests.cs +++ b/src/EditorFeatures/Test/Collections/Immutable/Maps/BidirectionalMapTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/Test/Collections/Immutable/Maps/MapTests.cs b/src/EditorFeatures/Test/Collections/Immutable/Maps/MapTests.cs index c7daac5235f3d..337759324fe8f 100644 --- a/src/EditorFeatures/Test/Collections/Immutable/Maps/MapTests.cs +++ b/src/EditorFeatures/Test/Collections/Immutable/Maps/MapTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/Collections/IntervalTreeTests.cs b/src/EditorFeatures/Test/Collections/IntervalTreeTests.cs index 07ffc17e37dbf..bcde20439ec0e 100644 --- a/src/EditorFeatures/Test/Collections/IntervalTreeTests.cs +++ b/src/EditorFeatures/Test/Collections/IntervalTreeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/Commands/CommandArgsTests.cs b/src/EditorFeatures/Test/Commands/CommandArgsTests.cs index 85e72d87d387f..24aadc25c4fe0 100644 --- a/src/EditorFeatures/Test/Commands/CommandArgsTests.cs +++ b/src/EditorFeatures/Test/Commands/CommandArgsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Editor.Commands; diff --git a/src/EditorFeatures/Test/Commands/TypeCharCommandArgsTests.cs b/src/EditorFeatures/Test/Commands/TypeCharCommandArgsTests.cs index 88d7938f295e1..fffbfaa9de4a8 100644 --- a/src/EditorFeatures/Test/Commands/TypeCharCommandArgsTests.cs +++ b/src/EditorFeatures/Test/Commands/TypeCharCommandArgsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Commands; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/Test/CommentSelection/CommentUncommentSelectionCommandHandlerTests.cs b/src/EditorFeatures/Test/CommentSelection/CommentUncommentSelectionCommandHandlerTests.cs index 4b81e28d81407..3cb4fccf72500 100644 --- a/src/EditorFeatures/Test/CommentSelection/CommentUncommentSelectionCommandHandlerTests.cs +++ b/src/EditorFeatures/Test/CommentSelection/CommentUncommentSelectionCommandHandlerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/Diagnostics/DiagnosticDataTests.cs b/src/EditorFeatures/Test/Diagnostics/DiagnosticDataTests.cs index 462139c01e885..29f78330e40e5 100644 --- a/src/EditorFeatures/Test/Diagnostics/DiagnosticDataTests.cs +++ b/src/EditorFeatures/Test/Diagnostics/DiagnosticDataTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading.Tasks; diff --git a/src/EditorFeatures/Test/Diagnostics/DiagnosticServiceTests.cs b/src/EditorFeatures/Test/Diagnostics/DiagnosticServiceTests.cs index aaa7a7ffae410..48f4a747095a6 100644 --- a/src/EditorFeatures/Test/Diagnostics/DiagnosticServiceTests.cs +++ b/src/EditorFeatures/Test/Diagnostics/DiagnosticServiceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/EditorFeatures/Test/Diagnostics/SuppressMessageAttributeTests.cs b/src/EditorFeatures/Test/Diagnostics/SuppressMessageAttributeTests.cs index 218ef08c77259..b11799c831cd0 100644 --- a/src/EditorFeatures/Test/Diagnostics/SuppressMessageAttributeTests.cs +++ b/src/EditorFeatures/Test/Diagnostics/SuppressMessageAttributeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/DocCommentFormatting/DocCommentFormattingTests.cs b/src/EditorFeatures/Test/DocCommentFormatting/DocCommentFormattingTests.cs index 883880193d4fe..9256be3331526 100644 --- a/src/EditorFeatures/Test/DocCommentFormatting/DocCommentFormattingTests.cs +++ b/src/EditorFeatures/Test/DocCommentFormatting/DocCommentFormattingTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.DocumentationComments; using Microsoft.CodeAnalysis.VisualBasic.DocumentationComments; diff --git a/src/EditorFeatures/Test/EditAndContinue/RudeEditDiagnosticTests.cs b/src/EditorFeatures/Test/EditAndContinue/RudeEditDiagnosticTests.cs index d19d9da00ef68..c35c25f8dbc7b 100644 --- a/src/EditorFeatures/Test/EditAndContinue/RudeEditDiagnosticTests.cs +++ b/src/EditorFeatures/Test/EditAndContinue/RudeEditDiagnosticTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/EditorAdapter/SpanExtensionsTest.cs b/src/EditorFeatures/Test/EditorAdapter/SpanExtensionsTest.cs index 0e0c477d2930a..0a19b2091c71c 100644 --- a/src/EditorFeatures/Test/EditorAdapter/SpanExtensionsTest.cs +++ b/src/EditorFeatures/Test/EditorAdapter/SpanExtensionsTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Editor.Shared.Extensions; diff --git a/src/EditorFeatures/Test/EditorAdapter/TextSnapshotImplementationTest.cs b/src/EditorFeatures/Test/EditorAdapter/TextSnapshotImplementationTest.cs index 69cd52dbd6147..c0744771bef3b 100644 --- a/src/EditorFeatures/Test/EditorAdapter/TextSnapshotImplementationTest.cs +++ b/src/EditorFeatures/Test/EditorAdapter/TextSnapshotImplementationTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/Test/EditorAdapter/TextSpanExtensionsTest.cs b/src/EditorFeatures/Test/EditorAdapter/TextSpanExtensionsTest.cs index 1bcab8a61ba55..319d9dd494e17 100644 --- a/src/EditorFeatures/Test/EditorAdapter/TextSpanExtensionsTest.cs +++ b/src/EditorFeatures/Test/EditorAdapter/TextSpanExtensionsTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis; diff --git a/src/EditorFeatures/Test/Extensions/CollectionExtensionsTest.cs b/src/EditorFeatures/Test/Extensions/CollectionExtensionsTest.cs index 7f9e867f529f0..ee5edd7dbdbba 100644 --- a/src/EditorFeatures/Test/Extensions/CollectionExtensionsTest.cs +++ b/src/EditorFeatures/Test/Extensions/CollectionExtensionsTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/Extensions/EnumerableExtensionTests.cs b/src/EditorFeatures/Test/Extensions/EnumerableExtensionTests.cs index b945fc0bc9c63..4457374871cf6 100644 --- a/src/EditorFeatures/Test/Extensions/EnumerableExtensionTests.cs +++ b/src/EditorFeatures/Test/Extensions/EnumerableExtensionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/Extensions/IProjectionBufferFactoryServiceExtensionsTests.cs b/src/EditorFeatures/Test/Extensions/IProjectionBufferFactoryServiceExtensionsTests.cs index e4bc96bbfe8e3..e6c00f3593303 100644 --- a/src/EditorFeatures/Test/Extensions/IProjectionBufferFactoryServiceExtensionsTests.cs +++ b/src/EditorFeatures/Test/Extensions/IProjectionBufferFactoryServiceExtensionsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/Test/Extensions/ISemanticSnapshotExtensionTests.cs b/src/EditorFeatures/Test/Extensions/ISemanticSnapshotExtensionTests.cs index 27114638c2589..1c9d0c3737824 100644 --- a/src/EditorFeatures/Test/Extensions/ISemanticSnapshotExtensionTests.cs +++ b/src/EditorFeatures/Test/Extensions/ISemanticSnapshotExtensionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/EditorFeatures/Test/Extensions/ISymbolExtensionsTests.cs b/src/EditorFeatures/Test/Extensions/ISymbolExtensionsTests.cs index fc23debb51a8d..e0a81db039d32 100644 --- a/src/EditorFeatures/Test/Extensions/ISymbolExtensionsTests.cs +++ b/src/EditorFeatures/Test/Extensions/ISymbolExtensionsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Editor.Shared.Extensions; diff --git a/src/EditorFeatures/Test/Extensions/ITextExtensionsTests.cs b/src/EditorFeatures/Test/Extensions/ITextExtensionsTests.cs index ebf594fe2d027..1770db349000f 100644 --- a/src/EditorFeatures/Test/Extensions/ITextExtensionsTests.cs +++ b/src/EditorFeatures/Test/Extensions/ITextExtensionsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Shared.Extensions; diff --git a/src/EditorFeatures/Test/Extensions/ITextLineExtensionsTests.cs b/src/EditorFeatures/Test/Extensions/ITextLineExtensionsTests.cs index d2e9175b165ce..2dcc0ce5a5b12 100644 --- a/src/EditorFeatures/Test/Extensions/ITextLineExtensionsTests.cs +++ b/src/EditorFeatures/Test/Extensions/ITextLineExtensionsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Shared.Extensions; diff --git a/src/EditorFeatures/Test/Extensions/ITextSnapshotExtensionsTests.cs b/src/EditorFeatures/Test/Extensions/ITextSnapshotExtensionsTests.cs index c46f4a1e81141..c960b29a0081f 100644 --- a/src/EditorFeatures/Test/Extensions/ITextSnapshotExtensionsTests.cs +++ b/src/EditorFeatures/Test/Extensions/ITextSnapshotExtensionsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Shared.Extensions; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/Test/Extensions/ITextSnapshotLineExtensionsTests.cs b/src/EditorFeatures/Test/Extensions/ITextSnapshotLineExtensionsTests.cs index c55a6cdc89516..77d37f349bacd 100644 --- a/src/EditorFeatures/Test/Extensions/ITextSnapshotLineExtensionsTests.cs +++ b/src/EditorFeatures/Test/Extensions/ITextSnapshotLineExtensionsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Shared.Extensions; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/Test/Extensions/SetExtensionTests.cs b/src/EditorFeatures/Test/Extensions/SetExtensionTests.cs index f39b496870674..f9271f76caa5b 100644 --- a/src/EditorFeatures/Test/Extensions/SetExtensionTests.cs +++ b/src/EditorFeatures/Test/Extensions/SetExtensionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/Test/LineSeparators/AdornmentManagerTests.cs b/src/EditorFeatures/Test/LineSeparators/AdornmentManagerTests.cs index 9d1176c9e3e6e..2f1e027daa071 100644 --- a/src/EditorFeatures/Test/LineSeparators/AdornmentManagerTests.cs +++ b/src/EditorFeatures/Test/LineSeparators/AdornmentManagerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/Test/LinkedFiles/LinkedFileDiffMergingEditorTests.cs b/src/EditorFeatures/Test/LinkedFiles/LinkedFileDiffMergingEditorTests.cs index 3d54630ecaad6..d5ff3057e84e0 100644 --- a/src/EditorFeatures/Test/LinkedFiles/LinkedFileDiffMergingEditorTests.cs +++ b/src/EditorFeatures/Test/LinkedFiles/LinkedFileDiffMergingEditorTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/Test/MetadataAsSource/AbstractMetadataAsSourceTests.TestContext.cs b/src/EditorFeatures/Test/MetadataAsSource/AbstractMetadataAsSourceTests.TestContext.cs index 1bab06c1ae8e6..a70a2843151a2 100644 --- a/src/EditorFeatures/Test/MetadataAsSource/AbstractMetadataAsSourceTests.TestContext.cs +++ b/src/EditorFeatures/Test/MetadataAsSource/AbstractMetadataAsSourceTests.TestContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/MetadataAsSource/AbstractMetadataAsSourceTests.cs b/src/EditorFeatures/Test/MetadataAsSource/AbstractMetadataAsSourceTests.cs index d3ea1c1f65cda..115da206fb79b 100644 --- a/src/EditorFeatures/Test/MetadataAsSource/AbstractMetadataAsSourceTests.cs +++ b/src/EditorFeatures/Test/MetadataAsSource/AbstractMetadataAsSourceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/EditorFeatures/Test/MetadataAsSource/DocCommentFormatterTests.cs b/src/EditorFeatures/Test/MetadataAsSource/DocCommentFormatterTests.cs index 25279845cadbe..09a7289f764f0 100644 --- a/src/EditorFeatures/Test/MetadataAsSource/DocCommentFormatterTests.cs +++ b/src/EditorFeatures/Test/MetadataAsSource/DocCommentFormatterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.DocumentationComments; using Microsoft.CodeAnalysis.MetadataAsSource; diff --git a/src/EditorFeatures/Test/MetadataAsSource/MetadataAsSourceTests.CSharp.cs b/src/EditorFeatures/Test/MetadataAsSource/MetadataAsSourceTests.CSharp.cs index cc2527025f449..f2218d476cebf 100644 --- a/src/EditorFeatures/Test/MetadataAsSource/MetadataAsSourceTests.CSharp.cs +++ b/src/EditorFeatures/Test/MetadataAsSource/MetadataAsSourceTests.CSharp.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.DocumentationComments; using Roslyn.Test.Utilities; diff --git a/src/EditorFeatures/Test/MetadataAsSource/MetadataAsSourceTests.VisualBasic.cs b/src/EditorFeatures/Test/MetadataAsSource/MetadataAsSourceTests.VisualBasic.cs index f67af084b192d..32e304a4b495a 100644 --- a/src/EditorFeatures/Test/MetadataAsSource/MetadataAsSourceTests.VisualBasic.cs +++ b/src/EditorFeatures/Test/MetadataAsSource/MetadataAsSourceTests.VisualBasic.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.VisualBasic.DocumentationComments; diff --git a/src/EditorFeatures/Test/MetadataAsSource/MetadataAsSourceTests.cs b/src/EditorFeatures/Test/MetadataAsSource/MetadataAsSourceTests.cs index 47c2fb62635dc..a9dc3d92a8789 100644 --- a/src/EditorFeatures/Test/MetadataAsSource/MetadataAsSourceTests.cs +++ b/src/EditorFeatures/Test/MetadataAsSource/MetadataAsSourceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading.Tasks; diff --git a/src/EditorFeatures/Test/Preview/PreviewWorkspaceTests.cs b/src/EditorFeatures/Test/Preview/PreviewWorkspaceTests.cs index 7e2090147420a..3b3624f045c60 100644 --- a/src/EditorFeatures/Test/Preview/PreviewWorkspaceTests.cs +++ b/src/EditorFeatures/Test/Preview/PreviewWorkspaceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/Preview/TestOnly_CompilerDiagnosticAnalyzerProviderService.cs b/src/EditorFeatures/Test/Preview/TestOnly_CompilerDiagnosticAnalyzerProviderService.cs index 295ba146f138a..99e92d614c7e4 100644 --- a/src/EditorFeatures/Test/Preview/TestOnly_CompilerDiagnosticAnalyzerProviderService.cs +++ b/src/EditorFeatures/Test/Preview/TestOnly_CompilerDiagnosticAnalyzerProviderService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/EditorFeatures/Test/RenameTracking/RenameTrackingTestState.cs b/src/EditorFeatures/Test/RenameTracking/RenameTrackingTestState.cs index 2e615147ad296..b65d94e0fd271 100644 --- a/src/EditorFeatures/Test/RenameTracking/RenameTrackingTestState.cs +++ b/src/EditorFeatures/Test/RenameTracking/RenameTrackingTestState.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/RenameTracking/RenameTrackingWaiter.cs b/src/EditorFeatures/Test/RenameTracking/RenameTrackingWaiter.cs index d506bb5d52e0c..76dbce8d9b4ce 100644 --- a/src/EditorFeatures/Test/RenameTracking/RenameTrackingWaiter.cs +++ b/src/EditorFeatures/Test/RenameTracking/RenameTrackingWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/EditorFeatures/Test/SolutionCrawler/WorkCoordinatorTests.cs b/src/EditorFeatures/Test/SolutionCrawler/WorkCoordinatorTests.cs index b4d9359b282ad..23743196c7896 100644 --- a/src/EditorFeatures/Test/SolutionCrawler/WorkCoordinatorTests.cs +++ b/src/EditorFeatures/Test/SolutionCrawler/WorkCoordinatorTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/Structure/BlockSpanTests.cs b/src/EditorFeatures/Test/Structure/BlockSpanTests.cs index 65d9e847a31c2..dd584c928a0a8 100644 --- a/src/EditorFeatures/Test/Structure/BlockSpanTests.cs +++ b/src/EditorFeatures/Test/Structure/BlockSpanTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Structure; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/Test/Structure/StructureTaggerTests.cs b/src/EditorFeatures/Test/Structure/StructureTaggerTests.cs index 5e6933d4757f3..b51465d61aac7 100644 --- a/src/EditorFeatures/Test/Structure/StructureTaggerTests.cs +++ b/src/EditorFeatures/Test/Structure/StructureTaggerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/EditorFeatures/Test/Tagging/AsynchronousTaggerTests.cs b/src/EditorFeatures/Test/Tagging/AsynchronousTaggerTests.cs index 063b0894d4d3e..cda3a1624876b 100644 --- a/src/EditorFeatures/Test/Tagging/AsynchronousTaggerTests.cs +++ b/src/EditorFeatures/Test/Tagging/AsynchronousTaggerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/Tagging/TagSpanIntervalTreeTests.cs b/src/EditorFeatures/Test/Tagging/TagSpanIntervalTreeTests.cs index 334631ae72354..76431eaaef89b 100644 --- a/src/EditorFeatures/Test/Tagging/TagSpanIntervalTreeTests.cs +++ b/src/EditorFeatures/Test/Tagging/TagSpanIntervalTreeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis.Editor.Shared.Tagging; diff --git a/src/EditorFeatures/Test/TestComposition.cs b/src/EditorFeatures/Test/TestComposition.cs index f50fd06a68301..7807d96fbd928 100644 --- a/src/EditorFeatures/Test/TestComposition.cs +++ b/src/EditorFeatures/Test/TestComposition.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/TextEditor/TextBufferAssociatedViewServiceTests.cs b/src/EditorFeatures/Test/TextEditor/TextBufferAssociatedViewServiceTests.cs index 35b63aee905ab..4386cff050d07 100644 --- a/src/EditorFeatures/Test/TextEditor/TextBufferAssociatedViewServiceTests.cs +++ b/src/EditorFeatures/Test/TextEditor/TextBufferAssociatedViewServiceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/TextEditor/TryGetDocumentTests.cs b/src/EditorFeatures/Test/TextEditor/TryGetDocumentTests.cs index 86c665da4b181..f9afa125c6a18 100644 --- a/src/EditorFeatures/Test/TextEditor/TryGetDocumentTests.cs +++ b/src/EditorFeatures/Test/TextEditor/TryGetDocumentTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/Test/Threading/AsynchronousWorkerTests.cs b/src/EditorFeatures/Test/Threading/AsynchronousWorkerTests.cs index 73e5671c4ae2f..fe958312a641d 100644 --- a/src/EditorFeatures/Test/Threading/AsynchronousWorkerTests.cs +++ b/src/EditorFeatures/Test/Threading/AsynchronousWorkerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/Test/Threading/ForegroundNotificationServiceTests.cs b/src/EditorFeatures/Test/Threading/ForegroundNotificationServiceTests.cs index 9a21963c75dcc..a36bdb033308c 100644 --- a/src/EditorFeatures/Test/Threading/ForegroundNotificationServiceTests.cs +++ b/src/EditorFeatures/Test/Threading/ForegroundNotificationServiceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/EditorFeatures/Test/Utilities/AsynchronousOperationListenerTests.cs b/src/EditorFeatures/Test/Utilities/AsynchronousOperationListenerTests.cs index 6cf0ad25159a4..2b19dde97722f 100644 --- a/src/EditorFeatures/Test/Utilities/AsynchronousOperationListenerTests.cs +++ b/src/EditorFeatures/Test/Utilities/AsynchronousOperationListenerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/Utilities/BloomFilterTests.cs b/src/EditorFeatures/Test/Utilities/BloomFilterTests.cs index 47404f6292678..657b7765d67c6 100644 --- a/src/EditorFeatures/Test/Utilities/BloomFilterTests.cs +++ b/src/EditorFeatures/Test/Utilities/BloomFilterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/Utilities/EditorServicesUtil.cs b/src/EditorFeatures/Test/Utilities/EditorServicesUtil.cs index 052d0a0f0545a..40f71d41c7159 100644 --- a/src/EditorFeatures/Test/Utilities/EditorServicesUtil.cs +++ b/src/EditorFeatures/Test/Utilities/EditorServicesUtil.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Roslyn.Utilities; diff --git a/src/EditorFeatures/Test/Utilities/SymbolEquivalenceComparerTests.cs b/src/EditorFeatures/Test/Utilities/SymbolEquivalenceComparerTests.cs index 7fe7c017e0e5a..6848167f71a3e 100644 --- a/src/EditorFeatures/Test/Utilities/SymbolEquivalenceComparerTests.cs +++ b/src/EditorFeatures/Test/Utilities/SymbolEquivalenceComparerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Test/Workspaces/ProjectCacheHostServiceFactoryTests.cs b/src/EditorFeatures/Test/Workspaces/ProjectCacheHostServiceFactoryTests.cs index 79b8423133fdd..1297fbe4c5b86 100644 --- a/src/EditorFeatures/Test/Workspaces/ProjectCacheHostServiceFactoryTests.cs +++ b/src/EditorFeatures/Test/Workspaces/ProjectCacheHostServiceFactoryTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/AbstractCommandHandlerTestState.cs b/src/EditorFeatures/TestUtilities/AbstractCommandHandlerTestState.cs index 086fedfa2880f..4bdfda212ef82 100644 --- a/src/EditorFeatures/TestUtilities/AbstractCommandHandlerTestState.cs +++ b/src/EditorFeatures/TestUtilities/AbstractCommandHandlerTestState.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Async/AsynchronousOperationBlocker.cs b/src/EditorFeatures/TestUtilities/Async/AsynchronousOperationBlocker.cs index f2363ac1f8e8d..ee88e067984d4 100644 --- a/src/EditorFeatures/TestUtilities/Async/AsynchronousOperationBlocker.cs +++ b/src/EditorFeatures/TestUtilities/Async/AsynchronousOperationBlocker.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/EditorFeatures/TestUtilities/Async/Checkpoint.cs b/src/EditorFeatures/TestUtilities/Async/Checkpoint.cs index 25ba0438559b4..87e68e3a6e97e 100644 --- a/src/EditorFeatures/TestUtilities/Async/Checkpoint.cs +++ b/src/EditorFeatures/TestUtilities/Async/Checkpoint.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Async/WaitHelper.cs b/src/EditorFeatures/TestUtilities/Async/WaitHelper.cs index 42d7730cdb51e..a19652faa66a5 100644 --- a/src/EditorFeatures/TestUtilities/Async/WaitHelper.cs +++ b/src/EditorFeatures/TestUtilities/Async/WaitHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/AutomaticCompletion/AbstractAutomaticBraceCompletionTests.cs b/src/EditorFeatures/TestUtilities/AutomaticCompletion/AbstractAutomaticBraceCompletionTests.cs index f6016b6d9d035..f9b7f8120e75c 100644 --- a/src/EditorFeatures/TestUtilities/AutomaticCompletion/AbstractAutomaticBraceCompletionTests.cs +++ b/src/EditorFeatures/TestUtilities/AutomaticCompletion/AbstractAutomaticBraceCompletionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/AutomaticCompletion/AbstractAutomaticLineEnderTests.cs b/src/EditorFeatures/TestUtilities/AutomaticCompletion/AbstractAutomaticLineEnderTests.cs index 274f56a2218dd..6b1bd4f6f486f 100644 --- a/src/EditorFeatures/TestUtilities/AutomaticCompletion/AbstractAutomaticLineEnderTests.cs +++ b/src/EditorFeatures/TestUtilities/AutomaticCompletion/AbstractAutomaticLineEnderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/BraceMatching/AbstractBraceMatcherTests.cs b/src/EditorFeatures/TestUtilities/BraceMatching/AbstractBraceMatcherTests.cs index dcec8ef4ec94b..766e2e437082c 100644 --- a/src/EditorFeatures/TestUtilities/BraceMatching/AbstractBraceMatcherTests.cs +++ b/src/EditorFeatures/TestUtilities/BraceMatching/AbstractBraceMatcherTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/EditorFeatures/TestUtilities/CallHierarchy/CallHierarchyTestState.cs b/src/EditorFeatures/TestUtilities/CallHierarchy/CallHierarchyTestState.cs index 79dd777aa8514..58248b1524ecb 100644 --- a/src/EditorFeatures/TestUtilities/CallHierarchy/CallHierarchyTestState.cs +++ b/src/EditorFeatures/TestUtilities/CallHierarchy/CallHierarchyTestState.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/ChangeSignature/AbstractChangeSignatureTests.cs b/src/EditorFeatures/TestUtilities/ChangeSignature/AbstractChangeSignatureTests.cs index 1f851df318a47..2519671ea97e9 100644 --- a/src/EditorFeatures/TestUtilities/ChangeSignature/AbstractChangeSignatureTests.cs +++ b/src/EditorFeatures/TestUtilities/ChangeSignature/AbstractChangeSignatureTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/ChangeSignature/ChangeSignatureTestState.cs b/src/EditorFeatures/TestUtilities/ChangeSignature/ChangeSignatureTestState.cs index bb73696843b37..87ca757d183a9 100644 --- a/src/EditorFeatures/TestUtilities/ChangeSignature/ChangeSignatureTestState.cs +++ b/src/EditorFeatures/TestUtilities/ChangeSignature/ChangeSignatureTestState.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/TestUtilities/ChangeSignature/TestChangeSignatureOptionsService.cs b/src/EditorFeatures/TestUtilities/ChangeSignature/TestChangeSignatureOptionsService.cs index 8df5c9e2bd80d..7a11d14a7fb05 100644 --- a/src/EditorFeatures/TestUtilities/ChangeSignature/TestChangeSignatureOptionsService.cs +++ b/src/EditorFeatures/TestUtilities/ChangeSignature/TestChangeSignatureOptionsService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Linq; diff --git a/src/EditorFeatures/TestUtilities/Classification/AbstractClassifierTests.cs b/src/EditorFeatures/TestUtilities/Classification/AbstractClassifierTests.cs index 193fd4aabe2ff..6204f67e6419a 100644 --- a/src/EditorFeatures/TestUtilities/Classification/AbstractClassifierTests.cs +++ b/src/EditorFeatures/TestUtilities/Classification/AbstractClassifierTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/EditorFeatures/TestUtilities/Classification/ClassificationBuilder.PunctuationClassificationTypes.cs b/src/EditorFeatures/TestUtilities/Classification/ClassificationBuilder.PunctuationClassificationTypes.cs index a0fb42d75f0c1..2be19977225e2 100644 --- a/src/EditorFeatures/TestUtilities/Classification/ClassificationBuilder.PunctuationClassificationTypes.cs +++ b/src/EditorFeatures/TestUtilities/Classification/ClassificationBuilder.PunctuationClassificationTypes.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/EditorFeatures/TestUtilities/Classification/ClassificationBuilder.XmlDocClassificationTypes.cs b/src/EditorFeatures/TestUtilities/Classification/ClassificationBuilder.XmlDocClassificationTypes.cs index c5cbccf429099..64e79d04c5f0a 100644 --- a/src/EditorFeatures/TestUtilities/Classification/ClassificationBuilder.XmlDocClassificationTypes.cs +++ b/src/EditorFeatures/TestUtilities/Classification/ClassificationBuilder.XmlDocClassificationTypes.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/EditorFeatures/TestUtilities/Classification/ClassificationBuilder.cs b/src/EditorFeatures/TestUtilities/Classification/ClassificationBuilder.cs index 0e6b2370758f8..e1ca666d44584 100644 --- a/src/EditorFeatures/TestUtilities/Classification/ClassificationBuilder.cs +++ b/src/EditorFeatures/TestUtilities/Classification/ClassificationBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/EditorFeatures/TestUtilities/Classification/ClassificationTestHelper.cs b/src/EditorFeatures/TestUtilities/Classification/ClassificationTestHelper.cs index 4eec86f87a1ec..b4a9644df5bc7 100644 --- a/src/EditorFeatures/TestUtilities/Classification/ClassificationTestHelper.cs +++ b/src/EditorFeatures/TestUtilities/Classification/ClassificationTestHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Completion/AbstractCompletionProviderTests.cs b/src/EditorFeatures/TestUtilities/Completion/AbstractCompletionProviderTests.cs index f36b258855792..4c7b7ca6d82f7 100644 --- a/src/EditorFeatures/TestUtilities/Completion/AbstractCompletionProviderTests.cs +++ b/src/EditorFeatures/TestUtilities/Completion/AbstractCompletionProviderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/EditorFeatures/TestUtilities/Diagnostics/AbstractDiagnosticProviderBasedUserDiagnosticTest.cs b/src/EditorFeatures/TestUtilities/Diagnostics/AbstractDiagnosticProviderBasedUserDiagnosticTest.cs index 565820a72b534..72b376f6b8250 100644 --- a/src/EditorFeatures/TestUtilities/Diagnostics/AbstractDiagnosticProviderBasedUserDiagnosticTest.cs +++ b/src/EditorFeatures/TestUtilities/Diagnostics/AbstractDiagnosticProviderBasedUserDiagnosticTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; diff --git a/src/EditorFeatures/TestUtilities/Diagnostics/AbstractSuppressionAllCodeTests.cs b/src/EditorFeatures/TestUtilities/Diagnostics/AbstractSuppressionAllCodeTests.cs index 62c551436b32b..bdf5d6642252f 100644 --- a/src/EditorFeatures/TestUtilities/Diagnostics/AbstractSuppressionAllCodeTests.cs +++ b/src/EditorFeatures/TestUtilities/Diagnostics/AbstractSuppressionAllCodeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Diagnostics/AbstractSuppressionDiagnosticTest.cs b/src/EditorFeatures/TestUtilities/Diagnostics/AbstractSuppressionDiagnosticTest.cs index 65004e640b645..20ee61ff6a195 100644 --- a/src/EditorFeatures/TestUtilities/Diagnostics/AbstractSuppressionDiagnosticTest.cs +++ b/src/EditorFeatures/TestUtilities/Diagnostics/AbstractSuppressionDiagnosticTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Diagnostics/AbstractUserDiagnosticTest.cs b/src/EditorFeatures/TestUtilities/Diagnostics/AbstractUserDiagnosticTest.cs index e88221f1d72c1..abcaa5d1f4973 100644 --- a/src/EditorFeatures/TestUtilities/Diagnostics/AbstractUserDiagnosticTest.cs +++ b/src/EditorFeatures/TestUtilities/Diagnostics/AbstractUserDiagnosticTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Diagnostics/DiagnosticProviderTestUtilities.cs b/src/EditorFeatures/TestUtilities/Diagnostics/DiagnosticProviderTestUtilities.cs index 7f385fca2dd18..97da7cd5838cd 100644 --- a/src/EditorFeatures/TestUtilities/Diagnostics/DiagnosticProviderTestUtilities.cs +++ b/src/EditorFeatures/TestUtilities/Diagnostics/DiagnosticProviderTestUtilities.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Diagnostics/GenerateType/GenerateTypeTestState.cs b/src/EditorFeatures/TestUtilities/Diagnostics/GenerateType/GenerateTypeTestState.cs index 6687b85552e22..a9fa8f7a36787 100644 --- a/src/EditorFeatures/TestUtilities/Diagnostics/GenerateType/GenerateTypeTestState.cs +++ b/src/EditorFeatures/TestUtilities/Diagnostics/GenerateType/GenerateTypeTestState.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Diagnostics/GenerateType/TestGenerateTypeOptionsService.cs b/src/EditorFeatures/TestUtilities/Diagnostics/GenerateType/TestGenerateTypeOptionsService.cs index 05f7a194f3154..227e6ed8bf61f 100644 --- a/src/EditorFeatures/TestUtilities/Diagnostics/GenerateType/TestGenerateTypeOptionsService.cs +++ b/src/EditorFeatures/TestUtilities/Diagnostics/GenerateType/TestGenerateTypeOptionsService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Composition; diff --git a/src/EditorFeatures/TestUtilities/Diagnostics/GenerateType/TestProjectManagementService.cs b/src/EditorFeatures/TestUtilities/Diagnostics/GenerateType/TestProjectManagementService.cs index a0bec327f5e64..2a7fcb85782c2 100644 --- a/src/EditorFeatures/TestUtilities/Diagnostics/GenerateType/TestProjectManagementService.cs +++ b/src/EditorFeatures/TestUtilities/Diagnostics/GenerateType/TestProjectManagementService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Composition; diff --git a/src/EditorFeatures/TestUtilities/Diagnostics/TestDiagnosticAnalyzerDriver.cs b/src/EditorFeatures/TestUtilities/Diagnostics/TestDiagnosticAnalyzerDriver.cs index b04337867dbd4..288ce0dc67a0b 100644 --- a/src/EditorFeatures/TestUtilities/Diagnostics/TestDiagnosticAnalyzerDriver.cs +++ b/src/EditorFeatures/TestUtilities/Diagnostics/TestDiagnosticAnalyzerDriver.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/DirectoryExtensions.cs b/src/EditorFeatures/TestUtilities/DirectoryExtensions.cs index 668353466a62b..7511a891488f4 100644 --- a/src/EditorFeatures/TestUtilities/DirectoryExtensions.cs +++ b/src/EditorFeatures/TestUtilities/DirectoryExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.IO; diff --git a/src/EditorFeatures/TestUtilities/DispatcherExtensions.cs b/src/EditorFeatures/TestUtilities/DispatcherExtensions.cs index 661c7e6404eeb..4203028e17a4c 100644 --- a/src/EditorFeatures/TestUtilities/DispatcherExtensions.cs +++ b/src/EditorFeatures/TestUtilities/DispatcherExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Windows.Threading; diff --git a/src/EditorFeatures/TestUtilities/DocumentationComments/AbstractDocumentationCommentTests.cs b/src/EditorFeatures/TestUtilities/DocumentationComments/AbstractDocumentationCommentTests.cs index d66b48f5271d2..850e7ee5933db 100644 --- a/src/EditorFeatures/TestUtilities/DocumentationComments/AbstractDocumentationCommentTests.cs +++ b/src/EditorFeatures/TestUtilities/DocumentationComments/AbstractDocumentationCommentTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/TestUtilities/DocumentationComments/AbstractXmlTagCompletionTests.cs b/src/EditorFeatures/TestUtilities/DocumentationComments/AbstractXmlTagCompletionTests.cs index 6527b7bd37c62..795462823ecdf 100644 --- a/src/EditorFeatures/TestUtilities/DocumentationComments/AbstractXmlTagCompletionTests.cs +++ b/src/EditorFeatures/TestUtilities/DocumentationComments/AbstractXmlTagCompletionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/TestUtilities/EditAndContinue/ActiveStatementDescription.cs b/src/EditorFeatures/TestUtilities/EditAndContinue/ActiveStatementDescription.cs index 511a6f775b1b6..38d0c48031073 100644 --- a/src/EditorFeatures/TestUtilities/EditAndContinue/ActiveStatementDescription.cs +++ b/src/EditorFeatures/TestUtilities/EditAndContinue/ActiveStatementDescription.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/EditAndContinue/DeclaratorMapDescription.cs b/src/EditorFeatures/TestUtilities/EditAndContinue/DeclaratorMapDescription.cs index 14b03d1e58439..14d4c68445cad 100644 --- a/src/EditorFeatures/TestUtilities/EditAndContinue/DeclaratorMapDescription.cs +++ b/src/EditorFeatures/TestUtilities/EditAndContinue/DeclaratorMapDescription.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/EditorFeatures/TestUtilities/EditAndContinue/EditAndContinueTestHelpers.cs b/src/EditorFeatures/TestUtilities/EditAndContinue/EditAndContinueTestHelpers.cs index c3865e799b69d..c18b21a0ac1ad 100644 --- a/src/EditorFeatures/TestUtilities/EditAndContinue/EditAndContinueTestHelpers.cs +++ b/src/EditorFeatures/TestUtilities/EditAndContinue/EditAndContinueTestHelpers.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/EditAndContinue/Extensions.cs b/src/EditorFeatures/TestUtilities/EditAndContinue/Extensions.cs index a6651fc6b0407..14ac339f3f0b5 100644 --- a/src/EditorFeatures/TestUtilities/EditAndContinue/Extensions.cs +++ b/src/EditorFeatures/TestUtilities/EditAndContinue/Extensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/EditAndContinue/MatchingPair.cs b/src/EditorFeatures/TestUtilities/EditAndContinue/MatchingPair.cs index 8615ee98f5aa1..0dfd1632543e7 100644 --- a/src/EditorFeatures/TestUtilities/EditAndContinue/MatchingPair.cs +++ b/src/EditorFeatures/TestUtilities/EditAndContinue/MatchingPair.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/EditAndContinue/RudeEditDiagnosticDescription.cs b/src/EditorFeatures/TestUtilities/EditAndContinue/RudeEditDiagnosticDescription.cs index 09e02fe6440be..170ba2ee2c1fd 100644 --- a/src/EditorFeatures/TestUtilities/EditAndContinue/RudeEditDiagnosticDescription.cs +++ b/src/EditorFeatures/TestUtilities/EditAndContinue/RudeEditDiagnosticDescription.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/TestUtilities/EditAndContinue/SemanticEditDescription.cs b/src/EditorFeatures/TestUtilities/EditAndContinue/SemanticEditDescription.cs index c7d7556a0fe76..f98206d8f809e 100644 --- a/src/EditorFeatures/TestUtilities/EditAndContinue/SemanticEditDescription.cs +++ b/src/EditorFeatures/TestUtilities/EditAndContinue/SemanticEditDescription.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/EditAndContinue/TestActiveStatementTrackingService.cs b/src/EditorFeatures/TestUtilities/EditAndContinue/TestActiveStatementTrackingService.cs index 05d0a46488f95..8e4a2ecfdc51f 100644 --- a/src/EditorFeatures/TestUtilities/EditAndContinue/TestActiveStatementTrackingService.cs +++ b/src/EditorFeatures/TestUtilities/EditAndContinue/TestActiveStatementTrackingService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/EditorFactory.cs b/src/EditorFeatures/TestUtilities/EditorFactory.cs index a65a491a33064..049e362b2e3d0 100644 --- a/src/EditorFeatures/TestUtilities/EditorFactory.cs +++ b/src/EditorFeatures/TestUtilities/EditorFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Text; using System.Threading; diff --git a/src/EditorFeatures/TestUtilities/EventHookup/EventHookupWaiter.cs b/src/EditorFeatures/TestUtilities/EventHookup/EventHookupWaiter.cs index a07438524f86e..3d41183a9732c 100644 --- a/src/EditorFeatures/TestUtilities/EventHookup/EventHookupWaiter.cs +++ b/src/EditorFeatures/TestUtilities/EventHookup/EventHookupWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/EditorFeatures/TestUtilities/ExceptionUtilities.cs b/src/EditorFeatures/TestUtilities/ExceptionUtilities.cs index 2a1050c7dd119..995ece258f497 100644 --- a/src/EditorFeatures/TestUtilities/ExceptionUtilities.cs +++ b/src/EditorFeatures/TestUtilities/ExceptionUtilities.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/EditorFeatures/TestUtilities/Extensions/XElementExtensions.cs b/src/EditorFeatures/TestUtilities/Extensions/XElementExtensions.cs index c9bee8607418c..a7f6f75fee3da 100644 --- a/src/EditorFeatures/TestUtilities/Extensions/XElementExtensions.cs +++ b/src/EditorFeatures/TestUtilities/Extensions/XElementExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Xml.Linq; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/TestUtilities/ExtractInterface/AbstractExtractInterfaceTests.cs b/src/EditorFeatures/TestUtilities/ExtractInterface/AbstractExtractInterfaceTests.cs index 145ef694e1883..1d5d925621292 100644 --- a/src/EditorFeatures/TestUtilities/ExtractInterface/AbstractExtractInterfaceTests.cs +++ b/src/EditorFeatures/TestUtilities/ExtractInterface/AbstractExtractInterfaceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/EditorFeatures/TestUtilities/ExtractInterface/ExtractInterfaceTestState.cs b/src/EditorFeatures/TestUtilities/ExtractInterface/ExtractInterfaceTestState.cs index a737b085619d0..e8013f73de187 100644 --- a/src/EditorFeatures/TestUtilities/ExtractInterface/ExtractInterfaceTestState.cs +++ b/src/EditorFeatures/TestUtilities/ExtractInterface/ExtractInterfaceTestState.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/TestUtilities/ExtractInterface/TestExtractInterfaceOptions.cs b/src/EditorFeatures/TestUtilities/ExtractInterface/TestExtractInterfaceOptions.cs index 98b8c734d5e57..c173cc187bf2d 100644 --- a/src/EditorFeatures/TestUtilities/ExtractInterface/TestExtractInterfaceOptions.cs +++ b/src/EditorFeatures/TestUtilities/ExtractInterface/TestExtractInterfaceOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Composition; diff --git a/src/EditorFeatures/TestUtilities/KeywordHighlighting/AbstractKeywordHighlighterTests.cs b/src/EditorFeatures/TestUtilities/KeywordHighlighting/AbstractKeywordHighlighterTests.cs index ffcb420c34192..3ac26c5eb980c 100644 --- a/src/EditorFeatures/TestUtilities/KeywordHighlighting/AbstractKeywordHighlighterTests.cs +++ b/src/EditorFeatures/TestUtilities/KeywordHighlighting/AbstractKeywordHighlighterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/MoveType/AbstractMoveTypeTest.cs b/src/EditorFeatures/TestUtilities/MoveType/AbstractMoveTypeTest.cs index 09c2d40f70e9a..70d174dd823cb 100644 --- a/src/EditorFeatures/TestUtilities/MoveType/AbstractMoveTypeTest.cs +++ b/src/EditorFeatures/TestUtilities/MoveType/AbstractMoveTypeTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/NavigateTo/NavigateToTestAggregator.Callback.cs b/src/EditorFeatures/TestUtilities/NavigateTo/NavigateToTestAggregator.Callback.cs index ea2fc670ca232..cdbf7c7b932c8 100644 --- a/src/EditorFeatures/TestUtilities/NavigateTo/NavigateToTestAggregator.Callback.cs +++ b/src/EditorFeatures/TestUtilities/NavigateTo/NavigateToTestAggregator.Callback.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; diff --git a/src/EditorFeatures/TestUtilities/NavigateTo/NavigateToTestAggregator.cs b/src/EditorFeatures/TestUtilities/NavigateTo/NavigateToTestAggregator.cs index 98e92adfea789..d5836dc7c80f6 100644 --- a/src/EditorFeatures/TestUtilities/NavigateTo/NavigateToTestAggregator.cs +++ b/src/EditorFeatures/TestUtilities/NavigateTo/NavigateToTestAggregator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/EditorFeatures/TestUtilities/QuickInfo/AbstractQuickInfoSourceTests.cs b/src/EditorFeatures/TestUtilities/QuickInfo/AbstractQuickInfoSourceTests.cs index 3b3a51df36108..e68d14a46d754 100644 --- a/src/EditorFeatures/TestUtilities/QuickInfo/AbstractQuickInfoSourceTests.cs +++ b/src/EditorFeatures/TestUtilities/QuickInfo/AbstractQuickInfoSourceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading.Tasks; diff --git a/src/EditorFeatures/TestUtilities/QuickInfo/AbstractSemanticQuickInfoSourceTests.cs b/src/EditorFeatures/TestUtilities/QuickInfo/AbstractSemanticQuickInfoSourceTests.cs index 8c038aa824ea3..fa51f2e4dbca2 100644 --- a/src/EditorFeatures/TestUtilities/QuickInfo/AbstractSemanticQuickInfoSourceTests.cs +++ b/src/EditorFeatures/TestUtilities/QuickInfo/AbstractSemanticQuickInfoSourceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/EditorFeatures/TestUtilities/RenameTracking/MockPreviewDialogService.cs b/src/EditorFeatures/TestUtilities/RenameTracking/MockPreviewDialogService.cs index b00f8c7494d2e..1ffe113d6d938 100644 --- a/src/EditorFeatures/TestUtilities/RenameTracking/MockPreviewDialogService.cs +++ b/src/EditorFeatures/TestUtilities/RenameTracking/MockPreviewDialogService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Editor.Host; diff --git a/src/EditorFeatures/TestUtilities/RenameTracking/MockRefactorNotifyService.cs b/src/EditorFeatures/TestUtilities/RenameTracking/MockRefactorNotifyService.cs index bcb2f9fa4a46c..ed9c83a8df040 100644 --- a/src/EditorFeatures/TestUtilities/RenameTracking/MockRefactorNotifyService.cs +++ b/src/EditorFeatures/TestUtilities/RenameTracking/MockRefactorNotifyService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Runtime.InteropServices; diff --git a/src/EditorFeatures/TestUtilities/Semantics/SpeculationAnalyzerTestsBase.cs b/src/EditorFeatures/TestUtilities/Semantics/SpeculationAnalyzerTestsBase.cs index 9034f1dd2bd59..cfe55d6284d8a 100644 --- a/src/EditorFeatures/TestUtilities/Semantics/SpeculationAnalyzerTestsBase.cs +++ b/src/EditorFeatures/TestUtilities/Semantics/SpeculationAnalyzerTestsBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.IO; using System.Linq; diff --git a/src/EditorFeatures/TestUtilities/ServiceTestExportProvider.cs b/src/EditorFeatures/TestUtilities/ServiceTestExportProvider.cs index 60318532a2412..6a6ee3f3826c9 100644 --- a/src/EditorFeatures/TestUtilities/ServiceTestExportProvider.cs +++ b/src/EditorFeatures/TestUtilities/ServiceTestExportProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/TestUtilities/SignatureHelp/AbstractSignatureHelpProviderTests.cs b/src/EditorFeatures/TestUtilities/SignatureHelp/AbstractSignatureHelpProviderTests.cs index 2ea1c1e502ee7..e995cd36a4809 100644 --- a/src/EditorFeatures/TestUtilities/SignatureHelp/AbstractSignatureHelpProviderTests.cs +++ b/src/EditorFeatures/TestUtilities/SignatureHelp/AbstractSignatureHelpProviderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/EditorFeatures/TestUtilities/SignatureHelp/SignatureHelpTestItem.cs b/src/EditorFeatures/TestUtilities/SignatureHelp/SignatureHelpTestItem.cs index 2ee6308301945..20ce7a5a99797 100644 --- a/src/EditorFeatures/TestUtilities/SignatureHelp/SignatureHelpTestItem.cs +++ b/src/EditorFeatures/TestUtilities/SignatureHelp/SignatureHelpTestItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp { diff --git a/src/EditorFeatures/TestUtilities/Squiggles/AbstractSquiggleProducerTests.cs b/src/EditorFeatures/TestUtilities/Squiggles/AbstractSquiggleProducerTests.cs index 1f0fa2ac9d548..10775140a1579 100644 --- a/src/EditorFeatures/TestUtilities/Squiggles/AbstractSquiggleProducerTests.cs +++ b/src/EditorFeatures/TestUtilities/Squiggles/AbstractSquiggleProducerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/TestExportProvider.cs b/src/EditorFeatures/TestUtilities/TestExportProvider.cs index 4b42a017d6483..32e0505ec3492 100644 --- a/src/EditorFeatures/TestUtilities/TestExportProvider.cs +++ b/src/EditorFeatures/TestUtilities/TestExportProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/TestUtilities/TestExtensionErrorHandler.cs b/src/EditorFeatures/TestUtilities/TestExtensionErrorHandler.cs index 1d84cf7aa12db..664a69e9133a0 100644 --- a/src/EditorFeatures/TestUtilities/TestExtensionErrorHandler.cs +++ b/src/EditorFeatures/TestUtilities/TestExtensionErrorHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/TestOptionsServiceFactory.cs b/src/EditorFeatures/TestUtilities/TestOptionsServiceFactory.cs index dde9c6a424278..4f7edbcc3b713 100644 --- a/src/EditorFeatures/TestUtilities/TestOptionsServiceFactory.cs +++ b/src/EditorFeatures/TestUtilities/TestOptionsServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/TestWaitIndicator.cs b/src/EditorFeatures/TestUtilities/TestWaitIndicator.cs index a1a93c48902d9..df3fc127a558f 100644 --- a/src/EditorFeatures/TestUtilities/TestWaitIndicator.cs +++ b/src/EditorFeatures/TestUtilities/TestWaitIndicator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Composition; diff --git a/src/EditorFeatures/TestUtilities/Traits.cs b/src/EditorFeatures/TestUtilities/Traits.cs index a6ef1c43baded..f9f99ecf1f88d 100644 --- a/src/EditorFeatures/TestUtilities/Traits.cs +++ b/src/EditorFeatures/TestUtilities/Traits.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Roslyn.Test.Utilities { diff --git a/src/EditorFeatures/TestUtilities/TypeInferrer/TypeInferrerTestBase.cs b/src/EditorFeatures/TestUtilities/TypeInferrer/TypeInferrerTestBase.cs index da8c340a4ebe9..1654b8db2a7de 100644 --- a/src/EditorFeatures/TestUtilities/TypeInferrer/TypeInferrerTestBase.cs +++ b/src/EditorFeatures/TestUtilities/TypeInferrer/TypeInferrerTestBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading.Tasks; diff --git a/src/EditorFeatures/TestUtilities/Utilities/Options.cs b/src/EditorFeatures/TestUtilities/Utilities/Options.cs index 01b60b0b8a654..0d0f2fbd9f56f 100644 --- a/src/EditorFeatures/TestUtilities/Utilities/Options.cs +++ b/src/EditorFeatures/TestUtilities/Utilities/Options.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp; diff --git a/src/EditorFeatures/TestUtilities/Utilities/TestEditorOptions.cs b/src/EditorFeatures/TestUtilities/Utilities/TestEditorOptions.cs index e310261083878..f1ab5cbe8ed3f 100644 --- a/src/EditorFeatures/TestUtilities/Utilities/TestEditorOptions.cs +++ b/src/EditorFeatures/TestUtilities/Utilities/TestEditorOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Text; diff --git a/src/EditorFeatures/TestUtilities/Utilities/TestWaitContext.cs b/src/EditorFeatures/TestUtilities/Utilities/TestWaitContext.cs index 68564c26c6415..10bdd7736728a 100644 --- a/src/EditorFeatures/TestUtilities/Utilities/TestWaitContext.cs +++ b/src/EditorFeatures/TestUtilities/Utilities/TestWaitContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.Editor.Host; diff --git a/src/EditorFeatures/TestUtilities/VisualStudioSendKeys.cs b/src/EditorFeatures/TestUtilities/VisualStudioSendKeys.cs index a02fcacd45d64..51d11b660d5bf 100644 --- a/src/EditorFeatures/TestUtilities/VisualStudioSendKeys.cs +++ b/src/EditorFeatures/TestUtilities/VisualStudioSendKeys.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Workspaces/CSharpTestWorkspaceFixture.cs b/src/EditorFeatures/TestUtilities/Workspaces/CSharpTestWorkspaceFixture.cs index fab8ec6495284..8c0ce247537a5 100644 --- a/src/EditorFeatures/TestUtilities/Workspaces/CSharpTestWorkspaceFixture.cs +++ b/src/EditorFeatures/TestUtilities/Workspaces/CSharpTestWorkspaceFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/EditorFeatures/TestUtilities/Workspaces/MefTestWorkspace.cs b/src/EditorFeatures/TestUtilities/Workspaces/MefTestWorkspace.cs index a915493944f24..6fceb4dde4c91 100644 --- a/src/EditorFeatures/TestUtilities/Workspaces/MefTestWorkspace.cs +++ b/src/EditorFeatures/TestUtilities/Workspaces/MefTestWorkspace.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using System.Threading; diff --git a/src/EditorFeatures/TestUtilities/Workspaces/NoCompilationConstants.cs b/src/EditorFeatures/TestUtilities/Workspaces/NoCompilationConstants.cs index 0deaef8f0c7c0..5e8b2828e2aa4 100644 --- a/src/EditorFeatures/TestUtilities/Workspaces/NoCompilationConstants.cs +++ b/src/EditorFeatures/TestUtilities/Workspaces/NoCompilationConstants.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Workspaces/NoCompilationContentTypeDefinitions.cs b/src/EditorFeatures/TestUtilities/Workspaces/NoCompilationContentTypeDefinitions.cs index a8bbcedde7376..355538eb0230f 100644 --- a/src/EditorFeatures/TestUtilities/Workspaces/NoCompilationContentTypeDefinitions.cs +++ b/src/EditorFeatures/TestUtilities/Workspaces/NoCompilationContentTypeDefinitions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Workspaces/NoCompilationContentTypeLanguageService.cs b/src/EditorFeatures/TestUtilities/Workspaces/NoCompilationContentTypeLanguageService.cs index 5011b82f0c284..c3281249aa460 100644 --- a/src/EditorFeatures/TestUtilities/Workspaces/NoCompilationContentTypeLanguageService.cs +++ b/src/EditorFeatures/TestUtilities/Workspaces/NoCompilationContentTypeLanguageService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Workspaces/NoCompilationLanguageServiceFactory.cs b/src/EditorFeatures/TestUtilities/Workspaces/NoCompilationLanguageServiceFactory.cs index 2d3646c3d75de..069fa2d448215 100644 --- a/src/EditorFeatures/TestUtilities/Workspaces/NoCompilationLanguageServiceFactory.cs +++ b/src/EditorFeatures/TestUtilities/Workspaces/NoCompilationLanguageServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Workspaces/TestAddMetadataReferenceCodeActionOperationFactoryWorkspaceService.cs b/src/EditorFeatures/TestUtilities/Workspaces/TestAddMetadataReferenceCodeActionOperationFactoryWorkspaceService.cs index ac35ee38b5bcf..3207ffc9becd8 100644 --- a/src/EditorFeatures/TestUtilities/Workspaces/TestAddMetadataReferenceCodeActionOperationFactoryWorkspaceService.cs +++ b/src/EditorFeatures/TestUtilities/Workspaces/TestAddMetadataReferenceCodeActionOperationFactoryWorkspaceService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Workspaces/TestForegroundNotificationService.cs b/src/EditorFeatures/TestUtilities/Workspaces/TestForegroundNotificationService.cs index a1c5fb0419d41..02c0b6639d7b8 100644 --- a/src/EditorFeatures/TestUtilities/Workspaces/TestForegroundNotificationService.cs +++ b/src/EditorFeatures/TestUtilities/Workspaces/TestForegroundNotificationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Workspaces/TestFormattingRuleFactoryServiceFactory.cs b/src/EditorFeatures/TestUtilities/Workspaces/TestFormattingRuleFactoryServiceFactory.cs index b3bf97592c7f7..ef8339d4f6e11 100644 --- a/src/EditorFeatures/TestUtilities/Workspaces/TestFormattingRuleFactoryServiceFactory.cs +++ b/src/EditorFeatures/TestUtilities/Workspaces/TestFormattingRuleFactoryServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Workspaces/TestHostDocument.cs b/src/EditorFeatures/TestUtilities/Workspaces/TestHostDocument.cs index ff7fc26918752..015d6a3f12e9e 100644 --- a/src/EditorFeatures/TestUtilities/Workspaces/TestHostDocument.cs +++ b/src/EditorFeatures/TestUtilities/Workspaces/TestHostDocument.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Workspaces/TestHostProject.cs b/src/EditorFeatures/TestUtilities/Workspaces/TestHostProject.cs index 889366eea2946..480213b702c62 100644 --- a/src/EditorFeatures/TestUtilities/Workspaces/TestHostProject.cs +++ b/src/EditorFeatures/TestUtilities/Workspaces/TestHostProject.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Workspaces/TestHostSolution.cs b/src/EditorFeatures/TestUtilities/Workspaces/TestHostSolution.cs index dfb1bd308fe54..6f791637a3e76 100644 --- a/src/EditorFeatures/TestUtilities/Workspaces/TestHostSolution.cs +++ b/src/EditorFeatures/TestUtilities/Workspaces/TestHostSolution.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/EditorFeatures/TestUtilities/Workspaces/TestWorkspaceFixture.cs b/src/EditorFeatures/TestUtilities/Workspaces/TestWorkspaceFixture.cs index 27942d7f65a06..e385b443745d6 100644 --- a/src/EditorFeatures/TestUtilities/Workspaces/TestWorkspaceFixture.cs +++ b/src/EditorFeatures/TestUtilities/Workspaces/TestWorkspaceFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Workspaces/TestWorkspace_Create.cs b/src/EditorFeatures/TestUtilities/Workspaces/TestWorkspace_Create.cs index 8669a8ea31a11..3421cc8367672 100644 --- a/src/EditorFeatures/TestUtilities/Workspaces/TestWorkspace_Create.cs +++ b/src/EditorFeatures/TestUtilities/Workspaces/TestWorkspace_Create.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/TestUtilities/Workspaces/TestWorkspace_XmlConsumption.cs b/src/EditorFeatures/TestUtilities/Workspaces/TestWorkspace_XmlConsumption.cs index 6855e0afd0b63..e961233eed77f 100644 --- a/src/EditorFeatures/TestUtilities/Workspaces/TestWorkspace_XmlConsumption.cs +++ b/src/EditorFeatures/TestUtilities/Workspaces/TestWorkspace_XmlConsumption.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. extern alias WORKSPACES; using System; diff --git a/src/EditorFeatures/TestUtilities/Workspaces/TestWorkspace_XmlCreation.cs b/src/EditorFeatures/TestUtilities/Workspaces/TestWorkspace_XmlCreation.cs index ca0da7b7daba9..b1f0d00d5593e 100644 --- a/src/EditorFeatures/TestUtilities/Workspaces/TestWorkspace_XmlCreation.cs +++ b/src/EditorFeatures/TestUtilities/Workspaces/TestWorkspace_XmlCreation.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Xml.Linq; diff --git a/src/EditorFeatures/TestUtilities/Workspaces/VisualBasicTestWorkspaceFixture.cs b/src/EditorFeatures/TestUtilities/Workspaces/VisualBasicTestWorkspaceFixture.cs index 388269ce348ec..4f85463c89b50 100644 --- a/src/EditorFeatures/TestUtilities/Workspaces/VisualBasicTestWorkspaceFixture.cs +++ b/src/EditorFeatures/TestUtilities/Workspaces/VisualBasicTestWorkspaceFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/EditorFeatures/Text/Extensions.SnapshotSourceText.cs b/src/EditorFeatures/Text/Extensions.SnapshotSourceText.cs index 8f41e3dae7d36..718da77e25883 100644 --- a/src/EditorFeatures/Text/Extensions.SnapshotSourceText.cs +++ b/src/EditorFeatures/Text/Extensions.SnapshotSourceText.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Text/Extensions.TextBufferContainer.cs b/src/EditorFeatures/Text/Extensions.TextBufferContainer.cs index 5613245e8abd2..46f85bde8f9e2 100644 --- a/src/EditorFeatures/Text/Extensions.TextBufferContainer.cs +++ b/src/EditorFeatures/Text/Extensions.TextBufferContainer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/EditorFeatures/Text/Extensions.TextBufferMapper.cs b/src/EditorFeatures/Text/Extensions.TextBufferMapper.cs index c957a221838b8..122fbabce7a78 100644 --- a/src/EditorFeatures/Text/Extensions.TextBufferMapper.cs +++ b/src/EditorFeatures/Text/Extensions.TextBufferMapper.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.CompilerServices; diff --git a/src/EditorFeatures/Text/Extensions.cs b/src/EditorFeatures/Text/Extensions.cs index 4cf3888581065..9c7a78be28714 100644 --- a/src/EditorFeatures/Text/Extensions.cs +++ b/src/EditorFeatures/Text/Extensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/EditorFeatures/Text/Implementation/TextBufferFactoryService/ITextBufferCloneService.cs b/src/EditorFeatures/Text/Implementation/TextBufferFactoryService/ITextBufferCloneService.cs index cc37c51a3b166..d5ac82ca4943f 100644 --- a/src/EditorFeatures/Text/Implementation/TextBufferFactoryService/ITextBufferCloneService.cs +++ b/src/EditorFeatures/Text/Implementation/TextBufferFactoryService/ITextBufferCloneService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Host; using Microsoft.VisualStudio.Text; diff --git a/src/EditorFeatures/Text/Implementation/TextBufferFactoryService/TextBufferCloneServiceFactory.cs b/src/EditorFeatures/Text/Implementation/TextBufferFactoryService/TextBufferCloneServiceFactory.cs index 885a7f9efb175..91f1d10086582 100644 --- a/src/EditorFeatures/Text/Implementation/TextBufferFactoryService/TextBufferCloneServiceFactory.cs +++ b/src/EditorFeatures/Text/Implementation/TextBufferFactoryService/TextBufferCloneServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Host; diff --git a/src/EditorFeatures/Text/Shared/Extensions/ITextSnapshotExtensions.cs b/src/EditorFeatures/Text/Shared/Extensions/ITextSnapshotExtensions.cs index 7b31e404b870c..49e201ed27cfb 100644 --- a/src/EditorFeatures/Text/Shared/Extensions/ITextSnapshotExtensions.cs +++ b/src/EditorFeatures/Text/Shared/Extensions/ITextSnapshotExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Text; using Microsoft.VisualStudio.Text.Tagging; diff --git a/src/EditorFeatures/Text/Shared/Extensions/ITextSnapshotLineExtensions.cs b/src/EditorFeatures/Text/Shared/Extensions/ITextSnapshotLineExtensions.cs index b407d5a84630a..b28d9a10f3c13 100644 --- a/src/EditorFeatures/Text/Shared/Extensions/ITextSnapshotLineExtensions.cs +++ b/src/EditorFeatures/Text/Shared/Extensions/ITextSnapshotLineExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Shared.Extensions; diff --git a/src/EditorFeatures/Text/Shared/Extensions/TextSpanExtensions.cs b/src/EditorFeatures/Text/Shared/Extensions/TextSpanExtensions.cs index 9545687a242ca..3c491ee4f3e9f 100644 --- a/src/EditorFeatures/Text/Shared/Extensions/TextSpanExtensions.cs +++ b/src/EditorFeatures/Text/Shared/Extensions/TextSpanExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Text; using Roslyn.Utilities; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Binders/EEMethodBinder.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Binders/EEMethodBinder.cs index c65e9c725865b..93a618ee1984b 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Binders/EEMethodBinder.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Binders/EEMethodBinder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Binders/WithTypeArgumentsBinder.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Binders/WithTypeArgumentsBinder.cs index f5506a31b310a..6a7eb4ee5f87a 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Binders/WithTypeArgumentsBinder.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Binders/WithTypeArgumentsBinder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Symbols; using Roslyn.Utilities; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpCompileResult.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpCompileResult.cs index bfa7225e3c689..3a5c4abdfe992 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpCompileResult.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpCompileResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.ObjectModel; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpExpressionCompiler.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpExpressionCompiler.cs index 7eff5085f2a37..25d79cae88df0 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpExpressionCompiler.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpExpressionCompiler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpFrameDecoder.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpFrameDecoder.cs index 63ffdb55f5eb3..c2cb9058620d5 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpFrameDecoder.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpFrameDecoder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpInstructionDecoder.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpInstructionDecoder.cs index 9c19a8acbcc8c..f40f6be90b2a4 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpInstructionDecoder.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpInstructionDecoder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpLanguageInstructionDecoder.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpLanguageInstructionDecoder.cs index 6c0be8853f532..98b4466ba51ec 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpLanguageInstructionDecoder.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpLanguageInstructionDecoder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.ExpressionEvaluator; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpLocalAndMethod.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpLocalAndMethod.cs index 4c1e5e397b6a2..4c2f23dd656d5 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpLocalAndMethod.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpLocalAndMethod.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.ObjectModel; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpMetadataContext.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpMetadataContext.cs index 79ecdaa74dd09..34a348cfde6a1 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpMetadataContext.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpMetadataContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Linq; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/EETypeNameDecoder.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/EETypeNameDecoder.cs index 90cd52b2e7f56..939ead61781c8 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/EETypeNameDecoder.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/EETypeNameDecoder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Linq; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Rewriters/CapturedVariableRewriter.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Rewriters/CapturedVariableRewriter.cs index c700baae15971..7bb386fd50278 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Rewriters/CapturedVariableRewriter.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Rewriters/CapturedVariableRewriter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Roslyn.Utilities; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Rewriters/MayHaveSideEffectsVisitor.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Rewriters/MayHaveSideEffectsVisitor.cs index 1ae0eefe87af6..a65a02c8c2589 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Rewriters/MayHaveSideEffectsVisitor.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Rewriters/MayHaveSideEffectsVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator { diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Rewriters/PlaceholderLocalRewriter.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Rewriters/PlaceholderLocalRewriter.cs index 4b792444f9f7c..ddc1b2e377663 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Rewriters/PlaceholderLocalRewriter.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Rewriters/PlaceholderLocalRewriter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Symbols; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/DisplayClassInstance.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/DisplayClassInstance.cs index 3eb480da94916..8cde10af673ce 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/DisplayClassInstance.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/DisplayClassInstance.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Symbols; using System; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EEConstructorSymbol.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EEConstructorSymbol.cs index 8207923ab499a..f596f7ad42139 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EEConstructorSymbol.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EEConstructorSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using Microsoft.CodeAnalysis.CSharp.Symbols; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EEDisplayClassFieldLocalSymbol.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EEDisplayClassFieldLocalSymbol.cs index 12c1fae829059..4f29cbd5b876c 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EEDisplayClassFieldLocalSymbol.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EEDisplayClassFieldLocalSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Symbols; using System.Collections.Immutable; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EELocalConstantSymbol.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EELocalConstantSymbol.cs index 7a371782dd45d..a08ac4d8316ab 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EELocalConstantSymbol.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EELocalConstantSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using Microsoft.CodeAnalysis.CSharp.Symbols; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EELocalSymbol.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EELocalSymbol.cs index bde9507031620..d604dcce76a54 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EELocalSymbol.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EELocalSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EELocalSymbolBase.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EELocalSymbolBase.cs index dbc962592920d..cb8b322437b71 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EELocalSymbolBase.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EELocalSymbolBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EENamedTypeSymbol.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EENamedTypeSymbol.cs index e75c7ec9cc4b2..5433d81edbb22 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EENamedTypeSymbol.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EENamedTypeSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EETypeParameterSymbol.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EETypeParameterSymbol.cs index b08c9b080d789..4de75ef527a91 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EETypeParameterSymbol.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/EETypeParameterSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/ExceptionLocalSymbol.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/ExceptionLocalSymbol.cs index e13a97b55e053..cfd84da643d21 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/ExceptionLocalSymbol.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/ExceptionLocalSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Symbols; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/ObjectAddressLocalSymbol.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/ObjectAddressLocalSymbol.cs index 93eb7a24e0db0..132e129c6226e 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/ObjectAddressLocalSymbol.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/ObjectAddressLocalSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Diagnostics; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/ObjectIdLocalSymbol.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/ObjectIdLocalSymbol.cs index 2a6de12ec863b..c7baab1f09711 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/ObjectIdLocalSymbol.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/ObjectIdLocalSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.ExpressionEvaluator; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/PlaceholderMethodSymbol.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/PlaceholderMethodSymbol.cs index bf5e53fc881ed..99a638967f7a5 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/PlaceholderMethodSymbol.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/PlaceholderMethodSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/ReturnValueLocalSymbol.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/ReturnValueLocalSymbol.cs index 3626a73b415a2..dbcc521060711 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/ReturnValueLocalSymbol.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/ReturnValueLocalSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.ExpressionEvaluator; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/SimpleTypeParameterSymbol.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/SimpleTypeParameterSymbol.cs index 40e070d67f3b6..fad03dd5e587a 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/SimpleTypeParameterSymbol.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/SimpleTypeParameterSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Symbols; using Roslyn.Utilities; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/SynthesizedContextMethodSymbol.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/SynthesizedContextMethodSymbol.cs index 9142b5edcb6c5..c41534c9cf995 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/SynthesizedContextMethodSymbol.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Symbols/SynthesizedContextMethodSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/TypeParameterChecker.cs b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/TypeParameterChecker.cs index abf6340c004bb..6041e62c93589 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/TypeParameterChecker.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/TypeParameterChecker.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Diagnostics; diff --git a/src/ExpressionEvaluator/CSharp/Source/ResultProvider/CSharpFormatter.TypeNames.cs b/src/ExpressionEvaluator/CSharp/Source/ResultProvider/CSharpFormatter.TypeNames.cs index ca3cd8b5f27c1..ffea2124a8b99 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ResultProvider/CSharpFormatter.TypeNames.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ResultProvider/CSharpFormatter.TypeNames.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.ObjectModel; using System.Diagnostics; diff --git a/src/ExpressionEvaluator/CSharp/Source/ResultProvider/CSharpResultProvider.cs b/src/ExpressionEvaluator/CSharp/Source/ResultProvider/CSharpResultProvider.cs index c9cf06aae7ad5..5c57018edfd19 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ResultProvider/CSharpResultProvider.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ResultProvider/CSharpResultProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.ExpressionEvaluator; diff --git a/src/ExpressionEvaluator/CSharp/Source/ResultProvider/Helpers/Placeholders.cs b/src/ExpressionEvaluator/CSharp/Source/ResultProvider/Helpers/Placeholders.cs index 136d94e59b52d..cf61315caf86b 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ResultProvider/Helpers/Placeholders.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ResultProvider/Helpers/Placeholders.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp; diff --git a/src/ExpressionEvaluator/CSharp/Source/ResultProvider/Helpers/TypeExtensions.cs b/src/ExpressionEvaluator/CSharp/Source/ResultProvider/Helpers/TypeExtensions.cs index 61b2a90853672..533e89d81ce5d 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ResultProvider/Helpers/TypeExtensions.cs +++ b/src/ExpressionEvaluator/CSharp/Source/ResultProvider/Helpers/TypeExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.ExpressionEvaluator; diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/AccessibilityTests.cs b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/AccessibilityTests.cs index 127beba73e6bc..7d040e36ed606 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/AccessibilityTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/AccessibilityTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/DebuggerDisplayAttributeTests.cs b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/DebuggerDisplayAttributeTests.cs index a3113c3333987..e720a7357af60 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/DebuggerDisplayAttributeTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/DebuggerDisplayAttributeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using Microsoft.CodeAnalysis.CodeGen; diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/DeclarationTests.cs b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/DeclarationTests.cs index b699f97ff8409..deb0180f7d84a 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/DeclarationTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/DeclarationTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using Microsoft.CodeAnalysis.CodeGen; diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ManagedAddressOfTests.cs b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ManagedAddressOfTests.cs index 849714463dddc..9684965b95f8f 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ManagedAddressOfTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ManagedAddressOfTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.CSharp.Symbols; diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/MethodContextReuseConstraintsTests.cs b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/MethodContextReuseConstraintsTests.cs index 612ac264e01bd..ab97199769bfd 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/MethodContextReuseConstraintsTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/MethodContextReuseConstraintsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/MissingAssemblyTests.cs b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/MissingAssemblyTests.cs index ee753a4b9dee4..4b23f690ea563 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/MissingAssemblyTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/MissingAssemblyTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/NoPIATests.cs b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/NoPIATests.cs index b4dde9930025d..2a4a1d11ac861 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/NoPIATests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/NoPIATests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/PseudoVariableTests.cs b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/PseudoVariableTests.cs index a5266b778f810..6e5f7ae1b4c20 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/PseudoVariableTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/PseudoVariableTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ResultPropertiesTests.cs b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ResultPropertiesTests.cs index 8072a9453c8f2..1de5d50e28ecc 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ResultPropertiesTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ResultPropertiesTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Linq; diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/UsingDebugInfoTests.cs b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/UsingDebugInfoTests.cs index 5510c2a3100ae..c5d0b98afb10d 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/UsingDebugInfoTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/UsingDebugInfoTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/WinMdTests.cs b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/WinMdTests.cs index 7676c653a83be..39a75738ea0fd 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/WinMdTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/WinMdTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/AccessibilityTests.cs b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/AccessibilityTests.cs index b63548c8b7d9b..a0e755d4764be 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/AccessibilityTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/AccessibilityTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.ExpressionEvaluator; diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ArrayExpansionTests.cs b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ArrayExpansionTests.cs index b100bcd398f5d..08a30e00cf4df 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ArrayExpansionTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ArrayExpansionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.ExpressionEvaluator; diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTestBase.cs b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTestBase.cs index d80b05ad8d100..245573c8902c1 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTestBase.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTestBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DebuggerBrowsableAttributeTests.cs b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DebuggerBrowsableAttributeTests.cs index a5a69dc550395..4b8d93d6fecad 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DebuggerBrowsableAttributeTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DebuggerBrowsableAttributeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Reflection; using Microsoft.CodeAnalysis.ExpressionEvaluator; diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DebuggerDisplayAttributeTests.cs b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DebuggerDisplayAttributeTests.cs index 8ad3e51f59e76..7f3ad84fe83b3 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DebuggerDisplayAttributeTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DebuggerDisplayAttributeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DebuggerTypeProxyAttributeTests.cs b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DebuggerTypeProxyAttributeTests.cs index a3d2a9b10f443..ab45f69bcb15a 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DebuggerTypeProxyAttributeTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DebuggerTypeProxyAttributeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.ExpressionEvaluator; using Microsoft.VisualStudio.Debugger.Evaluation; diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DebuggerVisualizerAttributeTests.cs b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DebuggerVisualizerAttributeTests.cs index e7cbf67c7d610..a39e109b82261 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DebuggerVisualizerAttributeTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DebuggerVisualizerAttributeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.ExpressionEvaluator; diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DynamicFlagsCustomTypeInfoTests.cs b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DynamicFlagsCustomTypeInfoTests.cs index 6cf4b5fdbe86d..1113b207f4c81 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DynamicFlagsCustomTypeInfoTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DynamicFlagsCustomTypeInfoTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.ObjectModel; diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DynamicTests.cs b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DynamicTests.cs index d4ba508b5f6a0..36cb67d658214 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DynamicTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/DynamicTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ExpansionTests.cs b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ExpansionTests.cs index cf378264e279f..7c5410715ab74 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ExpansionTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ExpansionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/FormatSpecifierTests.cs b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/FormatSpecifierTests.cs index 4143524cf8bfd..0da1acbdcced8 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/FormatSpecifierTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/FormatSpecifierTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.ExpressionEvaluator; using Microsoft.VisualStudio.Debugger.Clr; diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/FullNameTests.cs b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/FullNameTests.cs index 593e82e1235c3..ace1e5becf01e 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/FullNameTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/FullNameTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/Helpers/TestTypeExtensions.cs b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/Helpers/TestTypeExtensions.cs index 987389acc0691..63a19c2dd5a9a 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/Helpers/TestTypeExtensions.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/Helpers/TestTypeExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using Microsoft.CodeAnalysis.ExpressionEvaluator; diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ObjectIdTests.cs b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ObjectIdTests.cs index d633a1d043fbb..2c50ae23ddfa1 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ObjectIdTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ObjectIdTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.ExpressionEvaluator; using Microsoft.VisualStudio.Debugger.Clr; diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ResultsViewTests.cs b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ResultsViewTests.cs index c3b7c109535bd..12d84b0445327 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ResultsViewTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ResultsViewTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/TypeNameFormatterTests.cs b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/TypeNameFormatterTests.cs index 4a4ce444f0117..143e5b8a3f8cd 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/TypeNameFormatterTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/TypeNameFormatterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/TypeVariablesExpansionTests.cs b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/TypeVariablesExpansionTests.cs index c841fbd19113b..41e03e255902c 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/TypeVariablesExpansionTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/TypeVariablesExpansionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.ExpressionEvaluator; diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ValueFormattingTests.cs b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ValueFormattingTests.cs index a6380f1791b4c..626d7a6aa1ea9 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ValueFormattingTests.cs +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/ValueFormattingTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Globalization; diff --git a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/AbstractTypeParameterChecker.cs b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/AbstractTypeParameterChecker.cs index 18e6fec5bfd87..a5cb623787637 100644 --- a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/AbstractTypeParameterChecker.cs +++ b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/AbstractTypeParameterChecker.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/AssemblyReaders.cs b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/AssemblyReaders.cs index d3ad4329e33b2..57b21905cc36a 100644 --- a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/AssemblyReaders.cs +++ b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/AssemblyReaders.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Reflection.Metadata; diff --git a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/AssemblyReference.cs b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/AssemblyReference.cs index 9b59f2a97eb61..8378db7be5ea2 100644 --- a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/AssemblyReference.cs +++ b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/AssemblyReference.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.Cci; using Microsoft.CodeAnalysis.Emit; diff --git a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/CompileResult.cs b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/CompileResult.cs index 11acadf941049..42cb73d5e3c4e 100644 --- a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/CompileResult.cs +++ b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/CompileResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.ObjectModel; diff --git a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionCompilerConstants.cs b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionCompilerConstants.cs index 0b3ab1e94694d..4a17766f26b3b 100644 --- a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionCompilerConstants.cs +++ b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionCompilerConstants.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionCompilerUtilities.cs b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionCompilerUtilities.cs index 8fbe11e545dba..df3fca2863f13 100644 --- a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionCompilerUtilities.cs +++ b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionCompilerUtilities.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionEvaluatorFatalError.cs b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionEvaluatorFatalError.cs index 7fcd13f50ddd6..d64dab7994b90 100644 --- a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionEvaluatorFatalError.cs +++ b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionEvaluatorFatalError.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ImmutableArrayExtensions.cs b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ImmutableArrayExtensions.cs index a2d8ed66e8472..cb7ffc5a6e74e 100644 --- a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ImmutableArrayExtensions.cs +++ b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ImmutableArrayExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/LanguageInstructionDecoder.cs b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/LanguageInstructionDecoder.cs index 71569105d3ab5..973530b6eacef 100644 --- a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/LanguageInstructionDecoder.cs +++ b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/LanguageInstructionDecoder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/LocalAndMethod.cs b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/LocalAndMethod.cs index 8bab66151b338..e50272bbda287 100644 --- a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/LocalAndMethod.cs +++ b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/LocalAndMethod.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation; using System; diff --git a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/MetadataBlock.cs b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/MetadataBlock.cs index 9f952d9a20e66..622d19590147a 100644 --- a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/MetadataBlock.cs +++ b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/MetadataBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/MethodContextReuseConstraints.cs b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/MethodContextReuseConstraints.cs index 4f7afd0437716..8f5c09225d347 100644 --- a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/MethodContextReuseConstraints.cs +++ b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/MethodContextReuseConstraints.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/PDB/HoisedLocalScopeRecord.cs b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/PDB/HoisedLocalScopeRecord.cs index 3165d0c9836e1..0bdbf8749837f 100644 --- a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/PDB/HoisedLocalScopeRecord.cs +++ b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/PDB/HoisedLocalScopeRecord.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.ExpressionEvaluator { diff --git a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/PseudoVariableUtilities.cs b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/PseudoVariableUtilities.cs index 2e2c6a6c67e4b..7f6671366b62c 100644 --- a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/PseudoVariableUtilities.cs +++ b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/PseudoVariableUtilities.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Debugger.Clr; using Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation; diff --git a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ResultProperties.cs b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ResultProperties.cs index 58b4432084452..9c61a4a4ecd74 100644 --- a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ResultProperties.cs +++ b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ResultProperties.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Debugger.Evaluation; using Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/AggregateExpansion.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/AggregateExpansion.cs index 3c2c714b49804..72c018e11f5c6 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/AggregateExpansion.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/AggregateExpansion.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Debugger.Evaluation; using Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/ArrayExpansion.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/ArrayExpansion.cs index 7a5d1f197d74b..603dd6fe80fc5 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/ArrayExpansion.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/ArrayExpansion.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.ObjectModel; using System.Diagnostics; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/DebuggerTypeProxyExpansion.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/DebuggerTypeProxyExpansion.cs index 712da76bf0479..e6522bcfe24f1 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/DebuggerTypeProxyExpansion.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/DebuggerTypeProxyExpansion.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Debugger.Evaluation; using Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/Expansion.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/Expansion.cs index c5473256d70e1..189f88772b47d 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/Expansion.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/Expansion.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.Debugger.Evaluation; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/MemberExpansion.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/MemberExpansion.cs index fbe3a7d9b5d28..b9a080374a855 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/MemberExpansion.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/MemberExpansion.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.ObjectModel; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/PointerDereferenceExpansion.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/PointerDereferenceExpansion.cs index e44e819239958..9aafa28244181 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/PointerDereferenceExpansion.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/PointerDereferenceExpansion.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics; using Microsoft.VisualStudio.Debugger.ComponentInterfaces; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/ResultsViewExpansion.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/ResultsViewExpansion.cs index 20cedce5ae9be..42c54626c26b5 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/ResultsViewExpansion.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/ResultsViewExpansion.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.ObjectModel; using System.Diagnostics; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/TypeVariablesExpansion.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/TypeVariablesExpansion.cs index c99e498308a1b..41f2646c86bc3 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/TypeVariablesExpansion.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/TypeVariablesExpansion.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Formatter.Values.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Formatter.Values.cs index af00f3bbdbfff..ae07e2cee584a 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Formatter.Values.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Formatter.Values.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.ObjectModel; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/CustomTypeInfoTypeArgumentMap.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/CustomTypeInfoTypeArgumentMap.cs index 33a7b9552b5a6..9e3149efa9416 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/CustomTypeInfoTypeArgumentMap.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/CustomTypeInfoTypeArgumentMap.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation; using System; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/DkmClrValueFlagsExtensions.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/DkmClrValueFlagsExtensions.cs index cf9e89c344d93..f962396d94781 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/DkmClrValueFlagsExtensions.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/DkmClrValueFlagsExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Debugger.Evaluation; using Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/DkmEvaluationResultFlagsExtensions.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/DkmEvaluationResultFlagsExtensions.cs index 56675655c9b13..65dbbc36f75c8 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/DkmEvaluationResultFlagsExtensions.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/DkmEvaluationResultFlagsExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Debugger.Evaluation; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/EnumContextDataItem.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/EnumContextDataItem.cs index bd529d4617a60..ed888921f434f 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/EnumContextDataItem.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/EnumContextDataItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Debugger; using Microsoft.VisualStudio.Debugger.Evaluation; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/EvalResultDataItem.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/EvalResultDataItem.cs index def9125f705ed..200bb00879df3 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/EvalResultDataItem.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/EvalResultDataItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.ObjectModel; using System.Diagnostics; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/GeneratedMetadataNames.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/GeneratedMetadataNames.cs index 49f1ecb4eaf28..07d5a90af0232 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/GeneratedMetadataNames.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/GeneratedMetadataNames.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/HashFunctions.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/HashFunctions.cs index 71a40cb0a3cc5..c3a22001e14f7 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/HashFunctions.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/HashFunctions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/InternalWellKnownMemberNames.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/InternalWellKnownMemberNames.cs index 939de86e2c564..fff737da34b62 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/InternalWellKnownMemberNames.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/InternalWellKnownMemberNames.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.ExpressionEvaluator { diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/MemberAndDeclarationInfo.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/MemberAndDeclarationInfo.cs index b707fa375273b..72415ec1512ce 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/MemberAndDeclarationInfo.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/MemberAndDeclarationInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/RawStringDataItem.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/RawStringDataItem.cs index 4f47636dfe4a6..914c2b0e63242 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/RawStringDataItem.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/RawStringDataItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Debugger; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/TypeAndCustomInfo.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/TypeAndCustomInfo.cs index 6bcf7427aff38..4f04e851a5f75 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/TypeAndCustomInfo.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/TypeAndCustomInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics; using Microsoft.VisualStudio.Debugger.Clr; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/TypeHelpers.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/TypeHelpers.cs index e9a9873825d42..494af5b772fdf 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/TypeHelpers.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/TypeHelpers.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/TypeWalker.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/TypeWalker.cs index 0c97a30d7cdc4..7c2f25c6c2430 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/TypeWalker.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/TypeWalker.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/Helpers/Placeholders.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/Helpers/Placeholders.cs index 49e01b7bbfff9..641ca09be67ca 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/Helpers/Placeholders.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/Helpers/Placeholders.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis { diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/ResultProvider.cs b/src/ExpressionEvaluator/Core/Source/ResultProvider/ResultProvider.cs index 80a84709d5ab5..eb4fa1bf6e0ea 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/ResultProvider.cs +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/ResultProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #pragma warning disable CA1825 // Avoid zero-length array allocations. using System; diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/CustomDiagnosticFormatter.cs b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/CustomDiagnosticFormatter.cs index 24b36e8bd7818..33cbe0684d758 100644 --- a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/CustomDiagnosticFormatter.cs +++ b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/CustomDiagnosticFormatter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Globalization; diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ModuleInstance.cs b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ModuleInstance.cs index 7488258c56e65..7cbebfbc0615f 100644 --- a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ModuleInstance.cs +++ b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ModuleInstance.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/NotImplementedSymUnmanaged.cs b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/NotImplementedSymUnmanaged.cs index 08215ac73df5c..0df9f9c20a1f0 100644 --- a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/NotImplementedSymUnmanaged.cs +++ b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/NotImplementedSymUnmanaged.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices.ComTypes; diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrAppDomain.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrAppDomain.cs index a21b26306fa6d..11edbc58b675c 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrAppDomain.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrAppDomain.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrDebuggerBrowsableAttribute.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrDebuggerBrowsableAttribute.cs index 8cf85d90574b9..422abf01ea065 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrDebuggerBrowsableAttribute.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrDebuggerBrowsableAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrDebuggerDisplayAttribute.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrDebuggerDisplayAttribute.cs index 8c4595083fe3f..1a6580020f187 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrDebuggerDisplayAttribute.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrDebuggerDisplayAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // C:\Enlistments\Roslyn2\_Download\Concord\0.0.1+b140327.201033\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrDebuggerTypeProxyAttribute.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrDebuggerTypeProxyAttribute.cs index e887d637f1c66..db06a5916bf8c 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrDebuggerTypeProxyAttribute.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrDebuggerTypeProxyAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrDebuggerVisualizerAttribute.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrDebuggerVisualizerAttribute.cs index a4b33a8735356..fcf99dd3a38ee 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrDebuggerVisualizerAttribute.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrDebuggerVisualizerAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrEvalAttribute.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrEvalAttribute.cs index 59d9868045455..589fef59b0f14 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrEvalAttribute.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrEvalAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrModuleInstance.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrModuleInstance.cs index b7773cd3eea27..6ae91b6b569a4 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrModuleInstance.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrModuleInstance.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrRuntimeInstance.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrRuntimeInstance.cs index c2532c24f7c9f..4ef790208f0b3 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrRuntimeInstance.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrRuntimeInstance.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrType.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrType.cs index 0d42de2c88876..33ed091cf62a3 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrType.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrValueFlags.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrValueFlags.cs index f2a091324cda7..60037bd79e7fa 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrValueFlags.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrValueFlags.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmContinueCorruptingException.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmContinueCorruptingException.cs index c8785eb5df71b..9350a8468b5d7 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmContinueCorruptingException.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmContinueCorruptingException.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // Closed\References\Debugger\Concord\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmCustomUIVisualizerInfo.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmCustomUIVisualizerInfo.cs index 0826be2fac456..ead7ff13e1262 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmCustomUIVisualizerInfo.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmCustomUIVisualizerInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmDataContainer.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmDataContainer.cs index 015f294e060d3..0653f2f989c93 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmDataContainer.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmDataContainer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmDataItem.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmDataItem.cs index df51a5c2db9ff..5bf57091e492a 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmDataItem.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmDataItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll #endregion diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationEnumAsyncResult.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationEnumAsyncResult.cs index cef3e4a1efca6..0635dcc0e187f 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationEnumAsyncResult.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationEnumAsyncResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationFlags.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationFlags.cs index c73b82459ee62..3b38dd5326aca 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationFlags.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationFlags.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationResult.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationResult.cs index fee0c9d8ccb53..cd71952cfae99 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationResult.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationResultCategory.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationResultCategory.cs index 77b4143bdee9e..d5d5f3cc50f4f 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationResultCategory.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationResultCategory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.VisualStudio.Debugger.Evaluation { diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationResultEnumContext.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationResultEnumContext.cs index 7ff6fb732de52..a4c5fea9e3774 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationResultEnumContext.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationResultEnumContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationResultFlags.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationResultFlags.cs index ad6d86ac7f082..da52302af19e4 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationResultFlags.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationResultFlags.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmException.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmException.cs index 0b26e09d61233..cc19bc77974a9 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmException.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmException.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\Concord\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmExceptionCode.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmExceptionCode.cs index 59e772787f8dd..704cd683b98dc 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmExceptionCode.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmExceptionCode.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\Concord\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmFailedEvaluationResult.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmFailedEvaluationResult.cs index 841decfdc33ba..bcd13f3b8db23 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmFailedEvaluationResult.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmFailedEvaluationResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmGetChildrenAsyncResult.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmGetChildrenAsyncResult.cs index 1219a9bc7e261..bc22e7518d889 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmGetChildrenAsyncResult.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmGetChildrenAsyncResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmInspectionContext.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmInspectionContext.cs index 7e9a0951b11a5..79c92e2994de6 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmInspectionContext.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmInspectionContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmMisc.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmMisc.cs index e0c6a7d2f52d9..cb97bdcccc7a2 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmMisc.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmMisc.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmModule.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmModule.cs index e4fe0b21b9c16..5233ce844010e 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmModule.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmModule.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmModuleInstance.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmModuleInstance.cs index 2eec2658a7d9c..9b86b33bb5fdb 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmModuleInstance.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmModuleInstance.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmReportNonFatalWatsonExceptionAttribute.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmReportNonFatalWatsonExceptionAttribute.cs index 173844e85c90e..a3c87139488e4 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmReportNonFatalWatsonExceptionAttribute.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmReportNonFatalWatsonExceptionAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // Closed\References\Debugger\Concord\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmSuccessEvaluationResult.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmSuccessEvaluationResult.cs index afb93d5c58f75..b6e41ca4cfcc0 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmSuccessEvaluationResult.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmSuccessEvaluationResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/IDkmClrFormatter.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/IDkmClrFormatter.cs index 9e0143828fb81..24ee096056d10 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/IDkmClrFormatter.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/IDkmClrFormatter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/IDkmClrResultProvider.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/IDkmClrResultProvider.cs index 7ab553df8ab23..d596d7cd4c117 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/IDkmClrResultProvider.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/IDkmClrResultProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microsoft.VisualStudio.Debugger.Engine.dll diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/AssemblyImpl.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/AssemblyImpl.cs index c01caa92d4893..26e96caa66341 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/AssemblyImpl.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/AssemblyImpl.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/ConstructorInfoImpl.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/ConstructorInfoImpl.cs index c074128735d3c..f1ae954625605 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/ConstructorInfoImpl.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/ConstructorInfoImpl.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/CustomAttributeDataImpl.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/CustomAttributeDataImpl.cs index 7dc18463ac135..05534b16cdb2c 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/CustomAttributeDataImpl.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/CustomAttributeDataImpl.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/EventInfoImpl.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/EventInfoImpl.cs index e570ec488a77e..357cc086b8904 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/EventInfoImpl.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/EventInfoImpl.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/FieldInfoImpl.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/FieldInfoImpl.cs index ef555448a3575..97fbfa83592c2 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/FieldInfoImpl.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/FieldInfoImpl.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/MethodInfoImpl.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/MethodInfoImpl.cs index 8b8db7beadd0d..77c8f00b6be03 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/MethodInfoImpl.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/MethodInfoImpl.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/ModuleImpl.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/ModuleImpl.cs index 03d4a92e56503..5fbce6622d7db 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/ModuleImpl.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/ModuleImpl.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/ParameterInfoImpl.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/ParameterInfoImpl.cs index a3d032256e2c3..834bba3126369 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/ParameterInfoImpl.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/ParameterInfoImpl.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/PropertyInfoImpl.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/PropertyInfoImpl.cs index 25d2389ec9abe..0b73dd1cb3f93 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/PropertyInfoImpl.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/PropertyInfoImpl.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/TypeImpl.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/TypeImpl.cs index 637d120dcb4ba..0dc6f67b46303 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/TypeImpl.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/TypeImpl.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/ReflectionUtilities.cs b/src/ExpressionEvaluator/Core/Test/ResultProvider/ReflectionUtilities.cs index e96ab4d20b8ba..d0cef40e9c36a 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/ReflectionUtilities.cs +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/ReflectionUtilities.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Debugger.Clr; using System; diff --git a/src/ExpressionEvaluator/Package/AssemblyRedirects.cs b/src/ExpressionEvaluator/Package/AssemblyRedirects.cs index 9cf42197b0353..707157d7d9880 100644 --- a/src/ExpressionEvaluator/Package/AssemblyRedirects.cs +++ b/src/ExpressionEvaluator/Package/AssemblyRedirects.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Roslyn.VisualStudio.Setup; diff --git a/src/Features/CSharp/Portable/AddBraces/CSharpAddBracesCodeFixProvider.cs b/src/Features/CSharp/Portable/AddBraces/CSharpAddBracesCodeFixProvider.cs index 00992e8fe507a..46f6ff1c12347 100644 --- a/src/Features/CSharp/Portable/AddBraces/CSharpAddBracesCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/AddBraces/CSharpAddBracesCodeFixProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Immutable; using System.Composition; using System.Linq; diff --git a/src/Features/CSharp/Portable/AddBraces/CSharpAddBracesDiagnosticAnalyzer.cs b/src/Features/CSharp/Portable/AddBraces/CSharpAddBracesDiagnosticAnalyzer.cs index bd572fac27e5a..8a8f7224b8070 100644 --- a/src/Features/CSharp/Portable/AddBraces/CSharpAddBracesDiagnosticAnalyzer.cs +++ b/src/Features/CSharp/Portable/AddBraces/CSharpAddBracesDiagnosticAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using Microsoft.CodeAnalysis.CodeStyle; diff --git a/src/Features/CSharp/Portable/AddImport/CSharpAddImportCodeFixProvider.cs b/src/Features/CSharp/Portable/AddImport/CSharpAddImportCodeFixProvider.cs index 45001698815c4..3c0777240836b 100644 --- a/src/Features/CSharp/Portable/AddImport/CSharpAddImportCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/AddImport/CSharpAddImportCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Composition; diff --git a/src/Features/CSharp/Portable/AddImport/CSharpAddImportDiagnosticProvider.cs b/src/Features/CSharp/Portable/AddImport/CSharpAddImportDiagnosticProvider.cs index 0cee9df3252eb..5287713a75c38 100644 --- a/src/Features/CSharp/Portable/AddImport/CSharpAddImportDiagnosticProvider.cs +++ b/src/Features/CSharp/Portable/AddImport/CSharpAddImportDiagnosticProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Diagnostics; diff --git a/src/Features/CSharp/Portable/AddMissingReference/CSharpAddMissingReferenceCodeFixProvider.cs b/src/Features/CSharp/Portable/AddMissingReference/CSharpAddMissingReferenceCodeFixProvider.cs index dbfbe71059176..f36ba71d06776 100644 --- a/src/Features/CSharp/Portable/AddMissingReference/CSharpAddMissingReferenceCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/AddMissingReference/CSharpAddMissingReferenceCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Composition; diff --git a/src/Features/CSharp/Portable/ChangeSignature/CSharpChangeSignatureService.cs b/src/Features/CSharp/Portable/ChangeSignature/CSharpChangeSignatureService.cs index 0fd32b80ed720..cbe06ce6baf55 100644 --- a/src/Features/CSharp/Portable/ChangeSignature/CSharpChangeSignatureService.cs +++ b/src/Features/CSharp/Portable/ChangeSignature/CSharpChangeSignatureService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/ChangeSignature/ChangeSignatureFormattingRule.cs b/src/Features/CSharp/Portable/ChangeSignature/ChangeSignatureFormattingRule.cs index 81901e664adf4..9320c15682bab 100644 --- a/src/Features/CSharp/Portable/ChangeSignature/ChangeSignatureFormattingRule.cs +++ b/src/Features/CSharp/Portable/ChangeSignature/ChangeSignatureFormattingRule.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/ChangeSignature/UnifiedArgumentSyntax.cs b/src/Features/CSharp/Portable/ChangeSignature/UnifiedArgumentSyntax.cs index 609d417da8577..a6856440c5b43 100644 --- a/src/Features/CSharp/Portable/ChangeSignature/UnifiedArgumentSyntax.cs +++ b/src/Features/CSharp/Portable/ChangeSignature/UnifiedArgumentSyntax.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics; using Microsoft.CodeAnalysis.ChangeSignature; diff --git a/src/Features/CSharp/Portable/CodeFixes/Async/CSharpAddAwaitCodeFixProvider.cs b/src/Features/CSharp/Portable/CodeFixes/Async/CSharpAddAwaitCodeFixProvider.cs index 3fece379933c1..bc3272d8d04a1 100644 --- a/src/Features/CSharp/Portable/CodeFixes/Async/CSharpAddAwaitCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/CodeFixes/Async/CSharpAddAwaitCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Composition; diff --git a/src/Features/CSharp/Portable/CodeFixes/Async/CSharpConvertToAsyncMethodCodeFixProvider.cs b/src/Features/CSharp/Portable/CodeFixes/Async/CSharpConvertToAsyncMethodCodeFixProvider.cs index b7b20370c8869..c94d9e2987bbf 100644 --- a/src/Features/CSharp/Portable/CodeFixes/Async/CSharpConvertToAsyncMethodCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/CodeFixes/Async/CSharpConvertToAsyncMethodCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/CSharp/Portable/CodeFixes/GenerateEnumMember/GenerateEnumMemberCodeFixProvider.cs b/src/Features/CSharp/Portable/CodeFixes/GenerateEnumMember/GenerateEnumMemberCodeFixProvider.cs index 3fe837c590b62..ebfa9cd64d75d 100644 --- a/src/Features/CSharp/Portable/CodeFixes/GenerateEnumMember/GenerateEnumMemberCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/CodeFixes/GenerateEnumMember/GenerateEnumMemberCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/CSharp/Portable/CodeFixes/GenerateMethod/GenerateConversionCodeFixProvider.cs b/src/Features/CSharp/Portable/CodeFixes/GenerateMethod/GenerateConversionCodeFixProvider.cs index d4c8e166eae80..ab8af8c8a310b 100644 --- a/src/Features/CSharp/Portable/CodeFixes/GenerateMethod/GenerateConversionCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/CodeFixes/GenerateMethod/GenerateConversionCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/CSharp/Portable/CodeFixes/GenerateMethod/GenerateMethodCodeFixProvider.cs b/src/Features/CSharp/Portable/CodeFixes/GenerateMethod/GenerateMethodCodeFixProvider.cs index 293e2246a5ec9..7a7e97062ce33 100644 --- a/src/Features/CSharp/Portable/CodeFixes/GenerateMethod/GenerateMethodCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/CodeFixes/GenerateMethod/GenerateMethodCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/CSharp/Portable/CodeFixes/GenerateType/GenerateTypeCodeFixProvider.cs b/src/Features/CSharp/Portable/CodeFixes/GenerateType/GenerateTypeCodeFixProvider.cs index 8f90bf1cc3697..85327f1ef1e90 100644 --- a/src/Features/CSharp/Portable/CodeFixes/GenerateType/GenerateTypeCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/CodeFixes/GenerateType/GenerateTypeCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Composition; diff --git a/src/Features/CSharp/Portable/CodeFixes/HideBase/HideBaseCodeFixProvider.AddNewKeywordAction.cs b/src/Features/CSharp/Portable/CodeFixes/HideBase/HideBaseCodeFixProvider.AddNewKeywordAction.cs index 15b7038b74fce..489998a552ef7 100644 --- a/src/Features/CSharp/Portable/CodeFixes/HideBase/HideBaseCodeFixProvider.AddNewKeywordAction.cs +++ b/src/Features/CSharp/Portable/CodeFixes/HideBase/HideBaseCodeFixProvider.AddNewKeywordAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using System.Threading; diff --git a/src/Features/CSharp/Portable/CodeFixes/Iterator/CSharpAddYieldCodeFixProvider.cs b/src/Features/CSharp/Portable/CodeFixes/Iterator/CSharpAddYieldCodeFixProvider.cs index d452703107a97..8d9ce93e3a863 100644 --- a/src/Features/CSharp/Portable/CodeFixes/Iterator/CSharpAddYieldCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/CodeFixes/Iterator/CSharpAddYieldCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/CodeFixes/Iterator/CSharpChangeToIEnumerableCodeFixProvider.cs b/src/Features/CSharp/Portable/CodeFixes/Iterator/CSharpChangeToIEnumerableCodeFixProvider.cs index 1ddde21b856c8..f99faff036224 100644 --- a/src/Features/CSharp/Portable/CodeFixes/Iterator/CSharpChangeToIEnumerableCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/CodeFixes/Iterator/CSharpChangeToIEnumerableCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.RemoveUnnecessaryCastFixAllProvider.cs b/src/Features/CSharp/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.RemoveUnnecessaryCastFixAllProvider.cs index e34dec305e23f..88533ac702aaf 100644 --- a/src/Features/CSharp/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.RemoveUnnecessaryCastFixAllProvider.cs +++ b/src/Features/CSharp/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.RemoveUnnecessaryCastFixAllProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/CSharp/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.cs b/src/Features/CSharp/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.cs index f91e399987531..85d0d29bd672b 100644 --- a/src/Features/CSharp/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/CSharp/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastDiagnosticProvider.cs b/src/Features/CSharp/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastDiagnosticProvider.cs index c2f1888f94010..8ba0f10887fd2 100644 --- a/src/Features/CSharp/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastDiagnosticProvider.cs +++ b/src/Features/CSharp/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastDiagnosticProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesCodeFixProvider.SimplifyTypeNamesFixAllProvider.cs b/src/Features/CSharp/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesCodeFixProvider.SimplifyTypeNamesFixAllProvider.cs index 844de91082d5b..e89c8723bf1c0 100644 --- a/src/Features/CSharp/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesCodeFixProvider.SimplifyTypeNamesFixAllProvider.cs +++ b/src/Features/CSharp/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesCodeFixProvider.SimplifyTypeNamesFixAllProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/Features/CSharp/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesCodeFixProvider.cs b/src/Features/CSharp/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesCodeFixProvider.cs index 2961e81906bc2..e190f51276084 100644 --- a/src/Features/CSharp/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Composition; diff --git a/src/Features/CSharp/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesDiagnosticProvider.cs b/src/Features/CSharp/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesDiagnosticProvider.cs index e0cd77b902135..1bcb6ad7424fa 100644 --- a/src/Features/CSharp/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesDiagnosticProvider.cs +++ b/src/Features/CSharp/Portable/CodeFixes/SimplifyTypeNames/SimplifyTypeNamesDiagnosticProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/CodeFixes/SpellCheck/CSharpSpellcheckCodeFixProvider.cs b/src/Features/CSharp/Portable/CodeFixes/SpellCheck/CSharpSpellcheckCodeFixProvider.cs index d629a795e54b3..f4f3afd7f8a91 100644 --- a/src/Features/CSharp/Portable/CodeFixes/SpellCheck/CSharpSpellcheckCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/CodeFixes/SpellCheck/CSharpSpellcheckCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Composition; diff --git a/src/Features/CSharp/Portable/CodeFixes/Suppression/CSharpSuppressionCodeFixProvider.cs b/src/Features/CSharp/Portable/CodeFixes/Suppression/CSharpSuppressionCodeFixProvider.cs index 43d8ed6d3e7ea..a4fd19f5245fa 100644 --- a/src/Features/CSharp/Portable/CodeFixes/Suppression/CSharpSuppressionCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/CodeFixes/Suppression/CSharpSuppressionCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; diff --git a/src/Features/CSharp/Portable/CodeRefactorings/CSharpCodeRefactoringService.cs b/src/Features/CSharp/Portable/CodeRefactorings/CSharpCodeRefactoringService.cs index ac85bf6a013d5..23045fb528d36 100644 --- a/src/Features/CSharp/Portable/CodeRefactorings/CSharpCodeRefactoringService.cs +++ b/src/Features/CSharp/Portable/CodeRefactorings/CSharpCodeRefactoringService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.InitializerRewriter.cs b/src/Features/CSharp/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.InitializerRewriter.cs index 09b6c8c342199..ad1c637392a3c 100644 --- a/src/Features/CSharp/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.InitializerRewriter.cs +++ b/src/Features/CSharp/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.InitializerRewriter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Extensions; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Features/CSharp/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.ReferenceRewriter.cs b/src/Features/CSharp/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.ReferenceRewriter.cs index c49ed0c1186c5..9ccb3c4de5c31 100644 --- a/src/Features/CSharp/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.ReferenceRewriter.cs +++ b/src/Features/CSharp/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.ReferenceRewriter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.cs b/src/Features/CSharp/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.cs index 8d3dd2194cf76..bb5f05d794357 100644 --- a/src/Features/CSharp/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.cs +++ b/src/Features/CSharp/Portable/CodeRefactorings/InlineTemporary/InlineTemporaryCodeRefactoringProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/CodeRefactorings/InvertIf/InvertIfCodeRefactoringProvider.cs b/src/Features/CSharp/Portable/CodeRefactorings/InvertIf/InvertIfCodeRefactoringProvider.cs index da42fc100c694..bbdd1b59f1a8b 100644 --- a/src/Features/CSharp/Portable/CodeRefactorings/InvertIf/InvertIfCodeRefactoringProvider.cs +++ b/src/Features/CSharp/Portable/CodeRefactorings/InvertIf/InvertIfCodeRefactoringProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/CodeRefactorings/LambdaSimplifier/LambdaSimplifierCodeRefactoringProvider.Rewriter.cs b/src/Features/CSharp/Portable/CodeRefactorings/LambdaSimplifier/LambdaSimplifierCodeRefactoringProvider.Rewriter.cs index 58aef2b7a6840..b6f566a84850f 100644 --- a/src/Features/CSharp/Portable/CodeRefactorings/LambdaSimplifier/LambdaSimplifierCodeRefactoringProvider.Rewriter.cs +++ b/src/Features/CSharp/Portable/CodeRefactorings/LambdaSimplifier/LambdaSimplifierCodeRefactoringProvider.Rewriter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/Features/CSharp/Portable/CodeRefactorings/LambdaSimplifier/LambdaSimplifierCodeRefactoringProvider.cs b/src/Features/CSharp/Portable/CodeRefactorings/LambdaSimplifier/LambdaSimplifierCodeRefactoringProvider.cs index 487d6023fd119..7c108c6d20206 100644 --- a/src/Features/CSharp/Portable/CodeRefactorings/LambdaSimplifier/LambdaSimplifierCodeRefactoringProvider.cs +++ b/src/Features/CSharp/Portable/CodeRefactorings/LambdaSimplifier/LambdaSimplifierCodeRefactoringProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/CodeRefactorings/MoveDeclarationNearReference/MoveDeclarationNearReferenceCodeRefactoringProvider.Rewriter.cs b/src/Features/CSharp/Portable/CodeRefactorings/MoveDeclarationNearReference/MoveDeclarationNearReferenceCodeRefactoringProvider.Rewriter.cs index e9da1605bb734..20d0141bf5b72 100644 --- a/src/Features/CSharp/Portable/CodeRefactorings/MoveDeclarationNearReference/MoveDeclarationNearReferenceCodeRefactoringProvider.Rewriter.cs +++ b/src/Features/CSharp/Portable/CodeRefactorings/MoveDeclarationNearReference/MoveDeclarationNearReferenceCodeRefactoringProvider.Rewriter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Features/CSharp/Portable/CodeRefactorings/MoveDeclarationNearReference/MoveDeclarationNearReferenceCodeRefactoringProvider.State.cs b/src/Features/CSharp/Portable/CodeRefactorings/MoveDeclarationNearReference/MoveDeclarationNearReferenceCodeRefactoringProvider.State.cs index 7030f0b8af27f..33f7d972bf482 100644 --- a/src/Features/CSharp/Portable/CodeRefactorings/MoveDeclarationNearReference/MoveDeclarationNearReferenceCodeRefactoringProvider.State.cs +++ b/src/Features/CSharp/Portable/CodeRefactorings/MoveDeclarationNearReference/MoveDeclarationNearReferenceCodeRefactoringProvider.State.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/CSharp/Portable/CodeRefactorings/MoveDeclarationNearReference/MoveDeclarationNearReferenceCodeRefactoringProvider.cs b/src/Features/CSharp/Portable/CodeRefactorings/MoveDeclarationNearReference/MoveDeclarationNearReferenceCodeRefactoringProvider.cs index 19727afe55a3c..55cd0b45414c8 100644 --- a/src/Features/CSharp/Portable/CodeRefactorings/MoveDeclarationNearReference/MoveDeclarationNearReferenceCodeRefactoringProvider.cs +++ b/src/Features/CSharp/Portable/CodeRefactorings/MoveDeclarationNearReference/MoveDeclarationNearReferenceCodeRefactoringProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/Features/CSharp/Portable/CodeRefactorings/MoveType/CSharpMoveTypeService.cs b/src/Features/CSharp/Portable/CodeRefactorings/MoveType/CSharpMoveTypeService.cs index c7643f7e5d28d..258568edf93c8 100644 --- a/src/Features/CSharp/Portable/CodeRefactorings/MoveType/CSharpMoveTypeService.cs +++ b/src/Features/CSharp/Portable/CodeRefactorings/MoveType/CSharpMoveTypeService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.CodeRefactorings.MoveType; diff --git a/src/Features/CSharp/Portable/CommentSelection/CSharpCommentSelectionService.cs b/src/Features/CSharp/Portable/CommentSelection/CSharpCommentSelectionService.cs index 398e758a3e6c0..f9cc15ab6bf92 100644 --- a/src/Features/CSharp/Portable/CommentSelection/CSharpCommentSelectionService.cs +++ b/src/Features/CSharp/Portable/CommentSelection/CSharpCommentSelectionService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.CommentSelection; diff --git a/src/Features/CSharp/Portable/Completion/CSharpCompletionOptions.cs b/src/Features/CSharp/Portable/Completion/CSharpCompletionOptions.cs index eebf493181cb4..dfd48c1a93d38 100644 --- a/src/Features/CSharp/Portable/Completion/CSharpCompletionOptions.cs +++ b/src/Features/CSharp/Portable/Completion/CSharpCompletionOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Options; diff --git a/src/Features/CSharp/Portable/Completion/CSharpCompletionService.cs b/src/Features/CSharp/Portable/Completion/CSharpCompletionService.cs index beb033ed932b2..6ff9e4b82ab2b 100644 --- a/src/Features/CSharp/Portable/Completion/CSharpCompletionService.cs +++ b/src/Features/CSharp/Portable/Completion/CSharpCompletionService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Composition; diff --git a/src/Features/CSharp/Portable/Completion/CompletionProviders/AttributeNamedParameterCompletionProvider.cs b/src/Features/CSharp/Portable/Completion/CompletionProviders/AttributeNamedParameterCompletionProvider.cs index daca000036d08..bf0de32781212 100644 --- a/src/Features/CSharp/Portable/Completion/CompletionProviders/AttributeNamedParameterCompletionProvider.cs +++ b/src/Features/CSharp/Portable/Completion/CompletionProviders/AttributeNamedParameterCompletionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/Completion/CompletionProviders/CompletionUtilities.cs b/src/Features/CSharp/Portable/Completion/CompletionProviders/CompletionUtilities.cs index 56ed627fda25f..f3e011653c95e 100644 --- a/src/Features/CSharp/Portable/Completion/CompletionProviders/CompletionUtilities.cs +++ b/src/Features/CSharp/Portable/Completion/CompletionProviders/CompletionUtilities.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Completion; diff --git a/src/Features/CSharp/Portable/Completion/CompletionProviders/EnumAndCompletionListTagCompletionProvider.cs b/src/Features/CSharp/Portable/Completion/CompletionProviders/EnumAndCompletionListTagCompletionProvider.cs index f7a154963db18..12b316f6b4a32 100644 --- a/src/Features/CSharp/Portable/Completion/CompletionProviders/EnumAndCompletionListTagCompletionProvider.cs +++ b/src/Features/CSharp/Portable/Completion/CompletionProviders/EnumAndCompletionListTagCompletionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/Features/CSharp/Portable/Completion/CompletionProviders/ExplicitInterfaceMemberCompletionProvider.cs b/src/Features/CSharp/Portable/Completion/CompletionProviders/ExplicitInterfaceMemberCompletionProvider.cs index 784d632aab067..f8891a9dae216 100644 --- a/src/Features/CSharp/Portable/Completion/CompletionProviders/ExplicitInterfaceMemberCompletionProvider.cs +++ b/src/Features/CSharp/Portable/Completion/CompletionProviders/ExplicitInterfaceMemberCompletionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/CompletionProviders/ExternAliasCompletionProvider.cs b/src/Features/CSharp/Portable/Completion/CompletionProviders/ExternAliasCompletionProvider.cs index 9ebab563a2221..9cff3f04a32aa 100644 --- a/src/Features/CSharp/Portable/Completion/CompletionProviders/ExternAliasCompletionProvider.cs +++ b/src/Features/CSharp/Portable/Completion/CompletionProviders/ExternAliasCompletionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading.Tasks; diff --git a/src/Features/CSharp/Portable/Completion/CompletionProviders/KeywordCompletionProvider.cs b/src/Features/CSharp/Portable/Completion/CompletionProviders/KeywordCompletionProvider.cs index 0a3ac150c8c6b..908bec90f65af 100644 --- a/src/Features/CSharp/Portable/Completion/CompletionProviders/KeywordCompletionProvider.cs +++ b/src/Features/CSharp/Portable/Completion/CompletionProviders/KeywordCompletionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/CompletionProviders/NamedParameterCompletionProvider.cs b/src/Features/CSharp/Portable/Completion/CompletionProviders/NamedParameterCompletionProvider.cs index 0e4453841a2d6..d0df8ee2025e5 100644 --- a/src/Features/CSharp/Portable/Completion/CompletionProviders/NamedParameterCompletionProvider.cs +++ b/src/Features/CSharp/Portable/Completion/CompletionProviders/NamedParameterCompletionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/CSharp/Portable/Completion/CompletionProviders/ObjectCreationCompletionProvider.cs b/src/Features/CSharp/Portable/Completion/CompletionProviders/ObjectCreationCompletionProvider.cs index 9a45ddd29c308..31814f26fb0ac 100644 --- a/src/Features/CSharp/Portable/Completion/CompletionProviders/ObjectCreationCompletionProvider.cs +++ b/src/Features/CSharp/Portable/Completion/CompletionProviders/ObjectCreationCompletionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/Completion/CompletionProviders/ObjectInitializerCompletionProvider.cs b/src/Features/CSharp/Portable/Completion/CompletionProviders/ObjectInitializerCompletionProvider.cs index 71a7183f850f0..dd54bd3c8c6c0 100644 --- a/src/Features/CSharp/Portable/Completion/CompletionProviders/ObjectInitializerCompletionProvider.cs +++ b/src/Features/CSharp/Portable/Completion/CompletionProviders/ObjectInitializerCompletionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/Completion/CompletionProviders/OverrideCompletionProvider.cs b/src/Features/CSharp/Portable/Completion/CompletionProviders/OverrideCompletionProvider.cs index 2c06e05405bac..865711aafe2f3 100644 --- a/src/Features/CSharp/Portable/Completion/CompletionProviders/OverrideCompletionProvider.cs +++ b/src/Features/CSharp/Portable/Completion/CompletionProviders/OverrideCompletionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/CompletionProviders/PartialMethodCompletionProvider.cs b/src/Features/CSharp/Portable/Completion/CompletionProviders/PartialMethodCompletionProvider.cs index a425cbcd11c25..6a1001a6874bd 100644 --- a/src/Features/CSharp/Portable/Completion/CompletionProviders/PartialMethodCompletionProvider.cs +++ b/src/Features/CSharp/Portable/Completion/CompletionProviders/PartialMethodCompletionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/CompletionProviders/PartialTypeCompletionProvider.cs b/src/Features/CSharp/Portable/Completion/CompletionProviders/PartialTypeCompletionProvider.cs index 596a5462f1e4b..2d2342b2ffa84 100644 --- a/src/Features/CSharp/Portable/Completion/CompletionProviders/PartialTypeCompletionProvider.cs +++ b/src/Features/CSharp/Portable/Completion/CompletionProviders/PartialTypeCompletionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/Completion/CompletionProviders/SnippetCompletionProvider.cs b/src/Features/CSharp/Portable/Completion/CompletionProviders/SnippetCompletionProvider.cs index 06813f35c6055..185dd751ee109 100644 --- a/src/Features/CSharp/Portable/Completion/CompletionProviders/SnippetCompletionProvider.cs +++ b/src/Features/CSharp/Portable/Completion/CompletionProviders/SnippetCompletionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/Completion/CompletionProviders/SpeculativeTCompletionProvider.cs b/src/Features/CSharp/Portable/Completion/CompletionProviders/SpeculativeTCompletionProvider.cs index ebfd0e7900630..55f1dabdd38a6 100644 --- a/src/Features/CSharp/Portable/Completion/CompletionProviders/SpeculativeTCompletionProvider.cs +++ b/src/Features/CSharp/Portable/Completion/CompletionProviders/SpeculativeTCompletionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/CSharp/Portable/Completion/CompletionProviders/SymbolCompletionProvider.cs b/src/Features/CSharp/Portable/Completion/CompletionProviders/SymbolCompletionProvider.cs index 0ae6ec523234d..6e13c9fbabe15 100644 --- a/src/Features/CSharp/Portable/Completion/CompletionProviders/SymbolCompletionProvider.cs +++ b/src/Features/CSharp/Portable/Completion/CompletionProviders/SymbolCompletionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/Completion/CompletionProviders/XmlDocCommentCompletionProvider.cs b/src/Features/CSharp/Portable/Completion/CompletionProviders/XmlDocCommentCompletionProvider.cs index 86db68977006a..7e16e4c9927b5 100644 --- a/src/Features/CSharp/Portable/Completion/CompletionProviders/XmlDocCommentCompletionProvider.cs +++ b/src/Features/CSharp/Portable/Completion/CompletionProviders/XmlDocCommentCompletionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AbstractKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AbstractKeywordRecommender.cs index 2b058ded4ed45..e25266d01862b 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AbstractKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AbstractKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AbstractSyntacticSingleKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AbstractSyntacticSingleKeywordRecommender.cs index 1b576a541602e..6375f719d6235 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AbstractSyntacticSingleKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AbstractSyntacticSingleKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AddKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AddKeywordRecommender.cs index 846195207f97c..f5239940ec776 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AddKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AddKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AliasKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AliasKeywordRecommender.cs index 3f6d04de6796e..17dc0411cdf47 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AliasKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AliasKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AsKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AsKeywordRecommender.cs index f137b4ca27234..fe3656b43690b 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AsKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AsKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AscendingKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AscendingKeywordRecommender.cs index 3e76ae0f36601..643531a53d687 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AscendingKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AscendingKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AssemblyKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AssemblyKeywordRecommender.cs index 07d94a7f2fac1..92446c562b640 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AssemblyKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AssemblyKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AsyncKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AsyncKeywordRecommender.cs index cd4179ae33f2a..07631942b4488 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AsyncKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AsyncKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AwaitKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AwaitKeywordRecommender.cs index 67fcf083a14d0..214867a64d08e 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AwaitKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/AwaitKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/BaseKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/BaseKeywordRecommender.cs index 3026e45917d58..34567556b238d 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/BaseKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/BaseKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/BoolKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/BoolKeywordRecommender.cs index d7d61de4460d9..282249cd11433 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/BoolKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/BoolKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/BreakKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/BreakKeywordRecommender.cs index aec66bc9510ba..0515235ca7b31 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/BreakKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/BreakKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ByKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ByKeywordRecommender.cs index f4077cb235548..d0d0490b88389 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ByKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ByKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ByteKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ByteKeywordRecommender.cs index b31a4fce2a1f9..8cae0716026b8 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ByteKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ByteKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/CaseKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/CaseKeywordRecommender.cs index 73f88ab25200b..85e040d63ec41 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/CaseKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/CaseKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/CatchKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/CatchKeywordRecommender.cs index 784afd9e9cefc..87da5cdf6910a 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/CatchKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/CatchKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/CharKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/CharKeywordRecommender.cs index 5b91e72349f4b..5eefbd8767a3f 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/CharKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/CharKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/CheckedKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/CheckedKeywordRecommender.cs index 83d5195828453..9081d17c390dd 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/CheckedKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/CheckedKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ChecksumKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ChecksumKeywordRecommender.cs index aa185921fdb01..ad6087dbd30c2 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ChecksumKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ChecksumKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ClassKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ClassKeywordRecommender.cs index fb2e221fca399..c88df979b2a7c 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ClassKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ClassKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ConstKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ConstKeywordRecommender.cs index b727c567d5560..be94e8aeb8b3f 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ConstKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ConstKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ContinueKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ContinueKeywordRecommender.cs index ddb7dfc66181c..175f7e632a0ae 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ContinueKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ContinueKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DecimalKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DecimalKeywordRecommender.cs index 8b9e699ce5e50..e15f3c3e1c268 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DecimalKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DecimalKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DefaultKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DefaultKeywordRecommender.cs index 12a5004dfb8ab..5b762f8ace87a 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DefaultKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DefaultKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DefineKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DefineKeywordRecommender.cs index fec1f76cb595a..8f8b9bff21e2c 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DefineKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DefineKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DelegateKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DelegateKeywordRecommender.cs index 844682d002a12..f0e7ffe0b4548 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DelegateKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DelegateKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DescendingKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DescendingKeywordRecommender.cs index 0111137d6729a..9d00dc3f61f98 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DescendingKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DescendingKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DisableKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DisableKeywordRecommender.cs index 150ae084eff2c..212da7c7f7bc1 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DisableKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DisableKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DoKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DoKeywordRecommender.cs index 1bdb00fe2363b..2581d362f3d53 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DoKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DoKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DoubleKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DoubleKeywordRecommender.cs index 695d585b6f11b..a04a74cf03dba 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DoubleKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DoubleKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DynamicKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DynamicKeywordRecommender.cs index 0654a29ac0f15..29163a611658a 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DynamicKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/DynamicKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ElifKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ElifKeywordRecommender.cs index 65ebb127c1cdb..f34c467a80d18 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ElifKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ElifKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ElseKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ElseKeywordRecommender.cs index 2b1c3461abc74..3fafb90fd8efb 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ElseKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ElseKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EndIfKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EndIfKeywordRecommender.cs index 8951d516356ce..5f30a4ab02dff 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EndIfKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EndIfKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EndRegionKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EndRegionKeywordRecommender.cs index 70c74e1ccd804..768eeef6c01ee 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EndRegionKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EndRegionKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EnumKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EnumKeywordRecommender.cs index 1347cdcabad2e..7ec27bbf380d5 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EnumKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EnumKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EqualsKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EqualsKeywordRecommender.cs index 1bd9516c6f05d..f8f7fc427528a 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EqualsKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EqualsKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ErrorKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ErrorKeywordRecommender.cs index 98c6d9a639627..87ce12a4e29ee 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ErrorKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ErrorKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EventKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EventKeywordRecommender.cs index ab4c94dec4764..796d15496c460 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EventKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/EventKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ExplicitKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ExplicitKeywordRecommender.cs index aeed9ef1bf2ba..7e6413c13e734 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ExplicitKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ExplicitKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ExternKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ExternKeywordRecommender.cs index ffe57fe9f9622..c246c1287285d 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ExternKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ExternKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FalseKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FalseKeywordRecommender.cs index ca231cfb352c1..a863ca44129cd 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FalseKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FalseKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FieldKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FieldKeywordRecommender.cs index 163ae23c1d3a6..cd1c391b62769 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FieldKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FieldKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FinallyKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FinallyKeywordRecommender.cs index 507687d15daf6..e5f78c41f7952 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FinallyKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FinallyKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FixedKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FixedKeywordRecommender.cs index 4852f7df0090c..873bc245cad0a 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FixedKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FixedKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FloatKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FloatKeywordRecommender.cs index b90f4c94b4477..0a7fa09b5c881 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FloatKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FloatKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ForEachKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ForEachKeywordRecommender.cs index 9f10c1803b59a..0e96f001c7c27 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ForEachKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ForEachKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ForKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ForKeywordRecommender.cs index 8bf75069fc0dc..0a5dffb297252 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ForKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ForKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FromKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FromKeywordRecommender.cs index a8d17e5048169..90c0de33a4e84 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FromKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/FromKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/GetKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/GetKeywordRecommender.cs index a74ca1ee4c476..87c9047616233 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/GetKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/GetKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/GlobalKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/GlobalKeywordRecommender.cs index 476a1ba4ec115..bb4f10c038f12 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/GlobalKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/GlobalKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/GotoKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/GotoKeywordRecommender.cs index 8dacd3ead6b93..566a9ba70466d 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/GotoKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/GotoKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/GroupKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/GroupKeywordRecommender.cs index 7fd23921128ff..9d0ea901c599a 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/GroupKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/GroupKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/HiddenKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/HiddenKeywordRecommender.cs index f0ff3f1e56797..05cd6f4cc8c2b 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/HiddenKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/HiddenKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/IfKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/IfKeywordRecommender.cs index 5dbe60381feaf..aca46eee6028f 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/IfKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/IfKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ImplicitKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ImplicitKeywordRecommender.cs index 2a5223e8df9d8..adc660be47f5a 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ImplicitKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ImplicitKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/InKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/InKeywordRecommender.cs index c7ec5f5d6b5f3..bd7fe80b4f8cd 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/InKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/InKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/IntKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/IntKeywordRecommender.cs index 4eb72160998fe..904cac564ce41 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/IntKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/IntKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/InterfaceKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/InterfaceKeywordRecommender.cs index 578c93a969e80..a4490a32f0d86 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/InterfaceKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/InterfaceKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/InternalKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/InternalKeywordRecommender.cs index 6ba04be05ca12..e3a697e34e59d 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/InternalKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/InternalKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/IntoKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/IntoKeywordRecommender.cs index b236c34362a62..8463bd86679f6 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/IntoKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/IntoKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/IsKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/IsKeywordRecommender.cs index 73d6a9b3098e1..1f70d13acc719 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/IsKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/IsKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/JoinKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/JoinKeywordRecommender.cs index f8ff0bd95ce5c..e91cbcf705d1f 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/JoinKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/JoinKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/LetKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/LetKeywordRecommender.cs index d95cad21681c2..1e809d77e758f 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/LetKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/LetKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/LineKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/LineKeywordRecommender.cs index cc15cb6f86020..131dd3e395e60 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/LineKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/LineKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/LockKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/LockKeywordRecommender.cs index f73dbcf6ad6c4..d4db450cc3ea4 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/LockKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/LockKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/LongKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/LongKeywordRecommender.cs index 37a7fcaf1647b..233415f996b4d 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/LongKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/LongKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/MethodKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/MethodKeywordRecommender.cs index 540e8dfe79ec1..83cd6db566db8 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/MethodKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/MethodKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ModuleKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ModuleKeywordRecommender.cs index 83c3632631e73..1fd7fa35d1eb7 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ModuleKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ModuleKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/NameOfKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/NameOfKeywordRecommender.cs index 53d2214cf19d9..574983c69bc47 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/NameOfKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/NameOfKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/NamespaceKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/NamespaceKeywordRecommender.cs index e49a8d3032643..ebaa97cbd217f 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/NamespaceKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/NamespaceKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/NewKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/NewKeywordRecommender.cs index 56444b4ccd511..b58f342425f0a 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/NewKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/NewKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/NullKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/NullKeywordRecommender.cs index 53f9792949c84..221d187e2d2a4 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/NullKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/NullKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ObjectKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ObjectKeywordRecommender.cs index c477656da566b..44142fc20d86e 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ObjectKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ObjectKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OnKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OnKeywordRecommender.cs index 32aeb4d53dd22..e570695a50f66 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OnKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OnKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OperatorKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OperatorKeywordRecommender.cs index 6a523db5a9021..03a86d1ee534c 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OperatorKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OperatorKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OrderByKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OrderByKeywordRecommender.cs index 9d80040fd8897..f87087db742b5 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OrderByKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OrderByKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OutKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OutKeywordRecommender.cs index 60ae9759bed2a..b9b7e1813697c 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OutKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OutKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OverrideKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OverrideKeywordRecommender.cs index 61f1aa65ac086..d50e43726be9d 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OverrideKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/OverrideKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ParamKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ParamKeywordRecommender.cs index d8701588d35cb..635e86c787e0e 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ParamKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ParamKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ParamsKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ParamsKeywordRecommender.cs index c1737bbf2b740..bc19db2769e0b 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ParamsKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ParamsKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PartialKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PartialKeywordRecommender.cs index 4648587e96556..2baa104396513 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PartialKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PartialKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PragmaKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PragmaKeywordRecommender.cs index 5c939fc8058d8..f6a8b3ae777ef 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PragmaKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PragmaKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PrivateKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PrivateKeywordRecommender.cs index b1d0f84271f52..8e642909d3d9c 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PrivateKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PrivateKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PropertyKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PropertyKeywordRecommender.cs index 47ef09825f467..c9d988df9f877 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PropertyKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PropertyKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ProtectedKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ProtectedKeywordRecommender.cs index 158ccd03c24b1..0bfeb5b3ecb0d 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ProtectedKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ProtectedKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PublicKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PublicKeywordRecommender.cs index cdba6d3bc5a72..fca4417dbb96c 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PublicKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/PublicKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ReadOnlyKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ReadOnlyKeywordRecommender.cs index 994e9413b5369..0d1e7a37dcd83 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ReadOnlyKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ReadOnlyKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/RefKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/RefKeywordRecommender.cs index 72334cb1583b9..ef49aa8c621a1 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/RefKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/RefKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ReferenceKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ReferenceKeywordRecommender.cs index f399488a9552e..ec7dc83285916 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ReferenceKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ReferenceKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/RegionKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/RegionKeywordRecommender.cs index 073ce5dc64339..3db0fc1542780 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/RegionKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/RegionKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/RemoveKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/RemoveKeywordRecommender.cs index 061d1543ceb58..63341daf5c538 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/RemoveKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/RemoveKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/RestoreKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/RestoreKeywordRecommender.cs index 9683c16a25346..3546d9e2480fe 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/RestoreKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/RestoreKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ReturnKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ReturnKeywordRecommender.cs index 3b781d7818273..7f475558779a6 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ReturnKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ReturnKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SByteKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SByteKeywordRecommender.cs index 98e7e9459baab..477e3f5c2ba99 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SByteKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SByteKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SealedKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SealedKeywordRecommender.cs index 30c95642013ee..31560c433d357 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SealedKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SealedKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SelectKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SelectKeywordRecommender.cs index 61ec300c08c6f..0eeb0072aabfe 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SelectKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SelectKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SetKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SetKeywordRecommender.cs index e69781b02ccd7..a39479941c5e3 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SetKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SetKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ShortKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ShortKeywordRecommender.cs index 0b003399ada34..c94ae8073e21f 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ShortKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ShortKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SizeOfKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SizeOfKeywordRecommender.cs index 85e72518b792f..5d1127e9c1f0f 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SizeOfKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SizeOfKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/StackAllocKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/StackAllocKeywordRecommender.cs index 81d0da18d0449..5a9cc3be3da99 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/StackAllocKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/StackAllocKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/StaticKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/StaticKeywordRecommender.cs index 0fb28d5ede3a2..05eb9b20af574 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/StaticKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/StaticKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/StringKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/StringKeywordRecommender.cs index 00573c2cc2364..a99ab43515d51 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/StringKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/StringKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/StructKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/StructKeywordRecommender.cs index 301c2fb3bb995..762b16dfdb100 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/StructKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/StructKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SwitchKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SwitchKeywordRecommender.cs index 606025cf270b9..3c81f944d5327 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SwitchKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/SwitchKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ThisKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ThisKeywordRecommender.cs index 3c1acc8a180d7..9c9563d0b4e9d 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ThisKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ThisKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ThrowKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ThrowKeywordRecommender.cs index ec1196867ef73..456d57b726f1e 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ThrowKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ThrowKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TrueKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TrueKeywordRecommender.cs index 23af4971d61d2..892ab10781e85 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TrueKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TrueKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TryKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TryKeywordRecommender.cs index 25250d50308ec..a88d3fbb61693 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TryKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TryKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TypeKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TypeKeywordRecommender.cs index 9fb4f5aec153d..19ddd5e6f6fd7 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TypeKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TypeKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TypeOfKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TypeOfKeywordRecommender.cs index ca27959880306..44f9c255a508f 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TypeOfKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TypeOfKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TypeVarKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TypeVarKeywordRecommender.cs index c11d11e013b69..d8bbf1bcdc590 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TypeVarKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/TypeVarKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UIntKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UIntKeywordRecommender.cs index af3e0c73c69f1..603cb95f0e2c5 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UIntKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UIntKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ULongKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ULongKeywordRecommender.cs index b2144e4063c4c..8ecc142672ced 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ULongKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/ULongKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UShortKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UShortKeywordRecommender.cs index 4c5e7039fbc82..ae0c4218fc477 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UShortKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UShortKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UncheckedKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UncheckedKeywordRecommender.cs index 942a521c2a9b1..cc4b138e66b70 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UncheckedKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UncheckedKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UndefKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UndefKeywordRecommender.cs index d1379a6e18fad..3b696055e3bf6 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UndefKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UndefKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UnsafeKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UnsafeKeywordRecommender.cs index 101ff5a54431d..b72400ea6df0e 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UnsafeKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UnsafeKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UsingKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UsingKeywordRecommender.cs index 7fe7b514132b7..b7f593846d738 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UsingKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/UsingKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/VarKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/VarKeywordRecommender.cs index 0c3449b8cb884..f424afb54e0e2 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/VarKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/VarKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/VirtualKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/VirtualKeywordRecommender.cs index 07c1bf89ba139..d6dde435d1b8b 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/VirtualKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/VirtualKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/VoidKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/VoidKeywordRecommender.cs index 079c0cd9ffcca..83d9a5983cb01 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/VoidKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/VoidKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/VolatileKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/VolatileKeywordRecommender.cs index e83d6394018de..58463e3b474ba 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/VolatileKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/VolatileKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/WarningKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/WarningKeywordRecommender.cs index d80f9f29ce98d..6aed6c17a0fcd 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/WarningKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/WarningKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/WhenKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/WhenKeywordRecommender.cs index 3d199afc67009..c069dded8bbc7 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/WhenKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/WhenKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/WhereKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/WhereKeywordRecommender.cs index 85ff179af6b40..87edbedbde795 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/WhereKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/WhereKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/WhileKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/WhileKeywordRecommender.cs index dcd19568e9dcc..210a24dbcd5c2 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/WhileKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/WhileKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/YieldKeywordRecommender.cs b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/YieldKeywordRecommender.cs index 190a8536b9b9e..ab72f979d1c96 100644 --- a/src/Features/CSharp/Portable/Completion/KeywordRecommenders/YieldKeywordRecommender.cs +++ b/src/Features/CSharp/Portable/Completion/KeywordRecommenders/YieldKeywordRecommender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; diff --git a/src/Features/CSharp/Portable/Completion/SuggestionMode/CSharpSuggestionModeCompletionProvider.cs b/src/Features/CSharp/Portable/Completion/SuggestionMode/CSharpSuggestionModeCompletionProvider.cs index 54529eee9618e..984988330068d 100644 --- a/src/Features/CSharp/Portable/Completion/SuggestionMode/CSharpSuggestionModeCompletionProvider.cs +++ b/src/Features/CSharp/Portable/Completion/SuggestionMode/CSharpSuggestionModeCompletionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpRemoveUnnecessaryCastDiagnosticAnalyzer.cs b/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpRemoveUnnecessaryCastDiagnosticAnalyzer.cs index 4f92360df6dbc..bc4e1917b0852 100644 --- a/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpRemoveUnnecessaryCastDiagnosticAnalyzer.cs +++ b/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpRemoveUnnecessaryCastDiagnosticAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading; diff --git a/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpSimplifyTypeNamesDiagnosticAnalyzer.cs b/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpSimplifyTypeNamesDiagnosticAnalyzer.cs index c1af4d88e2447..cf0ac49e8ef0b 100644 --- a/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpSimplifyTypeNamesDiagnosticAnalyzer.cs +++ b/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpSimplifyTypeNamesDiagnosticAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpUnboundIdentifiersDiagnosticAnalyzer.cs b/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpUnboundIdentifiersDiagnosticAnalyzer.cs index 5d4f624ade175..3fd2cee943df3 100644 --- a/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpUnboundIdentifiersDiagnosticAnalyzer.cs +++ b/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpUnboundIdentifiersDiagnosticAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpUseExplicitTypeDiagnosticAnalyzer.cs b/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpUseExplicitTypeDiagnosticAnalyzer.cs index 913146e24e9af..b429174616ed6 100644 --- a/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpUseExplicitTypeDiagnosticAnalyzer.cs +++ b/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpUseExplicitTypeDiagnosticAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis; diff --git a/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpUseImplicitTypeDiagnosticAnalyzer.cs b/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpUseImplicitTypeDiagnosticAnalyzer.cs index 78804890abb4f..f1a643b2a80da 100644 --- a/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpUseImplicitTypeDiagnosticAnalyzer.cs +++ b/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpUseImplicitTypeDiagnosticAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics; using System.Linq; diff --git a/src/Features/CSharp/Portable/Diagnostics/CSharpAnalyzerDriverService.cs b/src/Features/CSharp/Portable/Diagnostics/CSharpAnalyzerDriverService.cs index 979124eb2be8e..b6a8164d1f7e2 100644 --- a/src/Features/CSharp/Portable/Diagnostics/CSharpAnalyzerDriverService.cs +++ b/src/Features/CSharp/Portable/Diagnostics/CSharpAnalyzerDriverService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Composition; diff --git a/src/Features/CSharp/Portable/DocumentationComments/CSharpDocumentationCommentFormattingService.cs b/src/Features/CSharp/Portable/DocumentationComments/CSharpDocumentationCommentFormattingService.cs index 41a145fced33f..c084f4febfa95 100644 --- a/src/Features/CSharp/Portable/DocumentationComments/CSharpDocumentationCommentFormattingService.cs +++ b/src/Features/CSharp/Portable/DocumentationComments/CSharpDocumentationCommentFormattingService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.DocumentationComments; diff --git a/src/Features/CSharp/Portable/DocumentationComments/DocumentationCommentUtilities.cs b/src/Features/CSharp/Portable/DocumentationComments/DocumentationCommentUtilities.cs index 22d45ac23e74a..b8f94f7551922 100644 --- a/src/Features/CSharp/Portable/DocumentationComments/DocumentationCommentUtilities.cs +++ b/src/Features/CSharp/Portable/DocumentationComments/DocumentationCommentUtilities.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Roslyn.Utilities; diff --git a/src/Features/CSharp/Portable/EditAndContinue/CSharpEditAndContinueAnalyzer.cs b/src/Features/CSharp/Portable/EditAndContinue/CSharpEditAndContinueAnalyzer.cs index c38a2adccac29..a2cfb1debe401 100644 --- a/src/Features/CSharp/Portable/EditAndContinue/CSharpEditAndContinueAnalyzer.cs +++ b/src/Features/CSharp/Portable/EditAndContinue/CSharpEditAndContinueAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/CSharp/Portable/EditAndContinue/StatementSyntaxComparer.cs b/src/Features/CSharp/Portable/EditAndContinue/StatementSyntaxComparer.cs index dc0b3d3ef1c01..d36aebd0d177d 100644 --- a/src/Features/CSharp/Portable/EditAndContinue/StatementSyntaxComparer.cs +++ b/src/Features/CSharp/Portable/EditAndContinue/StatementSyntaxComparer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/EditAndContinue/TopSyntaxComparer.cs b/src/Features/CSharp/Portable/EditAndContinue/TopSyntaxComparer.cs index 1055a50f6d9fa..f0354817cebf5 100644 --- a/src/Features/CSharp/Portable/EditAndContinue/TopSyntaxComparer.cs +++ b/src/Features/CSharp/Portable/EditAndContinue/TopSyntaxComparer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/EncapsulateField/CSharpEncapsulateFieldService.cs b/src/Features/CSharp/Portable/EncapsulateField/CSharpEncapsulateFieldService.cs index 0cd4000d51c70..06bf1ed3d0101 100644 --- a/src/Features/CSharp/Portable/EncapsulateField/CSharpEncapsulateFieldService.cs +++ b/src/Features/CSharp/Portable/EncapsulateField/CSharpEncapsulateFieldService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/ExtractInterface/CSharpExtractInterfaceService.cs b/src/Features/CSharp/Portable/ExtractInterface/CSharpExtractInterfaceService.cs index c1aa7a2701d58..827e6eb4ffc13 100644 --- a/src/Features/CSharp/Portable/ExtractInterface/CSharpExtractInterfaceService.cs +++ b/src/Features/CSharp/Portable/ExtractInterface/CSharpExtractInterfaceService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/ExtractMethod/CSharpExtractMethodService.cs b/src/Features/CSharp/Portable/ExtractMethod/CSharpExtractMethodService.cs index c5fdcd84d49ac..d87fde6c4aecf 100644 --- a/src/Features/CSharp/Portable/ExtractMethod/CSharpExtractMethodService.cs +++ b/src/Features/CSharp/Portable/ExtractMethod/CSharpExtractMethodService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.ExtractMethod; diff --git a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.Analyzer.cs b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.Analyzer.cs index 91a73b734d162..ecfc9a071cc20 100644 --- a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.Analyzer.cs +++ b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.Analyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.CallSiteContainerRewriter.cs b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.CallSiteContainerRewriter.cs index 3875533d9cc20..945f08c6e01b7 100644 --- a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.CallSiteContainerRewriter.cs +++ b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.CallSiteContainerRewriter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.ExpressionCodeGenerator.cs b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.ExpressionCodeGenerator.cs index 471d563981bc4..51f0b17814ab4 100644 --- a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.ExpressionCodeGenerator.cs +++ b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.ExpressionCodeGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.MultipleStatementsCodeGenerator.cs b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.MultipleStatementsCodeGenerator.cs index 0c8104f87daa4..1c95384add6e1 100644 --- a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.MultipleStatementsCodeGenerator.cs +++ b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.MultipleStatementsCodeGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.SingleStatementCodeGenerator.cs b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.SingleStatementCodeGenerator.cs index 90706a2f5c571..fc99bbfc8afe1 100644 --- a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.SingleStatementCodeGenerator.cs +++ b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.SingleStatementCodeGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.cs b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.cs index 95e94b8b89e7c..6fc4cd7bba44d 100644 --- a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.cs +++ b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.CSharpCodeGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.FormattingProvider.cs b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.FormattingProvider.cs index e4cc7dda3bcc2..7460bd1455386 100644 --- a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.FormattingProvider.cs +++ b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.FormattingProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.ExtractMethod; diff --git a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.PostProcessor.cs b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.PostProcessor.cs index ee7230910c38d..549f94a90afd5 100644 --- a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.PostProcessor.cs +++ b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.PostProcessor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.TriviaResult.cs b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.TriviaResult.cs index 303d8caabbfaf..213ab4218538b 100644 --- a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.TriviaResult.cs +++ b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.TriviaResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.cs b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.cs index 6c45031f6ca8d..b6fb1ef606132 100644 --- a/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.cs +++ b/src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionResult.ExpressionResult.cs b/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionResult.ExpressionResult.cs index a100ebe1f0f8f..087b544a75531 100644 --- a/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionResult.ExpressionResult.cs +++ b/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionResult.ExpressionResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionResult.StatementResult.cs b/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionResult.StatementResult.cs index fa54c54548f6a..d2dd274e08575 100644 --- a/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionResult.StatementResult.cs +++ b/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionResult.StatementResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionResult.cs b/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionResult.cs index 2cfe4ea7c906c..9c7ab76a04a22 100644 --- a/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionResult.cs +++ b/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionValidator.Validator.cs b/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionValidator.Validator.cs index 9c82a161fc5a3..ca1975b7a6e68 100644 --- a/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionValidator.Validator.cs +++ b/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionValidator.Validator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; diff --git a/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionValidator.cs b/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionValidator.cs index 3eb20e49b235e..4d6896b6bb83a 100644 --- a/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionValidator.cs +++ b/src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionValidator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/ExtractMethod/CSharpSyntaxTriviaService.cs b/src/Features/CSharp/Portable/ExtractMethod/CSharpSyntaxTriviaService.cs index 60c6708d7dc2e..40ec9e0df85ab 100644 --- a/src/Features/CSharp/Portable/ExtractMethod/CSharpSyntaxTriviaService.cs +++ b/src/Features/CSharp/Portable/ExtractMethod/CSharpSyntaxTriviaService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.ExtractMethod; using Microsoft.CodeAnalysis.Host; diff --git a/src/Features/CSharp/Portable/ExtractMethod/CSharpSyntaxTriviaServiceFactory.cs b/src/Features/CSharp/Portable/ExtractMethod/CSharpSyntaxTriviaServiceFactory.cs index 402c71daa524d..349d651fd2570 100644 --- a/src/Features/CSharp/Portable/ExtractMethod/CSharpSyntaxTriviaServiceFactory.cs +++ b/src/Features/CSharp/Portable/ExtractMethod/CSharpSyntaxTriviaServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.ExtractMethod; diff --git a/src/Features/CSharp/Portable/ExtractMethod/Extensions.cs b/src/Features/CSharp/Portable/ExtractMethod/Extensions.cs index 7d1bf640bf3f8..46ec8959c88a3 100644 --- a/src/Features/CSharp/Portable/ExtractMethod/Extensions.cs +++ b/src/Features/CSharp/Portable/ExtractMethod/Extensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/FullyQualify/CSharpFullyQualifyCodeFixProvider.cs b/src/Features/CSharp/Portable/FullyQualify/CSharpFullyQualifyCodeFixProvider.cs index eb9683fd0a6be..26eda0a2c0a7e 100644 --- a/src/Features/CSharp/Portable/FullyQualify/CSharpFullyQualifyCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/FullyQualify/CSharpFullyQualifyCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Composition; diff --git a/src/Features/CSharp/Portable/GenerateConstructor/CSharpGenerateConstructorService.cs b/src/Features/CSharp/Portable/GenerateConstructor/CSharpGenerateConstructorService.cs index 4943a66b121d9..2f360638e853f 100644 --- a/src/Features/CSharp/Portable/GenerateConstructor/CSharpGenerateConstructorService.cs +++ b/src/Features/CSharp/Portable/GenerateConstructor/CSharpGenerateConstructorService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/CSharp/Portable/GenerateConstructor/GenerateConstructorCodeFixProvider.cs b/src/Features/CSharp/Portable/GenerateConstructor/GenerateConstructorCodeFixProvider.cs index b98cb953c6ba0..ecde2465ac2a4 100644 --- a/src/Features/CSharp/Portable/GenerateConstructor/GenerateConstructorCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/GenerateConstructor/GenerateConstructorCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Composition; diff --git a/src/Features/CSharp/Portable/GenerateMember/GenerateDefaultConstructors/CSharpGenerateDefaultConstructorsService.cs b/src/Features/CSharp/Portable/GenerateMember/GenerateDefaultConstructors/CSharpGenerateDefaultConstructorsService.cs index b9852729015e0..82a8f293c91b5 100644 --- a/src/Features/CSharp/Portable/GenerateMember/GenerateDefaultConstructors/CSharpGenerateDefaultConstructorsService.cs +++ b/src/Features/CSharp/Portable/GenerateMember/GenerateDefaultConstructors/CSharpGenerateDefaultConstructorsService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/CSharp/Portable/GenerateMember/GenerateEnumMember/CSharpGenerateEnumMemberService.cs b/src/Features/CSharp/Portable/GenerateMember/GenerateEnumMember/CSharpGenerateEnumMemberService.cs index 6a47ab792dc3f..e7309831ee73e 100644 --- a/src/Features/CSharp/Portable/GenerateMember/GenerateEnumMember/CSharpGenerateEnumMemberService.cs +++ b/src/Features/CSharp/Portable/GenerateMember/GenerateEnumMember/CSharpGenerateEnumMemberService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/CSharp/Portable/GenerateMember/GenerateParameterizedMember/CSharpCommonGenerationServiceMethods.cs b/src/Features/CSharp/Portable/GenerateMember/GenerateParameterizedMember/CSharpCommonGenerationServiceMethods.cs index 293f003834e49..6cd682e34c7f6 100644 --- a/src/Features/CSharp/Portable/GenerateMember/GenerateParameterizedMember/CSharpCommonGenerationServiceMethods.cs +++ b/src/Features/CSharp/Portable/GenerateMember/GenerateParameterizedMember/CSharpCommonGenerationServiceMethods.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.CSharp.GenerateMember.GenerateParameterizedMember diff --git a/src/Features/CSharp/Portable/GenerateMember/GenerateParameterizedMember/CSharpGenerateConversionService.cs b/src/Features/CSharp/Portable/GenerateMember/GenerateParameterizedMember/CSharpGenerateConversionService.cs index fd495ebf05f20..0bbf9d8efc790 100644 --- a/src/Features/CSharp/Portable/GenerateMember/GenerateParameterizedMember/CSharpGenerateConversionService.cs +++ b/src/Features/CSharp/Portable/GenerateMember/GenerateParameterizedMember/CSharpGenerateConversionService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/CSharp/Portable/GenerateMember/GenerateParameterizedMember/CSharpGenerateMethodService.cs b/src/Features/CSharp/Portable/GenerateMember/GenerateParameterizedMember/CSharpGenerateMethodService.cs index 86108a242f3be..3802956000a6c 100644 --- a/src/Features/CSharp/Portable/GenerateMember/GenerateParameterizedMember/CSharpGenerateMethodService.cs +++ b/src/Features/CSharp/Portable/GenerateMember/GenerateParameterizedMember/CSharpGenerateMethodService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Linq; diff --git a/src/Features/CSharp/Portable/GenerateMember/GenerateVariable/CSharpGenerateVariableService.cs b/src/Features/CSharp/Portable/GenerateMember/GenerateVariable/CSharpGenerateVariableService.cs index aee39bf270ad5..37a3cc901375f 100644 --- a/src/Features/CSharp/Portable/GenerateMember/GenerateVariable/CSharpGenerateVariableService.cs +++ b/src/Features/CSharp/Portable/GenerateMember/GenerateVariable/CSharpGenerateVariableService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; diff --git a/src/Features/CSharp/Portable/GenerateType/CSharpGenerateTypeService.cs b/src/Features/CSharp/Portable/GenerateType/CSharpGenerateTypeService.cs index d23891ee56021..6b6693239e2bc 100644 --- a/src/Features/CSharp/Portable/GenerateType/CSharpGenerateTypeService.cs +++ b/src/Features/CSharp/Portable/GenerateType/CSharpGenerateTypeService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/GenerateVariable/CSharpGenerateVariableCodeFixProvider.cs b/src/Features/CSharp/Portable/GenerateVariable/CSharpGenerateVariableCodeFixProvider.cs index 1420022b99de3..1d7898a78896a 100644 --- a/src/Features/CSharp/Portable/GenerateVariable/CSharpGenerateVariableCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/GenerateVariable/CSharpGenerateVariableCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Composition; diff --git a/src/Features/CSharp/Portable/ImplementAbstractClass/CSharpImplementAbstractClassCodeFixProvider.cs b/src/Features/CSharp/Portable/ImplementAbstractClass/CSharpImplementAbstractClassCodeFixProvider.cs index 6d35c98f7c25a..000696aae3dab 100644 --- a/src/Features/CSharp/Portable/ImplementAbstractClass/CSharpImplementAbstractClassCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/ImplementAbstractClass/CSharpImplementAbstractClassCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/Features/CSharp/Portable/ImplementAbstractClass/CSharpImplementAbstractClassService.cs b/src/Features/CSharp/Portable/ImplementAbstractClass/CSharpImplementAbstractClassService.cs index b9d435d66c823..0fa42652199d8 100644 --- a/src/Features/CSharp/Portable/ImplementAbstractClass/CSharpImplementAbstractClassService.cs +++ b/src/Features/CSharp/Portable/ImplementAbstractClass/CSharpImplementAbstractClassService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/CSharp/Portable/ImplementInterface/CSharpImplementInterfaceCodeFixProvider.cs b/src/Features/CSharp/Portable/ImplementInterface/CSharpImplementInterfaceCodeFixProvider.cs index 4391a1df34bb5..93d5288acada0 100644 --- a/src/Features/CSharp/Portable/ImplementInterface/CSharpImplementInterfaceCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/ImplementInterface/CSharpImplementInterfaceCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/ImplementInterface/CSharpImplementInterfaceService.cs b/src/Features/CSharp/Portable/ImplementInterface/CSharpImplementInterfaceService.cs index a15e8118edb44..e393573fc2276 100644 --- a/src/Features/CSharp/Portable/ImplementInterface/CSharpImplementInterfaceService.cs +++ b/src/Features/CSharp/Portable/ImplementInterface/CSharpImplementInterfaceService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Composition; diff --git a/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService.Rewriter.cs b/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService.Rewriter.cs index 0adb16325076d..082e5f7def052 100644 --- a/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService.Rewriter.cs +++ b/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService.Rewriter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService.cs b/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService.cs index c3d5f3d29e9a4..ddde8b5214a8d 100644 --- a/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService.cs +++ b/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Composition; diff --git a/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService_IntroduceField.cs b/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService_IntroduceField.cs index 51495e3b5d3f6..b384ca8575d1a 100644 --- a/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService_IntroduceField.cs +++ b/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService_IntroduceField.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService_IntroduceLocal.cs b/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService_IntroduceLocal.cs index 1289769ec396c..e8cee68cadcf9 100644 --- a/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService_IntroduceLocal.cs +++ b/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService_IntroduceLocal.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService_IntroduceQueryLocal.cs b/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService_IntroduceQueryLocal.cs index 39638a5993718..347524e9b45e0 100644 --- a/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService_IntroduceQueryLocal.cs +++ b/src/Features/CSharp/Portable/IntroduceVariable/CSharpIntroduceVariableService_IntroduceQueryLocal.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/CSharp/Portable/InvokeDelegateWithConditionalAccess/InvokeDelegateWithConditionalAccessAnalyzer.cs b/src/Features/CSharp/Portable/InvokeDelegateWithConditionalAccess/InvokeDelegateWithConditionalAccessAnalyzer.cs index f0e1b830fc012..b35cd6f83f7a8 100644 --- a/src/Features/CSharp/Portable/InvokeDelegateWithConditionalAccess/InvokeDelegateWithConditionalAccessAnalyzer.cs +++ b/src/Features/CSharp/Portable/InvokeDelegateWithConditionalAccess/InvokeDelegateWithConditionalAccessAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/CSharp/Portable/InvokeDelegateWithConditionalAccess/InvokeDelegateWithConditionalAccessCodeFixProvider.cs b/src/Features/CSharp/Portable/InvokeDelegateWithConditionalAccess/InvokeDelegateWithConditionalAccessCodeFixProvider.cs index b257b1580de63..dee5e9dd36057 100644 --- a/src/Features/CSharp/Portable/InvokeDelegateWithConditionalAccess/InvokeDelegateWithConditionalAccessCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/InvokeDelegateWithConditionalAccess/InvokeDelegateWithConditionalAccessCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/CSharp/Portable/LanguageServices/CSharpAnonymousTypeDisplayService.cs b/src/Features/CSharp/Portable/LanguageServices/CSharpAnonymousTypeDisplayService.cs index 95c712eb09321..1e90bbc77cd0d 100644 --- a/src/Features/CSharp/Portable/LanguageServices/CSharpAnonymousTypeDisplayService.cs +++ b/src/Features/CSharp/Portable/LanguageServices/CSharpAnonymousTypeDisplayService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Composition; diff --git a/src/Features/CSharp/Portable/LanguageServices/CSharpSymbolDisplayService.SymbolDescriptionBuilder.cs b/src/Features/CSharp/Portable/LanguageServices/CSharpSymbolDisplayService.SymbolDescriptionBuilder.cs index 82d70b74e277f..6ba54ac199ca9 100644 --- a/src/Features/CSharp/Portable/LanguageServices/CSharpSymbolDisplayService.SymbolDescriptionBuilder.cs +++ b/src/Features/CSharp/Portable/LanguageServices/CSharpSymbolDisplayService.SymbolDescriptionBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading; diff --git a/src/Features/CSharp/Portable/LanguageServices/CSharpSymbolDisplayService.cs b/src/Features/CSharp/Portable/LanguageServices/CSharpSymbolDisplayService.cs index e059f9be7923c..23de7de67264f 100644 --- a/src/Features/CSharp/Portable/LanguageServices/CSharpSymbolDisplayService.cs +++ b/src/Features/CSharp/Portable/LanguageServices/CSharpSymbolDisplayService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading; diff --git a/src/Features/CSharp/Portable/LanguageServices/CSharpSymbolDisplayServiceFactory.cs b/src/Features/CSharp/Portable/LanguageServices/CSharpSymbolDisplayServiceFactory.cs index de2550985a921..fc360145ea75f 100644 --- a/src/Features/CSharp/Portable/LanguageServices/CSharpSymbolDisplayServiceFactory.cs +++ b/src/Features/CSharp/Portable/LanguageServices/CSharpSymbolDisplayServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Host; diff --git a/src/Features/CSharp/Portable/MetadataAsSource/CSharpMetadataAsSourceService.cs b/src/Features/CSharp/Portable/MetadataAsSource/CSharpMetadataAsSourceService.cs index 9e9fdf089d33d..9bf79b2e2bd2b 100644 --- a/src/Features/CSharp/Portable/MetadataAsSource/CSharpMetadataAsSourceService.cs +++ b/src/Features/CSharp/Portable/MetadataAsSource/CSharpMetadataAsSourceService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/CSharp/Portable/MetadataAsSource/CSharpMetadataAsSourceServiceFactory.cs b/src/Features/CSharp/Portable/MetadataAsSource/CSharpMetadataAsSourceServiceFactory.cs index 546e68e8393db..04fd41060413c 100644 --- a/src/Features/CSharp/Portable/MetadataAsSource/CSharpMetadataAsSourceServiceFactory.cs +++ b/src/Features/CSharp/Portable/MetadataAsSource/CSharpMetadataAsSourceServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Host; diff --git a/src/Features/CSharp/Portable/NavigateTo/CSharpNavigateToSearchService.cs b/src/Features/CSharp/Portable/NavigateTo/CSharpNavigateToSearchService.cs index 051058104842d..8f4d56aa00691 100644 --- a/src/Features/CSharp/Portable/NavigateTo/CSharpNavigateToSearchService.cs +++ b/src/Features/CSharp/Portable/NavigateTo/CSharpNavigateToSearchService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Host.Mef; diff --git a/src/Features/CSharp/Portable/OrganizeImports/CSharpOrganizeImportsService.Rewriter.cs b/src/Features/CSharp/Portable/OrganizeImports/CSharpOrganizeImportsService.Rewriter.cs index 4f38dd4950d5a..63e59191bce3c 100644 --- a/src/Features/CSharp/Portable/OrganizeImports/CSharpOrganizeImportsService.Rewriter.cs +++ b/src/Features/CSharp/Portable/OrganizeImports/CSharpOrganizeImportsService.Rewriter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/CSharp/Portable/OrganizeImports/CSharpOrganizeImportsService.cs b/src/Features/CSharp/Portable/OrganizeImports/CSharpOrganizeImportsService.cs index 1797b6ac0c812..9ccd2f28ca460 100644 --- a/src/Features/CSharp/Portable/OrganizeImports/CSharpOrganizeImportsService.cs +++ b/src/Features/CSharp/Portable/OrganizeImports/CSharpOrganizeImportsService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/CSharp/Portable/Organizing/CSharpOrganizingService.Rewriter.cs b/src/Features/CSharp/Portable/Organizing/CSharpOrganizingService.Rewriter.cs index 7b7d05167b2a7..25bbd214eb481 100644 --- a/src/Features/CSharp/Portable/Organizing/CSharpOrganizingService.Rewriter.cs +++ b/src/Features/CSharp/Portable/Organizing/CSharpOrganizingService.Rewriter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/Organizing/CSharpOrganizingService.cs b/src/Features/CSharp/Portable/Organizing/CSharpOrganizingService.cs index fafe30c163518..ec83b9d7a6d7d 100644 --- a/src/Features/CSharp/Portable/Organizing/CSharpOrganizingService.cs +++ b/src/Features/CSharp/Portable/Organizing/CSharpOrganizingService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/Organizing/Organizers/ClassDeclarationOrganizer.cs b/src/Features/CSharp/Portable/Organizing/Organizers/ClassDeclarationOrganizer.cs index 93391524d5ec8..da98e8cf34c27 100644 --- a/src/Features/CSharp/Portable/Organizing/Organizers/ClassDeclarationOrganizer.cs +++ b/src/Features/CSharp/Portable/Organizing/Organizers/ClassDeclarationOrganizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/CSharp/Portable/Organizing/Organizers/ConstructorDeclarationOrganizer.cs b/src/Features/CSharp/Portable/Organizing/Organizers/ConstructorDeclarationOrganizer.cs index d559dadb2f817..200b35043cc65 100644 --- a/src/Features/CSharp/Portable/Organizing/Organizers/ConstructorDeclarationOrganizer.cs +++ b/src/Features/CSharp/Portable/Organizing/Organizers/ConstructorDeclarationOrganizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/CSharp/Portable/Organizing/Organizers/DestructorDeclarationOrganizer.cs b/src/Features/CSharp/Portable/Organizing/Organizers/DestructorDeclarationOrganizer.cs index 9290663a0368a..3f1701259ad77 100644 --- a/src/Features/CSharp/Portable/Organizing/Organizers/DestructorDeclarationOrganizer.cs +++ b/src/Features/CSharp/Portable/Organizing/Organizers/DestructorDeclarationOrganizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/CSharp/Portable/Organizing/Organizers/EnumDeclarationOrganizer.cs b/src/Features/CSharp/Portable/Organizing/Organizers/EnumDeclarationOrganizer.cs index 73913412f76f1..385f9b4f036f5 100644 --- a/src/Features/CSharp/Portable/Organizing/Organizers/EnumDeclarationOrganizer.cs +++ b/src/Features/CSharp/Portable/Organizing/Organizers/EnumDeclarationOrganizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/CSharp/Portable/Organizing/Organizers/EventDeclarationOrganizer.cs b/src/Features/CSharp/Portable/Organizing/Organizers/EventDeclarationOrganizer.cs index 3785b43f5fe73..8c3f820e8bda2 100644 --- a/src/Features/CSharp/Portable/Organizing/Organizers/EventDeclarationOrganizer.cs +++ b/src/Features/CSharp/Portable/Organizing/Organizers/EventDeclarationOrganizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/CSharp/Portable/Organizing/Organizers/EventFieldDeclarationOrganizer.cs b/src/Features/CSharp/Portable/Organizing/Organizers/EventFieldDeclarationOrganizer.cs index 39f792b904a95..891ca2a7d00de 100644 --- a/src/Features/CSharp/Portable/Organizing/Organizers/EventFieldDeclarationOrganizer.cs +++ b/src/Features/CSharp/Portable/Organizing/Organizers/EventFieldDeclarationOrganizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/CSharp/Portable/Organizing/Organizers/FieldDeclarationOrganizer.cs b/src/Features/CSharp/Portable/Organizing/Organizers/FieldDeclarationOrganizer.cs index 12286ad6b94ee..d966cbf1825a2 100644 --- a/src/Features/CSharp/Portable/Organizing/Organizers/FieldDeclarationOrganizer.cs +++ b/src/Features/CSharp/Portable/Organizing/Organizers/FieldDeclarationOrganizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/CSharp/Portable/Organizing/Organizers/IndexerDeclarationOrganizer.cs b/src/Features/CSharp/Portable/Organizing/Organizers/IndexerDeclarationOrganizer.cs index 281d611a2bf67..b3dd4194fc43d 100644 --- a/src/Features/CSharp/Portable/Organizing/Organizers/IndexerDeclarationOrganizer.cs +++ b/src/Features/CSharp/Portable/Organizing/Organizers/IndexerDeclarationOrganizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/CSharp/Portable/Organizing/Organizers/InterfaceDeclarationOrganizer.cs b/src/Features/CSharp/Portable/Organizing/Organizers/InterfaceDeclarationOrganizer.cs index 53c702d1022da..e608042bb229a 100644 --- a/src/Features/CSharp/Portable/Organizing/Organizers/InterfaceDeclarationOrganizer.cs +++ b/src/Features/CSharp/Portable/Organizing/Organizers/InterfaceDeclarationOrganizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/CSharp/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.Comparer.cs b/src/Features/CSharp/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.Comparer.cs index 8a8ea9e543d1b..a521cbdc043d9 100644 --- a/src/Features/CSharp/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.Comparer.cs +++ b/src/Features/CSharp/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.Comparer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/CSharp/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.cs b/src/Features/CSharp/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.cs index b1c1c961d4aff..493aae976bc34 100644 --- a/src/Features/CSharp/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.cs +++ b/src/Features/CSharp/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/CSharp/Portable/Organizing/Organizers/MethodDeclarationOrganizer.cs b/src/Features/CSharp/Portable/Organizing/Organizers/MethodDeclarationOrganizer.cs index a0659ad6486f4..49883f2caf3d6 100644 --- a/src/Features/CSharp/Portable/Organizing/Organizers/MethodDeclarationOrganizer.cs +++ b/src/Features/CSharp/Portable/Organizing/Organizers/MethodDeclarationOrganizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/CSharp/Portable/Organizing/Organizers/ModifiersOrganizer.Comparer.cs b/src/Features/CSharp/Portable/Organizing/Organizers/ModifiersOrganizer.Comparer.cs index b861e1713f09e..18d0282d70341 100644 --- a/src/Features/CSharp/Portable/Organizing/Organizers/ModifiersOrganizer.Comparer.cs +++ b/src/Features/CSharp/Portable/Organizing/Organizers/ModifiersOrganizer.Comparer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/Organizing/Organizers/ModifiersOrganizer.cs b/src/Features/CSharp/Portable/Organizing/Organizers/ModifiersOrganizer.cs index 3ea5bb7dc4844..1ad35484e0875 100644 --- a/src/Features/CSharp/Portable/Organizing/Organizers/ModifiersOrganizer.cs +++ b/src/Features/CSharp/Portable/Organizing/Organizers/ModifiersOrganizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/CSharp/Portable/Organizing/Organizers/OperatorDeclarationOrganizer.cs b/src/Features/CSharp/Portable/Organizing/Organizers/OperatorDeclarationOrganizer.cs index 5e05c45eba9a0..44597c77545ba 100644 --- a/src/Features/CSharp/Portable/Organizing/Organizers/OperatorDeclarationOrganizer.cs +++ b/src/Features/CSharp/Portable/Organizing/Organizers/OperatorDeclarationOrganizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/CSharp/Portable/Organizing/Organizers/PropertyDeclarationOrganizer.cs b/src/Features/CSharp/Portable/Organizing/Organizers/PropertyDeclarationOrganizer.cs index b8ddd9fe30677..946c85dcf8d62 100644 --- a/src/Features/CSharp/Portable/Organizing/Organizers/PropertyDeclarationOrganizer.cs +++ b/src/Features/CSharp/Portable/Organizing/Organizers/PropertyDeclarationOrganizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/CSharp/Portable/Organizing/Organizers/StructDeclarationOrganizer.cs b/src/Features/CSharp/Portable/Organizing/Organizers/StructDeclarationOrganizer.cs index 086cad6f93da9..259c6e0aa6d44 100644 --- a/src/Features/CSharp/Portable/Organizing/Organizers/StructDeclarationOrganizer.cs +++ b/src/Features/CSharp/Portable/Organizing/Organizers/StructDeclarationOrganizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/CSharp/Portable/Properties/AssemblyInfo.cs b/src/Features/CSharp/Portable/Properties/AssemblyInfo.cs index f48459782b170..922351e6d3de8 100644 --- a/src/Features/CSharp/Portable/Properties/AssemblyInfo.cs +++ b/src/Features/CSharp/Portable/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/src/Features/CSharp/Portable/RemoveUnnecessaryImports/AbstractCSharpRemoveUnnecessaryImportsService.Rewriter.cs b/src/Features/CSharp/Portable/RemoveUnnecessaryImports/AbstractCSharpRemoveUnnecessaryImportsService.Rewriter.cs index ba0c0d77860a3..02fdad0193eeb 100644 --- a/src/Features/CSharp/Portable/RemoveUnnecessaryImports/AbstractCSharpRemoveUnnecessaryImportsService.Rewriter.cs +++ b/src/Features/CSharp/Portable/RemoveUnnecessaryImports/AbstractCSharpRemoveUnnecessaryImportsService.Rewriter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/CSharp/Portable/RemoveUnnecessaryImports/AbstractCSharpRemoveUnnecessaryImportsService.cs b/src/Features/CSharp/Portable/RemoveUnnecessaryImports/AbstractCSharpRemoveUnnecessaryImportsService.cs index 482acaa80b464..bf99e67336ff6 100644 --- a/src/Features/CSharp/Portable/RemoveUnnecessaryImports/AbstractCSharpRemoveUnnecessaryImportsService.cs +++ b/src/Features/CSharp/Portable/RemoveUnnecessaryImports/AbstractCSharpRemoveUnnecessaryImportsService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/RemoveUnnecessaryImports/CSharpRemoveUnnecessaryImportsCodeFixProvider.cs b/src/Features/CSharp/Portable/RemoveUnnecessaryImports/CSharpRemoveUnnecessaryImportsCodeFixProvider.cs index bfdf5c2e6e758..ecdd3290dbc11 100644 --- a/src/Features/CSharp/Portable/RemoveUnnecessaryImports/CSharpRemoveUnnecessaryImportsCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/RemoveUnnecessaryImports/CSharpRemoveUnnecessaryImportsCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/Features/CSharp/Portable/RemoveUnnecessaryImports/CSharpRemoveUnnecessaryImportsDiagnosticAnalyzer.cs b/src/Features/CSharp/Portable/RemoveUnnecessaryImports/CSharpRemoveUnnecessaryImportsDiagnosticAnalyzer.cs index 89b491696860b..8d01cb85c4e79 100644 --- a/src/Features/CSharp/Portable/RemoveUnnecessaryImports/CSharpRemoveUnnecessaryImportsDiagnosticAnalyzer.cs +++ b/src/Features/CSharp/Portable/RemoveUnnecessaryImports/CSharpRemoveUnnecessaryImportsDiagnosticAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/ReplaceMethodWithProperty/CSharpReplaceMethodWithPropertyService.cs b/src/Features/CSharp/Portable/ReplaceMethodWithProperty/CSharpReplaceMethodWithPropertyService.cs index cfc7250275d36..f2a20d055fd88 100644 --- a/src/Features/CSharp/Portable/ReplaceMethodWithProperty/CSharpReplaceMethodWithPropertyService.cs +++ b/src/Features/CSharp/Portable/ReplaceMethodWithProperty/CSharpReplaceMethodWithPropertyService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/SignatureHelp/AbstractCSharpSignatureHelpProvider.cs b/src/Features/CSharp/Portable/SignatureHelp/AbstractCSharpSignatureHelpProvider.cs index 2d05ba1dedeb9..e53bf4f4752e9 100644 --- a/src/Features/CSharp/Portable/SignatureHelp/AbstractCSharpSignatureHelpProvider.cs +++ b/src/Features/CSharp/Portable/SignatureHelp/AbstractCSharpSignatureHelpProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/CSharp/Portable/SignatureHelp/AttributeSignatureHelpProvider.cs b/src/Features/CSharp/Portable/SignatureHelp/AttributeSignatureHelpProvider.cs index 2a874ccf4bddc..9fb8cd231db61 100644 --- a/src/Features/CSharp/Portable/SignatureHelp/AttributeSignatureHelpProvider.cs +++ b/src/Features/CSharp/Portable/SignatureHelp/AttributeSignatureHelpProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Composition; diff --git a/src/Features/CSharp/Portable/SignatureHelp/ConstructorInitializerSignatureHelpProvider.cs b/src/Features/CSharp/Portable/SignatureHelp/ConstructorInitializerSignatureHelpProvider.cs index 7073ed2c1e28f..45f82cbee5867 100644 --- a/src/Features/CSharp/Portable/SignatureHelp/ConstructorInitializerSignatureHelpProvider.cs +++ b/src/Features/CSharp/Portable/SignatureHelp/ConstructorInitializerSignatureHelpProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Composition; diff --git a/src/Features/CSharp/Portable/SignatureHelp/ElementAccessExpressionSignatureHelpProvider.cs b/src/Features/CSharp/Portable/SignatureHelp/ElementAccessExpressionSignatureHelpProvider.cs index 8bf986033a2c7..cbafaedad9e7f 100644 --- a/src/Features/CSharp/Portable/SignatureHelp/ElementAccessExpressionSignatureHelpProvider.cs +++ b/src/Features/CSharp/Portable/SignatureHelp/ElementAccessExpressionSignatureHelpProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/CSharp/Portable/SignatureHelp/GenericNamePartiallyWrittenSignatureHelpProvider.cs b/src/Features/CSharp/Portable/SignatureHelp/GenericNamePartiallyWrittenSignatureHelpProvider.cs index 225a3a47eb2d3..8ea19cef867ef 100644 --- a/src/Features/CSharp/Portable/SignatureHelp/GenericNamePartiallyWrittenSignatureHelpProvider.cs +++ b/src/Features/CSharp/Portable/SignatureHelp/GenericNamePartiallyWrittenSignatureHelpProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/CSharp/Portable/SignatureHelp/GenericNameSignatureHelpProvider.cs b/src/Features/CSharp/Portable/SignatureHelp/GenericNameSignatureHelpProvider.cs index 1697d1f9bc092..395146a7bbeda 100644 --- a/src/Features/CSharp/Portable/SignatureHelp/GenericNameSignatureHelpProvider.cs +++ b/src/Features/CSharp/Portable/SignatureHelp/GenericNameSignatureHelpProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Composition; diff --git a/src/Features/CSharp/Portable/SignatureHelp/GenericNameSignatureHelpProvider_Method.cs b/src/Features/CSharp/Portable/SignatureHelp/GenericNameSignatureHelpProvider_Method.cs index a38746e01117a..91203fa92cc93 100644 --- a/src/Features/CSharp/Portable/SignatureHelp/GenericNameSignatureHelpProvider_Method.cs +++ b/src/Features/CSharp/Portable/SignatureHelp/GenericNameSignatureHelpProvider_Method.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Shared.Extensions; diff --git a/src/Features/CSharp/Portable/SignatureHelp/GenericNameSignatureHelpProvider_NamedType.cs b/src/Features/CSharp/Portable/SignatureHelp/GenericNameSignatureHelpProvider_NamedType.cs index 6a0bd8be74fe6..30777917b0a45 100644 --- a/src/Features/CSharp/Portable/SignatureHelp/GenericNameSignatureHelpProvider_NamedType.cs +++ b/src/Features/CSharp/Portable/SignatureHelp/GenericNameSignatureHelpProvider_NamedType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Roslyn.Utilities; diff --git a/src/Features/CSharp/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.cs b/src/Features/CSharp/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.cs index c6c770c7b8c82..72d8903130d07 100644 --- a/src/Features/CSharp/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.cs +++ b/src/Features/CSharp/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Composition; diff --git a/src/Features/CSharp/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider_DelegateInvoke.cs b/src/Features/CSharp/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider_DelegateInvoke.cs index 269b000136857..38c9bc3d2eb74 100644 --- a/src/Features/CSharp/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider_DelegateInvoke.cs +++ b/src/Features/CSharp/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider_DelegateInvoke.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/CSharp/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider_MethodGroup.cs b/src/Features/CSharp/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider_MethodGroup.cs index 4995546b00d30..70e5e556239c5 100644 --- a/src/Features/CSharp/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider_MethodGroup.cs +++ b/src/Features/CSharp/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider_MethodGroup.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/CSharp/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider.cs b/src/Features/CSharp/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider.cs index bef4bf4d2bc35..c6da97b13a2fa 100644 --- a/src/Features/CSharp/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider.cs +++ b/src/Features/CSharp/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Linq; diff --git a/src/Features/CSharp/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider_DelegateType.cs b/src/Features/CSharp/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider_DelegateType.cs index c987c0d6d3124..3adf6674ba6c1 100644 --- a/src/Features/CSharp/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider_DelegateType.cs +++ b/src/Features/CSharp/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider_DelegateType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/CSharp/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider_NormalType.cs b/src/Features/CSharp/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider_NormalType.cs index 19fabf92c96b5..bddc88adf2345 100644 --- a/src/Features/CSharp/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider_NormalType.cs +++ b/src/Features/CSharp/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider_NormalType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/CSharp/Portable/SignatureHelp/SignatureHelpUtilities.cs b/src/Features/CSharp/Portable/SignatureHelp/SignatureHelpUtilities.cs index 0665130c70d6d..4f7689114a9cf 100644 --- a/src/Features/CSharp/Portable/SignatureHelp/SignatureHelpUtilities.cs +++ b/src/Features/CSharp/Portable/SignatureHelp/SignatureHelpUtilities.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/SolutionCrawler/CSharpDocumentDifferenceService.cs b/src/Features/CSharp/Portable/SolutionCrawler/CSharpDocumentDifferenceService.cs index 1bbb5477786b5..80cbcadcab37f 100644 --- a/src/Features/CSharp/Portable/SolutionCrawler/CSharpDocumentDifferenceService.cs +++ b/src/Features/CSharp/Portable/SolutionCrawler/CSharpDocumentDifferenceService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Host.Mef; diff --git a/src/Features/CSharp/Portable/Structure/CSharpBlockStructureService.cs b/src/Features/CSharp/Portable/Structure/CSharpBlockStructureService.cs index a28dab32f11a4..fb9d7def46cf8 100644 --- a/src/Features/CSharp/Portable/Structure/CSharpBlockStructureService.cs +++ b/src/Features/CSharp/Portable/Structure/CSharpBlockStructureService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Composition; diff --git a/src/Features/CSharp/Portable/TodoComments/CSharpTodoCommentIncrementalAnalyzerProvider.cs b/src/Features/CSharp/Portable/TodoComments/CSharpTodoCommentIncrementalAnalyzerProvider.cs index ee892ddaf3e69..2ae1686fea383 100644 --- a/src/Features/CSharp/Portable/TodoComments/CSharpTodoCommentIncrementalAnalyzerProvider.cs +++ b/src/Features/CSharp/Portable/TodoComments/CSharpTodoCommentIncrementalAnalyzerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/CSharp/Portable/TypeStyle/UseExplicitTypeCodeFixProvider.cs b/src/Features/CSharp/Portable/TypeStyle/UseExplicitTypeCodeFixProvider.cs index 5407c11862a97..ecd3e8c25310a 100644 --- a/src/Features/CSharp/Portable/TypeStyle/UseExplicitTypeCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/TypeStyle/UseExplicitTypeCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/CSharp/Portable/TypeStyle/UseImplicitTypeCodeFixProvider.cs b/src/Features/CSharp/Portable/TypeStyle/UseImplicitTypeCodeFixProvider.cs index a58e077c168ef..209d3937f5f1f 100644 --- a/src/Features/CSharp/Portable/TypeStyle/UseImplicitTypeCodeFixProvider.cs +++ b/src/Features/CSharp/Portable/TypeStyle/UseImplicitTypeCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/CSharp/Portable/UsePatternMatching/CSharpAsAndNullCheckDiagnosticAnalyzer.cs b/src/Features/CSharp/Portable/UsePatternMatching/CSharpAsAndNullCheckDiagnosticAnalyzer.cs index 9cbbab579660b..ab2d3759a5cb7 100644 --- a/src/Features/CSharp/Portable/UsePatternMatching/CSharpAsAndNullCheckDiagnosticAnalyzer.cs +++ b/src/Features/CSharp/Portable/UsePatternMatching/CSharpAsAndNullCheckDiagnosticAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/CSharp/Portable/UsePatternMatching/CSharpIsAndCastCheckDiagnosticAnalyzer.cs b/src/Features/CSharp/Portable/UsePatternMatching/CSharpIsAndCastCheckDiagnosticAnalyzer.cs index e646e52f682ba..019b24ce6d044 100644 --- a/src/Features/CSharp/Portable/UsePatternMatching/CSharpIsAndCastCheckDiagnosticAnalyzer.cs +++ b/src/Features/CSharp/Portable/UsePatternMatching/CSharpIsAndCastCheckDiagnosticAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/AddConstructorParametersFromMembers/AddConstructorParametersCodeAction.cs b/src/Features/Core/Portable/AddConstructorParametersFromMembers/AddConstructorParametersCodeAction.cs index 66774eab8f699..7f898e2715f1e 100644 --- a/src/Features/Core/Portable/AddConstructorParametersFromMembers/AddConstructorParametersCodeAction.cs +++ b/src/Features/Core/Portable/AddConstructorParametersFromMembers/AddConstructorParametersCodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/Core/Portable/AddConstructorParametersFromMembers/AddConstructorParametersFromMembersCodeRefactoringProvider.cs b/src/Features/Core/Portable/AddConstructorParametersFromMembers/AddConstructorParametersFromMembersCodeRefactoringProvider.cs index 39a113e6aa3a7..0ea16053672eb 100644 --- a/src/Features/Core/Portable/AddConstructorParametersFromMembers/AddConstructorParametersFromMembersCodeRefactoringProvider.cs +++ b/src/Features/Core/Portable/AddConstructorParametersFromMembers/AddConstructorParametersFromMembersCodeRefactoringProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/AddImport/References/PackageReference.cs b/src/Features/Core/Portable/AddImport/References/PackageReference.cs index 916e61728584e..b178eadfcebfd 100644 --- a/src/Features/Core/Portable/AddImport/References/PackageReference.cs +++ b/src/Features/Core/Portable/AddImport/References/PackageReference.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/Core/Portable/AddMissingReference/AddMissingReferenceCodeAction.cs b/src/Features/Core/Portable/AddMissingReference/AddMissingReferenceCodeAction.cs index 08cb206d0d567..43fa6308556a3 100644 --- a/src/Features/Core/Portable/AddMissingReference/AddMissingReferenceCodeAction.cs +++ b/src/Features/Core/Portable/AddMissingReference/AddMissingReferenceCodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/ChangeSignature/AbstractChangeSignatureCodeRefactoringProvider.cs b/src/Features/Core/Portable/ChangeSignature/AbstractChangeSignatureCodeRefactoringProvider.cs index 99d3e7888a4b5..dcd6d5eec9573 100644 --- a/src/Features/Core/Portable/ChangeSignature/AbstractChangeSignatureCodeRefactoringProvider.cs +++ b/src/Features/Core/Portable/ChangeSignature/AbstractChangeSignatureCodeRefactoringProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading.Tasks; diff --git a/src/Features/Core/Portable/ChangeSignature/AbstractChangeSignatureService.cs b/src/Features/Core/Portable/ChangeSignature/AbstractChangeSignatureService.cs index 525ee539d3b26..102347175f003 100644 --- a/src/Features/Core/Portable/ChangeSignature/AbstractChangeSignatureService.cs +++ b/src/Features/Core/Portable/ChangeSignature/AbstractChangeSignatureService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/ChangeSignature/CannotChangeSignatureReason.cs b/src/Features/Core/Portable/ChangeSignature/CannotChangeSignatureReason.cs index f8a5b1bffc151..d7e8a510ca202 100644 --- a/src/Features/Core/Portable/ChangeSignature/CannotChangeSignatureReason.cs +++ b/src/Features/Core/Portable/ChangeSignature/CannotChangeSignatureReason.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.ChangeSignature { diff --git a/src/Features/Core/Portable/ChangeSignature/ChangeSignatureCodeAction.cs b/src/Features/Core/Portable/ChangeSignature/ChangeSignatureCodeAction.cs index 6f6019ffbb3bd..01eb5aeb24867 100644 --- a/src/Features/Core/Portable/ChangeSignature/ChangeSignatureCodeAction.cs +++ b/src/Features/Core/Portable/ChangeSignature/ChangeSignatureCodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/Core/Portable/ChangeSignature/ChangeSignatureOptionsResult.cs b/src/Features/Core/Portable/ChangeSignature/ChangeSignatureOptionsResult.cs index d917e8131ab42..e385f97348c8b 100644 --- a/src/Features/Core/Portable/ChangeSignature/ChangeSignatureOptionsResult.cs +++ b/src/Features/Core/Portable/ChangeSignature/ChangeSignatureOptionsResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.ChangeSignature { diff --git a/src/Features/Core/Portable/ChangeSignature/ChangeSignatureResult.cs b/src/Features/Core/Portable/ChangeSignature/ChangeSignatureResult.cs index 3160b5851eb5a..4126f57f216fb 100644 --- a/src/Features/Core/Portable/ChangeSignature/ChangeSignatureResult.cs +++ b/src/Features/Core/Portable/ChangeSignature/ChangeSignatureResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.ChangeSignature { diff --git a/src/Features/Core/Portable/ChangeSignature/IChangeSignatureOptionsService.cs b/src/Features/Core/Portable/ChangeSignature/IChangeSignatureOptionsService.cs index 3ac00e9471fce..231d33f1395ed 100644 --- a/src/Features/Core/Portable/ChangeSignature/IChangeSignatureOptionsService.cs +++ b/src/Features/Core/Portable/ChangeSignature/IChangeSignatureOptionsService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalysis.Notification; diff --git a/src/Features/Core/Portable/ChangeSignature/IUnifiedArgumentSyntax.cs b/src/Features/Core/Portable/ChangeSignature/IUnifiedArgumentSyntax.cs index eede34ca25ccc..8d53a1e6ca343 100644 --- a/src/Features/Core/Portable/ChangeSignature/IUnifiedArgumentSyntax.cs +++ b/src/Features/Core/Portable/ChangeSignature/IUnifiedArgumentSyntax.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.ChangeSignature { diff --git a/src/Features/Core/Portable/ChangeSignature/ParameterConfiguration.cs b/src/Features/Core/Portable/ChangeSignature/ParameterConfiguration.cs index ecb46695130b2..9d29bbaf746fd 100644 --- a/src/Features/Core/Portable/ChangeSignature/ParameterConfiguration.cs +++ b/src/Features/Core/Portable/ChangeSignature/ParameterConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/src/Features/Core/Portable/ChangeSignature/SignatureChange.cs b/src/Features/Core/Portable/ChangeSignature/SignatureChange.cs index e3f190d8d71ee..d24071c3512a1 100644 --- a/src/Features/Core/Portable/ChangeSignature/SignatureChange.cs +++ b/src/Features/Core/Portable/ChangeSignature/SignatureChange.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/src/Features/Core/Portable/CodeFixes/CodeFixContextExtensions.cs b/src/Features/Core/Portable/CodeFixes/CodeFixContextExtensions.cs index e9cc96fa6c342..6ee828127d804 100644 --- a/src/Features/Core/Portable/CodeFixes/CodeFixContextExtensions.cs +++ b/src/Features/Core/Portable/CodeFixes/CodeFixContextExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/CodeFixes/FixAllOccurrences/FixMultipleCodeAction.cs b/src/Features/Core/Portable/CodeFixes/FixAllOccurrences/FixMultipleCodeAction.cs index ccca3424cdcf4..ca57a534f4dcc 100644 --- a/src/Features/Core/Portable/CodeFixes/FixAllOccurrences/FixMultipleCodeAction.cs +++ b/src/Features/Core/Portable/CodeFixes/FixAllOccurrences/FixMultipleCodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.CodeFixes { diff --git a/src/Features/Core/Portable/CodeFixes/NamingStyle/AbstractNamingStyleCodeFixProvider.cs b/src/Features/Core/Portable/CodeFixes/NamingStyle/AbstractNamingStyleCodeFixProvider.cs index 8b7e8209d0cc2..4110104055f07 100644 --- a/src/Features/Core/Portable/CodeFixes/NamingStyle/AbstractNamingStyleCodeFixProvider.cs +++ b/src/Features/Core/Portable/CodeFixes/NamingStyle/AbstractNamingStyleCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.AbstractGlobalSuppressMessageCodeAction.cs b/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.AbstractGlobalSuppressMessageCodeAction.cs index beee9ea1fdf2d..be36a6e824fd4 100644 --- a/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.AbstractGlobalSuppressMessageCodeAction.cs +++ b/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.AbstractGlobalSuppressMessageCodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.PragmaWarningCodeAction.cs b/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.PragmaWarningCodeAction.cs index 71e9c7d1f4902..e4eb9c56edd21 100644 --- a/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.PragmaWarningCodeAction.cs +++ b/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.PragmaWarningCodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction.cs b/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction.cs index d02f1d3b844cb..9afcf1fc0a6f9 100644 --- a/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction.cs +++ b/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction_Attribute.cs b/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction_Attribute.cs index 79956237d0270..c75a36d2c8fbd 100644 --- a/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction_Attribute.cs +++ b/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction_Attribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction_Pragma.cs b/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction_Pragma.cs index 6dde11628e777..fc23c3992ed1b 100644 --- a/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction_Pragma.cs +++ b/src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction_Pragma.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/Features/Core/Portable/CodeFixes/Suppression/NestedSuppressionCodeAction.cs b/src/Features/Core/Portable/CodeFixes/Suppression/NestedSuppressionCodeAction.cs index 1cf98c3bad320..4a703942d5dcf 100644 --- a/src/Features/Core/Portable/CodeFixes/Suppression/NestedSuppressionCodeAction.cs +++ b/src/Features/Core/Portable/CodeFixes/Suppression/NestedSuppressionCodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CodeActions; diff --git a/src/Features/Core/Portable/CodeFixes/Suppression/TopLevelSuppressionCodeAction.cs b/src/Features/Core/Portable/CodeFixes/Suppression/TopLevelSuppressionCodeAction.cs index 5cdf2b283a992..7fefee123faa5 100644 --- a/src/Features/Core/Portable/CodeFixes/Suppression/TopLevelSuppressionCodeAction.cs +++ b/src/Features/Core/Portable/CodeFixes/Suppression/TopLevelSuppressionCodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/CodeRefactorings/AbstractCodeRefactoringService.cs b/src/Features/Core/Portable/CodeRefactorings/AbstractCodeRefactoringService.cs index 7f8fb145aa119..693574aee6877 100644 --- a/src/Features/Core/Portable/CodeRefactorings/AbstractCodeRefactoringService.cs +++ b/src/Features/Core/Portable/CodeRefactorings/AbstractCodeRefactoringService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/CodeRefactorings/CodeRefactoring.cs b/src/Features/Core/Portable/CodeRefactorings/CodeRefactoring.cs index 9581f1d84afd5..4644859c70ea5 100644 --- a/src/Features/Core/Portable/CodeRefactorings/CodeRefactoring.cs +++ b/src/Features/Core/Portable/CodeRefactorings/CodeRefactoring.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/CodeRefactorings/ExtractMethod/AbstractExtractMethodCodeRefactoringProvider.cs b/src/Features/Core/Portable/CodeRefactorings/ExtractMethod/AbstractExtractMethodCodeRefactoringProvider.cs index bdf67f4c649d9..ed39488d98f43 100644 --- a/src/Features/Core/Portable/CodeRefactorings/ExtractMethod/AbstractExtractMethodCodeRefactoringProvider.cs +++ b/src/Features/Core/Portable/CodeRefactorings/ExtractMethod/AbstractExtractMethodCodeRefactoringProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; diff --git a/src/Features/Core/Portable/CodeRefactorings/IntroduceVariable/IntroduceVariableCodeRefactoringProvider.cs b/src/Features/Core/Portable/CodeRefactorings/IntroduceVariable/IntroduceVariableCodeRefactoringProvider.cs index a043ed77cb3d5..fe95803897b6d 100644 --- a/src/Features/Core/Portable/CodeRefactorings/IntroduceVariable/IntroduceVariableCodeRefactoringProvider.cs +++ b/src/Features/Core/Portable/CodeRefactorings/IntroduceVariable/IntroduceVariableCodeRefactoringProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading.Tasks; diff --git a/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.Editor.cs b/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.Editor.cs index 4bcc14281b75b..89c20080b3767 100644 --- a/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.Editor.cs +++ b/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.Editor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.MoveTypeCodeAction.cs b/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.MoveTypeCodeAction.cs index 71886b499bc26..1d8d560f7b242 100644 --- a/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.MoveTypeCodeAction.cs +++ b/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.MoveTypeCodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.MoveTypeEditor.cs b/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.MoveTypeEditor.cs index 8c17ab52c3acb..f19e2f513252b 100644 --- a/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.MoveTypeEditor.cs +++ b/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.MoveTypeEditor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.RenameFileEditor.cs b/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.RenameFileEditor.cs index 488c8705af97a..bd1dc8d57b2cd 100644 --- a/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.RenameFileEditor.cs +++ b/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.RenameFileEditor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading; diff --git a/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.RenameTypeEditor.cs b/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.RenameTypeEditor.cs index 6bf155bbd5be4..29785553621e9 100644 --- a/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.RenameTypeEditor.cs +++ b/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.RenameTypeEditor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.cs b/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.cs index 79610f598eafd..49b0abc21b132 100644 --- a/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.cs +++ b/src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/CodeRefactorings/MoveType/IMoveTypeService.cs b/src/Features/Core/Portable/CodeRefactorings/MoveType/IMoveTypeService.cs index 5bfdf54f04c5c..c8f2c3066ab3b 100644 --- a/src/Features/Core/Portable/CodeRefactorings/MoveType/IMoveTypeService.cs +++ b/src/Features/Core/Portable/CodeRefactorings/MoveType/IMoveTypeService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading; diff --git a/src/Features/Core/Portable/CodeRefactorings/MoveType/MoveTypeCodeRefactoringProvider.cs b/src/Features/Core/Portable/CodeRefactorings/MoveType/MoveTypeCodeRefactoringProvider.cs index 28ac18b6d0f93..18d9d82fb09ef 100644 --- a/src/Features/Core/Portable/CodeRefactorings/MoveType/MoveTypeCodeRefactoringProvider.cs +++ b/src/Features/Core/Portable/CodeRefactorings/MoveType/MoveTypeCodeRefactoringProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading.Tasks; diff --git a/src/Features/Core/Portable/CodeRefactorings/UseNamedArguments/AbstractUseNamedArgumentsCodeRefactoringProvider.cs b/src/Features/Core/Portable/CodeRefactorings/UseNamedArguments/AbstractUseNamedArgumentsCodeRefactoringProvider.cs index 7d38fe88dcd7a..a06977dc57c4a 100644 --- a/src/Features/Core/Portable/CodeRefactorings/UseNamedArguments/AbstractUseNamedArgumentsCodeRefactoringProvider.cs +++ b/src/Features/Core/Portable/CodeRefactorings/UseNamedArguments/AbstractUseNamedArgumentsCodeRefactoringProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/Completion/AbstractCompletionService.cs b/src/Features/Core/Portable/Completion/AbstractCompletionService.cs index 17a3309334ead..6f373df5e7201 100644 --- a/src/Features/Core/Portable/Completion/AbstractCompletionService.cs +++ b/src/Features/Core/Portable/Completion/AbstractCompletionService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/Completion/CommonCompletionUtilities.cs b/src/Features/Core/Portable/Completion/CommonCompletionUtilities.cs index d53803ca5d52c..5035cc5f87cb9 100644 --- a/src/Features/Core/Portable/Completion/CommonCompletionUtilities.cs +++ b/src/Features/Core/Portable/Completion/CommonCompletionUtilities.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/Completion/Providers/RecommendedKeyword.cs b/src/Features/Core/Portable/Completion/Providers/RecommendedKeyword.cs index 9b2097533d75e..7ba82f049793d 100644 --- a/src/Features/Core/Portable/Completion/Providers/RecommendedKeyword.cs +++ b/src/Features/Core/Portable/Completion/Providers/RecommendedKeyword.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/ConvertIfToSwitch/AbstractConvertIfToSwitchCodeRefactoringProvider.cs b/src/Features/Core/Portable/ConvertIfToSwitch/AbstractConvertIfToSwitchCodeRefactoringProvider.cs index 29d2ec9d409e7..279a82924ecb3 100644 --- a/src/Features/Core/Portable/ConvertIfToSwitch/AbstractConvertIfToSwitchCodeRefactoringProvider.cs +++ b/src/Features/Core/Portable/ConvertIfToSwitch/AbstractConvertIfToSwitchCodeRefactoringProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/Features/Core/Portable/Diagnostics/AnalyzerHelper.cs b/src/Features/Core/Portable/Diagnostics/AnalyzerHelper.cs index a0f29df0d3f41..dd99530bd6656 100644 --- a/src/Features/Core/Portable/Diagnostics/AnalyzerHelper.cs +++ b/src/Features/Core/Portable/Diagnostics/AnalyzerHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/Features/Core/Portable/Diagnostics/Analyzers/NamingStyleDiagnosticAnalyzerBase.cs b/src/Features/Core/Portable/Diagnostics/Analyzers/NamingStyleDiagnosticAnalyzerBase.cs index c2ba24d98bba6..4c90bb3719c24 100644 --- a/src/Features/Core/Portable/Diagnostics/Analyzers/NamingStyleDiagnosticAnalyzerBase.cs +++ b/src/Features/Core/Portable/Diagnostics/Analyzers/NamingStyleDiagnosticAnalyzerBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; diff --git a/src/Features/Core/Portable/Diagnostics/Analyzers/PreferFrameworkTypeDiagnosticAnalyzerBase.cs b/src/Features/Core/Portable/Diagnostics/Analyzers/PreferFrameworkTypeDiagnosticAnalyzerBase.cs index 4bd575401fad0..5a9c814e92997 100644 --- a/src/Features/Core/Portable/Diagnostics/Analyzers/PreferFrameworkTypeDiagnosticAnalyzerBase.cs +++ b/src/Features/Core/Portable/Diagnostics/Analyzers/PreferFrameworkTypeDiagnosticAnalyzerBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/Diagnostics/Analyzers/RemoveUnnecessaryCastDiagnosticAnalyzerBase.cs b/src/Features/Core/Portable/Diagnostics/Analyzers/RemoveUnnecessaryCastDiagnosticAnalyzerBase.cs index 06082c7e0caaa..2f90f3660028a 100644 --- a/src/Features/Core/Portable/Diagnostics/Analyzers/RemoveUnnecessaryCastDiagnosticAnalyzerBase.cs +++ b/src/Features/Core/Portable/Diagnostics/Analyzers/RemoveUnnecessaryCastDiagnosticAnalyzerBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Linq; diff --git a/src/Features/Core/Portable/Diagnostics/Analyzers/SimplifyTypeNamesDiagnosticAnalyzerBase.cs b/src/Features/Core/Portable/Diagnostics/Analyzers/SimplifyTypeNamesDiagnosticAnalyzerBase.cs index 3debbf759a047..7b4f8dce68f44 100644 --- a/src/Features/Core/Portable/Diagnostics/Analyzers/SimplifyTypeNamesDiagnosticAnalyzerBase.cs +++ b/src/Features/Core/Portable/Diagnostics/Analyzers/SimplifyTypeNamesDiagnosticAnalyzerBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/Diagnostics/DiagnosticCategory.cs b/src/Features/Core/Portable/Diagnostics/DiagnosticCategory.cs index 3d141a28df0d6..fc34ef8498d49 100644 --- a/src/Features/Core/Portable/Diagnostics/DiagnosticCategory.cs +++ b/src/Features/Core/Portable/Diagnostics/DiagnosticCategory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Diagnostics { diff --git a/src/Features/Core/Portable/Diagnostics/DiagnosticProviderMetadata.cs b/src/Features/Core/Portable/Diagnostics/DiagnosticProviderMetadata.cs index a3dba197d4f79..911dce9cee3ca 100644 --- a/src/Features/Core/Portable/Diagnostics/DiagnosticProviderMetadata.cs +++ b/src/Features/Core/Portable/Diagnostics/DiagnosticProviderMetadata.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Host.Mef; diff --git a/src/Features/Core/Portable/Diagnostics/PredefinedBuildTools.cs b/src/Features/Core/Portable/Diagnostics/PredefinedBuildTools.cs index d706212980a1a..91d0b523b4452 100644 --- a/src/Features/Core/Portable/Diagnostics/PredefinedBuildTools.cs +++ b/src/Features/Core/Portable/Diagnostics/PredefinedBuildTools.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Diagnostics { diff --git a/src/Features/Core/Portable/DocumentHighlighting/IDocumentHighlightsService.cs b/src/Features/Core/Portable/DocumentHighlighting/IDocumentHighlightsService.cs index fa246d53d95d2..e45602e950a51 100644 --- a/src/Features/Core/Portable/DocumentHighlighting/IDocumentHighlightsService.cs +++ b/src/Features/Core/Portable/DocumentHighlighting/IDocumentHighlightsService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading; diff --git a/src/Features/Core/Portable/EditAndContinue/RudeEditDiagnosticDescriptors.cs b/src/Features/Core/Portable/EditAndContinue/RudeEditDiagnosticDescriptors.cs index 4df5c82d197ff..ed586066f3e19 100644 --- a/src/Features/Core/Portable/EditAndContinue/RudeEditDiagnosticDescriptors.cs +++ b/src/Features/Core/Portable/EditAndContinue/RudeEditDiagnosticDescriptors.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/ExtractInterface/ExtractInterfaceCodeAction.cs b/src/Features/Core/Portable/ExtractInterface/ExtractInterfaceCodeAction.cs index f899f245dec6d..1b88fbeced4ae 100644 --- a/src/Features/Core/Portable/ExtractInterface/ExtractInterfaceCodeAction.cs +++ b/src/Features/Core/Portable/ExtractInterface/ExtractInterfaceCodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/Core/Portable/ExtractMethod/MethodExtractor.Analyzer.cs b/src/Features/Core/Portable/ExtractMethod/MethodExtractor.Analyzer.cs index 0659c0ba0cb45..af014a2366e9e 100644 --- a/src/Features/Core/Portable/ExtractMethod/MethodExtractor.Analyzer.cs +++ b/src/Features/Core/Portable/ExtractMethod/MethodExtractor.Analyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/ExtractMethod/MethodExtractor.TriviaResult.cs b/src/Features/Core/Portable/ExtractMethod/MethodExtractor.TriviaResult.cs index f47f9657abac9..82a339a0af3ff 100644 --- a/src/Features/Core/Portable/ExtractMethod/MethodExtractor.TriviaResult.cs +++ b/src/Features/Core/Portable/ExtractMethod/MethodExtractor.TriviaResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/Core/Portable/ExtractMethod/OperationStatus_Statics.cs b/src/Features/Core/Portable/ExtractMethod/OperationStatus_Statics.cs index f13390c348dad..4cc50a2f1b2c4 100644 --- a/src/Features/Core/Portable/ExtractMethod/OperationStatus_Statics.cs +++ b/src/Features/Core/Portable/ExtractMethod/OperationStatus_Statics.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.ExtractMethod { diff --git a/src/Features/Core/Portable/GenerateConstructorFromMembers/FieldDelegatingCodeAction.cs b/src/Features/Core/Portable/GenerateConstructorFromMembers/FieldDelegatingCodeAction.cs index def50dbd64f93..5aefdbd766b35 100644 --- a/src/Features/Core/Portable/GenerateConstructorFromMembers/FieldDelegatingCodeAction.cs +++ b/src/Features/Core/Portable/GenerateConstructorFromMembers/FieldDelegatingCodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/Core/Portable/GenerateDefaultConstructors/GenerateDefaultConstructorsCodeRefactoringProvider.cs b/src/Features/Core/Portable/GenerateDefaultConstructors/GenerateDefaultConstructorsCodeRefactoringProvider.cs index cee0d3aba9536..809f282aaf02d 100644 --- a/src/Features/Core/Portable/GenerateDefaultConstructors/GenerateDefaultConstructorsCodeRefactoringProvider.cs +++ b/src/Features/Core/Portable/GenerateDefaultConstructors/GenerateDefaultConstructorsCodeRefactoringProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading.Tasks; diff --git a/src/Features/Core/Portable/GenerateMember/GenerateConstructor/AbstractGenerateConstructorService.CodeAction.cs b/src/Features/Core/Portable/GenerateMember/GenerateConstructor/AbstractGenerateConstructorService.CodeAction.cs index 8062d9e09e310..4471fb93e8b47 100644 --- a/src/Features/Core/Portable/GenerateMember/GenerateConstructor/AbstractGenerateConstructorService.CodeAction.cs +++ b/src/Features/Core/Portable/GenerateMember/GenerateConstructor/AbstractGenerateConstructorService.CodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/Core/Portable/GenerateMember/GenerateDefaultConstructors/AbstractGenerateDefaultConstructorsService.CodeAction.cs b/src/Features/Core/Portable/GenerateMember/GenerateDefaultConstructors/AbstractGenerateDefaultConstructorsService.CodeAction.cs index 3438630957180..3189c1860599e 100644 --- a/src/Features/Core/Portable/GenerateMember/GenerateDefaultConstructors/AbstractGenerateDefaultConstructorsService.CodeAction.cs +++ b/src/Features/Core/Portable/GenerateMember/GenerateDefaultConstructors/AbstractGenerateDefaultConstructorsService.CodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; diff --git a/src/Features/Core/Portable/GenerateMember/GenerateDefaultConstructors/AbstractGenerateDefaultConstructorsService.CodeActionAll.cs b/src/Features/Core/Portable/GenerateMember/GenerateDefaultConstructors/AbstractGenerateDefaultConstructorsService.CodeActionAll.cs index 90ab4e0254e59..e0c45f0b3aa13 100644 --- a/src/Features/Core/Portable/GenerateMember/GenerateDefaultConstructors/AbstractGenerateDefaultConstructorsService.CodeActionAll.cs +++ b/src/Features/Core/Portable/GenerateMember/GenerateDefaultConstructors/AbstractGenerateDefaultConstructorsService.CodeActionAll.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/src/Features/Core/Portable/GenerateMember/GenerateEnumMember/AbstractGenerateEnumMemberService.CodeAction.cs b/src/Features/Core/Portable/GenerateMember/GenerateEnumMember/AbstractGenerateEnumMemberService.CodeAction.cs index d402a2b46a354..af2f9f8f29064 100644 --- a/src/Features/Core/Portable/GenerateMember/GenerateEnumMember/AbstractGenerateEnumMemberService.CodeAction.cs +++ b/src/Features/Core/Portable/GenerateMember/GenerateEnumMember/AbstractGenerateEnumMemberService.CodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading; diff --git a/src/Features/Core/Portable/GenerateMember/GenerateEnumMember/IGenerateEnumMemberService.cs b/src/Features/Core/Portable/GenerateMember/GenerateEnumMember/IGenerateEnumMemberService.cs index 17530aebe29bf..5c8dfcc4d9988 100644 --- a/src/Features/Core/Portable/GenerateMember/GenerateEnumMember/IGenerateEnumMemberService.cs +++ b/src/Features/Core/Portable/GenerateMember/GenerateEnumMember/IGenerateEnumMemberService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading; diff --git a/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/AbstractGenerateParameterizedMemberService.AbstractInvocationInfo.cs b/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/AbstractGenerateParameterizedMemberService.AbstractInvocationInfo.cs index 091c83abfa143..672efb96002a8 100644 --- a/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/AbstractGenerateParameterizedMemberService.AbstractInvocationInfo.cs +++ b/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/AbstractGenerateParameterizedMemberService.AbstractInvocationInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/AbstractGenerateParameterizedMemberService.CodeAction.cs b/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/AbstractGenerateParameterizedMemberService.CodeAction.cs index 545c91dbd0a4c..7509f1ba9200f 100644 --- a/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/AbstractGenerateParameterizedMemberService.CodeAction.cs +++ b/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/AbstractGenerateParameterizedMemberService.CodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/AbstractGenerateParameterizedMemberService.MethodSignatureInfo.cs b/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/AbstractGenerateParameterizedMemberService.MethodSignatureInfo.cs index 4f9371ced2f93..f55d1518f7a71 100644 --- a/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/AbstractGenerateParameterizedMemberService.MethodSignatureInfo.cs +++ b/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/AbstractGenerateParameterizedMemberService.MethodSignatureInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/AbstractGenerateParameterizedMemberService.State.cs b/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/AbstractGenerateParameterizedMemberService.State.cs index cbee6528140a7..b28a6fb3cd56a 100644 --- a/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/AbstractGenerateParameterizedMemberService.State.cs +++ b/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/AbstractGenerateParameterizedMemberService.State.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/IGenerateParameterizedMemberService.cs b/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/IGenerateParameterizedMemberService.cs index ed5e05b45655c..93a0401a90bc6 100644 --- a/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/IGenerateParameterizedMemberService.cs +++ b/src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/IGenerateParameterizedMemberService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading; diff --git a/src/Features/Core/Portable/GenerateMember/GenerateVariable/AbstractGenerateVariableService.CodeAction.cs b/src/Features/Core/Portable/GenerateMember/GenerateVariable/AbstractGenerateVariableService.CodeAction.cs index 77fbdee15151a..4ef94bd83d6bc 100644 --- a/src/Features/Core/Portable/GenerateMember/GenerateVariable/AbstractGenerateVariableService.CodeAction.cs +++ b/src/Features/Core/Portable/GenerateMember/GenerateVariable/AbstractGenerateVariableService.CodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/GenerateMember/GenerateVariable/AbstractGenerateVariableService.GenerateLocalCodeAction.cs b/src/Features/Core/Portable/GenerateMember/GenerateVariable/AbstractGenerateVariableService.GenerateLocalCodeAction.cs index 30ebb15daa4ac..3929ef98e34ff 100644 --- a/src/Features/Core/Portable/GenerateMember/GenerateVariable/AbstractGenerateVariableService.GenerateLocalCodeAction.cs +++ b/src/Features/Core/Portable/GenerateMember/GenerateVariable/AbstractGenerateVariableService.GenerateLocalCodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/Features/Core/Portable/GenerateMember/GenerateVariable/AbstractGenerateVariableService.State.cs b/src/Features/Core/Portable/GenerateMember/GenerateVariable/AbstractGenerateVariableService.State.cs index 172fb11d529c5..887087f92d819 100644 --- a/src/Features/Core/Portable/GenerateMember/GenerateVariable/AbstractGenerateVariableService.State.cs +++ b/src/Features/Core/Portable/GenerateMember/GenerateVariable/AbstractGenerateVariableService.State.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/GenerateMember/GenerateVariable/IGenerateVariableService.cs b/src/Features/Core/Portable/GenerateMember/GenerateVariable/IGenerateVariableService.cs index 7c891bf97e57c..d0d6adb879954 100644 --- a/src/Features/Core/Portable/GenerateMember/GenerateVariable/IGenerateVariableService.cs +++ b/src/Features/Core/Portable/GenerateMember/GenerateVariable/IGenerateVariableService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading; diff --git a/src/Features/Core/Portable/GenerateType/AbstractGenerateTypeService.CodeAction.cs b/src/Features/Core/Portable/GenerateType/AbstractGenerateTypeService.CodeAction.cs index 048e2afcd496e..2f60be0073a4b 100644 --- a/src/Features/Core/Portable/GenerateType/AbstractGenerateTypeService.CodeAction.cs +++ b/src/Features/Core/Portable/GenerateType/AbstractGenerateTypeService.CodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/Core/Portable/GenerateType/AbstractGenerateTypeService.Editor.cs b/src/Features/Core/Portable/GenerateType/AbstractGenerateTypeService.Editor.cs index 1c6630641c3ba..b9ac773d7f8c6 100644 --- a/src/Features/Core/Portable/GenerateType/AbstractGenerateTypeService.Editor.cs +++ b/src/Features/Core/Portable/GenerateType/AbstractGenerateTypeService.Editor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/GenerateType/AbstractGenerateTypeService.State.cs b/src/Features/Core/Portable/GenerateType/AbstractGenerateTypeService.State.cs index 073dd0014993d..d7df479475a13 100644 --- a/src/Features/Core/Portable/GenerateType/AbstractGenerateTypeService.State.cs +++ b/src/Features/Core/Portable/GenerateType/AbstractGenerateTypeService.State.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/Core/Portable/GenerateType/GenerateTypeDialogOptions.cs b/src/Features/Core/Portable/GenerateType/GenerateTypeDialogOptions.cs index 921c08f8b5856..a8fc70b4b7633 100644 --- a/src/Features/Core/Portable/GenerateType/GenerateTypeDialogOptions.cs +++ b/src/Features/Core/Portable/GenerateType/GenerateTypeDialogOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.GenerateType diff --git a/src/Features/Core/Portable/GenerateType/GenerateTypeOptionsResult.cs b/src/Features/Core/Portable/GenerateType/GenerateTypeOptionsResult.cs index 42460c6f41cb7..019edbe7d04b3 100644 --- a/src/Features/Core/Portable/GenerateType/GenerateTypeOptionsResult.cs +++ b/src/Features/Core/Portable/GenerateType/GenerateTypeOptionsResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/src/Features/Core/Portable/GenerateType/IGenerateTypeOptionService.cs b/src/Features/Core/Portable/GenerateType/IGenerateTypeOptionService.cs index 6242f73db2fbf..60863bf8e72d0 100644 --- a/src/Features/Core/Portable/GenerateType/IGenerateTypeOptionService.cs +++ b/src/Features/Core/Portable/GenerateType/IGenerateTypeOptionService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalysis.LanguageServices; diff --git a/src/Features/Core/Portable/GenerateType/IGenerateTypeService.cs b/src/Features/Core/Portable/GenerateType/IGenerateTypeService.cs index 5c9e96eee261f..e7c27b17c755d 100644 --- a/src/Features/Core/Portable/GenerateType/IGenerateTypeService.cs +++ b/src/Features/Core/Portable/GenerateType/IGenerateTypeService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/GenerateType/TypeKindOptions.cs b/src/Features/Core/Portable/GenerateType/TypeKindOptions.cs index 2febc08dbe0dd..2655bc7c6de16 100644 --- a/src/Features/Core/Portable/GenerateType/TypeKindOptions.cs +++ b/src/Features/Core/Portable/GenerateType/TypeKindOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/Features/Core/Portable/ImplementAbstractClass/AbstractImplementAbstractClassService.Editor.cs b/src/Features/Core/Portable/ImplementAbstractClass/AbstractImplementAbstractClassService.Editor.cs index 7f710c747ce1a..374845af91d00 100644 --- a/src/Features/Core/Portable/ImplementAbstractClass/AbstractImplementAbstractClassService.Editor.cs +++ b/src/Features/Core/Portable/ImplementAbstractClass/AbstractImplementAbstractClassService.Editor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Linq; diff --git a/src/Features/Core/Portable/ImplementAbstractClass/AbstractImplementAbstractClassService.State.cs b/src/Features/Core/Portable/ImplementAbstractClass/AbstractImplementAbstractClassService.State.cs index 210f518e9fead..ef161f3eb6fc7 100644 --- a/src/Features/Core/Portable/ImplementAbstractClass/AbstractImplementAbstractClassService.State.cs +++ b/src/Features/Core/Portable/ImplementAbstractClass/AbstractImplementAbstractClassService.State.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/ImplementAbstractClass/AbstractImplementAbstractClassService.cs b/src/Features/Core/Portable/ImplementAbstractClass/AbstractImplementAbstractClassService.cs index 569cf17ad376c..9017fb4dd23d2 100644 --- a/src/Features/Core/Portable/ImplementAbstractClass/AbstractImplementAbstractClassService.cs +++ b/src/Features/Core/Portable/ImplementAbstractClass/AbstractImplementAbstractClassService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/Core/Portable/ImplementAbstractClass/IImplementAbstractClassService.cs b/src/Features/Core/Portable/ImplementAbstractClass/IImplementAbstractClassService.cs index 3a20f66cac168..6e81ee21213d0 100644 --- a/src/Features/Core/Portable/ImplementAbstractClass/IImplementAbstractClassService.cs +++ b/src/Features/Core/Portable/ImplementAbstractClass/IImplementAbstractClassService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.CodeAction_Conflicts.cs b/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.CodeAction_Conflicts.cs index f16e08dc720bf..5778676c55005 100644 --- a/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.CodeAction_Conflicts.cs +++ b/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.CodeAction_Conflicts.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.CodeAction_Method.cs b/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.CodeAction_Method.cs index daea771538326..0a70c99700e80 100644 --- a/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.CodeAction_Method.cs +++ b/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.CodeAction_Method.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Linq; diff --git a/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.CodeAction_Property.cs b/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.CodeAction_Property.cs index ca11cd11a7d68..2bb72a3a28ee7 100644 --- a/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.CodeAction_Property.cs +++ b/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.CodeAction_Property.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.DisposePatternCodeAction.cs b/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.DisposePatternCodeAction.cs index f6543c3ec3ab4..4f8dd5a276bc5 100644 --- a/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.DisposePatternCodeAction.cs +++ b/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.DisposePatternCodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.State.cs b/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.State.cs index 14ba43a74a444..9c0ad1fa2a35d 100644 --- a/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.State.cs +++ b/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.State.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.cs b/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.cs index 7af03d954dd68..1264dbfbc2aaf 100644 --- a/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.cs +++ b/src/Features/Core/Portable/ImplementInterface/AbstractImplementInterfaceService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/ImplementInterface/IImplementInterfaceService.cs b/src/Features/Core/Portable/ImplementInterface/IImplementInterfaceService.cs index 7f70a81991a45..688e73c392bf8 100644 --- a/src/Features/Core/Portable/ImplementInterface/IImplementInterfaceService.cs +++ b/src/Features/Core/Portable/ImplementInterface/IImplementInterfaceService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/Core/Portable/IncrementalCaches/SymbolTreeInfoIncrementalAnalyzerProvider.cs b/src/Features/Core/Portable/IncrementalCaches/SymbolTreeInfoIncrementalAnalyzerProvider.cs index 09b9d34d413d6..609887b7f97b5 100644 --- a/src/Features/Core/Portable/IncrementalCaches/SymbolTreeInfoIncrementalAnalyzerProvider.cs +++ b/src/Features/Core/Portable/IncrementalCaches/SymbolTreeInfoIncrementalAnalyzerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; diff --git a/src/Features/Core/Portable/IncrementalCaches/SyntaxTreeInfoIncrementalAnalyzerProvider.cs b/src/Features/Core/Portable/IncrementalCaches/SyntaxTreeInfoIncrementalAnalyzerProvider.cs index 348b5cb6cf478..def5a5649796c 100644 --- a/src/Features/Core/Portable/IncrementalCaches/SyntaxTreeInfoIncrementalAnalyzerProvider.cs +++ b/src/Features/Core/Portable/IncrementalCaches/SyntaxTreeInfoIncrementalAnalyzerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.AbstractIntroduceVariableCodeAction.cs b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.AbstractIntroduceVariableCodeAction.cs index 49876e5e52c54..5786f88c6a763 100644 --- a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.AbstractIntroduceVariableCodeAction.cs +++ b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.AbstractIntroduceVariableCodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Text.RegularExpressions; using System.Threading; diff --git a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.CodeAction.cs b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.CodeAction.cs index 8eb70c09cb89c..ae03a34fbb85b 100644 --- a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.CodeAction.cs +++ b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.CodeAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.IntroduceVariable diff --git a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State.cs b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State.cs index bf114c1b0d3b6..7572129ef9c85 100644 --- a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State.cs +++ b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Attribute.cs b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Attribute.cs index 3518b317b8bb9..477aa58de4bde 100644 --- a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Attribute.cs +++ b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Attribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; diff --git a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Block.cs b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Block.cs index 7a0dcd473b187..47bbd4e8504f4 100644 --- a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Block.cs +++ b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Block.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_ConstructorInitializer.cs b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_ConstructorInitializer.cs index 612bc463c2f29..cb9c199d4f3a6 100644 --- a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_ConstructorInitializer.cs +++ b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_ConstructorInitializer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Field.cs b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Field.cs index 8f34b57b4dd9d..61898fa0446c4 100644 --- a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Field.cs +++ b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Field.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Parameter.cs b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Parameter.cs index e635ef8f92a50..c79015ce91755 100644 --- a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Parameter.cs +++ b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Parameter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Query.cs b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Query.cs index 00d3810d404d0..cf75dbe7dac26 100644 --- a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Query.cs +++ b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Query.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.cs b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.cs index 0930cbf71d797..ba4da6a438c34 100644 --- a/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.cs +++ b/src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/IntroduceVariable/IIntroduceVariableService.cs b/src/Features/Core/Portable/IntroduceVariable/IIntroduceVariableService.cs index 515ab7b1cfdc5..bd6bf9bcc0a99 100644 --- a/src/Features/Core/Portable/IntroduceVariable/IIntroduceVariableService.cs +++ b/src/Features/Core/Portable/IntroduceVariable/IIntroduceVariableService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading; diff --git a/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/AbstractAnonymousTypeDisplayService.NormalAnonymousTypeCollectorVisitor.cs b/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/AbstractAnonymousTypeDisplayService.NormalAnonymousTypeCollectorVisitor.cs index 47d5daa71610d..6da0a24c7ebf2 100644 --- a/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/AbstractAnonymousTypeDisplayService.NormalAnonymousTypeCollectorVisitor.cs +++ b/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/AbstractAnonymousTypeDisplayService.NormalAnonymousTypeCollectorVisitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/AbstractAnonymousTypeDisplayService.cs b/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/AbstractAnonymousTypeDisplayService.cs index 9a682993c3f2d..b752d8c7412b9 100644 --- a/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/AbstractAnonymousTypeDisplayService.cs +++ b/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/AbstractAnonymousTypeDisplayService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/AnonymousTypeDisplayInfo.cs b/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/AnonymousTypeDisplayInfo.cs index 60385bf843bca..7d8298690c38b 100644 --- a/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/AnonymousTypeDisplayInfo.cs +++ b/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/AnonymousTypeDisplayInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/IAnonymousTypeDisplayExtensions.cs b/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/IAnonymousTypeDisplayExtensions.cs index 35a4e4f4b13b7..d23f98a933411 100644 --- a/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/IAnonymousTypeDisplayExtensions.cs +++ b/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/IAnonymousTypeDisplayExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/IAnonymousTypeDisplayService.cs b/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/IAnonymousTypeDisplayService.cs index a018a6e072d5b..ef7601146e3f4 100644 --- a/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/IAnonymousTypeDisplayService.cs +++ b/src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/IAnonymousTypeDisplayService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Host; diff --git a/src/Features/Core/Portable/LanguageServices/SymbolDisplayService/AbstractSymbolDisplayService.AnonymousTypes.cs b/src/Features/Core/Portable/LanguageServices/SymbolDisplayService/AbstractSymbolDisplayService.AnonymousTypes.cs index c7fd58d922567..720217369e600 100644 --- a/src/Features/Core/Portable/LanguageServices/SymbolDisplayService/AbstractSymbolDisplayService.AnonymousTypes.cs +++ b/src/Features/Core/Portable/LanguageServices/SymbolDisplayService/AbstractSymbolDisplayService.AnonymousTypes.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis.Shared.Extensions; diff --git a/src/Features/Core/Portable/LanguageServices/SymbolDisplayService/AbstractSymbolDisplayService.cs b/src/Features/Core/Portable/LanguageServices/SymbolDisplayService/AbstractSymbolDisplayService.cs index bee872939b4d1..446914d16a9e4 100644 --- a/src/Features/Core/Portable/LanguageServices/SymbolDisplayService/AbstractSymbolDisplayService.cs +++ b/src/Features/Core/Portable/LanguageServices/SymbolDisplayService/AbstractSymbolDisplayService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/LanguageServices/SymbolDisplayService/ISymbolDisplayService.cs b/src/Features/Core/Portable/LanguageServices/SymbolDisplayService/ISymbolDisplayService.cs index f40f11eb35648..ab353a5487fa7 100644 --- a/src/Features/Core/Portable/LanguageServices/SymbolDisplayService/ISymbolDisplayService.cs +++ b/src/Features/Core/Portable/LanguageServices/SymbolDisplayService/ISymbolDisplayService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/LanguageServices/SymbolDisplayService/SymbolDescriptionGroups.cs b/src/Features/Core/Portable/LanguageServices/SymbolDisplayService/SymbolDescriptionGroups.cs index b89c565bc404c..89590aa4dd8a3 100644 --- a/src/Features/Core/Portable/LanguageServices/SymbolDisplayService/SymbolDescriptionGroups.cs +++ b/src/Features/Core/Portable/LanguageServices/SymbolDisplayService/SymbolDescriptionGroups.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.AbstractFormattingRule.cs b/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.AbstractFormattingRule.cs index 1359a98676988..69829b55b8d7c 100644 --- a/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.AbstractFormattingRule.cs +++ b/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.AbstractFormattingRule.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.AbstractWrappedNamespaceOrTypeSymbol.cs b/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.AbstractWrappedNamespaceOrTypeSymbol.cs index 369b6b6a68041..09d4582d57f47 100644 --- a/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.AbstractWrappedNamespaceOrTypeSymbol.cs +++ b/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.AbstractWrappedNamespaceOrTypeSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using Microsoft.CodeAnalysis.DocumentationComments; diff --git a/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.AbstractWrappedSymbol.cs b/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.AbstractWrappedSymbol.cs index 714f8b571ea4c..8eb2135087863 100644 --- a/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.AbstractWrappedSymbol.cs +++ b/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.AbstractWrappedSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Globalization; diff --git a/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedEventSymbol.cs b/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedEventSymbol.cs index fbfec0f4e3cfa..bba2f5ee094ed 100644 --- a/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedEventSymbol.cs +++ b/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedEventSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using Microsoft.CodeAnalysis.DocumentationComments; diff --git a/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedFieldSymbol.cs b/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedFieldSymbol.cs index 46dfa38bab4db..4c88c72d9ca3e 100644 --- a/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedFieldSymbol.cs +++ b/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedFieldSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using Microsoft.CodeAnalysis.DocumentationComments; diff --git a/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedMethodSymbol.cs b/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedMethodSymbol.cs index b869c0f45bd6f..2caac23101713 100644 --- a/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedMethodSymbol.cs +++ b/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedMethodSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using Microsoft.CodeAnalysis.DocumentationComments; diff --git a/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedNamedTypeSymbol.cs b/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedNamedTypeSymbol.cs index 987b49064e436..b8eca168c7524 100644 --- a/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedNamedTypeSymbol.cs +++ b/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedNamedTypeSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedPropertySymbol.cs b/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedPropertySymbol.cs index b4119fbd0c10b..2d5a06ab590f2 100644 --- a/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedPropertySymbol.cs +++ b/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.WrappedPropertySymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using Microsoft.CodeAnalysis.DocumentationComments; diff --git a/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.cs b/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.cs index 42ad6fc527ed4..86c122b9a9cdd 100644 --- a/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.cs +++ b/src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/MetadataAsSource/IMetadataAsSourceService.cs b/src/Features/Core/Portable/MetadataAsSource/IMetadataAsSourceService.cs index 969c4fa0c38d8..4fa7ac6055ffe 100644 --- a/src/Features/Core/Portable/MetadataAsSource/IMetadataAsSourceService.cs +++ b/src/Features/Core/Portable/MetadataAsSource/IMetadataAsSourceService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/Core/Portable/MetadataAsSource/MetadataAsSourceHelpers.cs b/src/Features/Core/Portable/MetadataAsSource/MetadataAsSourceHelpers.cs index d54f46c8ce910..4e83f70967b3d 100644 --- a/src/Features/Core/Portable/MetadataAsSource/MetadataAsSourceHelpers.cs +++ b/src/Features/Core/Portable/MetadataAsSource/MetadataAsSourceHelpers.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/Core/Portable/NavigateTo/INavigateToSearchResult.cs b/src/Features/Core/Portable/NavigateTo/INavigateToSearchResult.cs index 037bcfae4fad4..ababc46fb0086 100644 --- a/src/Features/Core/Portable/NavigateTo/INavigateToSearchResult.cs +++ b/src/Features/Core/Portable/NavigateTo/INavigateToSearchResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using Microsoft.CodeAnalysis.Navigation; diff --git a/src/Features/Core/Portable/NavigateTo/INavigateToSearchService.cs b/src/Features/Core/Portable/NavigateTo/INavigateToSearchService.cs index 91937b469daf4..6350059a31503 100644 --- a/src/Features/Core/Portable/NavigateTo/INavigateToSearchService.cs +++ b/src/Features/Core/Portable/NavigateTo/INavigateToSearchService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Threading; diff --git a/src/Features/Core/Portable/Navigation/DefaultDocumentNavigationService.cs b/src/Features/Core/Portable/Navigation/DefaultDocumentNavigationService.cs index 7e9da975101bd..45c1afd303e24 100644 --- a/src/Features/Core/Portable/Navigation/DefaultDocumentNavigationService.cs +++ b/src/Features/Core/Portable/Navigation/DefaultDocumentNavigationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Options; using Microsoft.CodeAnalysis.Text; diff --git a/src/Features/Core/Portable/Navigation/DefaultDocumentNavigationServiceFactory.cs b/src/Features/Core/Portable/Navigation/DefaultDocumentNavigationServiceFactory.cs index 5f053994ecffd..84831696bccfd 100644 --- a/src/Features/Core/Portable/Navigation/DefaultDocumentNavigationServiceFactory.cs +++ b/src/Features/Core/Portable/Navigation/DefaultDocumentNavigationServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Host; diff --git a/src/Features/Core/Portable/Navigation/DefaultSymbolNavigationService.cs b/src/Features/Core/Portable/Navigation/DefaultSymbolNavigationService.cs index 46b41ebf36d3a..65fabf67943c7 100644 --- a/src/Features/Core/Portable/Navigation/DefaultSymbolNavigationService.cs +++ b/src/Features/Core/Portable/Navigation/DefaultSymbolNavigationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.FindUsages; diff --git a/src/Features/Core/Portable/Navigation/DefaultSymbolNavigationServiceFactory.cs b/src/Features/Core/Portable/Navigation/DefaultSymbolNavigationServiceFactory.cs index 3dd1ceed80ea1..d9fb1e562bb1a 100644 --- a/src/Features/Core/Portable/Navigation/DefaultSymbolNavigationServiceFactory.cs +++ b/src/Features/Core/Portable/Navigation/DefaultSymbolNavigationServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Host; diff --git a/src/Features/Core/Portable/Navigation/IDocumentNavigationService.cs b/src/Features/Core/Portable/Navigation/IDocumentNavigationService.cs index a7f4408c6d0c0..73b4c2720b6fd 100644 --- a/src/Features/Core/Portable/Navigation/IDocumentNavigationService.cs +++ b/src/Features/Core/Portable/Navigation/IDocumentNavigationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalysis.Options; diff --git a/src/Features/Core/Portable/Navigation/ISymbolNavigationService.cs b/src/Features/Core/Portable/Navigation/ISymbolNavigationService.cs index 0258e63f8f06c..269e604054423 100644 --- a/src/Features/Core/Portable/Navigation/ISymbolNavigationService.cs +++ b/src/Features/Core/Portable/Navigation/ISymbolNavigationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Host; using System.Threading; diff --git a/src/Features/Core/Portable/Notification/INotificationService.cs b/src/Features/Core/Portable/Notification/INotificationService.cs index 2507955bc5277..fc629d13aee92 100644 --- a/src/Features/Core/Portable/Notification/INotificationService.cs +++ b/src/Features/Core/Portable/Notification/INotificationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Host; diff --git a/src/Features/Core/Portable/Notification/INotificationServiceCallback.cs b/src/Features/Core/Portable/Notification/INotificationServiceCallback.cs index 640d96607f600..f442f949d0f54 100644 --- a/src/Features/Core/Portable/Notification/INotificationServiceCallback.cs +++ b/src/Features/Core/Portable/Notification/INotificationServiceCallback.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/Features/Core/Portable/Notification/ISemanticChangeNotificationService.cs b/src/Features/Core/Portable/Notification/ISemanticChangeNotificationService.cs index 21e6110cce9a2..8c074b24eb947 100644 --- a/src/Features/Core/Portable/Notification/ISemanticChangeNotificationService.cs +++ b/src/Features/Core/Portable/Notification/ISemanticChangeNotificationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/Features/Core/Portable/Notification/NotificationSeverity.cs b/src/Features/Core/Portable/Notification/NotificationSeverity.cs index 873c34ac1e992..8f0b18350262e 100644 --- a/src/Features/Core/Portable/Notification/NotificationSeverity.cs +++ b/src/Features/Core/Portable/Notification/NotificationSeverity.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Notification { diff --git a/src/Features/Core/Portable/Notification/SemanticChangeNotificationService.cs b/src/Features/Core/Portable/Notification/SemanticChangeNotificationService.cs index 924de7de7a96a..9f2d640dfef69 100644 --- a/src/Features/Core/Portable/Notification/SemanticChangeNotificationService.cs +++ b/src/Features/Core/Portable/Notification/SemanticChangeNotificationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; diff --git a/src/Features/Core/Portable/OrganizeImports/IOrganizeImportsService.cs b/src/Features/Core/Portable/OrganizeImports/IOrganizeImportsService.cs index 7b175f1e9c9dd..3dae50f3038b4 100644 --- a/src/Features/Core/Portable/OrganizeImports/IOrganizeImportsService.cs +++ b/src/Features/Core/Portable/OrganizeImports/IOrganizeImportsService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/Core/Portable/OrganizeImports/OrganizeImportsService.cs b/src/Features/Core/Portable/OrganizeImports/OrganizeImportsService.cs index 253226483b329..b214ff826ad42 100644 --- a/src/Features/Core/Portable/OrganizeImports/OrganizeImportsService.cs +++ b/src/Features/Core/Portable/OrganizeImports/OrganizeImportsService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/Core/Portable/Organizing/AbstractOrganizingService.cs b/src/Features/Core/Portable/Organizing/AbstractOrganizingService.cs index 25f0533279a21..fae4f96538f85 100644 --- a/src/Features/Core/Portable/Organizing/AbstractOrganizingService.cs +++ b/src/Features/Core/Portable/Organizing/AbstractOrganizingService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; diff --git a/src/Features/Core/Portable/Organizing/IOrganizingService.cs b/src/Features/Core/Portable/Organizing/IOrganizingService.cs index 29ccc58a6c7bd..fe6f8810f37c4 100644 --- a/src/Features/Core/Portable/Organizing/IOrganizingService.cs +++ b/src/Features/Core/Portable/Organizing/IOrganizingService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/Core/Portable/Organizing/Organizers/AbstractSyntaxNodeOrganizer.cs b/src/Features/Core/Portable/Organizing/Organizers/AbstractSyntaxNodeOrganizer.cs index 8535120a505fd..babb634abab4e 100644 --- a/src/Features/Core/Portable/Organizing/Organizers/AbstractSyntaxNodeOrganizer.cs +++ b/src/Features/Core/Portable/Organizing/Organizers/AbstractSyntaxNodeOrganizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/Organizing/Organizers/ExportSyntaxNodeOrganizerAttribute.cs b/src/Features/Core/Portable/Organizing/Organizers/ExportSyntaxNodeOrganizerAttribute.cs index a5889811bc015..bda350325845d 100644 --- a/src/Features/Core/Portable/Organizing/Organizers/ExportSyntaxNodeOrganizerAttribute.cs +++ b/src/Features/Core/Portable/Organizing/Organizers/ExportSyntaxNodeOrganizerAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; diff --git a/src/Features/Core/Portable/Organizing/Organizers/ISyntaxOrganizer.cs b/src/Features/Core/Portable/Organizing/Organizers/ISyntaxOrganizer.cs index 3e559053a59a6..b130856fa9bd8 100644 --- a/src/Features/Core/Portable/Organizing/Organizers/ISyntaxOrganizer.cs +++ b/src/Features/Core/Portable/Organizing/Organizers/ISyntaxOrganizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/Organizing/OrganizingService.cs b/src/Features/Core/Portable/Organizing/OrganizingService.cs index 00936096d4743..1b8c7efe7314f 100644 --- a/src/Features/Core/Portable/Organizing/OrganizingService.cs +++ b/src/Features/Core/Portable/Organizing/OrganizingService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/Core/Portable/PopulateSwitch/PopulateSwitchDiagnosticAnalyzer.cs b/src/Features/Core/Portable/PopulateSwitch/PopulateSwitchDiagnosticAnalyzer.cs index 9409e2e5f4808..702f8af1cb0a6 100644 --- a/src/Features/Core/Portable/PopulateSwitch/PopulateSwitchDiagnosticAnalyzer.cs +++ b/src/Features/Core/Portable/PopulateSwitch/PopulateSwitchDiagnosticAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/ProjectManagement/IProjectManagementService.cs b/src/Features/Core/Portable/ProjectManagement/IProjectManagementService.cs index 6723199fc3fff..44360a5a38f48 100644 --- a/src/Features/Core/Portable/ProjectManagement/IProjectManagementService.cs +++ b/src/Features/Core/Portable/ProjectManagement/IProjectManagementService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Host; diff --git a/src/Features/Core/Portable/QualifyMemberAccess/AbstractQualifyMemberAccessCodeFixprovider.cs b/src/Features/Core/Portable/QualifyMemberAccess/AbstractQualifyMemberAccessCodeFixprovider.cs index aa62d1b0edf83..bd3c84702e345 100644 --- a/src/Features/Core/Portable/QualifyMemberAccess/AbstractQualifyMemberAccessCodeFixprovider.cs +++ b/src/Features/Core/Portable/QualifyMemberAccess/AbstractQualifyMemberAccessCodeFixprovider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/QualifyMemberAccess/AbstractQualifyMemberAccessDiagnosticAnalyzer.cs b/src/Features/Core/Portable/QualifyMemberAccess/AbstractQualifyMemberAccessDiagnosticAnalyzer.cs index 47cac61cf720c..c66fa90262c56 100644 --- a/src/Features/Core/Portable/QualifyMemberAccess/AbstractQualifyMemberAccessDiagnosticAnalyzer.cs +++ b/src/Features/Core/Portable/QualifyMemberAccess/AbstractQualifyMemberAccessDiagnosticAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQArrayOrPointerType.cs b/src/Features/Core/Portable/RQName/Nodes/RQArrayOrPointerType.cs index 2cd2c5b15e65c..ae7c0357ad8a5 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQArrayOrPointerType.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQArrayOrPointerType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Features.RQName.Nodes { diff --git a/src/Features/Core/Portable/RQName/Nodes/RQArrayType.cs b/src/Features/Core/Portable/RQName/Nodes/RQArrayType.cs index 122cd6ad2eb15..8d92266e54a15 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQArrayType.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQArrayType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQConstructedType.cs b/src/Features/Core/Portable/RQName/Nodes/RQConstructedType.cs index d3f9706949817..17e5550fc0dbc 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQConstructedType.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQConstructedType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQConstructor.cs b/src/Features/Core/Portable/RQName/Nodes/RQConstructor.cs index b8a8e42c3c247..3768ce4056936 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQConstructor.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQConstructor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQErrorType.cs b/src/Features/Core/Portable/RQName/Nodes/RQErrorType.cs index dad241389cdd6..6f494c003610d 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQErrorType.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQErrorType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQEvent.cs b/src/Features/Core/Portable/RQName/Nodes/RQEvent.cs index 14e28b1638cf9..8bfa5fedaa912 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQEvent.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQEvent.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Features.RQName.Nodes { diff --git a/src/Features/Core/Portable/RQName/Nodes/RQExplicitInterfaceMemberName.cs b/src/Features/Core/Portable/RQName/Nodes/RQExplicitInterfaceMemberName.cs index 69980e5d72dbb..443e5baa41f0a 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQExplicitInterfaceMemberName.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQExplicitInterfaceMemberName.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQIndexer.cs b/src/Features/Core/Portable/RQName/Nodes/RQIndexer.cs index 012eeae1aaae5..69e6f51a7c0d2 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQIndexer.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQIndexer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQMember.cs b/src/Features/Core/Portable/RQName/Nodes/RQMember.cs index a7cd151f3c22b..644aab6d8eab5 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQMember.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQMember.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQMemberParameterIndex.cs b/src/Features/Core/Portable/RQName/Nodes/RQMemberParameterIndex.cs index 04d892b33f5ea..093ea70be5d90 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQMemberParameterIndex.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQMemberParameterIndex.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQMemberParameterIndexFromPartialImplementation.cs b/src/Features/Core/Portable/RQName/Nodes/RQMemberParameterIndexFromPartialImplementation.cs index 4d83c6bd055fa..f0e3d33ebf509 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQMemberParameterIndexFromPartialImplementation.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQMemberParameterIndexFromPartialImplementation.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQMemberParameterIndexFromPartialSignature.cs b/src/Features/Core/Portable/RQName/Nodes/RQMemberParameterIndexFromPartialSignature.cs index dc5f273432373..76f2c1e10c503 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQMemberParameterIndexFromPartialSignature.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQMemberParameterIndexFromPartialSignature.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQMemberVariable.cs b/src/Features/Core/Portable/RQName/Nodes/RQMemberVariable.cs index ec3315d914ab1..e376b64535bcc 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQMemberVariable.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQMemberVariable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQMethod.cs b/src/Features/Core/Portable/RQName/Nodes/RQMethod.cs index 5ceac52a1da2c..8dc0fae47b696 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQMethod.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQMethod.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQMethodBase.cs b/src/Features/Core/Portable/RQName/Nodes/RQMethodBase.cs index 26882db2f4368..53bbf5c92646f 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQMethodBase.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQMethodBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQMethodOrProperty.cs b/src/Features/Core/Portable/RQName/Nodes/RQMethodOrProperty.cs index 056cacffeb513..a5874ffa554b0 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQMethodOrProperty.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQMethodOrProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQMethodPropertyOrEvent.cs b/src/Features/Core/Portable/RQName/Nodes/RQMethodPropertyOrEvent.cs index 2d866561cc170..d644d168479d6 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQMethodPropertyOrEvent.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQMethodPropertyOrEvent.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQMethodPropertyOrEventName.cs b/src/Features/Core/Portable/RQName/Nodes/RQMethodPropertyOrEventName.cs index b2c1443b3f05a..c5cf4223cb55c 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQMethodPropertyOrEventName.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQMethodPropertyOrEventName.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQNamespace.cs b/src/Features/Core/Portable/RQName/Nodes/RQNamespace.cs index 33617594e9595..6114cd2f4a602 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQNamespace.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQNamespace.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQNode.cs b/src/Features/Core/Portable/RQName/Nodes/RQNode.cs index b4e9c994093e3..cc0d7786ae3f0 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQNode.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQNode.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQNormalParameter.cs b/src/Features/Core/Portable/RQName/Nodes/RQNormalParameter.cs index 391e8d96a9f16..af398ba4bd381 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQNormalParameter.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQNormalParameter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQNullType.cs b/src/Features/Core/Portable/RQName/Nodes/RQNullType.cs index f310293cb4812..6145c743024bf 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQNullType.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQNullType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQOrdinaryMethodPropertyOrEventName.cs b/src/Features/Core/Portable/RQName/Nodes/RQOrdinaryMethodPropertyOrEventName.cs index 7803e3c4d0170..8975d62284c14 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQOrdinaryMethodPropertyOrEventName.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQOrdinaryMethodPropertyOrEventName.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQOutParameter.cs b/src/Features/Core/Portable/RQName/Nodes/RQOutParameter.cs index bce0ba832861c..4623467152e3c 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQOutParameter.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQOutParameter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQParameter.cs b/src/Features/Core/Portable/RQName/Nodes/RQParameter.cs index f88c9c3fb2253..53d5cc965b576 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQParameter.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQParameter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQPointerType.cs b/src/Features/Core/Portable/RQName/Nodes/RQPointerType.cs index 849d71c4937a7..d41a3641aebe8 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQPointerType.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQPointerType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQProperty.cs b/src/Features/Core/Portable/RQName/Nodes/RQProperty.cs index a59b4aeb14850..86adea46efd1e 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQProperty.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQPropertyBase.cs b/src/Features/Core/Portable/RQName/Nodes/RQPropertyBase.cs index 83c6326e26322..8e2d7d2bfb862 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQPropertyBase.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQPropertyBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQRefParameter.cs b/src/Features/Core/Portable/RQName/Nodes/RQRefParameter.cs index 4a0132ad96543..010bbd86daf93 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQRefParameter.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQRefParameter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQType.cs b/src/Features/Core/Portable/RQName/Nodes/RQType.cs index 8f43b891597fb..e40d345f74719 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQType.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQTypeOrNamespace.cs b/src/Features/Core/Portable/RQName/Nodes/RQTypeOrNamespace.cs index 7d6e99a2f3d1f..58d9d8e0d65a2 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQTypeOrNamespace.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQTypeOrNamespace.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQTypeVariableType.cs b/src/Features/Core/Portable/RQName/Nodes/RQTypeVariableType.cs index 2254cc933e80b..376c812f9447f 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQTypeVariableType.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQTypeVariableType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQUnconstructedType.cs b/src/Features/Core/Portable/RQName/Nodes/RQUnconstructedType.cs index 7ed1e1b582761..4b6885bed599a 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQUnconstructedType.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQUnconstructedType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/src/Features/Core/Portable/RQName/Nodes/RQVoidType.cs b/src/Features/Core/Portable/RQName/Nodes/RQVoidType.cs index ad4ad755e59e9..b89ae4e8d80a8 100644 --- a/src/Features/Core/Portable/RQName/Nodes/RQVoidType.cs +++ b/src/Features/Core/Portable/RQName/Nodes/RQVoidType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/Nodes/ResolvedRQNode.cs b/src/Features/Core/Portable/RQName/Nodes/ResolvedRQNode.cs index f446f262ef0bb..4c3142a8b18a1 100644 --- a/src/Features/Core/Portable/RQName/Nodes/ResolvedRQNode.cs +++ b/src/Features/Core/Portable/RQName/Nodes/ResolvedRQNode.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Features.RQName.Nodes { diff --git a/src/Features/Core/Portable/RQName/ParenthesesTreeWriter.cs b/src/Features/Core/Portable/RQName/ParenthesesTreeWriter.cs index f49a1783441e3..f9c512085f52f 100644 --- a/src/Features/Core/Portable/RQName/ParenthesesTreeWriter.cs +++ b/src/Features/Core/Portable/RQName/ParenthesesTreeWriter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Text; using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; diff --git a/src/Features/Core/Portable/RQName/RQNameInternal.cs b/src/Features/Core/Portable/RQName/RQNameInternal.cs index 082cbe78fe5e7..b7f5930ae951d 100644 --- a/src/Features/Core/Portable/RQName/RQNameInternal.cs +++ b/src/Features/Core/Portable/RQName/RQNameInternal.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Features.RQName { diff --git a/src/Features/Core/Portable/RQName/RQNameStrings.cs b/src/Features/Core/Portable/RQName/RQNameStrings.cs index 3d751b638c661..b0fb9145a9a04 100644 --- a/src/Features/Core/Portable/RQName/RQNameStrings.cs +++ b/src/Features/Core/Portable/RQName/RQNameStrings.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Features.RQName { diff --git a/src/Features/Core/Portable/RQName/RQNodeBuilder.cs b/src/Features/Core/Portable/RQName/RQNodeBuilder.cs index d40b9367c5924..d494b5e775fa1 100644 --- a/src/Features/Core/Portable/RQName/RQNodeBuilder.cs +++ b/src/Features/Core/Portable/RQName/RQNodeBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/RQName/SimpleTree/SimpleGroupNode.cs b/src/Features/Core/Portable/RQName/SimpleTree/SimpleGroupNode.cs index fc1c3fb761e0b..cb44ebe2ccc4a 100644 --- a/src/Features/Core/Portable/RQName/SimpleTree/SimpleGroupNode.cs +++ b/src/Features/Core/Portable/RQName/SimpleTree/SimpleGroupNode.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/Core/Portable/RQName/SimpleTree/SimpleLeafNode.cs b/src/Features/Core/Portable/RQName/SimpleTree/SimpleLeafNode.cs index c3a873a029d6b..6395a8b01849c 100644 --- a/src/Features/Core/Portable/RQName/SimpleTree/SimpleLeafNode.cs +++ b/src/Features/Core/Portable/RQName/SimpleTree/SimpleLeafNode.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Features.RQName.SimpleTree { diff --git a/src/Features/Core/Portable/RQName/SimpleTree/SimpleTreeNode.cs b/src/Features/Core/Portable/RQName/SimpleTree/SimpleTreeNode.cs index abb5fc5a325cc..0f5b6e1d711de 100644 --- a/src/Features/Core/Portable/RQName/SimpleTree/SimpleTreeNode.cs +++ b/src/Features/Core/Portable/RQName/SimpleTree/SimpleTreeNode.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Features.RQName.SimpleTree { diff --git a/src/Features/Core/Portable/RemoveUnnecessaryImports/IRemoveUnnecessaryImportsService.cs b/src/Features/Core/Portable/RemoveUnnecessaryImports/IRemoveUnnecessaryImportsService.cs index 40055ea62cc20..ea9f292661846 100644 --- a/src/Features/Core/Portable/RemoveUnnecessaryImports/IRemoveUnnecessaryImportsService.cs +++ b/src/Features/Core/Portable/RemoveUnnecessaryImports/IRemoveUnnecessaryImportsService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/Features/Core/Portable/ReplaceMethodWithProperty/ReplaceMethodWithPropertyCodeRefactoringProvider.cs b/src/Features/Core/Portable/ReplaceMethodWithProperty/ReplaceMethodWithPropertyCodeRefactoringProvider.cs index 67f425e5c75b7..21572c2381b46 100644 --- a/src/Features/Core/Portable/ReplaceMethodWithProperty/ReplaceMethodWithPropertyCodeRefactoringProvider.cs +++ b/src/Features/Core/Portable/ReplaceMethodWithProperty/ReplaceMethodWithPropertyCodeRefactoringProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/Shared/Extensions/DiagnosticAnalyzerExtensions.cs b/src/Features/Core/Portable/Shared/Extensions/DiagnosticAnalyzerExtensions.cs index a8521ee51c182..03af14da13c56 100644 --- a/src/Features/Core/Portable/Shared/Extensions/DiagnosticAnalyzerExtensions.cs +++ b/src/Features/Core/Portable/Shared/Extensions/DiagnosticAnalyzerExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Diagnostics; diff --git a/src/Features/Core/Portable/Shared/Extensions/DocumentExtensions.cs b/src/Features/Core/Portable/Shared/Extensions/DocumentExtensions.cs index 3dd608835bf2f..abd7821f8d313 100644 --- a/src/Features/Core/Portable/Shared/Extensions/DocumentExtensions.cs +++ b/src/Features/Core/Portable/Shared/Extensions/DocumentExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/Shared/Extensions/ILanguageMetadataExtensions.cs b/src/Features/Core/Portable/Shared/Extensions/ILanguageMetadataExtensions.cs index 7a74fd0f77b2a..d06bacda36fef 100644 --- a/src/Features/Core/Portable/Shared/Extensions/ILanguageMetadataExtensions.cs +++ b/src/Features/Core/Portable/Shared/Extensions/ILanguageMetadataExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/Shared/Extensions/ISymbolExtensions_2.cs b/src/Features/Core/Portable/Shared/Extensions/ISymbolExtensions_2.cs index 3f425ab84d295..d6998745f1ace 100644 --- a/src/Features/Core/Portable/Shared/Extensions/ISymbolExtensions_2.cs +++ b/src/Features/Core/Portable/Shared/Extensions/ISymbolExtensions_2.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/Shared/Extensions/ISymbolExtensions_Sorting.cs b/src/Features/Core/Portable/Shared/Extensions/ISymbolExtensions_Sorting.cs index 4fb75a0d032c9..f966f808f877c 100644 --- a/src/Features/Core/Portable/Shared/Extensions/ISymbolExtensions_Sorting.cs +++ b/src/Features/Core/Portable/Shared/Extensions/ISymbolExtensions_Sorting.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; diff --git a/src/Features/Core/Portable/Shared/Options/ServiceComponentOnOffOptions.cs b/src/Features/Core/Portable/Shared/Options/ServiceComponentOnOffOptions.cs index 068b280bef118..9834338623285 100644 --- a/src/Features/Core/Portable/Shared/Options/ServiceComponentOnOffOptions.cs +++ b/src/Features/Core/Portable/Shared/Options/ServiceComponentOnOffOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Options; diff --git a/src/Features/Core/Portable/Shared/TestHooks/AggregateAsynchronousOperationListener.cs b/src/Features/Core/Portable/Shared/TestHooks/AggregateAsynchronousOperationListener.cs index 71ae4ed5b1bd3..c38087a3957b4 100644 --- a/src/Features/Core/Portable/Shared/TestHooks/AggregateAsynchronousOperationListener.cs +++ b/src/Features/Core/Portable/Shared/TestHooks/AggregateAsynchronousOperationListener.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/Shared/TestHooks/AsynchronousOperationListener.AsyncToken.cs b/src/Features/Core/Portable/Shared/TestHooks/AsynchronousOperationListener.AsyncToken.cs index 8abe7afb16ffa..a15e644f44fc7 100644 --- a/src/Features/Core/Portable/Shared/TestHooks/AsynchronousOperationListener.AsyncToken.cs +++ b/src/Features/Core/Portable/Shared/TestHooks/AsynchronousOperationListener.AsyncToken.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/Features/Core/Portable/Shared/TestHooks/AsynchronousOperationListener.DiagnosticAsyncToken.cs b/src/Features/Core/Portable/Shared/TestHooks/AsynchronousOperationListener.DiagnosticAsyncToken.cs index 2d9c537051583..e47fb101d4588 100644 --- a/src/Features/Core/Portable/Shared/TestHooks/AsynchronousOperationListener.DiagnosticAsyncToken.cs +++ b/src/Features/Core/Portable/Shared/TestHooks/AsynchronousOperationListener.DiagnosticAsyncToken.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using System.IO; diff --git a/src/Features/Core/Portable/Shared/TestHooks/AsynchronousOperationListener.cs b/src/Features/Core/Portable/Shared/TestHooks/AsynchronousOperationListener.cs index 4913ee8881419..bbfe817e541df 100644 --- a/src/Features/Core/Portable/Shared/TestHooks/AsynchronousOperationListener.cs +++ b/src/Features/Core/Portable/Shared/TestHooks/AsynchronousOperationListener.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/Shared/TestHooks/FeatureAttribute.cs b/src/Features/Core/Portable/Shared/TestHooks/FeatureAttribute.cs index 6ffa1ce744e78..896d2a477db1b 100644 --- a/src/Features/Core/Portable/Shared/TestHooks/FeatureAttribute.cs +++ b/src/Features/Core/Portable/Shared/TestHooks/FeatureAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; diff --git a/src/Features/Core/Portable/Shared/TestHooks/FeatureAttribute_Names.cs b/src/Features/Core/Portable/Shared/TestHooks/FeatureAttribute_Names.cs index d91c697922975..db1889a849294 100644 --- a/src/Features/Core/Portable/Shared/TestHooks/FeatureAttribute_Names.cs +++ b/src/Features/Core/Portable/Shared/TestHooks/FeatureAttribute_Names.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Shared.TestHooks { diff --git a/src/Features/Core/Portable/Shared/TestHooks/FeatureMetadata.cs b/src/Features/Core/Portable/Shared/TestHooks/FeatureMetadata.cs index 8566c82e96b93..618ceab3af11b 100644 --- a/src/Features/Core/Portable/Shared/TestHooks/FeatureMetadata.cs +++ b/src/Features/Core/Portable/Shared/TestHooks/FeatureMetadata.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Roslyn.Utilities; diff --git a/src/Features/Core/Portable/Shared/TestHooks/IAsyncToken.cs b/src/Features/Core/Portable/Shared/TestHooks/IAsyncToken.cs index 0beedce7b631b..302d474f2052e 100644 --- a/src/Features/Core/Portable/Shared/TestHooks/IAsyncToken.cs +++ b/src/Features/Core/Portable/Shared/TestHooks/IAsyncToken.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/Features/Core/Portable/Shared/TestHooks/IAsynchronousOperationListener.cs b/src/Features/Core/Portable/Shared/TestHooks/IAsynchronousOperationListener.cs index 9df1704a2126f..6895737e4389a 100644 --- a/src/Features/Core/Portable/Shared/TestHooks/IAsynchronousOperationListener.cs +++ b/src/Features/Core/Portable/Shared/TestHooks/IAsynchronousOperationListener.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.CompilerServices; diff --git a/src/Features/Core/Portable/Shared/TestHooks/IAsynchronousOperationWaiter.cs b/src/Features/Core/Portable/Shared/TestHooks/IAsynchronousOperationWaiter.cs index ab1f11340bce3..bf14fa3abe819 100644 --- a/src/Features/Core/Portable/Shared/TestHooks/IAsynchronousOperationWaiter.cs +++ b/src/Features/Core/Portable/Shared/TestHooks/IAsynchronousOperationWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/Shared/TestHooks/TaskExtensions.cs b/src/Features/Core/Portable/Shared/TestHooks/TaskExtensions.cs index 2aa4b862f3ff7..994b9ad0321a6 100644 --- a/src/Features/Core/Portable/Shared/TestHooks/TaskExtensions.cs +++ b/src/Features/Core/Portable/Shared/TestHooks/TaskExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/Features/Core/Portable/Shared/Utilities/SupportedPlatformData.cs b/src/Features/Core/Portable/Shared/Utilities/SupportedPlatformData.cs index 181f9420bbd58..6674ff2b43067 100644 --- a/src/Features/Core/Portable/Shared/Utilities/SupportedPlatformData.cs +++ b/src/Features/Core/Portable/Shared/Utilities/SupportedPlatformData.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Features/Core/Portable/SignatureHelp/AbstractSignatureHelpProvider.SymbolKeySignatureHelpItem.cs b/src/Features/Core/Portable/SignatureHelp/AbstractSignatureHelpProvider.SymbolKeySignatureHelpItem.cs index d22e1d404b95f..0690855c22da1 100644 --- a/src/Features/Core/Portable/SignatureHelp/AbstractSignatureHelpProvider.SymbolKeySignatureHelpItem.cs +++ b/src/Features/Core/Portable/SignatureHelp/AbstractSignatureHelpProvider.SymbolKeySignatureHelpItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/SignatureHelp/CommonSignatureHelpUtilities.cs b/src/Features/Core/Portable/SignatureHelp/CommonSignatureHelpUtilities.cs index 730244a44bb83..e98f4205ecaff 100644 --- a/src/Features/Core/Portable/SignatureHelp/CommonSignatureHelpUtilities.cs +++ b/src/Features/Core/Portable/SignatureHelp/CommonSignatureHelpUtilities.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/SignatureHelp/SignatureHelpItem.cs b/src/Features/Core/Portable/SignatureHelp/SignatureHelpItem.cs index 4d1c1cb849fb1..64d26064514a1 100644 --- a/src/Features/Core/Portable/SignatureHelp/SignatureHelpItem.cs +++ b/src/Features/Core/Portable/SignatureHelp/SignatureHelpItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/Snippets/ISnippetInfoService.cs b/src/Features/Core/Portable/Snippets/ISnippetInfoService.cs index 32e73f55c6425..4ea6923107b15 100644 --- a/src/Features/Core/Portable/Snippets/ISnippetInfoService.cs +++ b/src/Features/Core/Portable/Snippets/ISnippetInfoService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Host; diff --git a/src/Features/Core/Portable/Snippets/SnippetInfo.cs b/src/Features/Core/Portable/Snippets/SnippetInfo.cs index 4e6f00dc58373..82799acfdb0ec 100644 --- a/src/Features/Core/Portable/Snippets/SnippetInfo.cs +++ b/src/Features/Core/Portable/Snippets/SnippetInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Snippets { diff --git a/src/Features/Core/Portable/SolutionCrawler/AbstractDocumentDifferenceService.cs b/src/Features/Core/Portable/SolutionCrawler/AbstractDocumentDifferenceService.cs index 78e57787f9c0b..56f215d2f5ef1 100644 --- a/src/Features/Core/Portable/SolutionCrawler/AbstractDocumentDifferenceService.cs +++ b/src/Features/Core/Portable/SolutionCrawler/AbstractDocumentDifferenceService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/Features/Core/Portable/SolutionCrawler/AggregateIncrementalAnalyzer.cs b/src/Features/Core/Portable/SolutionCrawler/AggregateIncrementalAnalyzer.cs index 56969eea12210..059bea48e91e8 100644 --- a/src/Features/Core/Portable/SolutionCrawler/AggregateIncrementalAnalyzer.cs +++ b/src/Features/Core/Portable/SolutionCrawler/AggregateIncrementalAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/SolutionCrawler/Extensibility/ExportPerLanguageIncrementalAnalyzerProviderAttribute.cs b/src/Features/Core/Portable/SolutionCrawler/Extensibility/ExportPerLanguageIncrementalAnalyzerProviderAttribute.cs index c0629bcec4f97..45b8532a1d3a3 100644 --- a/src/Features/Core/Portable/SolutionCrawler/Extensibility/ExportPerLanguageIncrementalAnalyzerProviderAttribute.cs +++ b/src/Features/Core/Portable/SolutionCrawler/Extensibility/ExportPerLanguageIncrementalAnalyzerProviderAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; diff --git a/src/Features/Core/Portable/SolutionCrawler/Extensibility/IPerLanguageIncrementalAnalyzerProvider.cs b/src/Features/Core/Portable/SolutionCrawler/Extensibility/IPerLanguageIncrementalAnalyzerProvider.cs index 22992daa9ec76..4e07e823f6b46 100644 --- a/src/Features/Core/Portable/SolutionCrawler/Extensibility/IPerLanguageIncrementalAnalyzerProvider.cs +++ b/src/Features/Core/Portable/SolutionCrawler/Extensibility/IPerLanguageIncrementalAnalyzerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.SolutionCrawler { diff --git a/src/Features/Core/Portable/SolutionCrawler/Extensibility/PerLanguageIncrementalAnalyzerProviderMetadata.cs b/src/Features/Core/Portable/SolutionCrawler/Extensibility/PerLanguageIncrementalAnalyzerProviderMetadata.cs index 9a9917cc26719..289a7295ef743 100644 --- a/src/Features/Core/Portable/SolutionCrawler/Extensibility/PerLanguageIncrementalAnalyzerProviderMetadata.cs +++ b/src/Features/Core/Portable/SolutionCrawler/Extensibility/PerLanguageIncrementalAnalyzerProviderMetadata.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Host.Mef; diff --git a/src/Features/Core/Portable/SolutionCrawler/Extensions.cs b/src/Features/Core/Portable/SolutionCrawler/Extensions.cs index c1b4e9f8a1081..94ec31918c2f5 100644 --- a/src/Features/Core/Portable/SolutionCrawler/Extensions.cs +++ b/src/Features/Core/Portable/SolutionCrawler/Extensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Text; diff --git a/src/Features/Core/Portable/SolutionCrawler/IDocumentDifferenceService.cs b/src/Features/Core/Portable/SolutionCrawler/IDocumentDifferenceService.cs index d42cd93940bd8..6eb37305ef68a 100644 --- a/src/Features/Core/Portable/SolutionCrawler/IDocumentDifferenceService.cs +++ b/src/Features/Core/Portable/SolutionCrawler/IDocumentDifferenceService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/Core/Portable/SolutionCrawler/IDocumentTrackingService.cs b/src/Features/Core/Portable/SolutionCrawler/IDocumentTrackingService.cs index de959652bb63b..e75a9e0f84a6a 100644 --- a/src/Features/Core/Portable/SolutionCrawler/IDocumentTrackingService.cs +++ b/src/Features/Core/Portable/SolutionCrawler/IDocumentTrackingService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/SolutionCrawler/ISolutionCrawlerService.cs b/src/Features/Core/Portable/SolutionCrawler/ISolutionCrawlerService.cs index 2506b1632f75e..4c2dd44cc06eb 100644 --- a/src/Features/Core/Portable/SolutionCrawler/ISolutionCrawlerService.cs +++ b/src/Features/Core/Portable/SolutionCrawler/ISolutionCrawlerService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Host; diff --git a/src/Features/Core/Portable/SolutionCrawler/IWorkCoordinatorPriorityService.cs b/src/Features/Core/Portable/SolutionCrawler/IWorkCoordinatorPriorityService.cs index 2030681e64812..059d2bbb3a833 100644 --- a/src/Features/Core/Portable/SolutionCrawler/IWorkCoordinatorPriorityService.cs +++ b/src/Features/Core/Portable/SolutionCrawler/IWorkCoordinatorPriorityService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/Core/Portable/SolutionCrawler/IdleProcessor.cs b/src/Features/Core/Portable/SolutionCrawler/IdleProcessor.cs index 5acd3d4ed0653..4f2e4309cf239 100644 --- a/src/Features/Core/Portable/SolutionCrawler/IdleProcessor.cs +++ b/src/Features/Core/Portable/SolutionCrawler/IdleProcessor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/Features/Core/Portable/SolutionCrawler/IncrementalAnalyzerBase.cs b/src/Features/Core/Portable/SolutionCrawler/IncrementalAnalyzerBase.cs index 943c0950247cd..04393399f8644 100644 --- a/src/Features/Core/Portable/SolutionCrawler/IncrementalAnalyzerBase.cs +++ b/src/Features/Core/Portable/SolutionCrawler/IncrementalAnalyzerBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/Core/Portable/SolutionCrawler/IncrementalAnalyzerProviderBase.cs b/src/Features/Core/Portable/SolutionCrawler/IncrementalAnalyzerProviderBase.cs index e5b89689bef34..dbefd363155ff 100644 --- a/src/Features/Core/Portable/SolutionCrawler/IncrementalAnalyzerProviderBase.cs +++ b/src/Features/Core/Portable/SolutionCrawler/IncrementalAnalyzerProviderBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/SolutionCrawler/InternalSolutionCrawlerOptions.cs b/src/Features/Core/Portable/SolutionCrawler/InternalSolutionCrawlerOptions.cs index 1afba8ed803c8..ebe6170037b2e 100644 --- a/src/Features/Core/Portable/SolutionCrawler/InternalSolutionCrawlerOptions.cs +++ b/src/Features/Core/Portable/SolutionCrawler/InternalSolutionCrawlerOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Options; diff --git a/src/Features/Core/Portable/SolutionCrawler/SolutionCrawlerLogger.cs b/src/Features/Core/Portable/SolutionCrawler/SolutionCrawlerLogger.cs index c363b60cd5941..4f03611904626 100644 --- a/src/Features/Core/Portable/SolutionCrawler/SolutionCrawlerLogger.cs +++ b/src/Features/Core/Portable/SolutionCrawler/SolutionCrawlerLogger.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/SolutionCrawler/SolutionCrawlerRegistrationService.cs b/src/Features/Core/Portable/SolutionCrawler/SolutionCrawlerRegistrationService.cs index 5d88dd96aa194..d988de47181aa 100644 --- a/src/Features/Core/Portable/SolutionCrawler/SolutionCrawlerRegistrationService.cs +++ b/src/Features/Core/Portable/SolutionCrawler/SolutionCrawlerRegistrationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/SolutionCrawler/State/AbstractAnalyzerState.cs b/src/Features/Core/Portable/SolutionCrawler/State/AbstractAnalyzerState.cs index 576001b23194e..227e649a70185 100644 --- a/src/Features/Core/Portable/SolutionCrawler/State/AbstractAnalyzerState.cs +++ b/src/Features/Core/Portable/SolutionCrawler/State/AbstractAnalyzerState.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; diff --git a/src/Features/Core/Portable/SolutionCrawler/State/AbstractDocumentAnalyzerState.cs b/src/Features/Core/Portable/SolutionCrawler/State/AbstractDocumentAnalyzerState.cs index a847b91899b74..861d0cf4185f3 100644 --- a/src/Features/Core/Portable/SolutionCrawler/State/AbstractDocumentAnalyzerState.cs +++ b/src/Features/Core/Portable/SolutionCrawler/State/AbstractDocumentAnalyzerState.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.IO; using System.Threading; diff --git a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.AbstractPriorityProcessor.cs b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.AbstractPriorityProcessor.cs index 95e361163678a..044289d02cdf7 100644 --- a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.AbstractPriorityProcessor.cs +++ b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.AbstractPriorityProcessor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.AsyncDocumentWorkItemQueue.cs b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.AsyncDocumentWorkItemQueue.cs index cdbad3693ef33..c95f21a81d3a6 100644 --- a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.AsyncDocumentWorkItemQueue.cs +++ b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.AsyncDocumentWorkItemQueue.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Diagnostics; diff --git a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.AsyncProjectWorkItemQueue.cs b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.AsyncProjectWorkItemQueue.cs index c08c1e2dbc0a6..5898530115ffc 100644 --- a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.AsyncProjectWorkItemQueue.cs +++ b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.AsyncProjectWorkItemQueue.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.AsyncWorkItemQueue.cs b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.AsyncWorkItemQueue.cs index 74003aeff6954..44e65c0d8b95c 100644 --- a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.AsyncWorkItemQueue.cs +++ b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.AsyncWorkItemQueue.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.HighPriorityProcessor.cs b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.HighPriorityProcessor.cs index 0e0ec59fe5705..10f08c8b97d7b 100644 --- a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.HighPriorityProcessor.cs +++ b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.HighPriorityProcessor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.IncrementalAnalyzerProcessor.cs b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.IncrementalAnalyzerProcessor.cs index 01d5a7a5133d5..38c9c3ed15fb7 100644 --- a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.IncrementalAnalyzerProcessor.cs +++ b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.IncrementalAnalyzerProcessor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.LowPriorityProcessor.cs b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.LowPriorityProcessor.cs index 4a0f5cb17ee7b..808e2828545b0 100644 --- a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.LowPriorityProcessor.cs +++ b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.LowPriorityProcessor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.NormalPriorityProcessor.cs b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.NormalPriorityProcessor.cs index 4be00b23a12d4..e304b64defe27 100644 --- a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.NormalPriorityProcessor.cs +++ b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.NormalPriorityProcessor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; diff --git a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.SemanticChangeProcessor.cs b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.SemanticChangeProcessor.cs index 1215f82566e1f..83bc4ee3b40d7 100644 --- a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.SemanticChangeProcessor.cs +++ b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.SemanticChangeProcessor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.WorkItem.cs b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.WorkItem.cs index 19c21b39ef444..1ff7d4a0e4b57 100644 --- a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.WorkItem.cs +++ b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.WorkItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.cs b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.cs index d0570c83fcd3f..23344e4683025 100644 --- a/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.cs +++ b/src/Features/Core/Portable/SolutionCrawler/WorkCoordinator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/SpellCheck/AbstractSpellCheckCodeFixProvider.cs b/src/Features/Core/Portable/SpellCheck/AbstractSpellCheckCodeFixProvider.cs index 9385a0b6188aa..5ef09a101c929 100644 --- a/src/Features/Core/Portable/SpellCheck/AbstractSpellCheckCodeFixProvider.cs +++ b/src/Features/Core/Portable/SpellCheck/AbstractSpellCheckCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/Structure/BlockSpan.cs b/src/Features/Core/Portable/Structure/BlockSpan.cs index 72fc469f46770..a8ef0e1b52f1e 100644 --- a/src/Features/Core/Portable/Structure/BlockSpan.cs +++ b/src/Features/Core/Portable/Structure/BlockSpan.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Text; diff --git a/src/Features/Core/Portable/Structure/Syntax/BlockStructureExtensions.cs b/src/Features/Core/Portable/Structure/Syntax/BlockStructureExtensions.cs index 7721c5bb34d7b..55bec7166bcb7 100644 --- a/src/Features/Core/Portable/Structure/Syntax/BlockStructureExtensions.cs +++ b/src/Features/Core/Portable/Structure/Syntax/BlockStructureExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/SymbolMapping/ISymbolMappingService.cs b/src/Features/Core/Portable/SymbolMapping/ISymbolMappingService.cs index a10cdd80bbc87..9111d897042f9 100644 --- a/src/Features/Core/Portable/SymbolMapping/ISymbolMappingService.cs +++ b/src/Features/Core/Portable/SymbolMapping/ISymbolMappingService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Features/Core/Portable/SymbolMapping/SymbolMappingResult.cs b/src/Features/Core/Portable/SymbolMapping/SymbolMappingResult.cs index a66e9e7a3a376..72ac74c159af9 100644 --- a/src/Features/Core/Portable/SymbolMapping/SymbolMappingResult.cs +++ b/src/Features/Core/Portable/SymbolMapping/SymbolMappingResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.SymbolMapping { diff --git a/src/Features/Core/Portable/SymbolMapping/SymbolMappingServiceFactory.cs b/src/Features/Core/Portable/SymbolMapping/SymbolMappingServiceFactory.cs index f13935aa8d1dd..a6c29b9bb8d62 100644 --- a/src/Features/Core/Portable/SymbolMapping/SymbolMappingServiceFactory.cs +++ b/src/Features/Core/Portable/SymbolMapping/SymbolMappingServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/Features/Core/Portable/TodoComments/AbstractTodoCommentService.cs b/src/Features/Core/Portable/TodoComments/AbstractTodoCommentService.cs index 2b84244800b1d..c39525a3e5dec 100644 --- a/src/Features/Core/Portable/TodoComments/AbstractTodoCommentService.cs +++ b/src/Features/Core/Portable/TodoComments/AbstractTodoCommentService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Features/Core/Portable/TodoComments/IRemoteTodoCommentService.cs b/src/Features/Core/Portable/TodoComments/IRemoteTodoCommentService.cs index f5afc821d4695..cf8bb596c50db 100644 --- a/src/Features/Core/Portable/TodoComments/IRemoteTodoCommentService.cs +++ b/src/Features/Core/Portable/TodoComments/IRemoteTodoCommentService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/TodoComments/ITodoCommentService.cs b/src/Features/Core/Portable/TodoComments/ITodoCommentService.cs index 42b830a881325..b1407ad36478c 100644 --- a/src/Features/Core/Portable/TodoComments/ITodoCommentService.cs +++ b/src/Features/Core/Portable/TodoComments/ITodoCommentService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Features/Core/Portable/UseAutoProperty/AbstractUseAutoPropertyAnalyzer.cs b/src/Features/Core/Portable/UseAutoProperty/AbstractUseAutoPropertyAnalyzer.cs index 9eaa496aef71e..bd72aa6921d95 100644 --- a/src/Features/Core/Portable/UseAutoProperty/AbstractUseAutoPropertyAnalyzer.cs +++ b/src/Features/Core/Portable/UseAutoProperty/AbstractUseAutoPropertyAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; diff --git a/src/Features/Core/Portable/UseAutoProperty/AbstractUseAutoPropertyCodeFixProvider.cs b/src/Features/Core/Portable/UseAutoProperty/AbstractUseAutoPropertyCodeFixProvider.cs index 063952da50e8e..703d2c8a8313c 100644 --- a/src/Features/Core/Portable/UseAutoProperty/AbstractUseAutoPropertyCodeFixProvider.cs +++ b/src/Features/Core/Portable/UseAutoProperty/AbstractUseAutoPropertyCodeFixProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Interactive/CsiCore/Csi.cs b/src/Interactive/CsiCore/Csi.cs index 6ace63d23d9b5..8d7dd8d3fe5ed 100644 --- a/src/Interactive/CsiCore/Csi.cs +++ b/src/Interactive/CsiCore/Csi.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; diff --git a/src/Interactive/EditorFeatures/CSharp/Completion/CompletionProviders/CSharpReplCommandCompletionProvider.cs b/src/Interactive/EditorFeatures/CSharp/Completion/CompletionProviders/CSharpReplCommandCompletionProvider.cs index 82cd18bfb73ed..bfd24f8ec46c1 100644 --- a/src/Interactive/EditorFeatures/CSharp/Completion/CompletionProviders/CSharpReplCommandCompletionProvider.cs +++ b/src/Interactive/EditorFeatures/CSharp/Completion/CompletionProviders/CSharpReplCommandCompletionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Text.RegularExpressions; diff --git a/src/Interactive/EditorFeatures/CSharp/Completion/FileSystem/ReferenceDirectiveCompletionProvider.cs b/src/Interactive/EditorFeatures/CSharp/Completion/FileSystem/ReferenceDirectiveCompletionProvider.cs index 0404cf37b04c9..d1fea323135fc 100644 --- a/src/Interactive/EditorFeatures/CSharp/Completion/FileSystem/ReferenceDirectiveCompletionProvider.cs +++ b/src/Interactive/EditorFeatures/CSharp/Completion/FileSystem/ReferenceDirectiveCompletionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Interactive/EditorFeatures/CSharp/Interactive/CSharpInteractiveEvaluator.cs b/src/Interactive/EditorFeatures/CSharp/Interactive/CSharpInteractiveEvaluator.cs index 5a4d75fcac7cd..141a6b727a5c3 100644 --- a/src/Interactive/EditorFeatures/CSharp/Interactive/CSharpInteractiveEvaluator.cs +++ b/src/Interactive/EditorFeatures/CSharp/Interactive/CSharpInteractiveEvaluator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.IO; diff --git a/src/Interactive/EditorFeatures/CSharp/Interactive/CSharpReplServiceProvider.cs b/src/Interactive/EditorFeatures/CSharp/Interactive/CSharpReplServiceProvider.cs index c8d341a26b846..d48c328f621ef 100644 --- a/src/Interactive/EditorFeatures/CSharp/Interactive/CSharpReplServiceProvider.cs +++ b/src/Interactive/EditorFeatures/CSharp/Interactive/CSharpReplServiceProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/Interactive/EditorFeatures/Core/CommandHandlers/InteractiveCompletionCommandHandler.cs b/src/Interactive/EditorFeatures/Core/CommandHandlers/InteractiveCompletionCommandHandler.cs index 699549d30ded3..1e598a1a22426 100644 --- a/src/Interactive/EditorFeatures/Core/CommandHandlers/InteractiveCompletionCommandHandler.cs +++ b/src/Interactive/EditorFeatures/Core/CommandHandlers/InteractiveCompletionCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.VisualStudio.Utilities; diff --git a/src/Interactive/EditorFeatures/Core/CommandHandlers/InteractiveIntelliSenseCommandHandler.cs b/src/Interactive/EditorFeatures/Core/CommandHandlers/InteractiveIntelliSenseCommandHandler.cs index 6f09678868e59..7256dea81d8ae 100644 --- a/src/Interactive/EditorFeatures/Core/CommandHandlers/InteractiveIntelliSenseCommandHandler.cs +++ b/src/Interactive/EditorFeatures/Core/CommandHandlers/InteractiveIntelliSenseCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.VisualStudio.InteractiveWindow; diff --git a/src/Interactive/EditorFeatures/Core/Extensibility/Interactive/CSharpVBResetCommand.cs b/src/Interactive/EditorFeatures/Core/Extensibility/Interactive/CSharpVBResetCommand.cs index 8efebdd67a861..9f820c2d77e6e 100644 --- a/src/Interactive/EditorFeatures/Core/Extensibility/Interactive/CSharpVBResetCommand.cs +++ b/src/Interactive/EditorFeatures/Core/Extensibility/Interactive/CSharpVBResetCommand.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Interactive/EditorFeatures/Core/Extensibility/Interactive/InteractiveCommandHandler.cs b/src/Interactive/EditorFeatures/Core/Extensibility/Interactive/InteractiveCommandHandler.cs index fd3a0d66b5b3a..25720f5d1056d 100644 --- a/src/Interactive/EditorFeatures/Core/Extensibility/Interactive/InteractiveCommandHandler.cs +++ b/src/Interactive/EditorFeatures/Core/Extensibility/Interactive/InteractiveCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/Interactive/EditorFeatures/Core/Extensibility/Interactive/InteractiveEvaluator.cs b/src/Interactive/EditorFeatures/Core/Extensibility/Interactive/InteractiveEvaluator.cs index 86cb3764ca9d9..8aabf9cf0c55f 100644 --- a/src/Interactive/EditorFeatures/Core/Extensibility/Interactive/InteractiveEvaluator.cs +++ b/src/Interactive/EditorFeatures/Core/Extensibility/Interactive/InteractiveEvaluator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. extern alias Scripting; using System; diff --git a/src/Interactive/EditorFeatures/Core/Extensibility/Interactive/ResetInteractive.cs b/src/Interactive/EditorFeatures/Core/Extensibility/Interactive/ResetInteractive.cs index a95f78ebf54a2..dd22ccb068a59 100644 --- a/src/Interactive/EditorFeatures/Core/Extensibility/Interactive/ResetInteractive.cs +++ b/src/Interactive/EditorFeatures/Core/Extensibility/Interactive/ResetInteractive.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/Interactive/EditorFeatures/Core/Implementation/Completion/InteractiveCommandCompletionService.cs b/src/Interactive/EditorFeatures/Core/Implementation/Completion/InteractiveCommandCompletionService.cs index af65034e0af05..7f1624a4d51ac 100644 --- a/src/Interactive/EditorFeatures/Core/Implementation/Completion/InteractiveCommandCompletionService.cs +++ b/src/Interactive/EditorFeatures/Core/Implementation/Completion/InteractiveCommandCompletionService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Interactive/EditorFeatures/Core/Implementation/Completion/Presentation/CompletionPresenter.cs b/src/Interactive/EditorFeatures/Core/Implementation/Completion/Presentation/CompletionPresenter.cs index eccbabf03deb7..b267eadc1e966 100644 --- a/src/Interactive/EditorFeatures/Core/Implementation/Completion/Presentation/CompletionPresenter.cs +++ b/src/Interactive/EditorFeatures/Core/Implementation/Completion/Presentation/CompletionPresenter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.Completion.Presentation; diff --git a/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InertClassifierProvider.InertClassifier.cs b/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InertClassifierProvider.InertClassifier.cs index 9d6b14bc53970..0fde9971d3e2a 100644 --- a/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InertClassifierProvider.InertClassifier.cs +++ b/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InertClassifierProvider.InertClassifier.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InertClassifierProvider.cs b/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InertClassifierProvider.cs index 67077d451cbae..fcde363e4d606 100644 --- a/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InertClassifierProvider.cs +++ b/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InertClassifierProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Composition; diff --git a/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveCommandContentTypeLanguageService.cs b/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveCommandContentTypeLanguageService.cs index c287555e474ea..9d595496b5932 100644 --- a/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveCommandContentTypeLanguageService.cs +++ b/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveCommandContentTypeLanguageService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Interactive; diff --git a/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveDocumentNavigationService.cs b/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveDocumentNavigationService.cs index 31cf28022eaf2..5b2f28e89e54b 100644 --- a/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveDocumentNavigationService.cs +++ b/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveDocumentNavigationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveDocumentNavigationServiceFactory.cs b/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveDocumentNavigationServiceFactory.cs index 4aae75d36624b..f7069e82eb0a1 100644 --- a/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveDocumentNavigationServiceFactory.cs +++ b/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveDocumentNavigationServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Host; diff --git a/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveDocumentSupportsSuggestionService.cs b/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveDocumentSupportsSuggestionService.cs index 1c63f8468a6b1..92df27edc00f2 100644 --- a/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveDocumentSupportsSuggestionService.cs +++ b/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveDocumentSupportsSuggestionService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Editor.Shared; diff --git a/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveGlobalUndoServiceFactory.cs b/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveGlobalUndoServiceFactory.cs index 15bc0cfe11817..3ebd2894f4f42 100644 --- a/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveGlobalUndoServiceFactory.cs +++ b/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveGlobalUndoServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; diff --git a/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveTextUndoHistoryWorkspaceServiceFactory.cs b/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveTextUndoHistoryWorkspaceServiceFactory.cs index 000c172e84abd..93999560b0990 100644 --- a/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveTextUndoHistoryWorkspaceServiceFactory.cs +++ b/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveTextUndoHistoryWorkspaceServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Host; diff --git a/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveWorkspace.cs b/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveWorkspace.cs index bee2bb44bdda6..e43950ccce985 100644 --- a/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveWorkspace.cs +++ b/src/Interactive/EditorFeatures/Core/Implementation/Interactive/InteractiveWorkspace.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Interactive; using Microsoft.CodeAnalysis.Editor.Shared.Options; diff --git a/src/Interactive/Features/Interactive/Core/InteractiveHost.InitializedRemoteService.cs b/src/Interactive/Features/Interactive/Core/InteractiveHost.InitializedRemoteService.cs index 6036604d77158..c9ee4f3146327 100644 --- a/src/Interactive/Features/Interactive/Core/InteractiveHost.InitializedRemoteService.cs +++ b/src/Interactive/Features/Interactive/Core/InteractiveHost.InitializedRemoteService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Interactive { diff --git a/src/Interactive/Features/Interactive/Core/InteractiveHost.LazyRemoteService.cs b/src/Interactive/Features/Interactive/Core/InteractiveHost.LazyRemoteService.cs index d9c0669149010..9d872b817e2f4 100644 --- a/src/Interactive/Features/Interactive/Core/InteractiveHost.LazyRemoteService.cs +++ b/src/Interactive/Features/Interactive/Core/InteractiveHost.LazyRemoteService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Globalization; diff --git a/src/Interactive/Features/Interactive/Core/InteractiveHost.RemoteAsyncOperation.cs b/src/Interactive/Features/Interactive/Core/InteractiveHost.RemoteAsyncOperation.cs index 408f7cd29dbe6..6570669cab41d 100644 --- a/src/Interactive/Features/Interactive/Core/InteractiveHost.RemoteAsyncOperation.cs +++ b/src/Interactive/Features/Interactive/Core/InteractiveHost.RemoteAsyncOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/Interactive/Features/Interactive/Core/InteractiveHost.RemoteService.cs b/src/Interactive/Features/Interactive/Core/InteractiveHost.RemoteService.cs index b12b89f9b8442..dd30de736db0d 100644 --- a/src/Interactive/Features/Interactive/Core/InteractiveHost.RemoteService.cs +++ b/src/Interactive/Features/Interactive/Core/InteractiveHost.RemoteService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/Interactive/Features/Interactive/Core/InteractiveHost.Service.cs b/src/Interactive/Features/Interactive/Core/InteractiveHost.Service.cs index 0d9bcdc7f71c9..d34e85bfbe011 100644 --- a/src/Interactive/Features/Interactive/Core/InteractiveHost.Service.cs +++ b/src/Interactive/Features/Interactive/Core/InteractiveHost.Service.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. extern alias Scripting; using System; diff --git a/src/Interactive/Features/Interactive/Core/InteractiveHost.cs b/src/Interactive/Features/Interactive/Core/InteractiveHost.cs index 91aa109d4e786..d2e4fa7301d75 100644 --- a/src/Interactive/Features/Interactive/Core/InteractiveHost.cs +++ b/src/Interactive/Features/Interactive/Core/InteractiveHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/Interactive/Features/Interactive/Core/InteractiveHostOptions.cs b/src/Interactive/Features/Interactive/Core/InteractiveHostOptions.cs index 3f37b7e007513..6dc1a21e81ceb 100644 --- a/src/Interactive/Features/Interactive/Core/InteractiveHostOptions.cs +++ b/src/Interactive/Features/Interactive/Core/InteractiveHostOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Globalization; diff --git a/src/Interactive/Features/Interactive/Core/InteractiveLanguageNames.cs b/src/Interactive/Features/Interactive/Core/InteractiveLanguageNames.cs index b0776e9b54f24..88ff39f8c6398 100644 --- a/src/Interactive/Features/Interactive/Core/InteractiveLanguageNames.cs +++ b/src/Interactive/Features/Interactive/Core/InteractiveLanguageNames.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Interactive { diff --git a/src/Interactive/Features/Interactive/Core/ProcessExtensions.cs b/src/Interactive/Features/Interactive/Core/ProcessExtensions.cs index 4918c7404f2c1..a43e71169170b 100644 --- a/src/Interactive/Features/Interactive/Core/ProcessExtensions.cs +++ b/src/Interactive/Features/Interactive/Core/ProcessExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics; diff --git a/src/Interactive/Features/Interactive/Core/RemoteExecutionResult.cs b/src/Interactive/Features/Interactive/Core/RemoteExecutionResult.cs index b4e9f5e6161c1..d60ce4428d0a7 100644 --- a/src/Interactive/Features/Interactive/Core/RemoteExecutionResult.cs +++ b/src/Interactive/Features/Interactive/Core/RemoteExecutionResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/Interactive/Features/Interactive/Core/ReplServiceProvider.cs b/src/Interactive/Features/Interactive/Core/ReplServiceProvider.cs index 8f6ffebf47e92..a817e06908a2b 100644 --- a/src/Interactive/Features/Interactive/Core/ReplServiceProvider.cs +++ b/src/Interactive/Features/Interactive/Core/ReplServiceProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Scripting; diff --git a/src/Interactive/Host/InteractiveHostEntryPoint.cs b/src/Interactive/Host/InteractiveHostEntryPoint.cs index 360bff7817c2c..afb5882c6b87a 100644 --- a/src/Interactive/Host/InteractiveHostEntryPoint.cs +++ b/src/Interactive/Host/InteractiveHostEntryPoint.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/Interactive/HostTest/AbstractInteractiveHostTests.cs b/src/Interactive/HostTest/AbstractInteractiveHostTests.cs index 83c3ed08fd610..01f1c19c68b63 100644 --- a/src/Interactive/HostTest/AbstractInteractiveHostTests.cs +++ b/src/Interactive/HostTest/AbstractInteractiveHostTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Reflection; diff --git a/src/Interactive/HostTest/InteractiveHostTests.cs b/src/Interactive/HostTest/InteractiveHostTests.cs index 70526792947ab..f62cd67874d4e 100644 --- a/src/Interactive/HostTest/InteractiveHostTests.cs +++ b/src/Interactive/HostTest/InteractiveHostTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Interactive/HostTest/StressTests.cs b/src/Interactive/HostTest/StressTests.cs index 9a4126e7cb6a8..7aa6cde4e12e5 100644 --- a/src/Interactive/HostTest/StressTests.cs +++ b/src/Interactive/HostTest/StressTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Interactive/HostTest/SynchronizedTextWriter.cs b/src/Interactive/HostTest/SynchronizedTextWriter.cs index 40a0af2f0d478..77a86374402ee 100644 --- a/src/Interactive/HostTest/SynchronizedTextWriter.cs +++ b/src/Interactive/HostTest/SynchronizedTextWriter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics; using System.IO; diff --git a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatefulAnalyzers/CodeBlockStartedAnalyzer.cs b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatefulAnalyzers/CodeBlockStartedAnalyzer.cs index e01de32c835a9..a2b8e74890807 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatefulAnalyzers/CodeBlockStartedAnalyzer.cs +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatefulAnalyzers/CodeBlockStartedAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatefulAnalyzers/CompilationStartedAnalyzer.cs b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatefulAnalyzers/CompilationStartedAnalyzer.cs index c653367af086f..327b2fcf0e5fd 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatefulAnalyzers/CompilationStartedAnalyzer.cs +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatefulAnalyzers/CompilationStartedAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using Microsoft.CodeAnalysis; diff --git a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatefulAnalyzers/CompilationStartedAnalyzerWithCompilationWideAnalysis.cs b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatefulAnalyzers/CompilationStartedAnalyzerWithCompilationWideAnalysis.cs index 031e984549cc9..334c77ca04b6c 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatefulAnalyzers/CompilationStartedAnalyzerWithCompilationWideAnalysis.cs +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatefulAnalyzers/CompilationStartedAnalyzerWithCompilationWideAnalysis.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/CodeBlockAnalyzer.cs b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/CodeBlockAnalyzer.cs index b436f594aa8b8..b618ab26b72f5 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/CodeBlockAnalyzer.cs +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/CodeBlockAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Linq; diff --git a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/CompilationAnalyzer.cs b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/CompilationAnalyzer.cs index e93e7aff90524..773b786bd63d8 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/CompilationAnalyzer.cs +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/CompilationAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/SemanticModelAnalyzer.cs b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/SemanticModelAnalyzer.cs index c683a068ff630..d3c6d801a0cf8 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/SemanticModelAnalyzer.cs +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/SemanticModelAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.IO; diff --git a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/SymbolAnalyzer.cs b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/SymbolAnalyzer.cs index a904f0a79ad67..d368ef4a75482 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/SymbolAnalyzer.cs +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/SymbolAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Linq; diff --git a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/SyntaxNodeAnalyzer.cs b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/SyntaxNodeAnalyzer.cs index 154a034c9c044..e9ccce82afa93 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/SyntaxNodeAnalyzer.cs +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/SyntaxNodeAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using Microsoft.CodeAnalysis; diff --git a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/SyntaxTreeAnalyzer.cs b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/SyntaxTreeAnalyzer.cs index 772199097e1c8..b4946486dde30 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/SyntaxTreeAnalyzer.cs +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/StatelessAnalyzers/SyntaxTreeAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.IO; diff --git a/src/Samples/CSharp/ConvertToAutoProperty/CodeRefactoringProvider.cs b/src/Samples/CSharp/ConvertToAutoProperty/CodeRefactoringProvider.cs index 0caa0680ba476..438ab46b781a3 100644 --- a/src/Samples/CSharp/ConvertToAutoProperty/CodeRefactoringProvider.cs +++ b/src/Samples/CSharp/ConvertToAutoProperty/CodeRefactoringProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; diff --git a/src/Samples/CSharp/ConvertToConditional/Impl/CodeRefactoringProvider.cs b/src/Samples/CSharp/ConvertToConditional/Impl/CodeRefactoringProvider.cs index 63bd60ae535e2..6cce316f0f003 100644 --- a/src/Samples/CSharp/ConvertToConditional/Impl/CodeRefactoringProvider.cs +++ b/src/Samples/CSharp/ConvertToConditional/Impl/CodeRefactoringProvider.cs @@ -1,4 +1,4 @@ -// ********************************************************* +// ********************************************************* // // Copyright © Microsoft Corporation // diff --git a/src/Samples/CSharp/ConvertToConditional/Impl/ConditionalAnalyzer.cs b/src/Samples/CSharp/ConvertToConditional/Impl/ConditionalAnalyzer.cs index 79b7a5630fff1..7df9cee630c80 100644 --- a/src/Samples/CSharp/ConvertToConditional/Impl/ConditionalAnalyzer.cs +++ b/src/Samples/CSharp/ConvertToConditional/Impl/ConditionalAnalyzer.cs @@ -1,4 +1,4 @@ -// ********************************************************* +// ********************************************************* // // Copyright © Microsoft Corporation // diff --git a/src/Samples/CSharp/ConvertToConditional/Impl/Extensions.cs b/src/Samples/CSharp/ConvertToConditional/Impl/Extensions.cs index d1e37f22a6501..184aeae5e5b2b 100644 --- a/src/Samples/CSharp/ConvertToConditional/Impl/Extensions.cs +++ b/src/Samples/CSharp/ConvertToConditional/Impl/Extensions.cs @@ -1,4 +1,4 @@ -// ********************************************************* +// ********************************************************* // // Copyright © Microsoft Corporation // diff --git a/src/Samples/CSharp/ConvertToConditional/Impl/ReturnConditionalAnalyzer.cs b/src/Samples/CSharp/ConvertToConditional/Impl/ReturnConditionalAnalyzer.cs index aaac73c631a3b..750d793d8c016 100644 --- a/src/Samples/CSharp/ConvertToConditional/Impl/ReturnConditionalAnalyzer.cs +++ b/src/Samples/CSharp/ConvertToConditional/Impl/ReturnConditionalAnalyzer.cs @@ -1,4 +1,4 @@ -// ********************************************************* +// ********************************************************* // // Copyright © Microsoft Corporation // diff --git a/src/Samples/CSharp/ConvertToConditional/Test/ConvertToConditionalTests.cs b/src/Samples/CSharp/ConvertToConditional/Test/ConvertToConditionalTests.cs index 8d20ad60ee6fb..c7130a6254a47 100644 --- a/src/Samples/CSharp/ConvertToConditional/Test/ConvertToConditionalTests.cs +++ b/src/Samples/CSharp/ConvertToConditional/Test/ConvertToConditionalTests.cs @@ -1,6 +1,6 @@ -// ********************************************************* +// ********************************************************* // -// Copyright © Microsoft Corporation +// Copyright © Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the // "License"); you may not use this file except in diff --git a/src/Samples/CSharp/CopyPasteWithUsing/CopyData.cs b/src/Samples/CSharp/CopyPasteWithUsing/CopyData.cs index 59b6fa8f04edb..88a7b04b85f22 100644 --- a/src/Samples/CSharp/CopyPasteWithUsing/CopyData.cs +++ b/src/Samples/CSharp/CopyPasteWithUsing/CopyData.cs @@ -1,6 +1,6 @@ -// ********************************************************* +// ********************************************************* // -// Copyright © Microsoft Corporation +// Copyright © Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the // "License"); you may not use this file except in diff --git a/src/Samples/CSharp/CopyPasteWithUsing/CopyDataService.cs b/src/Samples/CSharp/CopyPasteWithUsing/CopyDataService.cs index 5e4f10abd93a1..49b8c242264e8 100644 --- a/src/Samples/CSharp/CopyPasteWithUsing/CopyDataService.cs +++ b/src/Samples/CSharp/CopyPasteWithUsing/CopyDataService.cs @@ -1,6 +1,6 @@ -// ********************************************************* +// ********************************************************* // -// Copyright © Microsoft Corporation +// Copyright © Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the // "License"); you may not use this file except in diff --git a/src/Samples/CSharp/CopyPasteWithUsing/PasteHandler.cs b/src/Samples/CSharp/CopyPasteWithUsing/PasteHandler.cs index 38cfe9b641117..2c2d374f78958 100644 --- a/src/Samples/CSharp/CopyPasteWithUsing/PasteHandler.cs +++ b/src/Samples/CSharp/CopyPasteWithUsing/PasteHandler.cs @@ -1,6 +1,6 @@ -// ********************************************************* +// ********************************************************* // -// Copyright © Microsoft Corporation +// Copyright © Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the // "License"); you may not use this file except in diff --git a/src/Samples/CSharp/CopyPasteWithUsing/TokenSymbolPairBuilder.cs b/src/Samples/CSharp/CopyPasteWithUsing/TokenSymbolPairBuilder.cs index 89f807f60e71b..81ed1a9762408 100644 --- a/src/Samples/CSharp/CopyPasteWithUsing/TokenSymbolPairBuilder.cs +++ b/src/Samples/CSharp/CopyPasteWithUsing/TokenSymbolPairBuilder.cs @@ -1,6 +1,6 @@ -// ********************************************************* +// ********************************************************* // -// Copyright © Microsoft Corporation +// Copyright © Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the // "License"); you may not use this file except in diff --git a/src/Samples/CSharp/CopyPasteWithUsing/Utilities/Extensions.cs b/src/Samples/CSharp/CopyPasteWithUsing/Utilities/Extensions.cs index b98ffba39674c..6913a9f133e33 100644 --- a/src/Samples/CSharp/CopyPasteWithUsing/Utilities/Extensions.cs +++ b/src/Samples/CSharp/CopyPasteWithUsing/Utilities/Extensions.cs @@ -1,6 +1,6 @@ -// ********************************************************* +// ********************************************************* // -// Copyright © Microsoft Corporation +// Copyright © Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the // "License"); you may not use this file except in diff --git a/src/Samples/CSharp/CopyPasteWithUsing/ViewCreationListener.cs b/src/Samples/CSharp/CopyPasteWithUsing/ViewCreationListener.cs index 9a69cbddd77d4..c3b6f930a6728 100644 --- a/src/Samples/CSharp/CopyPasteWithUsing/ViewCreationListener.cs +++ b/src/Samples/CSharp/CopyPasteWithUsing/ViewCreationListener.cs @@ -1,6 +1,6 @@ -// ********************************************************* +// ********************************************************* // -// Copyright © Microsoft Corporation +// Copyright © Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the // "License"); you may not use this file except in diff --git a/src/Samples/CSharp/FormatSolution/TestSolutionForCSharp/CSharpProject/CSharpClass.cs b/src/Samples/CSharp/FormatSolution/TestSolutionForCSharp/CSharpProject/CSharpClass.cs index bd922b5c7febf..17a8d86609c82 100644 --- a/src/Samples/CSharp/FormatSolution/TestSolutionForCSharp/CSharpProject/CSharpClass.cs +++ b/src/Samples/CSharp/FormatSolution/TestSolutionForCSharp/CSharpProject/CSharpClass.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Samples/CSharp/RefOutModifier/Actions/AddOutOrRefCodeAction.cs b/src/Samples/CSharp/RefOutModifier/Actions/AddOutOrRefCodeAction.cs index 6322955cc7d18..581245835dd27 100644 --- a/src/Samples/CSharp/RefOutModifier/Actions/AddOutOrRefCodeAction.cs +++ b/src/Samples/CSharp/RefOutModifier/Actions/AddOutOrRefCodeAction.cs @@ -1,6 +1,6 @@ -// ********************************************************* +// ********************************************************* // -// Copyright © Microsoft Corporation +// Copyright © Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the // "License"); you may not use this file except in diff --git a/src/Samples/CSharp/RefOutModifier/Actions/RemoveOutOrRefCodeAction.cs b/src/Samples/CSharp/RefOutModifier/Actions/RemoveOutOrRefCodeAction.cs index 4f258cee9e9dc..ab438f126429d 100644 --- a/src/Samples/CSharp/RefOutModifier/Actions/RemoveOutOrRefCodeAction.cs +++ b/src/Samples/CSharp/RefOutModifier/Actions/RemoveOutOrRefCodeAction.cs @@ -1,6 +1,6 @@ -// ********************************************************* +// ********************************************************* // -// Copyright © Microsoft Corporation +// Copyright © Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the // "License"); you may not use this file except in diff --git a/src/Samples/CSharp/RefOutModifier/ApplicableActionFinder.cs b/src/Samples/CSharp/RefOutModifier/ApplicableActionFinder.cs index c36fd818a4063..2120efdb7210b 100644 --- a/src/Samples/CSharp/RefOutModifier/ApplicableActionFinder.cs +++ b/src/Samples/CSharp/RefOutModifier/ApplicableActionFinder.cs @@ -1,6 +1,6 @@ -// ********************************************************* +// ********************************************************* // -// Copyright © Microsoft Corporation +// Copyright © Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the // "License"); you may not use this file except in diff --git a/src/Samples/CSharp/RefOutModifier/CodeRefactoringProvider.cs b/src/Samples/CSharp/RefOutModifier/CodeRefactoringProvider.cs index 90ec65f5b62c2..a8ba909638000 100644 --- a/src/Samples/CSharp/RefOutModifier/CodeRefactoringProvider.cs +++ b/src/Samples/CSharp/RefOutModifier/CodeRefactoringProvider.cs @@ -1,6 +1,6 @@ -// ********************************************************* +// ********************************************************* // -// Copyright © Microsoft Corporation +// Copyright © Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the // "License"); you may not use this file except in diff --git a/src/Samples/CSharp/RefOutModifier/Extensions.cs b/src/Samples/CSharp/RefOutModifier/Extensions.cs index 3c16519b675c6..ae9789867ad27 100644 --- a/src/Samples/CSharp/RefOutModifier/Extensions.cs +++ b/src/Samples/CSharp/RefOutModifier/Extensions.cs @@ -1,6 +1,6 @@ -// ********************************************************* +// ********************************************************* // -// Copyright © Microsoft Corporation +// Copyright © Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the // "License"); you may not use this file except in diff --git a/src/Samples/CSharp/TreeTransforms/TransformVisitor.cs b/src/Samples/CSharp/TreeTransforms/TransformVisitor.cs index 987583b2435e0..3114f44eaea43 100644 --- a/src/Samples/CSharp/TreeTransforms/TransformVisitor.cs +++ b/src/Samples/CSharp/TreeTransforms/TransformVisitor.cs @@ -1,4 +1,4 @@ -// ********************************************************* +// ********************************************************* // // Copyright © Microsoft Corporation // diff --git a/src/Samples/CSharp/TreeTransforms/Transforms.cs b/src/Samples/CSharp/TreeTransforms/Transforms.cs index 3bd0111ceab7e..8ac02763099dd 100644 --- a/src/Samples/CSharp/TreeTransforms/Transforms.cs +++ b/src/Samples/CSharp/TreeTransforms/Transforms.cs @@ -1,4 +1,4 @@ -// ********************************************************* +// ********************************************************* // // Copyright © Microsoft Corporation // diff --git a/src/Samples/VisualBasic/FormatSolution/TestSolutionForVB/CSharpProject/CSharpClass.cs b/src/Samples/VisualBasic/FormatSolution/TestSolutionForVB/CSharpProject/CSharpClass.cs index bd922b5c7febf..17a8d86609c82 100644 --- a/src/Samples/VisualBasic/FormatSolution/TestSolutionForVB/CSharpProject/CSharpClass.cs +++ b/src/Samples/VisualBasic/FormatSolution/TestSolutionForVB/CSharpProject/CSharpClass.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Scripting/CSharp/CSharpMemberFilter.cs b/src/Scripting/CSharp/CSharpMemberFilter.cs index 1dba56d4f2db0..80ccbc712865c 100644 --- a/src/Scripting/CSharp/CSharpMemberFilter.cs +++ b/src/Scripting/CSharp/CSharpMemberFilter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.Scripting.Hosting; diff --git a/src/Scripting/CSharp/CSharpScript.cs b/src/Scripting/CSharp/CSharpScript.cs index 581e98394f375..755151342a3d1 100644 --- a/src/Scripting/CSharp/CSharpScript.cs +++ b/src/Scripting/CSharp/CSharpScript.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #pragma warning disable RS0026 // Do not add multiple public overloads with optional parameters using System; diff --git a/src/Scripting/CSharp/Hosting/CommandLine/Csi.cs b/src/Scripting/CSharp/Hosting/CommandLine/Csi.cs index 84fdcbf0812c7..cae5f6c27005c 100644 --- a/src/Scripting/CSharp/Hosting/CommandLine/Csi.cs +++ b/src/Scripting/CSharp/Hosting/CommandLine/Csi.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; diff --git a/src/Scripting/CSharp/Hosting/ObjectFormatter/CSharpObjectFormatter.cs b/src/Scripting/CSharp/Hosting/ObjectFormatter/CSharpObjectFormatter.cs index 98139911dfc1d..1e828551b5052 100644 --- a/src/Scripting/CSharp/Hosting/ObjectFormatter/CSharpObjectFormatter.cs +++ b/src/Scripting/CSharp/Hosting/ObjectFormatter/CSharpObjectFormatter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Scripting.Hosting; diff --git a/src/Scripting/CSharp/Hosting/ObjectFormatter/CSharpObjectFormatterImpl.cs b/src/Scripting/CSharp/Hosting/ObjectFormatter/CSharpObjectFormatterImpl.cs index 659238072ac8c..e1ebd3602a652 100644 --- a/src/Scripting/CSharp/Hosting/ObjectFormatter/CSharpObjectFormatterImpl.cs +++ b/src/Scripting/CSharp/Hosting/ObjectFormatter/CSharpObjectFormatterImpl.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Reflection; using Microsoft.CodeAnalysis.Scripting.Hosting; diff --git a/src/Scripting/CSharp/Hosting/ObjectFormatter/CSharpPrimitiveFormatter.cs b/src/Scripting/CSharp/Hosting/ObjectFormatter/CSharpPrimitiveFormatter.cs index 3e42e6c6297e9..cee36bbb2e8f0 100644 --- a/src/Scripting/CSharp/Hosting/ObjectFormatter/CSharpPrimitiveFormatter.cs +++ b/src/Scripting/CSharp/Hosting/ObjectFormatter/CSharpPrimitiveFormatter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Globalization; diff --git a/src/Scripting/CSharp/Hosting/ObjectFormatter/CSharpTypeNameFormatter.cs b/src/Scripting/CSharp/Hosting/ObjectFormatter/CSharpTypeNameFormatter.cs index bc60559b3e534..82218385579cf 100644 --- a/src/Scripting/CSharp/Hosting/ObjectFormatter/CSharpTypeNameFormatter.cs +++ b/src/Scripting/CSharp/Hosting/ObjectFormatter/CSharpTypeNameFormatter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.CSharp.Symbols; diff --git a/src/Scripting/CSharpTest.Desktop/CsiTests.cs b/src/Scripting/CSharpTest.Desktop/CsiTests.cs index 0364f17f4f6bf..1cc0edec7fa1f 100644 --- a/src/Scripting/CSharpTest.Desktop/CsiTests.cs +++ b/src/Scripting/CSharpTest.Desktop/CsiTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. extern alias PortableTestUtils; using System; diff --git a/src/Scripting/CSharpTest.Desktop/ObjectFormatterTests.cs b/src/Scripting/CSharpTest.Desktop/ObjectFormatterTests.cs index a809be0efd4aa..90698a0cd13a6 100644 --- a/src/Scripting/CSharpTest.Desktop/ObjectFormatterTests.cs +++ b/src/Scripting/CSharpTest.Desktop/ObjectFormatterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections; diff --git a/src/Scripting/CSharpTest/InteractiveSessionTests.cs b/src/Scripting/CSharpTest/InteractiveSessionTests.cs index 9747090ff317a..eb6937f37ef9f 100644 --- a/src/Scripting/CSharpTest/InteractiveSessionTests.cs +++ b/src/Scripting/CSharpTest/InteractiveSessionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Scripting/CSharpTest/PrintOptionsTests.cs b/src/Scripting/CSharpTest/PrintOptionsTests.cs index 98fef377825a2..055bf1abdf769 100644 --- a/src/Scripting/CSharpTest/PrintOptionsTests.cs +++ b/src/Scripting/CSharpTest/PrintOptionsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Scripting.Hosting; diff --git a/src/Scripting/CSharpTest/ScriptTests.cs b/src/Scripting/CSharpTest/ScriptTests.cs index a156216fad5df..2d0161e2530b6 100644 --- a/src/Scripting/CSharpTest/ScriptTests.cs +++ b/src/Scripting/CSharpTest/ScriptTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Scripting/Core/CompilationErrorException.cs b/src/Scripting/Core/CompilationErrorException.cs index 5b54c76628ce9..7c07f509fba96 100644 --- a/src/Scripting/Core/CompilationErrorException.cs +++ b/src/Scripting/Core/CompilationErrorException.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Scripting/Core/Hosting/AssemblyLoader/AssemblyLoadResult.cs b/src/Scripting/Core/Hosting/AssemblyLoader/AssemblyLoadResult.cs index 23b0288e0e384..4761956f77a38 100644 --- a/src/Scripting/Core/Hosting/AssemblyLoader/AssemblyLoadResult.cs +++ b/src/Scripting/Core/Hosting/AssemblyLoader/AssemblyLoadResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Scripting.Hosting { diff --git a/src/Scripting/Core/Hosting/AssemblyLoader/InteractiveAssemblyLoader.cs b/src/Scripting/Core/Hosting/AssemblyLoader/InteractiveAssemblyLoader.cs index 808d9875ca952..4207073315623 100644 --- a/src/Scripting/Core/Hosting/AssemblyLoader/InteractiveAssemblyLoader.cs +++ b/src/Scripting/Core/Hosting/AssemblyLoader/InteractiveAssemblyLoader.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Scripting/Core/Hosting/AssemblyLoader/MetadataShadowCopy.cs b/src/Scripting/Core/Hosting/AssemblyLoader/MetadataShadowCopy.cs index af8b61981e0c3..78c416be61473 100644 --- a/src/Scripting/Core/Hosting/AssemblyLoader/MetadataShadowCopy.cs +++ b/src/Scripting/Core/Hosting/AssemblyLoader/MetadataShadowCopy.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics; diff --git a/src/Scripting/Core/Hosting/AssemblyLoader/MetadataShadowCopyProvider.cs b/src/Scripting/Core/Hosting/AssemblyLoader/MetadataShadowCopyProvider.cs index 3f12a0fe9b99a..b176d601c532d 100644 --- a/src/Scripting/Core/Hosting/AssemblyLoader/MetadataShadowCopyProvider.cs +++ b/src/Scripting/Core/Hosting/AssemblyLoader/MetadataShadowCopyProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Scripting/Core/Hosting/AssemblyLoader/ShadowCopy.cs b/src/Scripting/Core/Hosting/AssemblyLoader/ShadowCopy.cs index 1f32191fa16c3..f6833bdf381f7 100644 --- a/src/Scripting/Core/Hosting/AssemblyLoader/ShadowCopy.cs +++ b/src/Scripting/Core/Hosting/AssemblyLoader/ShadowCopy.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/Scripting/Core/Hosting/CommonMemberFilter.cs b/src/Scripting/Core/Hosting/CommonMemberFilter.cs index 12a10d5099967..318addbc42c3f 100644 --- a/src/Scripting/Core/Hosting/CommonMemberFilter.cs +++ b/src/Scripting/Core/Hosting/CommonMemberFilter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/Scripting/Core/Hosting/InteractiveScriptGlobals.cs b/src/Scripting/Core/Hosting/InteractiveScriptGlobals.cs index c00865f613c8d..905139e64fcec 100644 --- a/src/Scripting/Core/Hosting/InteractiveScriptGlobals.cs +++ b/src/Scripting/Core/Hosting/InteractiveScriptGlobals.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Scripting/Core/Hosting/MemberFilter.cs b/src/Scripting/Core/Hosting/MemberFilter.cs index e27cbe2e6ec22..20a90bde90674 100644 --- a/src/Scripting/Core/Hosting/MemberFilter.cs +++ b/src/Scripting/Core/Hosting/MemberFilter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics; using System.Reflection; diff --git a/src/Scripting/Core/Hosting/ObjectFormatter/CommonObjectFormatter.Builder.cs b/src/Scripting/Core/Hosting/ObjectFormatter/CommonObjectFormatter.Builder.cs index 000e492c65d3f..19d856a25822e 100644 --- a/src/Scripting/Core/Hosting/ObjectFormatter/CommonObjectFormatter.Builder.cs +++ b/src/Scripting/Core/Hosting/ObjectFormatter/CommonObjectFormatter.Builder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Text; diff --git a/src/Scripting/Core/Hosting/ObjectFormatter/CommonObjectFormatter.BuilderOptions.cs b/src/Scripting/Core/Hosting/ObjectFormatter/CommonObjectFormatter.BuilderOptions.cs index 2d51ab8a4aa8e..5ce2d7b44d4ba 100644 --- a/src/Scripting/Core/Hosting/ObjectFormatter/CommonObjectFormatter.BuilderOptions.cs +++ b/src/Scripting/Core/Hosting/ObjectFormatter/CommonObjectFormatter.BuilderOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/Scripting/Core/Hosting/ObjectFormatter/CommonObjectFormatter.Visitor.FormattedMember.cs b/src/Scripting/Core/Hosting/ObjectFormatter/CommonObjectFormatter.Visitor.FormattedMember.cs index 2279474ede11d..00c2e5b92e521 100644 --- a/src/Scripting/Core/Hosting/ObjectFormatter/CommonObjectFormatter.Visitor.FormattedMember.cs +++ b/src/Scripting/Core/Hosting/ObjectFormatter/CommonObjectFormatter.Visitor.FormattedMember.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics; diff --git a/src/Scripting/Core/Hosting/ObjectFormatter/CommonObjectFormatter.Visitor.cs b/src/Scripting/Core/Hosting/ObjectFormatter/CommonObjectFormatter.Visitor.cs index cd30b1a9d1da7..cb48fe0134faf 100644 --- a/src/Scripting/Core/Hosting/ObjectFormatter/CommonObjectFormatter.Visitor.cs +++ b/src/Scripting/Core/Hosting/ObjectFormatter/CommonObjectFormatter.Visitor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections; diff --git a/src/Scripting/Core/Hosting/ObjectFormatter/CommonPrimitiveFormatter.cs b/src/Scripting/Core/Hosting/ObjectFormatter/CommonPrimitiveFormatter.cs index 7a2c0d355e5df..8ee833b5fdba7 100644 --- a/src/Scripting/Core/Hosting/ObjectFormatter/CommonPrimitiveFormatter.cs +++ b/src/Scripting/Core/Hosting/ObjectFormatter/CommonPrimitiveFormatter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Globalization; diff --git a/src/Scripting/Core/Hosting/ObjectFormatter/CommonPrimitiveFormatterOptions.cs b/src/Scripting/Core/Hosting/ObjectFormatter/CommonPrimitiveFormatterOptions.cs index fda5f0186e15b..addf14930bf15 100644 --- a/src/Scripting/Core/Hosting/ObjectFormatter/CommonPrimitiveFormatterOptions.cs +++ b/src/Scripting/Core/Hosting/ObjectFormatter/CommonPrimitiveFormatterOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Globalization; diff --git a/src/Scripting/Core/Hosting/ObjectFormatter/CommonTypeNameFormatterOptions.cs b/src/Scripting/Core/Hosting/ObjectFormatter/CommonTypeNameFormatterOptions.cs index a7bfaa0dfb834..a3b8f0f926e8a 100644 --- a/src/Scripting/Core/Hosting/ObjectFormatter/CommonTypeNameFormatterOptions.cs +++ b/src/Scripting/Core/Hosting/ObjectFormatter/CommonTypeNameFormatterOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Scripting.Hosting { diff --git a/src/Scripting/Core/Hosting/ObjectFormatter/MemberDisplayFormat.cs b/src/Scripting/Core/Hosting/ObjectFormatter/MemberDisplayFormat.cs index 962a83c372cf5..ad0483b3b2629 100644 --- a/src/Scripting/Core/Hosting/ObjectFormatter/MemberDisplayFormat.cs +++ b/src/Scripting/Core/Hosting/ObjectFormatter/MemberDisplayFormat.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Scripting.Hosting { diff --git a/src/Scripting/Core/Hosting/ObjectFormatter/ObjectFormatter.cs b/src/Scripting/Core/Hosting/ObjectFormatter/ObjectFormatter.cs index 896a1cd05e6e4..f96197d70b557 100644 --- a/src/Scripting/Core/Hosting/ObjectFormatter/ObjectFormatter.cs +++ b/src/Scripting/Core/Hosting/ObjectFormatter/ObjectFormatter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/Scripting/Core/Hosting/ObjectFormatter/ObjectFormatterHelpers.cs b/src/Scripting/Core/Hosting/ObjectFormatter/ObjectFormatterHelpers.cs index 0b33f4ff87b70..7d830eb2c065c 100644 --- a/src/Scripting/Core/Hosting/ObjectFormatter/ObjectFormatterHelpers.cs +++ b/src/Scripting/Core/Hosting/ObjectFormatter/ObjectFormatterHelpers.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Scripting/Core/Hosting/PrintOptions.cs b/src/Scripting/Core/Hosting/PrintOptions.cs index a365072c22ed1..a07b5719c02dd 100644 --- a/src/Scripting/Core/Hosting/PrintOptions.cs +++ b/src/Scripting/Core/Hosting/PrintOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using static Microsoft.CodeAnalysis.Scripting.Hosting.ObjectFormatterHelpers; diff --git a/src/Scripting/Core/ScriptBuilder.cs b/src/Scripting/Core/ScriptBuilder.cs index 3705461e2c8d4..e61327ee83b52 100644 --- a/src/Scripting/Core/ScriptBuilder.cs +++ b/src/Scripting/Core/ScriptBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/Scripting/Core/ScriptExecutionState.cs b/src/Scripting/Core/ScriptExecutionState.cs index 4f6a7e609a764..cb2fa1bc538e8 100644 --- a/src/Scripting/Core/ScriptExecutionState.cs +++ b/src/Scripting/Core/ScriptExecutionState.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/Scripting/Core/ScriptOptions.cs b/src/Scripting/Core/ScriptOptions.cs index 209b97c5c47a8..d1ec0fbf4fad6 100644 --- a/src/Scripting/Core/ScriptOptions.cs +++ b/src/Scripting/Core/ScriptOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Scripting/Core/ScriptVariable.cs b/src/Scripting/Core/ScriptVariable.cs index b55ee0b210043..613d9c7e64acd 100644 --- a/src/Scripting/Core/ScriptVariable.cs +++ b/src/Scripting/Core/ScriptVariable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/Scripting/CoreTest.Desktop/GlobalAssemblyCacheTests.cs b/src/Scripting/CoreTest.Desktop/GlobalAssemblyCacheTests.cs index 7eb250b8e1642..bc95779e9af95 100644 --- a/src/Scripting/CoreTest.Desktop/GlobalAssemblyCacheTests.cs +++ b/src/Scripting/CoreTest.Desktop/GlobalAssemblyCacheTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; diff --git a/src/Scripting/CoreTest.Desktop/MetadataShadowCopyProviderTests.cs b/src/Scripting/CoreTest.Desktop/MetadataShadowCopyProviderTests.cs index 2ea376ff4e37d..33fcd6ba41da2 100644 --- a/src/Scripting/CoreTest.Desktop/MetadataShadowCopyProviderTests.cs +++ b/src/Scripting/CoreTest.Desktop/MetadataShadowCopyProviderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/Scripting/CoreTestUtilities/ScriptingTestHelpers.cs b/src/Scripting/CoreTestUtilities/ScriptingTestHelpers.cs index d54d4ab365add..523a10ad07c9c 100644 --- a/src/Scripting/CoreTestUtilities/ScriptingTestHelpers.cs +++ b/src/Scripting/CoreTestUtilities/ScriptingTestHelpers.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis; diff --git a/src/Scripting/CoreTestUtilities/TestCSharpObjectFormatter.cs b/src/Scripting/CoreTestUtilities/TestCSharpObjectFormatter.cs index 56bdfcf390ea6..ef7085cc7def7 100644 --- a/src/Scripting/CoreTestUtilities/TestCSharpObjectFormatter.cs +++ b/src/Scripting/CoreTestUtilities/TestCSharpObjectFormatter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Globalization; diff --git a/src/Scripting/CoreTestUtilities/TestVisualBasicObjectFormatter.cs b/src/Scripting/CoreTestUtilities/TestVisualBasicObjectFormatter.cs index 11c0c3c70cf59..0e7ecfc9489e8 100644 --- a/src/Scripting/CoreTestUtilities/TestVisualBasicObjectFormatter.cs +++ b/src/Scripting/CoreTestUtilities/TestVisualBasicObjectFormatter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Globalization; diff --git a/src/Setup/Templates/CSharp/CodeRefactoring/Ref/CodeRefactoringProvider.cs b/src/Setup/Templates/CSharp/CodeRefactoring/Ref/CodeRefactoringProvider.cs index d80381d0e3933..4d4c7de6d5cc7 100644 --- a/src/Setup/Templates/CSharp/CodeRefactoring/Ref/CodeRefactoringProvider.cs +++ b/src/Setup/Templates/CSharp/CodeRefactoring/Ref/CodeRefactoringProvider.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.Composition; using System.Linq; using System.Threading; diff --git a/src/Setup/Templates/CSharp/ConsoleApplication/Program.cs b/src/Setup/Templates/CSharp/ConsoleApplication/Program.cs index 4102856c95baf..7bdcdfd325aa0 100644 --- a/src/Setup/Templates/CSharp/ConsoleApplication/Program.cs +++ b/src/Setup/Templates/CSharp/ConsoleApplication/Program.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/Setup/Templates/CSharp/Diagnostic/Analyzer/DiagnosticAnalyzer.cs b/src/Setup/Templates/CSharp/Diagnostic/Analyzer/DiagnosticAnalyzer.cs index 9b3329cdfdf9a..70434dffb4724 100644 --- a/src/Setup/Templates/CSharp/Diagnostic/Analyzer/DiagnosticAnalyzer.cs +++ b/src/Setup/Templates/CSharp/Diagnostic/Analyzer/DiagnosticAnalyzer.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; diff --git a/src/Test/Diagnostics/DiagnosticOnly_Logger.cs b/src/Test/Diagnostics/DiagnosticOnly_Logger.cs index 35cb7053ef8d0..c2e54396d3f30 100644 --- a/src/Test/Diagnostics/DiagnosticOnly_Logger.cs +++ b/src/Test/Diagnostics/DiagnosticOnly_Logger.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics.Tracing; diff --git a/src/Test/Diagnostics/DiagnosticOnly_TPLListener.cs b/src/Test/Diagnostics/DiagnosticOnly_TPLListener.cs index 196b4ba6efaf1..e41cd6e823c88 100644 --- a/src/Test/Diagnostics/DiagnosticOnly_TPLListener.cs +++ b/src/Test/Diagnostics/DiagnosticOnly_TPLListener.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Test/Diagnostics/PerfMargin/ActivityLevel.cs b/src/Test/Diagnostics/PerfMargin/ActivityLevel.cs index 5b714bdb33c9e..5338afca6534a 100644 --- a/src/Test/Diagnostics/PerfMargin/ActivityLevel.cs +++ b/src/Test/Diagnostics/PerfMargin/ActivityLevel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Test/Diagnostics/PerfMargin/DataModel.cs b/src/Test/Diagnostics/PerfMargin/DataModel.cs index c5296dfa9641d..eebd8b6d2f4cb 100644 --- a/src/Test/Diagnostics/PerfMargin/DataModel.cs +++ b/src/Test/Diagnostics/PerfMargin/DataModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Test/Diagnostics/PerfMargin/PerfEventActivityLogger.cs b/src/Test/Diagnostics/PerfMargin/PerfEventActivityLogger.cs index e27a308bb4eba..c20c4fbe9eff7 100644 --- a/src/Test/Diagnostics/PerfMargin/PerfEventActivityLogger.cs +++ b/src/Test/Diagnostics/PerfMargin/PerfEventActivityLogger.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.Internal.Log; diff --git a/src/Test/Diagnostics/PerfMargin/PerfMarginPanel.cs b/src/Test/Diagnostics/PerfMargin/PerfMarginPanel.cs index 2c71bb6921aa9..48930c6ffdf1b 100644 --- a/src/Test/Diagnostics/PerfMargin/PerfMarginPanel.cs +++ b/src/Test/Diagnostics/PerfMargin/PerfMarginPanel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Test/Diagnostics/PerfMargin/StatusIndicator.xaml.cs b/src/Test/Diagnostics/PerfMargin/StatusIndicator.xaml.cs index 49ae00bbe054e..84b1efa1961dd 100644 --- a/src/Test/Diagnostics/PerfMargin/StatusIndicator.xaml.cs +++ b/src/Test/Diagnostics/PerfMargin/StatusIndicator.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Windows; diff --git a/src/Test/Diagnostics/TestingOnly_WaitingService.cs b/src/Test/Diagnostics/TestingOnly_WaitingService.cs index 7f0b54ad76ba5..d2a92748f8935 100644 --- a/src/Test/Diagnostics/TestingOnly_WaitingService.cs +++ b/src/Test/Diagnostics/TestingOnly_WaitingService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Test/Diagnostics/Waiters/AutomaticCompletionWaiter.cs b/src/Test/Diagnostics/Waiters/AutomaticCompletionWaiter.cs index 836eb32dc6a28..25886275f42d9 100644 --- a/src/Test/Diagnostics/Waiters/AutomaticCompletionWaiter.cs +++ b/src/Test/Diagnostics/Waiters/AutomaticCompletionWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Test/Diagnostics/Waiters/AutomaticEndConstructCorrectionWaiter.cs b/src/Test/Diagnostics/Waiters/AutomaticEndConstructCorrectionWaiter.cs index 3b624aa09151b..13304fbba95a9 100644 --- a/src/Test/Diagnostics/Waiters/AutomaticEndConstructCorrectionWaiter.cs +++ b/src/Test/Diagnostics/Waiters/AutomaticEndConstructCorrectionWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Test/Diagnostics/Waiters/BraceHighlightingWaiter.cs b/src/Test/Diagnostics/Waiters/BraceHighlightingWaiter.cs index 37e06b0f80c9e..f9135b8f5e6c5 100644 --- a/src/Test/Diagnostics/Waiters/BraceHighlightingWaiter.cs +++ b/src/Test/Diagnostics/Waiters/BraceHighlightingWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Test/Diagnostics/Waiters/ClassificationWaiter.cs b/src/Test/Diagnostics/Waiters/ClassificationWaiter.cs index dffa153cfe555..f9fa66c79a4e7 100644 --- a/src/Test/Diagnostics/Waiters/ClassificationWaiter.cs +++ b/src/Test/Diagnostics/Waiters/ClassificationWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Test/Diagnostics/Waiters/CompletionSetWaiter.cs b/src/Test/Diagnostics/Waiters/CompletionSetWaiter.cs index 44e8af457cb08..a7e5d16307b34 100644 --- a/src/Test/Diagnostics/Waiters/CompletionSetWaiter.cs +++ b/src/Test/Diagnostics/Waiters/CompletionSetWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Test/Diagnostics/Waiters/EditorAdornmentWaiter.cs b/src/Test/Diagnostics/Waiters/EditorAdornmentWaiter.cs index 3d09ad7ef1df2..b27d780f43787 100644 --- a/src/Test/Diagnostics/Waiters/EditorAdornmentWaiter.cs +++ b/src/Test/Diagnostics/Waiters/EditorAdornmentWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/Test/Diagnostics/Waiters/ErrorListWaiter.cs b/src/Test/Diagnostics/Waiters/ErrorListWaiter.cs index d55995094e9ae..1d77e5c63329d 100644 --- a/src/Test/Diagnostics/Waiters/ErrorListWaiter.cs +++ b/src/Test/Diagnostics/Waiters/ErrorListWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Test/Diagnostics/Waiters/ErrorSquiggleWaiter.cs b/src/Test/Diagnostics/Waiters/ErrorSquiggleWaiter.cs index 0114a5932a223..8251fa3d759c2 100644 --- a/src/Test/Diagnostics/Waiters/ErrorSquiggleWaiter.cs +++ b/src/Test/Diagnostics/Waiters/ErrorSquiggleWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Test/Diagnostics/Waiters/EventHookupWaiter.cs b/src/Test/Diagnostics/Waiters/EventHookupWaiter.cs index e4d3407318ce9..bfe6877342e5f 100644 --- a/src/Test/Diagnostics/Waiters/EventHookupWaiter.cs +++ b/src/Test/Diagnostics/Waiters/EventHookupWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Test/Diagnostics/Waiters/GraphProviderWaiter.cs b/src/Test/Diagnostics/Waiters/GraphProviderWaiter.cs index 2a49c40037886..e0aacfaa54edd 100644 --- a/src/Test/Diagnostics/Waiters/GraphProviderWaiter.cs +++ b/src/Test/Diagnostics/Waiters/GraphProviderWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Test/Diagnostics/Waiters/KeywordHighlightingWaiter.cs b/src/Test/Diagnostics/Waiters/KeywordHighlightingWaiter.cs index e77d0df4f4bf6..1c8932fdb3902 100644 --- a/src/Test/Diagnostics/Waiters/KeywordHighlightingWaiter.cs +++ b/src/Test/Diagnostics/Waiters/KeywordHighlightingWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Test/Diagnostics/Waiters/LineSeparatorWaiter.cs b/src/Test/Diagnostics/Waiters/LineSeparatorWaiter.cs index 69264db24cb62..6b4b80c0972f6 100644 --- a/src/Test/Diagnostics/Waiters/LineSeparatorWaiter.cs +++ b/src/Test/Diagnostics/Waiters/LineSeparatorWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Test/Diagnostics/Waiters/NavigateToWaiter.cs b/src/Test/Diagnostics/Waiters/NavigateToWaiter.cs index 4cb40984be296..12301b6940b91 100644 --- a/src/Test/Diagnostics/Waiters/NavigateToWaiter.cs +++ b/src/Test/Diagnostics/Waiters/NavigateToWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Test/Diagnostics/Waiters/NavigationBarWaiter.cs b/src/Test/Diagnostics/Waiters/NavigationBarWaiter.cs index 384878fac4d50..745ebc96a5247 100644 --- a/src/Test/Diagnostics/Waiters/NavigationBarWaiter.cs +++ b/src/Test/Diagnostics/Waiters/NavigationBarWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Test/Diagnostics/Waiters/OutliningWaiter.cs b/src/Test/Diagnostics/Waiters/OutliningWaiter.cs index a01e03e6de774..165b3cc8a0518 100644 --- a/src/Test/Diagnostics/Waiters/OutliningWaiter.cs +++ b/src/Test/Diagnostics/Waiters/OutliningWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Test/Diagnostics/Waiters/QuickInfoWaiter.cs b/src/Test/Diagnostics/Waiters/QuickInfoWaiter.cs index 0006e84a31c4e..a1b19836e5d95 100644 --- a/src/Test/Diagnostics/Waiters/QuickInfoWaiter.cs +++ b/src/Test/Diagnostics/Waiters/QuickInfoWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Test/Diagnostics/Waiters/ReferenceHighlightingWaiter.cs b/src/Test/Diagnostics/Waiters/ReferenceHighlightingWaiter.cs index 57eea58224531..1546b8843c689 100644 --- a/src/Test/Diagnostics/Waiters/ReferenceHighlightingWaiter.cs +++ b/src/Test/Diagnostics/Waiters/ReferenceHighlightingWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Test/Diagnostics/Waiters/RenameWaiter.cs b/src/Test/Diagnostics/Waiters/RenameWaiter.cs index e6430a7953508..2dd52ea376beb 100644 --- a/src/Test/Diagnostics/Waiters/RenameWaiter.cs +++ b/src/Test/Diagnostics/Waiters/RenameWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Test/Diagnostics/Waiters/SignatureHelpWaiter.cs b/src/Test/Diagnostics/Waiters/SignatureHelpWaiter.cs index 197fec2128f54..64452f8743930 100644 --- a/src/Test/Diagnostics/Waiters/SignatureHelpWaiter.cs +++ b/src/Test/Diagnostics/Waiters/SignatureHelpWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Test/Diagnostics/Waiters/WorkspaceWaiter.cs b/src/Test/Diagnostics/Waiters/WorkspaceWaiter.cs index 6b18f71113a19..561917cbd9c6b 100644 --- a/src/Test/Diagnostics/Waiters/WorkspaceWaiter.cs +++ b/src/Test/Diagnostics/Waiters/WorkspaceWaiter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Shared.TestHooks; diff --git a/src/Test/PdbUtilities/Shared/DateTimeUtilities.cs b/src/Test/PdbUtilities/Shared/DateTimeUtilities.cs index a3afe327ef6e3..6c44b3904d821 100644 --- a/src/Test/PdbUtilities/Shared/DateTimeUtilities.cs +++ b/src/Test/PdbUtilities/Shared/DateTimeUtilities.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/Test/Perf/Utilities/ScenarioGenerator.cs b/src/Test/Perf/Utilities/ScenarioGenerator.cs index 6b4652986ea85..8ee1fe133bbf3 100644 --- a/src/Test/Perf/Utilities/ScenarioGenerator.cs +++ b/src/Test/Perf/Utilities/ScenarioGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.IO; using static Roslyn.Test.Performance.Utilities.TestUtilities; diff --git a/src/Test/Perf/tests/helloworld/HelloWorld.cs b/src/Test/Perf/tests/helloworld/HelloWorld.cs index 6d29d58327d6f..7bdc6d5cdf944 100644 --- a/src/Test/Perf/tests/helloworld/HelloWorld.cs +++ b/src/Test/Perf/tests/helloworld/HelloWorld.cs @@ -1,4 +1,4 @@ -public class Hello1 +public class Hello1 { public static void Main() { diff --git a/src/Test/Shared/EventListenerGuard.cs b/src/Test/Shared/EventListenerGuard.cs index e9b09704f6890..1609bef437266 100644 --- a/src/Test/Shared/EventListenerGuard.cs +++ b/src/Test/Shared/EventListenerGuard.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Roslyn.Test.Utilities; using System; diff --git a/src/Tools/Github/GitMergeBot/Mono.Options/Options.cs b/src/Tools/Github/GitMergeBot/Mono.Options/Options.cs index 5af7fe0f387f9..c173eefb09eb0 100644 --- a/src/Tools/Github/GitMergeBot/Mono.Options/Options.cs +++ b/src/Tools/Github/GitMergeBot/Mono.Options/Options.cs @@ -1,4 +1,4 @@ -// +// // Options.cs // // Authors: diff --git a/src/Tools/Source/DebuggerVisualizers/IL/ILDeltaDebuggerVisualizer.cs b/src/Tools/Source/DebuggerVisualizers/IL/ILDeltaDebuggerVisualizer.cs index 44263f266ea6f..4ce85ae48de48 100644 --- a/src/Tools/Source/DebuggerVisualizers/IL/ILDeltaDebuggerVisualizer.cs +++ b/src/Tools/Source/DebuggerVisualizers/IL/ILDeltaDebuggerVisualizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics; using System.IO; diff --git a/src/Tools/Source/DebuggerVisualizers/UI/TextViewer.cs b/src/Tools/Source/DebuggerVisualizers/UI/TextViewer.cs index 07aab3377d467..5c5f888668d79 100644 --- a/src/Tools/Source/DebuggerVisualizers/UI/TextViewer.cs +++ b/src/Tools/Source/DebuggerVisualizers/UI/TextViewer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Windows.Forms; diff --git a/src/Tools/Source/DebuggerVisualizers/UI/TextViewer.designer.cs b/src/Tools/Source/DebuggerVisualizers/UI/TextViewer.designer.cs index 169071593fc6f..0dfc9eb479501 100644 --- a/src/Tools/Source/DebuggerVisualizers/UI/TextViewer.designer.cs +++ b/src/Tools/Source/DebuggerVisualizers/UI/TextViewer.designer.cs @@ -1,4 +1,4 @@ -namespace Roslyn.DebuggerVisualizers.UI +namespace Roslyn.DebuggerVisualizers.UI { partial class TextViewer { diff --git a/src/Tools/Source/RunTests/Options.cs b/src/Tools/Source/RunTests/Options.cs index 1406a4e2a2540..7be52db9920eb 100644 --- a/src/Tools/Source/RunTests/Options.cs +++ b/src/Tools/Source/RunTests/Options.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Tools/Source/RunTests/TestRunner.cs b/src/Tools/Source/RunTests/TestRunner.cs index 8dcd65575b729..22db658365bc4 100644 --- a/src/Tools/Source/RunTests/TestRunner.cs +++ b/src/Tools/Source/RunTests/TestRunner.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/GlobalSuppressions.cs b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/GlobalSuppressions.cs index 746e3daeed647..a893f9d250021 100644 --- a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/GlobalSuppressions.cs +++ b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/GlobalSuppressions.cs @@ -1,4 +1,4 @@ -// This file is used by Code Analysis to maintain SuppressMessage +// This file is used by Code Analysis to maintain SuppressMessage // attributes that are applied to this project. Project-level // suppressions either have no target or are given a specific target // and scoped to a namespace, type, member, etc. diff --git a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/Guids.cs b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/Guids.cs index 8037026deafb3..1924c548c1175 100644 --- a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/Guids.cs +++ b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/Guids.cs @@ -1,4 +1,4 @@ -using System; +using System; namespace Roslyn.SyntaxVisualizer.Extension { diff --git a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/HelperExtensionMethods.cs b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/HelperExtensionMethods.cs index f7c40c0a95930..4eba93523031d 100644 --- a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/HelperExtensionMethods.cs +++ b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/HelperExtensionMethods.cs @@ -1,4 +1,4 @@ -using System; +using System; using Microsoft.VisualStudio; using Microsoft.VisualStudio.Editor; using Microsoft.VisualStudio.Shell; diff --git a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/PkgCmdID.cs b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/PkgCmdID.cs index bdbcad5788689..5d921c66e28c2 100644 --- a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/PkgCmdID.cs +++ b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/PkgCmdID.cs @@ -1,4 +1,4 @@ -namespace Roslyn.SyntaxVisualizer.Extension +namespace Roslyn.SyntaxVisualizer.Extension { internal static class PkgCmdIDList { diff --git a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/SyntaxVisualizerContainer.xaml.cs b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/SyntaxVisualizerContainer.xaml.cs index 96d4936b527a6..2f3241e7a815c 100644 --- a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/SyntaxVisualizerContainer.xaml.cs +++ b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/SyntaxVisualizerContainer.xaml.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Runtime.InteropServices; using System.Windows; diff --git a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/SyntaxVisualizerExtensionPackage.cs b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/SyntaxVisualizerExtensionPackage.cs index 6e0a59449cf0b..5eea84f58a8ad 100644 --- a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/SyntaxVisualizerExtensionPackage.cs +++ b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/SyntaxVisualizerExtensionPackage.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.ComponentModel.Design; using System.Diagnostics; using System.Globalization; diff --git a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/SyntaxVisualizerToolWindow.cs b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/SyntaxVisualizerToolWindow.cs index 55e5b8a6dfc30..6b9dc44d7e52d 100644 --- a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/SyntaxVisualizerToolWindow.cs +++ b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/SyntaxVisualizerToolWindow.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Runtime.InteropServices; using Microsoft.VisualStudio.Shell; diff --git a/src/VisualStudio/CSharp/Impl/CSharpPackage.cs b/src/VisualStudio/CSharp/Impl/CSharpPackage.cs index cf5305f4c317c..19e766a0d25ea 100644 --- a/src/VisualStudio/CSharp/Impl/CSharpPackage.cs +++ b/src/VisualStudio/CSharp/Impl/CSharpPackage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelNavigationPointServiceFactory.cs b/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelNavigationPointServiceFactory.cs index d6cc70e2c79df..1a44ca162ddd4 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelNavigationPointServiceFactory.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelNavigationPointServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.ComponentModel.Composition; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService.CodeModelEventCollector.cs b/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService.CodeModelEventCollector.cs index d98eaf5146298..843522375a5c5 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService.CodeModelEventCollector.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService.CodeModelEventCollector.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // Taken from csharp\LanguageAnalysis\Compiler\IDE\LIB\CMEvents.cpp diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService.NodeLocator.cs b/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService.NodeLocator.cs index f59aa21411022..81a26cf3828bc 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService.NodeLocator.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService.NodeLocator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService.NodeNameGenerator.cs b/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService.NodeNameGenerator.cs index 2297e37d8747b..3e0af11827f7e 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService.NodeNameGenerator.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService.NodeNameGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService.cs b/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService.cs index c7763fe8f1360..800a18e3d97af 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelServiceFactory.cs b/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelServiceFactory.cs index 28a94e9dee97f..f0a8cad450402 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelServiceFactory.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Composition; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService_Prototype.cs b/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService_Prototype.cs index 4c6dd6a2fd6fc..e2cf701959d54 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService_Prototype.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/CSharpCodeModelService_Prototype.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/CSharpProjectCodeModel.cs b/src/VisualStudio/CSharp/Impl/CodeModel/CSharpProjectCodeModel.cs index 15c9853f6eddd..cf873a6542bc2 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/CSharpProjectCodeModel.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/CSharpProjectCodeModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.LanguageServices.CSharp.ProjectSystemShim; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/EndRegionFormattingRule.cs b/src/VisualStudio/CSharp/Impl/CodeModel/EndRegionFormattingRule.cs index ca3864fc02aad..7af14c9ad46f6 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/EndRegionFormattingRule.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/EndRegionFormattingRule.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/AutoImplementedPropertyExtender.cs b/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/AutoImplementedPropertyExtender.cs index d9c347b3ee29a..d53be4b6c0760 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/AutoImplementedPropertyExtender.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/AutoImplementedPropertyExtender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.VisualStudio.LanguageServices.CSharp.CodeModel.Interop; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/CodeTypeLocationExtender.cs b/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/CodeTypeLocationExtender.cs index 78de5dfeb519b..bb7b8824af130 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/CodeTypeLocationExtender.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/CodeTypeLocationExtender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.VisualStudio.LanguageServices.CSharp.CodeModel.Interop; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/ExtenderNames.cs b/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/ExtenderNames.cs index 2408417cf0ea6..283cda01c7fcd 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/ExtenderNames.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/ExtenderNames.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.VisualStudio.LanguageServices.CSharp.CodeModel.Extenders { diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/ExtensionMethodExtender.cs b/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/ExtensionMethodExtender.cs index 41085fdd5276a..49aff6ee3205e 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/ExtensionMethodExtender.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/ExtensionMethodExtender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.VisualStudio.LanguageServices.CSharp.CodeModel.Interop; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/PartialMethodExtender.cs b/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/PartialMethodExtender.cs index a7f24bb63f93d..837f037273f2c 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/PartialMethodExtender.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/Extenders/PartialMethodExtender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.VisualStudio.LanguageServices.CSharp.CodeModel.Interop; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/Interop/ICSAutoImplementedPropertyExtender.cs b/src/VisualStudio/CSharp/Impl/CodeModel/Interop/ICSAutoImplementedPropertyExtender.cs index 77e105c66b9d0..75c1c8efad520 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/Interop/ICSAutoImplementedPropertyExtender.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/Interop/ICSAutoImplementedPropertyExtender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/Interop/ICSCodeTypeLocation.cs b/src/VisualStudio/CSharp/Impl/CodeModel/Interop/ICSCodeTypeLocation.cs index e833a0003e818..221c3b37b520b 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/Interop/ICSCodeTypeLocation.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/Interop/ICSCodeTypeLocation.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/Interop/ICSExtensionMethodExtender.cs b/src/VisualStudio/CSharp/Impl/CodeModel/Interop/ICSExtensionMethodExtender.cs index 029f868d34b05..db2d8a2ea5e9b 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/Interop/ICSExtensionMethodExtender.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/Interop/ICSExtensionMethodExtender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/Interop/ICSPartialMethodExtender.cs b/src/VisualStudio/CSharp/Impl/CodeModel/Interop/ICSPartialMethodExtender.cs index 9026edc5e7375..33abfb3adf49e 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/Interop/ICSPartialMethodExtender.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/Interop/ICSPartialMethodExtender.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/MethodXml/MethodXmlBuilder.cs b/src/VisualStudio/CSharp/Impl/CodeModel/MethodXml/MethodXmlBuilder.cs index c1d1b256a190a..fc5869c4b5a89 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/MethodXml/MethodXmlBuilder.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/MethodXml/MethodXmlBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/ModifierFlags.cs b/src/VisualStudio/CSharp/Impl/CodeModel/ModifierFlags.cs index e08116dcd5f97..ca5239bc07e5a 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/ModifierFlags.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/ModifierFlags.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/ModifierFlagsExtensions.cs b/src/VisualStudio/CSharp/Impl/CodeModel/ModifierFlagsExtensions.cs index 213b7fdd59928..c0c397208ced6 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/ModifierFlagsExtensions.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/ModifierFlagsExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/ParameterFlags.cs b/src/VisualStudio/CSharp/Impl/CodeModel/ParameterFlags.cs index 7db4f91a9e7da..4ccc3668b8c9c 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/ParameterFlags.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/ParameterFlags.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/ParameterFlagsExtensions.cs b/src/VisualStudio/CSharp/Impl/CodeModel/ParameterFlagsExtensions.cs index c67b56009c181..7f8a8d5e72f39 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/ParameterFlagsExtensions.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/ParameterFlagsExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/CSharp/Impl/CodeModel/SyntaxListExtensions.cs b/src/VisualStudio/CSharp/Impl/CodeModel/SyntaxListExtensions.cs index 323fc46f6f5ff..dd51f60986c49 100644 --- a/src/VisualStudio/CSharp/Impl/CodeModel/SyntaxListExtensions.cs +++ b/src/VisualStudio/CSharp/Impl/CodeModel/SyntaxListExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/CSharp/Impl/Debugging/BreakpointResolver.cs b/src/VisualStudio/CSharp/Impl/Debugging/BreakpointResolver.cs index 5e889c1c2e8dd..a8af5791b9954 100644 --- a/src/VisualStudio/CSharp/Impl/Debugging/BreakpointResolver.cs +++ b/src/VisualStudio/CSharp/Impl/Debugging/BreakpointResolver.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/CSharp/Impl/Debugging/CSharpBreakpointResolutionService.cs b/src/VisualStudio/CSharp/Impl/Debugging/CSharpBreakpointResolutionService.cs index bb2e322fdb2ad..00d9c8950a9ca 100644 --- a/src/VisualStudio/CSharp/Impl/Debugging/CSharpBreakpointResolutionService.cs +++ b/src/VisualStudio/CSharp/Impl/Debugging/CSharpBreakpointResolutionService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Composition; diff --git a/src/VisualStudio/CSharp/Impl/Debugging/CSharpLanguageDebugInfoService.cs b/src/VisualStudio/CSharp/Impl/Debugging/CSharpLanguageDebugInfoService.cs index 9a9bbba581b52..0e7882d8b2a6e 100644 --- a/src/VisualStudio/CSharp/Impl/Debugging/CSharpLanguageDebugInfoService.cs +++ b/src/VisualStudio/CSharp/Impl/Debugging/CSharpLanguageDebugInfoService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Threading; diff --git a/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService.ExpressionType.cs b/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService.ExpressionType.cs index 0244323384fba..300761b49d2a7 100644 --- a/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService.ExpressionType.cs +++ b/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService.ExpressionType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService.RelevantExpressionsCollector.cs b/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService.RelevantExpressionsCollector.cs index acf6f98f485d5..1d60ed35f8423 100644 --- a/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService.RelevantExpressionsCollector.cs +++ b/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService.RelevantExpressionsCollector.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService.Worker.cs b/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService.Worker.cs index c728f143438c5..3495c21f4789c 100644 --- a/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService.Worker.cs +++ b/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService.Worker.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService.cs b/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService.cs index 309de47aabcab..bbc607293cf59 100644 --- a/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService.cs +++ b/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Composition; diff --git a/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService_ExpressionTermCollector.cs b/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService_ExpressionTermCollector.cs index 71d7c05e0b13a..33d01b530b9fd 100644 --- a/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService_ExpressionTermCollector.cs +++ b/src/VisualStudio/CSharp/Impl/Debugging/CSharpProximityExpressionsService_ExpressionTermCollector.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/VisualStudio/CSharp/Impl/Debugging/DataTipInfoGetter.cs b/src/VisualStudio/CSharp/Impl/Debugging/DataTipInfoGetter.cs index 7fe84c2f8fee2..e1eae94d5bee9 100644 --- a/src/VisualStudio/CSharp/Impl/Debugging/DataTipInfoGetter.cs +++ b/src/VisualStudio/CSharp/Impl/Debugging/DataTipInfoGetter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/VisualStudio/CSharp/Impl/Debugging/LocationInfoGetter.cs b/src/VisualStudio/CSharp/Impl/Debugging/LocationInfoGetter.cs index 5fb78410f1025..4575db52cdd3d 100644 --- a/src/VisualStudio/CSharp/Impl/Debugging/LocationInfoGetter.cs +++ b/src/VisualStudio/CSharp/Impl/Debugging/LocationInfoGetter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/VisualStudio/CSharp/Impl/EventCompletion/HACK_EventHookupDismissalOnBufferChangePreventerService.cs b/src/VisualStudio/CSharp/Impl/EventCompletion/HACK_EventHookupDismissalOnBufferChangePreventerService.cs index 2e5f85b6a894b..4f1e26d4db3f1 100644 --- a/src/VisualStudio/CSharp/Impl/EventCompletion/HACK_EventHookupDismissalOnBufferChangePreventerService.cs +++ b/src/VisualStudio/CSharp/Impl/EventCompletion/HACK_EventHookupDismissalOnBufferChangePreventerService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/CSharp/Impl/LanguageService/CSharpCodePageEditorFactory.cs b/src/VisualStudio/CSharp/Impl/LanguageService/CSharpCodePageEditorFactory.cs index 8f885ead8a2ee..8bcfc51c8c42f 100644 --- a/src/VisualStudio/CSharp/Impl/LanguageService/CSharpCodePageEditorFactory.cs +++ b/src/VisualStudio/CSharp/Impl/LanguageService/CSharpCodePageEditorFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.VisualStudio.LanguageServices.Implementation; diff --git a/src/VisualStudio/CSharp/Impl/LanguageService/CSharpDebuggerIntelliSenseContext.cs b/src/VisualStudio/CSharp/Impl/LanguageService/CSharpDebuggerIntelliSenseContext.cs index e41ef37fe70a8..2963f526c508b 100644 --- a/src/VisualStudio/CSharp/Impl/LanguageService/CSharpDebuggerIntelliSenseContext.cs +++ b/src/VisualStudio/CSharp/Impl/LanguageService/CSharpDebuggerIntelliSenseContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/VisualStudio/CSharp/Impl/LanguageService/CSharpEditorFactory.cs b/src/VisualStudio/CSharp/Impl/LanguageService/CSharpEditorFactory.cs index d7d4bc93cb971..e0f6329dda600 100644 --- a/src/VisualStudio/CSharp/Impl/LanguageService/CSharpEditorFactory.cs +++ b/src/VisualStudio/CSharp/Impl/LanguageService/CSharpEditorFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/VisualStudio/CSharp/Impl/LanguageService/CSharpHelpContextService.cs b/src/VisualStudio/CSharp/Impl/LanguageService/CSharpHelpContextService.cs index ffd7736513474..41fcb6519a181 100644 --- a/src/VisualStudio/CSharp/Impl/LanguageService/CSharpHelpContextService.cs +++ b/src/VisualStudio/CSharp/Impl/LanguageService/CSharpHelpContextService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Linq; diff --git a/src/VisualStudio/CSharp/Impl/LanguageService/CSharpLanguageService.cs b/src/VisualStudio/CSharp/Impl/LanguageService/CSharpLanguageService.cs index 976c1b1af1e02..3afcd559020ca 100644 --- a/src/VisualStudio/CSharp/Impl/LanguageService/CSharpLanguageService.cs +++ b/src/VisualStudio/CSharp/Impl/LanguageService/CSharpLanguageService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/VisualStudio/CSharp/Impl/LanguageService/CSharpLanguageService_ICSharpProjectHost.cs b/src/VisualStudio/CSharp/Impl/LanguageService/CSharpLanguageService_ICSharpProjectHost.cs index 2ccd240b7a264..519c12971a790 100644 --- a/src/VisualStudio/CSharp/Impl/LanguageService/CSharpLanguageService_ICSharpProjectHost.cs +++ b/src/VisualStudio/CSharp/Impl/LanguageService/CSharpLanguageService_ICSharpProjectHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics; using System.IO; diff --git a/src/VisualStudio/CSharp/Impl/LanguageService/HACK_CSharpCreateServicesOnUIThread.cs b/src/VisualStudio/CSharp/Impl/LanguageService/HACK_CSharpCreateServicesOnUIThread.cs index d5af30c8a4174..2d009225c683f 100644 --- a/src/VisualStudio/CSharp/Impl/LanguageService/HACK_CSharpCreateServicesOnUIThread.cs +++ b/src/VisualStudio/CSharp/Impl/LanguageService/HACK_CSharpCreateServicesOnUIThread.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Composition; diff --git a/src/VisualStudio/CSharp/Impl/ObjectBrowser/DescriptionBuilder.cs b/src/VisualStudio/CSharp/Impl/ObjectBrowser/DescriptionBuilder.cs index 46167b83ea1ea..1321198449a35 100644 --- a/src/VisualStudio/CSharp/Impl/ObjectBrowser/DescriptionBuilder.cs +++ b/src/VisualStudio/CSharp/Impl/ObjectBrowser/DescriptionBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Diagnostics; diff --git a/src/VisualStudio/CSharp/Impl/ObjectBrowser/ListItemFactory.cs b/src/VisualStudio/CSharp/Impl/ObjectBrowser/ListItemFactory.cs index 65a4c88463fa7..c6704930e1c08 100644 --- a/src/VisualStudio/CSharp/Impl/ObjectBrowser/ListItemFactory.cs +++ b/src/VisualStudio/CSharp/Impl/ObjectBrowser/ListItemFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.VisualStudio.LanguageServices.Implementation.Library.ObjectBrowser; diff --git a/src/VisualStudio/CSharp/Impl/ObjectBrowser/ObjectBrowserLibraryManager.cs b/src/VisualStudio/CSharp/Impl/ObjectBrowser/ObjectBrowserLibraryManager.cs index 39fcf5128fe70..7ac1c626ebc9c 100644 --- a/src/VisualStudio/CSharp/Impl/ObjectBrowser/ObjectBrowserLibraryManager.cs +++ b/src/VisualStudio/CSharp/Impl/ObjectBrowser/ObjectBrowserLibraryManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPage.cs b/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPage.cs index 792f0369542a1..4d0a81842c621 100644 --- a/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPage.cs +++ b/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageControl.xaml.cs b/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageControl.xaml.cs index 34d3ea3577bd9..742e5f1123617 100644 --- a/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageControl.xaml.cs +++ b/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageControl.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageStrings.cs b/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageStrings.cs index 7bac4567e9a73..4cb30526a3572 100644 --- a/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageStrings.cs +++ b/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageStrings.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.VisualStudio.LanguageServices.CSharp.Options { diff --git a/src/VisualStudio/CSharp/Impl/Options/AutomationObject.cs b/src/VisualStudio/CSharp/Impl/Options/AutomationObject.cs index 01b38a66748b1..2b58f8233fdde 100644 --- a/src/VisualStudio/CSharp/Impl/Options/AutomationObject.cs +++ b/src/VisualStudio/CSharp/Impl/Options/AutomationObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/Options/CSharpSettingsSerializer.cs b/src/VisualStudio/CSharp/Impl/Options/CSharpSettingsSerializer.cs index d5335794f69b6..9a1f2e6ed7681 100644 --- a/src/VisualStudio/CSharp/Impl/Options/CSharpSettingsSerializer.cs +++ b/src/VisualStudio/CSharp/Impl/Options/CSharpSettingsSerializer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/CSharp/Impl/Options/Formatting/CodeStylePage.cs b/src/VisualStudio/CSharp/Impl/Options/Formatting/CodeStylePage.cs index 1c58d0615402e..b9a05cfb13d32 100644 --- a/src/VisualStudio/CSharp/Impl/Options/Formatting/CodeStylePage.cs +++ b/src/VisualStudio/CSharp/Impl/Options/Formatting/CodeStylePage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingIndentationOptionPage.cs b/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingIndentationOptionPage.cs index 37b3667c5c947..21d2cefa8018c 100644 --- a/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingIndentationOptionPage.cs +++ b/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingIndentationOptionPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingNewLinesPage.cs b/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingNewLinesPage.cs index e87dae6fd8203..f4676541c2a8c 100644 --- a/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingNewLinesPage.cs +++ b/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingNewLinesPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.LanguageServices.Implementation.Options; diff --git a/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingOptionPage.cs b/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingOptionPage.cs index cff569f61dc9f..5575f81bca4bd 100644 --- a/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingOptionPage.cs +++ b/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingOptionPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingOptionPageControl.xaml.cs b/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingOptionPageControl.xaml.cs index fff289789b7ff..8141cb508f98a 100644 --- a/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingOptionPageControl.xaml.cs +++ b/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingOptionPageControl.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Windows; diff --git a/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingSpacingPage.cs b/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingSpacingPage.cs index 2e75bc2aa5a3f..e6d3a655c7291 100644 --- a/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingSpacingPage.cs +++ b/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingSpacingPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingWrappingPage.cs b/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingWrappingPage.cs index 0db28765aa963..b281f597d0a3f 100644 --- a/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingWrappingPage.cs +++ b/src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingWrappingPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/Options/Formatting/IndentationViewModel.cs b/src/VisualStudio/CSharp/Impl/Options/Formatting/IndentationViewModel.cs index 036d645c04ac8..af10d34de546b 100644 --- a/src/VisualStudio/CSharp/Impl/Options/Formatting/IndentationViewModel.cs +++ b/src/VisualStudio/CSharp/Impl/Options/Formatting/IndentationViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Windows.Controls; diff --git a/src/VisualStudio/CSharp/Impl/Options/Formatting/NewLinesViewModel.cs b/src/VisualStudio/CSharp/Impl/Options/Formatting/NewLinesViewModel.cs index 5c112e270f1d7..84949c8a32f56 100644 --- a/src/VisualStudio/CSharp/Impl/Options/Formatting/NewLinesViewModel.cs +++ b/src/VisualStudio/CSharp/Impl/Options/Formatting/NewLinesViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/CSharp/Impl/Options/Formatting/SpacingViewModel.cs b/src/VisualStudio/CSharp/Impl/Options/Formatting/SpacingViewModel.cs index a64dad3c951eb..89a20cd40bdb5 100644 --- a/src/VisualStudio/CSharp/Impl/Options/Formatting/SpacingViewModel.cs +++ b/src/VisualStudio/CSharp/Impl/Options/Formatting/SpacingViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/CSharp/Impl/Options/Formatting/StyleViewModel.cs b/src/VisualStudio/CSharp/Impl/Options/Formatting/StyleViewModel.cs index e6fd31a29b0ec..449e14c40a1bf 100644 --- a/src/VisualStudio/CSharp/Impl/Options/Formatting/StyleViewModel.cs +++ b/src/VisualStudio/CSharp/Impl/Options/Formatting/StyleViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/CSharp/Impl/Options/Formatting/WrappingViewModel.cs b/src/VisualStudio/CSharp/Impl/Options/Formatting/WrappingViewModel.cs index 9c76e226d31b4..0fba9d5849103 100644 --- a/src/VisualStudio/CSharp/Impl/Options/Formatting/WrappingViewModel.cs +++ b/src/VisualStudio/CSharp/Impl/Options/Formatting/WrappingViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/CSharp/Impl/Options/IntelliSenseOptionPage.cs b/src/VisualStudio/CSharp/Impl/Options/IntelliSenseOptionPage.cs index ae9bd0ab4a6ce..82abfa8c83065 100644 --- a/src/VisualStudio/CSharp/Impl/Options/IntelliSenseOptionPage.cs +++ b/src/VisualStudio/CSharp/Impl/Options/IntelliSenseOptionPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/Options/IntelliSenseOptionPageControl.xaml.cs b/src/VisualStudio/CSharp/Impl/Options/IntelliSenseOptionPageControl.xaml.cs index b0d9980ca3aaa..30de6b5d9b713 100644 --- a/src/VisualStudio/CSharp/Impl/Options/IntelliSenseOptionPageControl.xaml.cs +++ b/src/VisualStudio/CSharp/Impl/Options/IntelliSenseOptionPageControl.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Windows; diff --git a/src/VisualStudio/CSharp/Impl/Options/IntelliSenseOptionPageStrings.cs b/src/VisualStudio/CSharp/Impl/Options/IntelliSenseOptionPageStrings.cs index 17015c829af32..a61aba2055ca0 100644 --- a/src/VisualStudio/CSharp/Impl/Options/IntelliSenseOptionPageStrings.cs +++ b/src/VisualStudio/CSharp/Impl/Options/IntelliSenseOptionPageStrings.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.VisualStudio.LanguageServices.CSharp.Options { diff --git a/src/VisualStudio/CSharp/Impl/Options/NamingStylesOptionPage.cs b/src/VisualStudio/CSharp/Impl/Options/NamingStylesOptionPage.cs index 9753353c4be8c..9655b79475b70 100644 --- a/src/VisualStudio/CSharp/Impl/Options/NamingStylesOptionPage.cs +++ b/src/VisualStudio/CSharp/Impl/Options/NamingStylesOptionPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel; diff --git a/src/VisualStudio/CSharp/Impl/Progression/CSharpGraphProvider.cs b/src/VisualStudio/CSharp/Impl/Progression/CSharpGraphProvider.cs index 4f5c13fd4755b..92b7f5de83dc9 100644 --- a/src/VisualStudio/CSharp/Impl/Progression/CSharpGraphProvider.cs +++ b/src/VisualStudio/CSharp/Impl/Progression/CSharpGraphProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/CSharp/Impl/Progression/CSharpProgressionLanguageService.cs b/src/VisualStudio/CSharp/Impl/Progression/CSharpProgressionLanguageService.cs index c8a9ebb7e4f7b..c7ed864fa8009 100644 --- a/src/VisualStudio/CSharp/Impl/Progression/CSharpProgressionLanguageService.cs +++ b/src/VisualStudio/CSharp/Impl/Progression/CSharpProgressionLanguageService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSCompiler.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSCompiler.cs index 3528299ab4434..39a323c905bed 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSCompiler.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSCompiler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.LanguageServices.CSharp.ProjectSystemShim.Interop; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSCompilerConfig.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSCompilerConfig.cs index 0a5e0246f034a..e7f0ff7a0e404 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSCompilerConfig.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSCompilerConfig.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSInputSet.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSInputSet.cs index 583eb19cea74f..aa392289e5d02 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSInputSet.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSInputSet.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSharpProjectSite.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSharpProjectSite.cs index c7e8b7ac621fb..7018d2ebbe99b 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSharpProjectSite.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSharpProjectSite.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSharpVenusProjectSite.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSharpVenusProjectSite.cs index f51c528466a44..47fd48cd178b9 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSharpVenusProjectSite.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.ICSharpVenusProjectSite.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.IServiceProvider.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.IServiceProvider.cs index 697bc2e4938e9..54da2c26cdffb 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.IServiceProvider.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.IServiceProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.IVsEditorFactoryNotify.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.IVsEditorFactoryNotify.cs index 33c2ab2ba1ebf..4c675ef42d001 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.IVsEditorFactoryNotify.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.IVsEditorFactoryNotify.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.Shell.Interop; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.cs index 8ce6069dde630..2ad0b815cceff 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShim.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShimWithServices.CodeModel.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShimWithServices.CodeModel.cs index 1d17a03b08fe1..b2639f0a376ca 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShimWithServices.CodeModel.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShimWithServices.CodeModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.LanguageServices.CSharp.CodeModel; using Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShimWithServices.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShimWithServices.cs index b6e4d049892dd..e0d08f82bc483 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShimWithServices.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpProjectShimWithServices.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/EntryPointFinder.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/EntryPointFinder.cs index ecc4a9191a3c8..13bbb8c8b77eb 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/EntryPointFinder.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/EntryPointFinder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/HACK_VariantStructure.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/HACK_VariantStructure.cs index 4efaf79e04621..f0bf3c377ce35 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/HACK_VariantStructure.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/HACK_VariantStructure.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/CompilerOptions.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/CompilerOptions.cs index add4d079fdbb9..c1daa0220e4c8 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/CompilerOptions.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/CompilerOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.VisualStudio.LanguageServices.CSharp.ProjectSystemShim.Interop { diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSCompileProgress.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSCompileProgress.cs index cbb117a7deb98..d7aa88d45bc86 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSCompileProgress.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSCompileProgress.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSCompiler.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSCompiler.cs index 7fd4d04ee660d..fcbbee3dfa08d 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSCompiler.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSCompiler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSCompilerConfig.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSCompilerConfig.cs index 334f77d266a8a..1cfe1207bafc0 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSCompilerConfig.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSCompilerConfig.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSEncProjectServices.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSEncProjectServices.cs index 8199e1aa48e26..8d93776d7baa7 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSEncProjectServices.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSEncProjectServices.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSError.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSError.cs index 85394de71142f..a0ef94424ee5e 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSError.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSError.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSInputSet.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSInputSet.cs index faf812671a724..b441218bcd24e 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSInputSet.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSInputSet.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSNameTable.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSNameTable.cs index b2cad11586934..9da4fb1b0c8e6 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSNameTable.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSNameTable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSSourceModule.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSSourceModule.cs index 6f94b78320ba0..1a26de32eb96b 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSSourceModule.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSSourceModule.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSSourceText.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSSourceText.cs index 7120715759d8d..c66eede6a1f9b 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSSourceText.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSSourceText.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpProjectHost.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpProjectHost.cs index cd49fc1c9d320..e91e69e31ec2b 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpProjectHost.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpProjectHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.VisualStudio.Shell.Interop; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpProjectRoot.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpProjectRoot.cs index e6febb9f51329..09ca0761ad2b8 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpProjectRoot.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpProjectRoot.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpProjectSite.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpProjectSite.cs index b692dd5632b9a..f8b19ee57f804 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpProjectSite.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpProjectSite.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpTempPECompilerService.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpTempPECompilerService.cs index 43fcd833e725c..fac0596923c7a 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpTempPECompilerService.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpTempPECompilerService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpVenusProjectSite.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpVenusProjectSite.cs index 08e71396c477c..e7e7dc770cdfa 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpVenusProjectSite.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpVenusProjectSite.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/OutputFileType.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/OutputFileType.cs index 52a92206318f3..05d69ac65454d 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/OutputFileType.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/OutputFileType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.VisualStudio.LanguageServices.CSharp.ProjectSystemShim.Interop { diff --git a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/TempPECompilerService.cs b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/TempPECompilerService.cs index d04e1cf3df09c..fd406aad0bd2f 100644 --- a/src/VisualStudio/CSharp/Impl/ProjectSystemShim/TempPECompilerService.cs +++ b/src/VisualStudio/CSharp/Impl/ProjectSystemShim/TempPECompilerService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/CSharp/Impl/Snippets/CSharpSnippetInfoService.cs b/src/VisualStudio/CSharp/Impl/Snippets/CSharpSnippetInfoService.cs index 3b47e4c6f24f6..7861f87059fe5 100644 --- a/src/VisualStudio/CSharp/Impl/Snippets/CSharpSnippetInfoService.cs +++ b/src/VisualStudio/CSharp/Impl/Snippets/CSharpSnippetInfoService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/CSharp/Impl/Snippets/SnippetCommandHandler.cs b/src/VisualStudio/CSharp/Impl/Snippets/SnippetCommandHandler.cs index bd3ff5ced4f22..bb749d4c6ef05 100644 --- a/src/VisualStudio/CSharp/Impl/Snippets/SnippetCommandHandler.cs +++ b/src/VisualStudio/CSharp/Impl/Snippets/SnippetCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Composition; diff --git a/src/VisualStudio/CSharp/Impl/Snippets/SnippetExpansionClient.cs b/src/VisualStudio/CSharp/Impl/Snippets/SnippetExpansionClient.cs index 6d07c96cd73f5..a5a33c1b4a2c0 100644 --- a/src/VisualStudio/CSharp/Impl/Snippets/SnippetExpansionClient.cs +++ b/src/VisualStudio/CSharp/Impl/Snippets/SnippetExpansionClient.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/CSharp/Impl/Snippets/SnippetFunctions/SnippetFunctionClassName.cs b/src/VisualStudio/CSharp/Impl/Snippets/SnippetFunctions/SnippetFunctionClassName.cs index cb72253de2938..668a6a6a1f95f 100644 --- a/src/VisualStudio/CSharp/Impl/Snippets/SnippetFunctions/SnippetFunctionClassName.cs +++ b/src/VisualStudio/CSharp/Impl/Snippets/SnippetFunctions/SnippetFunctionClassName.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/CSharp/Impl/Snippets/SnippetFunctions/SnippetFunctionGenerateSwitchCases.cs b/src/VisualStudio/CSharp/Impl/Snippets/SnippetFunctions/SnippetFunctionGenerateSwitchCases.cs index 4f2494bd6a872..668507b7ce2d7 100644 --- a/src/VisualStudio/CSharp/Impl/Snippets/SnippetFunctions/SnippetFunctionGenerateSwitchCases.cs +++ b/src/VisualStudio/CSharp/Impl/Snippets/SnippetFunctions/SnippetFunctionGenerateSwitchCases.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/VisualStudio/CSharp/Impl/Snippets/SnippetFunctions/SnippetFunctionSimpleTypeName.cs b/src/VisualStudio/CSharp/Impl/Snippets/SnippetFunctions/SnippetFunctionSimpleTypeName.cs index ed83a09b3b483..c6a895d72b20c 100644 --- a/src/VisualStudio/CSharp/Impl/Snippets/SnippetFunctions/SnippetFunctionSimpleTypeName.cs +++ b/src/VisualStudio/CSharp/Impl/Snippets/SnippetFunctions/SnippetFunctionSimpleTypeName.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/VisualStudio/CSharp/Impl/Utilities/BlankLineInGeneratedMethodFormattingRule.cs b/src/VisualStudio/CSharp/Impl/Utilities/BlankLineInGeneratedMethodFormattingRule.cs index a5b08586421e0..fd463e49eb75e 100644 --- a/src/VisualStudio/CSharp/Impl/Utilities/BlankLineInGeneratedMethodFormattingRule.cs +++ b/src/VisualStudio/CSharp/Impl/Utilities/BlankLineInGeneratedMethodFormattingRule.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/CSharp/Impl/Venus/CSharpAdditionalFormattingRuleLanguageService.cs b/src/VisualStudio/CSharp/Impl/Venus/CSharpAdditionalFormattingRuleLanguageService.cs index 6d7a070548671..cca9279e83024 100644 --- a/src/VisualStudio/CSharp/Impl/Venus/CSharpAdditionalFormattingRuleLanguageService.cs +++ b/src/VisualStudio/CSharp/Impl/Venus/CSharpAdditionalFormattingRuleLanguageService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/CSharp/Repl/CSharpInteractiveCommandHandler.cs b/src/VisualStudio/CSharp/Repl/CSharpInteractiveCommandHandler.cs index c0c51f1b99692..6d13a11c21c6c 100644 --- a/src/VisualStudio/CSharp/Repl/CSharpInteractiveCommandHandler.cs +++ b/src/VisualStudio/CSharp/Repl/CSharpInteractiveCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.CodeAnalysis.Editor; diff --git a/src/VisualStudio/CSharp/Repl/CSharpInteractiveCommands.cs b/src/VisualStudio/CSharp/Repl/CSharpInteractiveCommands.cs index f1f58354a819f..365a15c6bdde5 100644 --- a/src/VisualStudio/CSharp/Repl/CSharpInteractiveCommands.cs +++ b/src/VisualStudio/CSharp/Repl/CSharpInteractiveCommands.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/VisualStudio/CSharp/Repl/CSharpVsInteractiveWindowCommandProvider.cs b/src/VisualStudio/CSharp/Repl/CSharpVsInteractiveWindowCommandProvider.cs index b00bfa4a0b03c..5613222fa35cc 100644 --- a/src/VisualStudio/CSharp/Repl/CSharpVsInteractiveWindowCommandProvider.cs +++ b/src/VisualStudio/CSharp/Repl/CSharpVsInteractiveWindowCommandProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.CodeAnalysis.Editor; diff --git a/src/VisualStudio/CSharp/Repl/CSharpVsInteractiveWindowPackage.cs b/src/VisualStudio/CSharp/Repl/CSharpVsInteractiveWindowPackage.cs index 70bc023ae2dfe..e2d45a9748a36 100644 --- a/src/VisualStudio/CSharp/Repl/CSharpVsInteractiveWindowPackage.cs +++ b/src/VisualStudio/CSharp/Repl/CSharpVsInteractiveWindowPackage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Design; diff --git a/src/VisualStudio/CSharp/Repl/CSharpVsInteractiveWindowProvider.cs b/src/VisualStudio/CSharp/Repl/CSharpVsInteractiveWindowProvider.cs index 8446c550b5116..5b1d44e2cd210 100644 --- a/src/VisualStudio/CSharp/Repl/CSharpVsInteractiveWindowProvider.cs +++ b/src/VisualStudio/CSharp/Repl/CSharpVsInteractiveWindowProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Composition; diff --git a/src/VisualStudio/CSharp/Test/CodeModel/AbstractFileCodeElementTests.cs b/src/VisualStudio/CSharp/Test/CodeModel/AbstractFileCodeElementTests.cs index 0de2543cf01b5..8460e26ab1a33 100644 --- a/src/VisualStudio/CSharp/Test/CodeModel/AbstractFileCodeElementTests.cs +++ b/src/VisualStudio/CSharp/Test/CodeModel/AbstractFileCodeElementTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/VisualStudio/CSharp/Test/CodeModel/FileCodeClassTests.cs b/src/VisualStudio/CSharp/Test/CodeModel/FileCodeClassTests.cs index 53de7c6c8d76d..a2ee0a8101446 100644 --- a/src/VisualStudio/CSharp/Test/CodeModel/FileCodeClassTests.cs +++ b/src/VisualStudio/CSharp/Test/CodeModel/FileCodeClassTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/VisualStudio/CSharp/Test/CodeModel/FileCodeClassWithMissingBraceTests.cs b/src/VisualStudio/CSharp/Test/CodeModel/FileCodeClassWithMissingBraceTests.cs index 9765aafb596f8..b54451fae91be 100644 --- a/src/VisualStudio/CSharp/Test/CodeModel/FileCodeClassWithMissingBraceTests.cs +++ b/src/VisualStudio/CSharp/Test/CodeModel/FileCodeClassWithMissingBraceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/VisualStudio/CSharp/Test/CodeModel/FileCodeFunctionTests.cs b/src/VisualStudio/CSharp/Test/CodeModel/FileCodeFunctionTests.cs index 6a405edee6ea5..49c8bb79b713e 100644 --- a/src/VisualStudio/CSharp/Test/CodeModel/FileCodeFunctionTests.cs +++ b/src/VisualStudio/CSharp/Test/CodeModel/FileCodeFunctionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Test/CodeModel/FileCodeImportTests.cs b/src/VisualStudio/CSharp/Test/CodeModel/FileCodeImportTests.cs index bc94f6059abda..827983bfdd029 100644 --- a/src/VisualStudio/CSharp/Test/CodeModel/FileCodeImportTests.cs +++ b/src/VisualStudio/CSharp/Test/CodeModel/FileCodeImportTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Test/CodeModel/FileCodeModelTestHelpers.cs b/src/VisualStudio/CSharp/Test/CodeModel/FileCodeModelTestHelpers.cs index 76e8684038d32..7a2de3c8df597 100644 --- a/src/VisualStudio/CSharp/Test/CodeModel/FileCodeModelTestHelpers.cs +++ b/src/VisualStudio/CSharp/Test/CodeModel/FileCodeModelTestHelpers.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/VisualStudio/CSharp/Test/CodeModel/FileCodeNamespaceTests.cs b/src/VisualStudio/CSharp/Test/CodeModel/FileCodeNamespaceTests.cs index e54e7a8eeb3a9..e5dbc70bfe741 100644 --- a/src/VisualStudio/CSharp/Test/CodeModel/FileCodeNamespaceTests.cs +++ b/src/VisualStudio/CSharp/Test/CodeModel/FileCodeNamespaceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Test/CodeModel/FileCodeVariableManipulationTests.cs b/src/VisualStudio/CSharp/Test/CodeModel/FileCodeVariableManipulationTests.cs index 368c44ca155a0..68929783a1fff 100644 --- a/src/VisualStudio/CSharp/Test/CodeModel/FileCodeVariableManipulationTests.cs +++ b/src/VisualStudio/CSharp/Test/CodeModel/FileCodeVariableManipulationTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading.Tasks; diff --git a/src/VisualStudio/CSharp/Test/CodeModel/FileCodeVariableTests.cs b/src/VisualStudio/CSharp/Test/CodeModel/FileCodeVariableTests.cs index 9da4ee5785904..1fbc181d17811 100644 --- a/src/VisualStudio/CSharp/Test/CodeModel/FileCodeVariableTests.cs +++ b/src/VisualStudio/CSharp/Test/CodeModel/FileCodeVariableTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/CSharp/Test/CodeModel/MockInvisibleEditor.cs b/src/VisualStudio/CSharp/Test/CodeModel/MockInvisibleEditor.cs index 8cffbb2de3ff1..b0658f5010b87 100644 --- a/src/VisualStudio/CSharp/Test/CodeModel/MockInvisibleEditor.cs +++ b/src/VisualStudio/CSharp/Test/CodeModel/MockInvisibleEditor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces; diff --git a/src/VisualStudio/CSharp/Test/CodeModel/MockTextManagerAdapter.TextPoint.cs b/src/VisualStudio/CSharp/Test/CodeModel/MockTextManagerAdapter.TextPoint.cs index d8549ad98c058..41b72a64a38ee 100644 --- a/src/VisualStudio/CSharp/Test/CodeModel/MockTextManagerAdapter.TextPoint.cs +++ b/src/VisualStudio/CSharp/Test/CodeModel/MockTextManagerAdapter.TextPoint.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/VisualStudio/CSharp/Test/CodeModel/MockTextManagerAdapter.cs b/src/VisualStudio/CSharp/Test/CodeModel/MockTextManagerAdapter.cs index ec41a2fcf63c5..e5751d6b3c703 100644 --- a/src/VisualStudio/CSharp/Test/CodeModel/MockTextManagerAdapter.cs +++ b/src/VisualStudio/CSharp/Test/CodeModel/MockTextManagerAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Shared.Utilities; using Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel; diff --git a/src/VisualStudio/CSharp/Test/CodeModel/VisualStudioTestExportProvider.cs b/src/VisualStudio/CSharp/Test/CodeModel/VisualStudioTestExportProvider.cs index 400bcca31ccdd..99e984320b7ea 100644 --- a/src/VisualStudio/CSharp/Test/CodeModel/VisualStudioTestExportProvider.cs +++ b/src/VisualStudio/CSharp/Test/CodeModel/VisualStudioTestExportProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/VisualStudio/CSharp/Test/CompilationErrorTelemetry/CompilationErrorTelemetryTests.cs b/src/VisualStudio/CSharp/Test/CompilationErrorTelemetry/CompilationErrorTelemetryTests.cs index ea2bfe3bec6e3..16c97168d7a7d 100644 --- a/src/VisualStudio/CSharp/Test/CompilationErrorTelemetry/CompilationErrorTelemetryTests.cs +++ b/src/VisualStudio/CSharp/Test/CompilationErrorTelemetry/CompilationErrorTelemetryTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/CSharp/Test/Debugging/DataTipInfoGetterTests.cs b/src/VisualStudio/CSharp/Test/Debugging/DataTipInfoGetterTests.cs index 9cfa2a02f7f00..b81466f0c56d7 100644 --- a/src/VisualStudio/CSharp/Test/Debugging/DataTipInfoGetterTests.cs +++ b/src/VisualStudio/CSharp/Test/Debugging/DataTipInfoGetterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/VisualStudio/CSharp/Test/Debugging/LocationInfoGetterTests.cs b/src/VisualStudio/CSharp/Test/Debugging/LocationInfoGetterTests.cs index 301f663dc1bba..b72b1f7a774b5 100644 --- a/src/VisualStudio/CSharp/Test/Debugging/LocationInfoGetterTests.cs +++ b/src/VisualStudio/CSharp/Test/Debugging/LocationInfoGetterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/VisualStudio/CSharp/Test/Debugging/NameResolverTests.cs b/src/VisualStudio/CSharp/Test/Debugging/NameResolverTests.cs index bfec4e7301a78..7b3c017d4616c 100644 --- a/src/VisualStudio/CSharp/Test/Debugging/NameResolverTests.cs +++ b/src/VisualStudio/CSharp/Test/Debugging/NameResolverTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTestFile.cs b/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTestFile.cs index be34f84a3e10a..3b0e8f8ebd1aa 100644 --- a/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTestFile.cs +++ b/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTestFile.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using Roslyn.Compilers.CSharp; using Roslyn.Services.CSharp.Utilities; using Roslyn.Services.Internal.Extensions; diff --git a/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTests.Lines.cs b/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTests.Lines.cs index 69c8990a8fef8..70c4d640eb3f8 100644 --- a/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTests.Lines.cs +++ b/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTests.Lines.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTests.Statements.cs b/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTests.Statements.cs index ee48b4a20981c..0d3d06333eec2 100644 --- a/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTests.Statements.cs +++ b/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTests.Statements.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTests.cs b/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTests.cs index 150593a622c2c..39743daf53cdb 100644 --- a/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTests.cs +++ b/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTests_Caching.cs b/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTests_Caching.cs index d4d90e269ea2a..b95c518d3f8fb 100644 --- a/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTests_Caching.cs +++ b/src/VisualStudio/CSharp/Test/Debugging/ProximityExpressionsGetterTests_Caching.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/CSharp/Test/F1Help/F1HelpTests.cs b/src/VisualStudio/CSharp/Test/F1Help/F1HelpTests.cs index 85e659425ad7f..69c65774e8f69 100644 --- a/src/VisualStudio/CSharp/Test/F1Help/F1HelpTests.cs +++ b/src/VisualStudio/CSharp/Test/F1Help/F1HelpTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/VisualStudio/CSharp/Test/Interactive/InteractiveWindowEditorsFactoryService.cs b/src/VisualStudio/CSharp/Test/Interactive/InteractiveWindowEditorsFactoryService.cs index 28aa84b4f7691..6583984f1b46f 100644 --- a/src/VisualStudio/CSharp/Test/Interactive/InteractiveWindowEditorsFactoryService.cs +++ b/src/VisualStudio/CSharp/Test/Interactive/InteractiveWindowEditorsFactoryService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.VisualStudio.Text; diff --git a/src/VisualStudio/CSharp/Test/Interactive/InteractiveWindowTestHost.cs b/src/VisualStudio/CSharp/Test/Interactive/InteractiveWindowTestHost.cs index 0281db203021b..6c07ad2653743 100644 --- a/src/VisualStudio/CSharp/Test/Interactive/InteractiveWindowTestHost.cs +++ b/src/VisualStudio/CSharp/Test/Interactive/InteractiveWindowTestHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Composition.Hosting; diff --git a/src/VisualStudio/CSharp/Test/Interactive/TestInteractiveEvaluator.cs b/src/VisualStudio/CSharp/Test/Interactive/TestInteractiveEvaluator.cs index 98a3ae1b875ef..1d3487dac14b1 100644 --- a/src/VisualStudio/CSharp/Test/Interactive/TestInteractiveEvaluator.cs +++ b/src/VisualStudio/CSharp/Test/Interactive/TestInteractiveEvaluator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading.Tasks; diff --git a/src/VisualStudio/CSharp/Test/Options/OptionViewModelTests.cs b/src/VisualStudio/CSharp/Test/Options/OptionViewModelTests.cs index 9282aa75a45fd..2a77c352fbed6 100644 --- a/src/VisualStudio/CSharp/Test/Options/OptionViewModelTests.cs +++ b/src/VisualStudio/CSharp/Test/Options/OptionViewModelTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/VisualStudio/CSharp/Test/PersistentStorage/EsentPersistentStorageTests1.cs b/src/VisualStudio/CSharp/Test/PersistentStorage/EsentPersistentStorageTests1.cs index 20a99119a4b6e..e36c5c8ad6dde 100644 --- a/src/VisualStudio/CSharp/Test/PersistentStorage/EsentPersistentStorageTests1.cs +++ b/src/VisualStudio/CSharp/Test/PersistentStorage/EsentPersistentStorageTests1.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Esent; using Microsoft.CodeAnalysis.Host; diff --git a/src/VisualStudio/CSharp/Test/PersistentStorage/OptionServiceMock.cs b/src/VisualStudio/CSharp/Test/PersistentStorage/OptionServiceMock.cs index b74fbcff771d2..574d1dc903a7a 100644 --- a/src/VisualStudio/CSharp/Test/PersistentStorage/OptionServiceMock.cs +++ b/src/VisualStudio/CSharp/Test/PersistentStorage/OptionServiceMock.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/CSharp/Test/PersistentStorage/SQLitePersistentStorageTests.cs b/src/VisualStudio/CSharp/Test/PersistentStorage/SQLitePersistentStorageTests.cs index df394b2675069..3d3e20d35ba43 100644 --- a/src/VisualStudio/CSharp/Test/PersistentStorage/SQLitePersistentStorageTests.cs +++ b/src/VisualStudio/CSharp/Test/PersistentStorage/SQLitePersistentStorageTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading.Tasks; diff --git a/src/VisualStudio/CSharp/Test/ProjectSystemShim/CPS/AnalyzersTests.cs b/src/VisualStudio/CSharp/Test/ProjectSystemShim/CPS/AnalyzersTests.cs index ae57dea93f7e0..7a4f9bdc5abcf 100644 --- a/src/VisualStudio/CSharp/Test/ProjectSystemShim/CPS/AnalyzersTests.cs +++ b/src/VisualStudio/CSharp/Test/ProjectSystemShim/CPS/AnalyzersTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; diff --git a/src/VisualStudio/CSharp/Test/ProjectSystemShim/CPS/CSharpCompilerOptionsTests.cs b/src/VisualStudio/CSharp/Test/ProjectSystemShim/CPS/CSharpCompilerOptionsTests.cs index 6208b4cd52758..a2e430e335c93 100644 --- a/src/VisualStudio/CSharp/Test/ProjectSystemShim/CPS/CSharpCompilerOptionsTests.cs +++ b/src/VisualStudio/CSharp/Test/ProjectSystemShim/CPS/CSharpCompilerOptionsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; diff --git a/src/VisualStudio/CSharp/Test/ProjectSystemShim/CPS/SourceFileHandlingTests.cs b/src/VisualStudio/CSharp/Test/ProjectSystemShim/CPS/SourceFileHandlingTests.cs index 0ad110733d7ba..19c721fc70ff9 100644 --- a/src/VisualStudio/CSharp/Test/ProjectSystemShim/CPS/SourceFileHandlingTests.cs +++ b/src/VisualStudio/CSharp/Test/ProjectSystemShim/CPS/SourceFileHandlingTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.VisualStudio.LanguageServices.UnitTests.ProjectSystemShim.Framework; diff --git a/src/VisualStudio/CSharp/Test/ProjectSystemShim/CSharpHelpers.cs b/src/VisualStudio/CSharp/Test/ProjectSystemShim/CSharpHelpers.cs index 0b964001315fb..34865b9aa227e 100644 --- a/src/VisualStudio/CSharp/Test/ProjectSystemShim/CSharpHelpers.cs +++ b/src/VisualStudio/CSharp/Test/ProjectSystemShim/CSharpHelpers.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // diff --git a/src/VisualStudio/CSharp/Test/ProjectSystemShim/LegacyProject/AnalyzersTests.cs b/src/VisualStudio/CSharp/Test/ProjectSystemShim/LegacyProject/AnalyzersTests.cs index f507a92f881f6..3ffd6cf67b96a 100644 --- a/src/VisualStudio/CSharp/Test/ProjectSystemShim/LegacyProject/AnalyzersTests.cs +++ b/src/VisualStudio/CSharp/Test/ProjectSystemShim/LegacyProject/AnalyzersTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; diff --git a/src/VisualStudio/CSharp/Test/ProjectSystemShim/LegacyProject/CSharpCompilerOptionsTests.cs b/src/VisualStudio/CSharp/Test/ProjectSystemShim/LegacyProject/CSharpCompilerOptionsTests.cs index c09db83293db2..1400a30c99410 100644 --- a/src/VisualStudio/CSharp/Test/ProjectSystemShim/LegacyProject/CSharpCompilerOptionsTests.cs +++ b/src/VisualStudio/CSharp/Test/ProjectSystemShim/LegacyProject/CSharpCompilerOptionsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/CSharp/Test/ProjectSystemShim/LegacyProject/SourceFileHandlingTests.cs b/src/VisualStudio/CSharp/Test/ProjectSystemShim/LegacyProject/SourceFileHandlingTests.cs index 74c4ae63cc675..466e811f3235e 100644 --- a/src/VisualStudio/CSharp/Test/ProjectSystemShim/LegacyProject/SourceFileHandlingTests.cs +++ b/src/VisualStudio/CSharp/Test/ProjectSystemShim/LegacyProject/SourceFileHandlingTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.VisualStudio.LanguageServices.UnitTests.ProjectSystemShim.Framework; diff --git a/src/VisualStudio/CSharp/Test/ProjectSystemShim/LifetimeTests.cs b/src/VisualStudio/CSharp/Test/ProjectSystemShim/LifetimeTests.cs index fa6248921b815..be3cb5e80d37c 100644 --- a/src/VisualStudio/CSharp/Test/ProjectSystemShim/LifetimeTests.cs +++ b/src/VisualStudio/CSharp/Test/ProjectSystemShim/LifetimeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/VisualStudio/Core/Def/ID.InteractiveCommands.cs b/src/VisualStudio/Core/Def/ID.InteractiveCommands.cs index 45e5f50c74eaf..2659cb9aef7b2 100644 --- a/src/VisualStudio/Core/Def/ID.InteractiveCommands.cs +++ b/src/VisualStudio/Core/Def/ID.InteractiveCommands.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/VisualStudio/Core/Def/ID.MenuGroup.cs b/src/VisualStudio/Core/Def/ID.MenuGroup.cs index e1eb23879cbb8..c602ce353bcbe 100644 --- a/src/VisualStudio/Core/Def/ID.MenuGroup.cs +++ b/src/VisualStudio/Core/Def/ID.MenuGroup.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.VisualStudio.LanguageServices { diff --git a/src/VisualStudio/Core/Def/ID.RoslynCommands.cs b/src/VisualStudio/Core/Def/ID.RoslynCommands.cs index bdb2fea1266bb..b00bcb2bf1b98 100644 --- a/src/VisualStudio/Core/Def/ID.RoslynCommands.cs +++ b/src/VisualStudio/Core/Def/ID.RoslynCommands.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.VisualStudio.LanguageServices { diff --git a/src/VisualStudio/Core/Def/IInvisibleEditor.cs b/src/VisualStudio/Core/Def/IInvisibleEditor.cs index 5806d1ea7cdfc..935e849e97036 100644 --- a/src/VisualStudio/Core/Def/IInvisibleEditor.cs +++ b/src/VisualStudio/Core/Def/IInvisibleEditor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.Text; diff --git a/src/VisualStudio/Core/Def/Implementation/AbstractVsTextViewFilter`2.cs b/src/VisualStudio/Core/Def/Implementation/AbstractVsTextViewFilter`2.cs index 3cd57543d6461..62272f3bfb092 100644 --- a/src/VisualStudio/Core/Def/Implementation/AbstractVsTextViewFilter`2.cs +++ b/src/VisualStudio/Core/Def/Implementation/AbstractVsTextViewFilter`2.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/VisualStudio/Core/Def/Implementation/AnalyzerDependency/AnalyzerDependencyCheckingService.cs b/src/VisualStudio/Core/Def/Implementation/AnalyzerDependency/AnalyzerDependencyCheckingService.cs index ad52ebd9cbe6a..ce86af028a24e 100644 --- a/src/VisualStudio/Core/Def/Implementation/AnalyzerDependency/AnalyzerDependencyCheckingService.cs +++ b/src/VisualStudio/Core/Def/Implementation/AnalyzerDependency/AnalyzerDependencyCheckingService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/AnalyzerDependency/AnalyzerFileWatcherService.cs b/src/VisualStudio/Core/Def/Implementation/AnalyzerDependency/AnalyzerFileWatcherService.cs index 237464ce8286e..e9969d138fa1f 100644 --- a/src/VisualStudio/Core/Def/Implementation/AnalyzerDependency/AnalyzerFileWatcherService.cs +++ b/src/VisualStudio/Core/Def/Implementation/AnalyzerDependency/AnalyzerFileWatcherService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/CallHierarchy/CallHierarchyPresenter.cs b/src/VisualStudio/Core/Def/Implementation/CallHierarchy/CallHierarchyPresenter.cs index 64b6ebd26a729..92be949ef26c8 100644 --- a/src/VisualStudio/Core/Def/Implementation/CallHierarchy/CallHierarchyPresenter.cs +++ b/src/VisualStudio/Core/Def/Implementation/CallHierarchy/CallHierarchyPresenter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Composition; diff --git a/src/VisualStudio/Core/Def/Implementation/ChangeSignature/ChangeSignatureDialog.xaml.cs b/src/VisualStudio/Core/Def/Implementation/ChangeSignature/ChangeSignatureDialog.xaml.cs index 217a9e35321b4..ef33421f02494 100644 --- a/src/VisualStudio/Core/Def/Implementation/ChangeSignature/ChangeSignatureDialog.xaml.cs +++ b/src/VisualStudio/Core/Def/Implementation/ChangeSignature/ChangeSignatureDialog.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Windows; diff --git a/src/VisualStudio/Core/Def/Implementation/ChangeSignature/ChangeSignatureDialogViewModel.cs b/src/VisualStudio/Core/Def/Implementation/ChangeSignature/ChangeSignatureDialogViewModel.cs index ad9135e2321c3..87b959fe4005f 100644 --- a/src/VisualStudio/Core/Def/Implementation/ChangeSignature/ChangeSignatureDialogViewModel.cs +++ b/src/VisualStudio/Core/Def/Implementation/ChangeSignature/ChangeSignatureDialogViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/VisualStudio/Core/Def/Implementation/ChangeSignature/VisualStudioChangeSignatureOptionsService.cs b/src/VisualStudio/Core/Def/Implementation/ChangeSignature/VisualStudioChangeSignatureOptionsService.cs index bd5854a0c00b2..ecc585d024720 100644 --- a/src/VisualStudio/Core/Def/Implementation/ChangeSignature/VisualStudioChangeSignatureOptionsService.cs +++ b/src/VisualStudio/Core/Def/Implementation/ChangeSignature/VisualStudioChangeSignatureOptionsService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Def/Implementation/ContainedLanguageRefactorNotifyService.cs b/src/VisualStudio/Core/Def/Implementation/ContainedLanguageRefactorNotifyService.cs index 74e145cca8f70..5e346c4c28aca 100644 --- a/src/VisualStudio/Core/Def/Implementation/ContainedLanguageRefactorNotifyService.cs +++ b/src/VisualStudio/Core/Def/Implementation/ContainedLanguageRefactorNotifyService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.ComponentModel.Composition; diff --git a/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerIntellisenseFilter.cs b/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerIntellisenseFilter.cs index e585e1f3f9a06..bac9efe7b9a97 100644 --- a/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerIntellisenseFilter.cs +++ b/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerIntellisenseFilter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerIntellisenseHelpers.cs b/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerIntellisenseHelpers.cs index eec691c5eac03..c603c94774797 100644 --- a/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerIntellisenseHelpers.cs +++ b/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerIntellisenseHelpers.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Text; diff --git a/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerIntellisenseWorkspace.cs b/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerIntellisenseWorkspace.cs index 3ead91791e2bc..ce1c3fb4f8f53 100644 --- a/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerIntellisenseWorkspace.cs +++ b/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerIntellisenseWorkspace.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Text; diff --git a/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerTextView.HACK_CompletionSession.cs b/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerTextView.HACK_CompletionSession.cs index e86f509e5d547..8f2fb23799703 100644 --- a/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerTextView.HACK_CompletionSession.cs +++ b/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerTextView.HACK_CompletionSession.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerTextView.cs b/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerTextView.cs index f99c640cedd4f..ad298b3617457 100644 --- a/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerTextView.cs +++ b/src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerTextView.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/VisualStudio/Core/Def/Implementation/Debugging/AbstractBreakpointResolver.NameAndArity.cs b/src/VisualStudio/Core/Def/Implementation/Debugging/AbstractBreakpointResolver.NameAndArity.cs index d976748970704..5e4ac2c0cdb7a 100644 --- a/src/VisualStudio/Core/Def/Implementation/Debugging/AbstractBreakpointResolver.NameAndArity.cs +++ b/src/VisualStudio/Core/Def/Implementation/Debugging/AbstractBreakpointResolver.NameAndArity.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.VisualStudio.LanguageServices.Implementation.Debugging { diff --git a/src/VisualStudio/Core/Def/Implementation/Debugging/AbstractBreakpointResolver.cs b/src/VisualStudio/Core/Def/Implementation/Debugging/AbstractBreakpointResolver.cs index d5e030a9319a4..fe18437fa1f0d 100644 --- a/src/VisualStudio/Core/Def/Implementation/Debugging/AbstractBreakpointResolver.cs +++ b/src/VisualStudio/Core/Def/Implementation/Debugging/AbstractBreakpointResolver.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Diagnostics; diff --git a/src/VisualStudio/Core/Def/Implementation/Debugging/CachedProximityExpressionsGetter.cs b/src/VisualStudio/Core/Def/Implementation/Debugging/CachedProximityExpressionsGetter.cs index c2e99d85a62b9..92d489a04b604 100644 --- a/src/VisualStudio/Core/Def/Implementation/Debugging/CachedProximityExpressionsGetter.cs +++ b/src/VisualStudio/Core/Def/Implementation/Debugging/CachedProximityExpressionsGetter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/VisualStudio/Core/Def/Implementation/Debugging/DebugMode.cs b/src/VisualStudio/Core/Def/Implementation/Debugging/DebugMode.cs index f9933d34a0a0b..b3deaf7a3548e 100644 --- a/src/VisualStudio/Core/Def/Implementation/Debugging/DebugMode.cs +++ b/src/VisualStudio/Core/Def/Implementation/Debugging/DebugMode.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.VisualStudio.LanguageServices.Implementation.Debugging { diff --git a/src/VisualStudio/Core/Def/Implementation/Debugging/IProximityExpressionsService.cs b/src/VisualStudio/Core/Def/Implementation/Debugging/IProximityExpressionsService.cs index ddfa22366dbe9..d3a72f236f712 100644 --- a/src/VisualStudio/Core/Def/Implementation/Debugging/IProximityExpressionsService.cs +++ b/src/VisualStudio/Core/Def/Implementation/Debugging/IProximityExpressionsService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/VisualStudio/Core/Def/Implementation/DesignerAttribute/DesignerAttributeIncrementalAnalyzer.cs b/src/VisualStudio/Core/Def/Implementation/DesignerAttribute/DesignerAttributeIncrementalAnalyzer.cs index 1fa85f65f24f0..0ff2f9f55af89 100644 --- a/src/VisualStudio/Core/Def/Implementation/DesignerAttribute/DesignerAttributeIncrementalAnalyzer.cs +++ b/src/VisualStudio/Core/Def/Implementation/DesignerAttribute/DesignerAttributeIncrementalAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; diff --git a/src/VisualStudio/Core/Def/Implementation/DesignerAttribute/DesignerAttributeIncrementalAnalyzerProvider.cs b/src/VisualStudio/Core/Def/Implementation/DesignerAttribute/DesignerAttributeIncrementalAnalyzerProvider.cs index f5948b8f32480..f740102047e72 100644 --- a/src/VisualStudio/Core/Def/Implementation/DesignerAttribute/DesignerAttributeIncrementalAnalyzerProvider.cs +++ b/src/VisualStudio/Core/Def/Implementation/DesignerAttribute/DesignerAttributeIncrementalAnalyzerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Diagnostics/IVisualStudioDiagnosticAnalyzerService.cs b/src/VisualStudio/Core/Def/Implementation/Diagnostics/IVisualStudioDiagnosticAnalyzerService.cs index bc5c10084188c..7cbecc1e9f4a8 100644 --- a/src/VisualStudio/Core/Def/Implementation/Diagnostics/IVisualStudioDiagnosticAnalyzerService.cs +++ b/src/VisualStudio/Core/Def/Implementation/Diagnostics/IVisualStudioDiagnosticAnalyzerService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Def/Implementation/Diagnostics/VisualStudioDiagnosticAnalyzerService.cs b/src/VisualStudio/Core/Def/Implementation/Diagnostics/VisualStudioDiagnosticAnalyzerService.cs index 7e017d3980963..b3ba997173604 100644 --- a/src/VisualStudio/Core/Def/Implementation/Diagnostics/VisualStudioDiagnosticAnalyzerService.cs +++ b/src/VisualStudio/Core/Def/Implementation/Diagnostics/VisualStudioDiagnosticAnalyzerService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Diagnostics/VisualStudioWorkspaceDiagnosticAnalyzerProviderService.AnalyzerAssemblyLoader.cs b/src/VisualStudio/Core/Def/Implementation/Diagnostics/VisualStudioWorkspaceDiagnosticAnalyzerProviderService.AnalyzerAssemblyLoader.cs index 3b0b8392cd3ba..8322e3b5d93d9 100644 --- a/src/VisualStudio/Core/Def/Implementation/Diagnostics/VisualStudioWorkspaceDiagnosticAnalyzerProviderService.AnalyzerAssemblyLoader.cs +++ b/src/VisualStudio/Core/Def/Implementation/Diagnostics/VisualStudioWorkspaceDiagnosticAnalyzerProviderService.AnalyzerAssemblyLoader.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Reflection; diff --git a/src/VisualStudio/Core/Def/Implementation/Diagnostics/VisualStudioWorkspaceDiagnosticAnalyzerProviderService.cs b/src/VisualStudio/Core/Def/Implementation/Diagnostics/VisualStudioWorkspaceDiagnosticAnalyzerProviderService.cs index 0e25a6bfa554d..dc6e37b327921 100644 --- a/src/VisualStudio/Core/Def/Implementation/Diagnostics/VisualStudioWorkspaceDiagnosticAnalyzerProviderService.cs +++ b/src/VisualStudio/Core/Def/Implementation/Diagnostics/VisualStudioWorkspaceDiagnosticAnalyzerProviderService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/DocumentationComments/VisualStudioDocumentationProvider.cs b/src/VisualStudio/Core/Def/Implementation/DocumentationComments/VisualStudioDocumentationProvider.cs index bd342acc0b500..39f4867a9d16a 100644 --- a/src/VisualStudio/Core/Def/Implementation/DocumentationComments/VisualStudioDocumentationProvider.cs +++ b/src/VisualStudio/Core/Def/Implementation/DocumentationComments/VisualStudioDocumentationProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Globalization; diff --git a/src/VisualStudio/Core/Def/Implementation/EditAndContinue/DebugLogMessage.cs b/src/VisualStudio/Core/Def/Implementation/EditAndContinue/DebugLogMessage.cs index 4381b2ca9c0cf..675e5d2c0acd3 100644 --- a/src/VisualStudio/Core/Def/Implementation/EditAndContinue/DebugLogMessage.cs +++ b/src/VisualStudio/Core/Def/Implementation/EditAndContinue/DebugLogMessage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IDebugEncNotify.cs b/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IDebugEncNotify.cs index 37ac65ec31cb3..10e93567adb88 100644 --- a/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IDebugEncNotify.cs +++ b/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IDebugEncNotify.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IDebugUpdateInMemoryPE.cs b/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IDebugUpdateInMemoryPE.cs index 7d2fa8cc3e8f0..cede44013294b 100644 --- a/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IDebugUpdateInMemoryPE.cs +++ b/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IDebugUpdateInMemoryPE.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IENCDebugInfo.cs b/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IENCDebugInfo.cs index b31f14e8ec1a4..9f866d71ba36b 100644 --- a/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IENCDebugInfo.cs +++ b/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IENCDebugInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IENCSymbolReaderProvider.cs b/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IENCSymbolReaderProvider.cs index 5bb9376cfc849..4c9a6d94b5d15 100644 --- a/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IENCSymbolReaderProvider.cs +++ b/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IENCSymbolReaderProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IVsENCRebuildableProjectCfg2.cs b/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IVsENCRebuildableProjectCfg2.cs index cbaa4e52e9d37..a9e6012cf06af 100644 --- a/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IVsENCRebuildableProjectCfg2.cs +++ b/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IVsENCRebuildableProjectCfg2.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IVsENCRebuildableProjectCfg4.cs b/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IVsENCRebuildableProjectCfg4.cs index 2c09c918ae4e8..321a11c835828 100644 --- a/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IVsENCRebuildableProjectCfg4.cs +++ b/src/VisualStudio/Core/Def/Implementation/EditAndContinue/Interop/IVsENCRebuildableProjectCfg4.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/EditAndContinue/VsENCRebuildableProjectImpl.cs b/src/VisualStudio/Core/Def/Implementation/EditAndContinue/VsENCRebuildableProjectImpl.cs index c4aae94265ed3..05c128347b498 100644 --- a/src/VisualStudio/Core/Def/Implementation/EditAndContinue/VsENCRebuildableProjectImpl.cs +++ b/src/VisualStudio/Core/Def/Implementation/EditAndContinue/VsENCRebuildableProjectImpl.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/EditAndContinue/VsReadOnlyDocumentTracker.cs b/src/VisualStudio/Core/Def/Implementation/EditAndContinue/VsReadOnlyDocumentTracker.cs index 817e95a5f50d7..923d9ff12a29d 100644 --- a/src/VisualStudio/Core/Def/Implementation/EditAndContinue/VsReadOnlyDocumentTracker.cs +++ b/src/VisualStudio/Core/Def/Implementation/EditAndContinue/VsReadOnlyDocumentTracker.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; @@ -98,7 +98,7 @@ private void SetReadOnly(Document document) private bool AllowsReadOnly(DocumentId documentId) { // All documents of regular running projects are read-only until the debugger breaks the app. - // However, ASP.NET doesn’t want its views (aspx, cshtml, or vbhtml) to be read-only, so they can be editable + // However, ASP.NET doesn’t want its views (aspx, cshtml, or vbhtml) to be read-only, so they can be editable // while the code is running and get refreshed next time the web page is hit. // Note that Razor-like views are modelled as a ContainedDocument but normal code including code-behind are modelled as a StandardTextDocument. diff --git a/src/VisualStudio/Core/Def/Implementation/Extensions/DocumentExtensions.cs b/src/VisualStudio/Core/Def/Implementation/Extensions/DocumentExtensions.cs index 906f82a16b2ef..fd497598ac7ba 100644 --- a/src/VisualStudio/Core/Def/Implementation/Extensions/DocumentExtensions.cs +++ b/src/VisualStudio/Core/Def/Implementation/Extensions/DocumentExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Extensions/ITextSnapshotExtensions.cs b/src/VisualStudio/Core/Def/Implementation/Extensions/ITextSnapshotExtensions.cs index 85091d92a2e30..b4cf37ba030e9 100644 --- a/src/VisualStudio/Core/Def/Implementation/Extensions/ITextSnapshotExtensions.cs +++ b/src/VisualStudio/Core/Def/Implementation/Extensions/ITextSnapshotExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Text.Shared.Extensions; using Microsoft.VisualStudio.Text; diff --git a/src/VisualStudio/Core/Def/Implementation/Extensions/SnapshotSpanExtensions.cs b/src/VisualStudio/Core/Def/Implementation/Extensions/SnapshotSpanExtensions.cs index 28ec67c57a9d5..cf12a721b6ef4 100644 --- a/src/VisualStudio/Core/Def/Implementation/Extensions/SnapshotSpanExtensions.cs +++ b/src/VisualStudio/Core/Def/Implementation/Extensions/SnapshotSpanExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Shared.Extensions; using Microsoft.VisualStudio.Text; diff --git a/src/VisualStudio/Core/Def/Implementation/Extensions/SourceTextExtensions.cs b/src/VisualStudio/Core/Def/Implementation/Extensions/SourceTextExtensions.cs index bac0c2fd7f669..1aff8d19f0aea 100644 --- a/src/VisualStudio/Core/Def/Implementation/Extensions/SourceTextExtensions.cs +++ b/src/VisualStudio/Core/Def/Implementation/Extensions/SourceTextExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Shared.Extensions; using Microsoft.CodeAnalysis.Text; diff --git a/src/VisualStudio/Core/Def/Implementation/Extensions/VirtualTreePointExtensions.cs b/src/VisualStudio/Core/Def/Implementation/Extensions/VirtualTreePointExtensions.cs index c03627b8de367..e3feb887cee1c 100644 --- a/src/VisualStudio/Core/Def/Implementation/Extensions/VirtualTreePointExtensions.cs +++ b/src/VisualStudio/Core/Def/Implementation/Extensions/VirtualTreePointExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Shared.Utilities; using VsTextSpan = Microsoft.VisualStudio.TextManager.Interop.TextSpan; diff --git a/src/VisualStudio/Core/Def/Implementation/Extensions/VisualStudioWorkspaceImplExtensions.cs b/src/VisualStudio/Core/Def/Implementation/Extensions/VisualStudioWorkspaceImplExtensions.cs index 2a12b411c97d6..511a6ab4c62d1 100644 --- a/src/VisualStudio/Core/Def/Implementation/Extensions/VisualStudioWorkspaceImplExtensions.cs +++ b/src/VisualStudio/Core/Def/Implementation/Extensions/VisualStudioWorkspaceImplExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Extensions/VsTextSpanExtensions.cs b/src/VisualStudio/Core/Def/Implementation/Extensions/VsTextSpanExtensions.cs index ec9474c1724ac..b81293bb5c03d 100644 --- a/src/VisualStudio/Core/Def/Implementation/Extensions/VsTextSpanExtensions.cs +++ b/src/VisualStudio/Core/Def/Implementation/Extensions/VsTextSpanExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.VisualStudio.LanguageServices.Implementation.ProjectSystem; diff --git a/src/VisualStudio/Core/Def/Implementation/ExtractInterface/ExtractInterfaceDialog.xaml.cs b/src/VisualStudio/Core/Def/Implementation/ExtractInterface/ExtractInterfaceDialog.xaml.cs index 9eeb5670c96e1..c74fc9ddcfcea 100644 --- a/src/VisualStudio/Core/Def/Implementation/ExtractInterface/ExtractInterfaceDialog.xaml.cs +++ b/src/VisualStudio/Core/Def/Implementation/ExtractInterface/ExtractInterfaceDialog.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/ExtractInterface/ExtractInterfaceDialogViewModel.cs b/src/VisualStudio/Core/Def/Implementation/ExtractInterface/ExtractInterfaceDialogViewModel.cs index ba239d752c990..5a9328d225d16 100644 --- a/src/VisualStudio/Core/Def/Implementation/ExtractInterface/ExtractInterfaceDialogViewModel.cs +++ b/src/VisualStudio/Core/Def/Implementation/ExtractInterface/ExtractInterfaceDialogViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/ExtractInterface/VisualStudioExtractInterfaceOptionsService.cs b/src/VisualStudio/Core/Def/Implementation/ExtractInterface/VisualStudioExtractInterfaceOptionsService.cs index 40ae798beb708..1084e1a83cad6 100644 --- a/src/VisualStudio/Core/Def/Implementation/ExtractInterface/VisualStudioExtractInterfaceOptionsService.cs +++ b/src/VisualStudio/Core/Def/Implementation/ExtractInterface/VisualStudioExtractInterfaceOptionsService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Composition; diff --git a/src/VisualStudio/Core/Def/Implementation/GenerateType/GenerateTypeDialog.xaml.cs b/src/VisualStudio/Core/Def/Implementation/GenerateType/GenerateTypeDialog.xaml.cs index c122e4c3b5d1f..900b9135a5b99 100644 --- a/src/VisualStudio/Core/Def/Implementation/GenerateType/GenerateTypeDialog.xaml.cs +++ b/src/VisualStudio/Core/Def/Implementation/GenerateType/GenerateTypeDialog.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/GenerateType/GenerateTypeDialogViewModel.cs b/src/VisualStudio/Core/Def/Implementation/GenerateType/GenerateTypeDialogViewModel.cs index d5ec2b2a21f73..23fab55434b9a 100644 --- a/src/VisualStudio/Core/Def/Implementation/GenerateType/GenerateTypeDialogViewModel.cs +++ b/src/VisualStudio/Core/Def/Implementation/GenerateType/GenerateTypeDialogViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/InlineRename/InlineRenameUndoManager.cs b/src/VisualStudio/Core/Def/Implementation/InlineRename/InlineRenameUndoManager.cs index 1bd1eda0478bb..f0bf3afb29e65 100644 --- a/src/VisualStudio/Core/Def/Implementation/InlineRename/InlineRenameUndoManager.cs +++ b/src/VisualStudio/Core/Def/Implementation/InlineRename/InlineRenameUndoManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Interop/Feedback.cs b/src/VisualStudio/Core/Def/Implementation/Interop/Feedback.cs index a9a41e1b5b92f..a8792a37ac9da 100644 --- a/src/VisualStudio/Core/Def/Implementation/Interop/Feedback.cs +++ b/src/VisualStudio/Core/Def/Implementation/Interop/Feedback.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Def/Implementation/LanguageService/AbstractLanguageService`2.IVsLanguageBlock.cs b/src/VisualStudio/Core/Def/Implementation/LanguageService/AbstractLanguageService`2.IVsLanguageBlock.cs index 0373fbf136a22..f50c4cbe17561 100644 --- a/src/VisualStudio/Core/Def/Implementation/LanguageService/AbstractLanguageService`2.IVsLanguageBlock.cs +++ b/src/VisualStudio/Core/Def/Implementation/LanguageService/AbstractLanguageService`2.IVsLanguageBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis.Editor.Host; diff --git a/src/VisualStudio/Core/Def/Implementation/LanguageService/AbstractLanguageService`2.VsLanguageDebugInfo.cs b/src/VisualStudio/Core/Def/Implementation/LanguageService/AbstractLanguageService`2.VsLanguageDebugInfo.cs index e045715e83739..5d5b68efd2b61 100644 --- a/src/VisualStudio/Core/Def/Implementation/LanguageService/AbstractLanguageService`2.VsLanguageDebugInfo.cs +++ b/src/VisualStudio/Core/Def/Implementation/LanguageService/AbstractLanguageService`2.VsLanguageDebugInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/VisualStudio/Core/Def/Implementation/Library/ClassView/AbstractSyncClassViewCommandHandler.cs b/src/VisualStudio/Core/Def/Implementation/Library/ClassView/AbstractSyncClassViewCommandHandler.cs index 435a4ab4bee43..719518f98d58d 100644 --- a/src/VisualStudio/Core/Def/Implementation/Library/ClassView/AbstractSyncClassViewCommandHandler.cs +++ b/src/VisualStudio/Core/Def/Implementation/Library/ClassView/AbstractSyncClassViewCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Def/Implementation/Library/FindResults/TreeItems/DefinitionTreeItem.cs b/src/VisualStudio/Core/Def/Implementation/Library/FindResults/TreeItems/DefinitionTreeItem.cs index 0f27c97cdc44a..109ce32a7b0a9 100644 --- a/src/VisualStudio/Core/Def/Implementation/Library/FindResults/TreeItems/DefinitionTreeItem.cs +++ b/src/VisualStudio/Core/Def/Implementation/Library/FindResults/TreeItems/DefinitionTreeItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Linq; diff --git a/src/VisualStudio/Core/Def/Implementation/Library/ObjectBrowser/AbstractDescriptionBuilder.cs b/src/VisualStudio/Core/Def/Implementation/Library/ObjectBrowser/AbstractDescriptionBuilder.cs index eb303894f5065..bdabd83e44b50 100644 --- a/src/VisualStudio/Core/Def/Implementation/Library/ObjectBrowser/AbstractDescriptionBuilder.cs +++ b/src/VisualStudio/Core/Def/Implementation/Library/ObjectBrowser/AbstractDescriptionBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/VisualStudio/Core/Def/Implementation/Library/VsNavInfo/NavInfo.cs b/src/VisualStudio/Core/Def/Implementation/Library/VsNavInfo/NavInfo.cs index f680bdee9e8d1..5883138736e96 100644 --- a/src/VisualStudio/Core/Def/Implementation/Library/VsNavInfo/NavInfo.cs +++ b/src/VisualStudio/Core/Def/Implementation/Library/VsNavInfo/NavInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/VisualStudio/Core/Def/Implementation/NavigationBar/NavigationBarClient.cs b/src/VisualStudio/Core/Def/Implementation/NavigationBar/NavigationBarClient.cs index fa189646f427c..6b09edf4cdf4e 100644 --- a/src/VisualStudio/Core/Def/Implementation/NavigationBar/NavigationBarClient.cs +++ b/src/VisualStudio/Core/Def/Implementation/NavigationBar/NavigationBarClient.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Options/LocalUserRegistryOptionPersister.cs b/src/VisualStudio/Core/Def/Implementation/Options/LocalUserRegistryOptionPersister.cs index 2682ed02d5dc1..4f4bbc59f0242 100644 --- a/src/VisualStudio/Core/Def/Implementation/Options/LocalUserRegistryOptionPersister.cs +++ b/src/VisualStudio/Core/Def/Implementation/Options/LocalUserRegistryOptionPersister.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Composition; diff --git a/src/VisualStudio/Core/Def/Implementation/Options/RoamingVisualStudioProfileOptionPersister.cs b/src/VisualStudio/Core/Def/Implementation/Options/RoamingVisualStudioProfileOptionPersister.cs index 1b897a813d089..5e83dde794953 100644 --- a/src/VisualStudio/Core/Def/Implementation/Options/RoamingVisualStudioProfileOptionPersister.cs +++ b/src/VisualStudio/Core/Def/Implementation/Options/RoamingVisualStudioProfileOptionPersister.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/PickMembers/PickMembersDialog.xaml.cs b/src/VisualStudio/Core/Def/Implementation/PickMembers/PickMembersDialog.xaml.cs index 45a7a85c00706..9bb78f0ddb3d9 100644 --- a/src/VisualStudio/Core/Def/Implementation/PickMembers/PickMembersDialog.xaml.cs +++ b/src/VisualStudio/Core/Def/Implementation/PickMembers/PickMembersDialog.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/PickMembers/PickMembersDialogViewModel.cs b/src/VisualStudio/Core/Def/Implementation/PickMembers/PickMembersDialogViewModel.cs index bdb652b34867e..216020f7297a9 100644 --- a/src/VisualStudio/Core/Def/Implementation/PickMembers/PickMembersDialogViewModel.cs +++ b/src/VisualStudio/Core/Def/Implementation/PickMembers/PickMembersDialogViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/VisualStudio/Core/Def/Implementation/PickMembers/VisualStudioPickMembersService.cs b/src/VisualStudio/Core/Def/Implementation/PickMembers/VisualStudioPickMembersService.cs index 8596607c3bcfc..3a49a691b671d 100644 --- a/src/VisualStudio/Core/Def/Implementation/PickMembers/VisualStudioPickMembersService.cs +++ b/src/VisualStudio/Core/Def/Implementation/PickMembers/VisualStudioPickMembersService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Composition; diff --git a/src/VisualStudio/Core/Def/Implementation/Preview/FileChange.cs b/src/VisualStudio/Core/Def/Implementation/Preview/FileChange.cs index 91ac13a8bb99f..6ca95f4d8ee91 100644 --- a/src/VisualStudio/Core/Def/Implementation/Preview/FileChange.cs +++ b/src/VisualStudio/Core/Def/Implementation/Preview/FileChange.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Preview/ReferenceChange.AnalyzerReferenceChange.cs b/src/VisualStudio/Core/Def/Implementation/Preview/ReferenceChange.AnalyzerReferenceChange.cs index e2cecacb23db0..120f448002edc 100644 --- a/src/VisualStudio/Core/Def/Implementation/Preview/ReferenceChange.AnalyzerReferenceChange.cs +++ b/src/VisualStudio/Core/Def/Implementation/Preview/ReferenceChange.AnalyzerReferenceChange.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Diagnostics; diff --git a/src/VisualStudio/Core/Def/Implementation/Preview/ReferenceChange.MetadataReferenceChange.cs b/src/VisualStudio/Core/Def/Implementation/Preview/ReferenceChange.MetadataReferenceChange.cs index ddc62fb738d2a..b203ad17c6cdb 100644 --- a/src/VisualStudio/Core/Def/Implementation/Preview/ReferenceChange.MetadataReferenceChange.cs +++ b/src/VisualStudio/Core/Def/Implementation/Preview/ReferenceChange.MetadataReferenceChange.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Def/Implementation/Preview/ReferenceChange.ProjectReferenceChange.cs b/src/VisualStudio/Core/Def/Implementation/Preview/ReferenceChange.ProjectReferenceChange.cs index b6924d64537d7..83477944bde15 100644 --- a/src/VisualStudio/Core/Def/Implementation/Preview/ReferenceChange.ProjectReferenceChange.cs +++ b/src/VisualStudio/Core/Def/Implementation/Preview/ReferenceChange.ProjectReferenceChange.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Def/Implementation/PreviewPane/PreviewPane.xaml.cs b/src/VisualStudio/Core/Def/Implementation/PreviewPane/PreviewPane.xaml.cs index a8e57dadb1efa..42ab20e550d25 100644 --- a/src/VisualStudio/Core/Def/Implementation/PreviewPane/PreviewPane.xaml.cs +++ b/src/VisualStudio/Core/Def/Implementation/PreviewPane/PreviewPane.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/PreviewPane/PreviewPaneService.cs b/src/VisualStudio/Core/Def/Implementation/PreviewPane/PreviewPaneService.cs index f5b93a85f9049..e6190cc85d332 100644 --- a/src/VisualStudio/Core/Def/Implementation/PreviewPane/PreviewPaneService.cs +++ b/src/VisualStudio/Core/Def/Implementation/PreviewPane/PreviewPaneService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Progression/GraphProvider.cs b/src/VisualStudio/Core/Def/Implementation/Progression/GraphProvider.cs index 9fd1c684fe619..f90df8f16b060 100644 --- a/src/VisualStudio/Core/Def/Implementation/Progression/GraphProvider.cs +++ b/src/VisualStudio/Core/Def/Implementation/Progression/GraphProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/ContainsGraphQuery.cs b/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/ContainsGraphQuery.cs index 70699e819dc78..a7300e54d50a3 100644 --- a/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/ContainsGraphQuery.cs +++ b/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/ContainsGraphQuery.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/ImplementsGraphQuery.cs b/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/ImplementsGraphQuery.cs index d04f8bb7c6034..c019417077029 100644 --- a/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/ImplementsGraphQuery.cs +++ b/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/ImplementsGraphQuery.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/InheritsGraphQuery.cs b/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/InheritsGraphQuery.cs index 258147dd5be88..b211f7c2b7476 100644 --- a/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/InheritsGraphQuery.cs +++ b/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/InheritsGraphQuery.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/IsCalledByGraphQuery.cs b/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/IsCalledByGraphQuery.cs index 545827f401a91..70475e2322c16 100644 --- a/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/IsCalledByGraphQuery.cs +++ b/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/IsCalledByGraphQuery.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/OverriddenByGraphQuery.cs b/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/OverriddenByGraphQuery.cs index 85509bb19f7e7..c4e652aa4f074 100644 --- a/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/OverriddenByGraphQuery.cs +++ b/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/OverriddenByGraphQuery.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/OverridesGraphQuery.cs b/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/OverridesGraphQuery.cs index 7dc8dd1687c63..fcdae2244c8ab 100644 --- a/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/OverridesGraphQuery.cs +++ b/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/OverridesGraphQuery.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueryManager.cs b/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueryManager.cs index 8c79435f61994..07a9ceaf896fc 100644 --- a/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueryManager.cs +++ b/src/VisualStudio/Core/Def/Implementation/Progression/GraphQueryManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Progression/IGraphQuery.cs b/src/VisualStudio/Core/Def/Implementation/Progression/IGraphQuery.cs index bacd2cacace7e..8b449ace473b6 100644 --- a/src/VisualStudio/Core/Def/Implementation/Progression/IGraphQuery.cs +++ b/src/VisualStudio/Core/Def/Implementation/Progression/IGraphQuery.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/VisualStudio/Core/Def/Implementation/Progression/IProgressionLanguageService.cs b/src/VisualStudio/Core/Def/Implementation/Progression/IProgressionLanguageService.cs index c5af8a5c31645..960be2040161e 100644 --- a/src/VisualStudio/Core/Def/Implementation/Progression/IProgressionLanguageService.cs +++ b/src/VisualStudio/Core/Def/Implementation/Progression/IProgressionLanguageService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/VisualStudio/Core/Def/Implementation/Progression/IProgressionPrimaryWorkspaceProvider.cs b/src/VisualStudio/Core/Def/Implementation/Progression/IProgressionPrimaryWorkspaceProvider.cs index 3d91dec4cb9fd..45246df4aacb2 100644 --- a/src/VisualStudio/Core/Def/Implementation/Progression/IProgressionPrimaryWorkspaceProvider.cs +++ b/src/VisualStudio/Core/Def/Implementation/Progression/IProgressionPrimaryWorkspaceProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Def/Implementation/Progression/IconHelper.cs b/src/VisualStudio/Core/Def/Implementation/Progression/IconHelper.cs index 1985813156eaa..862c555200452 100644 --- a/src/VisualStudio/Core/Def/Implementation/Progression/IconHelper.cs +++ b/src/VisualStudio/Core/Def/Implementation/Progression/IconHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Progression/RoslynGraphCategories.cs b/src/VisualStudio/Core/Def/Implementation/Progression/RoslynGraphCategories.cs index 590e724e83e4b..d8e36366ebe98 100644 --- a/src/VisualStudio/Core/Def/Implementation/Progression/RoslynGraphCategories.cs +++ b/src/VisualStudio/Core/Def/Implementation/Progression/RoslynGraphCategories.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Text; diff --git a/src/VisualStudio/Core/Def/Implementation/Progression/RoslynGraphProperties.cs b/src/VisualStudio/Core/Def/Implementation/Progression/RoslynGraphProperties.cs index c9d4b30f346ab..e1f88e8b56d18 100644 --- a/src/VisualStudio/Core/Def/Implementation/Progression/RoslynGraphProperties.cs +++ b/src/VisualStudio/Core/Def/Implementation/Progression/RoslynGraphProperties.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Def/Implementation/Progression/SymbolContainment.cs b/src/VisualStudio/Core/Def/Implementation/Progression/SymbolContainment.cs index 53d76631614d6..67dd9f5e1523d 100644 --- a/src/VisualStudio/Core/Def/Implementation/Progression/SymbolContainment.cs +++ b/src/VisualStudio/Core/Def/Implementation/Progression/SymbolContainment.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/AbstractEntryPointFinder.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/AbstractEntryPointFinder.cs index e3f4c2a4b5c1d..7668c66ff32d6 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/AbstractEntryPointFinder.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/AbstractEntryPointFinder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/DocumentProvider.RunningDocTableEventsSink.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/DocumentProvider.RunningDocTableEventsSink.cs index a9d45af8b5807..abd86f6b68c35 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/DocumentProvider.RunningDocTableEventsSink.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/DocumentProvider.RunningDocTableEventsSink.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Shell.Interop; diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Extensions/ProjectExtensions.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Extensions/ProjectExtensions.cs index a447cedb25de3..65b7157d0d2a2 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Extensions/ProjectExtensions.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Extensions/ProjectExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/HierarchyEventsSink.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/HierarchyEventsSink.cs index 5d5d338411f36..b4a397979e0f1 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/HierarchyEventsSink.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/HierarchyEventsSink.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Interop/IAnalyzerHost.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Interop/IAnalyzerHost.cs index dc0f33e177b42..0c1a093039cad 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Interop/IAnalyzerHost.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Interop/IAnalyzerHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Interop/IIntPtrReturningVsInvisibleEditorManager.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Interop/IIntPtrReturningVsInvisibleEditorManager.cs index c96fca7ffdc32..39be754dd236f 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Interop/IIntPtrReturningVsInvisibleEditorManager.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Interop/IIntPtrReturningVsInvisibleEditorManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Interop/IVsUndoState.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Interop/IVsUndoState.cs index e7d2525cf61bb..d338142a67419 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Interop/IVsUndoState.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Interop/IVsUndoState.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.CompilerServices; diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Legacy/AbstractLegacyProject_IIntellisenseBuildTarget.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Legacy/AbstractLegacyProject_IIntellisenseBuildTarget.cs index 16959c3fbe4e3..6633a62d81af3 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Legacy/AbstractLegacyProject_IIntellisenseBuildTarget.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/Legacy/AbstractLegacyProject_IIntellisenseBuildTarget.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MetadataReferences/VisualStudioMetadataReferenceManager.Factory.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MetadataReferences/VisualStudioMetadataReferenceManager.Factory.cs index fad9e9ead895d..74ee877362bfe 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MetadataReferences/VisualStudioMetadataReferenceManager.Factory.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MetadataReferences/VisualStudioMetadataReferenceManager.Factory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MiscellaneousFilesWorkspace.HostProject.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MiscellaneousFilesWorkspace.HostProject.cs index 8ccf76d95fc45..a02107be93686 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MiscellaneousFilesWorkspace.HostProject.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MiscellaneousFilesWorkspace.HostProject.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MiscellaneousFilesWorkspace.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MiscellaneousFilesWorkspace.cs index 594ed470b0b0b..b497b8363f94d 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MiscellaneousFilesWorkspace.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/MiscellaneousFilesWorkspace.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/ReiteratedVersionSnapshotTracker.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/ReiteratedVersionSnapshotTracker.cs index 5e087ba3fec97..e3dde3f53d13c 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/ReiteratedVersionSnapshotTracker.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/ReiteratedVersionSnapshotTracker.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Text; diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/ViewEventArgs.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/ViewEventArgs.cs index fe4bdf723f624..a675836efea1c 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/ViewEventArgs.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/ViewEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.TextManager.Interop; diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioProjectTracker.WorkspaceHostState.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioProjectTracker.WorkspaceHostState.cs index 008601b0bd272..152ba7caffdc2 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioProjectTracker.WorkspaceHostState.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioProjectTracker.WorkspaceHostState.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioWorkspace.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioWorkspace.cs index b29af301a0e08..7bf96381dc459 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioWorkspace.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioWorkspace.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioWorkspaceImpl.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioWorkspaceImpl.cs index d27587ad0e88b..5f490069e1ff7 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioWorkspaceImpl.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioWorkspaceImpl.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioWorkspaceImpl_IVsSolutionEvents.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioWorkspaceImpl_IVsSolutionEvents.cs index 43386d4751636..13bb6f3c06540 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioWorkspaceImpl_IVsSolutionEvents.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioWorkspaceImpl_IVsSolutionEvents.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioWorkspaceImpl_IVsSolutionLoadEvents.cs b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioWorkspaceImpl_IVsSolutionLoadEvents.cs index b32dba4b8833b..60521f99fb3eb 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioWorkspaceImpl_IVsSolutionLoadEvents.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioWorkspaceImpl_IVsSolutionLoadEvents.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/ProvideAutomationPropertiesAttribute.cs b/src/VisualStudio/Core/Def/Implementation/ProvideAutomationPropertiesAttribute.cs index 2f136b50e2fd3..6b1b202f8d28f 100644 --- a/src/VisualStudio/Core/Def/Implementation/ProvideAutomationPropertiesAttribute.cs +++ b/src/VisualStudio/Core/Def/Implementation/ProvideAutomationPropertiesAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/RQName/RQName.cs b/src/VisualStudio/Core/Def/Implementation/RQName/RQName.cs index 9aada8eba64b9..55dd2a0be880a 100644 --- a/src/VisualStudio/Core/Def/Implementation/RQName/RQName.cs +++ b/src/VisualStudio/Core/Def/Implementation/RQName/RQName.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Features.RQName; diff --git a/src/VisualStudio/Core/Def/Implementation/SaveEventsService.cs b/src/VisualStudio/Core/Def/Implementation/SaveEventsService.cs index c574601a69dea..ef9fc41cdd6fe 100644 --- a/src/VisualStudio/Core/Def/Implementation/SaveEventsService.cs +++ b/src/VisualStudio/Core/Def/Implementation/SaveEventsService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Composition; diff --git a/src/VisualStudio/Core/Def/Implementation/Snippets/AbstractSnippetCommandHandler.cs b/src/VisualStudio/Core/Def/Implementation/Snippets/AbstractSnippetCommandHandler.cs index e01a7841b6a93..04c5c7a8d8856 100644 --- a/src/VisualStudio/Core/Def/Implementation/Snippets/AbstractSnippetCommandHandler.cs +++ b/src/VisualStudio/Core/Def/Implementation/Snippets/AbstractSnippetCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/VisualStudio/Core/Def/Implementation/Snippets/AbstractSnippetExpansionClient.cs b/src/VisualStudio/Core/Def/Implementation/Snippets/AbstractSnippetExpansionClient.cs index e92d5869b2baf..64cafda402de9 100644 --- a/src/VisualStudio/Core/Def/Implementation/Snippets/AbstractSnippetExpansionClient.cs +++ b/src/VisualStudio/Core/Def/Implementation/Snippets/AbstractSnippetExpansionClient.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Snippets/AbstractSnippetInfoService.cs b/src/VisualStudio/Core/Def/Implementation/Snippets/AbstractSnippetInfoService.cs index 6cabd57ab5f2f..1ce280b37565f 100644 --- a/src/VisualStudio/Core/Def/Implementation/Snippets/AbstractSnippetInfoService.cs +++ b/src/VisualStudio/Core/Def/Implementation/Snippets/AbstractSnippetInfoService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Snippets/IVsContainedLanguageHostInternal.cs b/src/VisualStudio/Core/Def/Implementation/Snippets/IVsContainedLanguageHostInternal.cs index 8741f65df3363..00835126beb96 100644 --- a/src/VisualStudio/Core/Def/Implementation/Snippets/IVsContainedLanguageHostInternal.cs +++ b/src/VisualStudio/Core/Def/Implementation/Snippets/IVsContainedLanguageHostInternal.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Snippets/IVsExpansionSessionInternal.cs b/src/VisualStudio/Core/Def/Implementation/Snippets/IVsExpansionSessionInternal.cs index 803afeb6d0568..1b87fe8af415a 100644 --- a/src/VisualStudio/Core/Def/Implementation/Snippets/IVsExpansionSessionInternal.cs +++ b/src/VisualStudio/Core/Def/Implementation/Snippets/IVsExpansionSessionInternal.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunction.IVsExpansionFunction.cs b/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunction.IVsExpansionFunction.cs index 7bda2e17e2059..47d8eca0d3211 100644 --- a/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunction.IVsExpansionFunction.cs +++ b/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunction.IVsExpansionFunction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using System.Threading; diff --git a/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunction.cs b/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunction.cs index c60136ccb86be..fcdd823a456a8 100644 --- a/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunction.cs +++ b/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunctionClassName.cs b/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunctionClassName.cs index 7b577a8ab5e10..3cd0b7bffd72a 100644 --- a/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunctionClassName.cs +++ b/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunctionClassName.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunctionGenerateSwitchCases.cs b/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunctionGenerateSwitchCases.cs index f6e9b3de02acb..18a072da8358a 100644 --- a/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunctionGenerateSwitchCases.cs +++ b/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunctionGenerateSwitchCases.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Text; diff --git a/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunctionSimpleTypeName.cs b/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunctionSimpleTypeName.cs index 350415e5d9411..36f3460a724f7 100644 --- a/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunctionSimpleTypeName.cs +++ b/src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunctionSimpleTypeName.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Def/Implementation/StandaloneCommandFilter.cs b/src/VisualStudio/Core/Def/Implementation/StandaloneCommandFilter.cs index b88b7b34befe8..954400bddde5c 100644 --- a/src/VisualStudio/Core/Def/Implementation/StandaloneCommandFilter.cs +++ b/src/VisualStudio/Core/Def/Implementation/StandaloneCommandFilter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Editor; diff --git a/src/VisualStudio/Core/Def/Implementation/TableDataSource/Suppression/SuppressionStateColumnDefinition.cs b/src/VisualStudio/Core/Def/Implementation/TableDataSource/Suppression/SuppressionStateColumnDefinition.cs index da525f3f65aa9..e19457a3f18d9 100644 --- a/src/VisualStudio/Core/Def/Implementation/TableDataSource/Suppression/SuppressionStateColumnDefinition.cs +++ b/src/VisualStudio/Core/Def/Implementation/TableDataSource/Suppression/SuppressionStateColumnDefinition.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.ComponentModel.Composition; diff --git a/src/VisualStudio/Core/Def/Implementation/TableDataSource/TableItem.cs b/src/VisualStudio/Core/Def/Implementation/TableDataSource/TableItem.cs index 665ab2c32ef36..2778f51ec91e6 100644 --- a/src/VisualStudio/Core/Def/Implementation/TableDataSource/TableItem.cs +++ b/src/VisualStudio/Core/Def/Implementation/TableDataSource/TableItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs b/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs index 1ca5f88ebc229..03491eeeaf460 100644 --- a/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs +++ b/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioBaseDiagnosticListTable.cs b/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioBaseDiagnosticListTable.cs index 58dc22be865ba..ce454d68bb9c4 100644 --- a/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioBaseDiagnosticListTable.cs +++ b/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioBaseDiagnosticListTable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioBaseTodoListTable.cs b/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioBaseTodoListTable.cs index 7eb3428c54e07..6f97290cce531 100644 --- a/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioBaseTodoListTable.cs +++ b/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioBaseTodoListTable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioDiagnosticListTable.BuildTableDataSource.cs b/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioDiagnosticListTable.BuildTableDataSource.cs index 35beec719c28f..05d043d428d52 100644 --- a/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioDiagnosticListTable.BuildTableDataSource.cs +++ b/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioDiagnosticListTable.BuildTableDataSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioDiagnosticListTable.cs b/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioDiagnosticListTable.cs index ca338d132397f..ef7571f623ba4 100644 --- a/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioDiagnosticListTable.cs +++ b/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioDiagnosticListTable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel; diff --git a/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioTodoListTable.cs b/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioTodoListTable.cs index fd7a306bb9a17..160e1f55cd3dd 100644 --- a/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioTodoListTable.cs +++ b/src/VisualStudio/Core/Def/Implementation/TableDataSource/VisualStudioTodoListTable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Def/Implementation/TaskList/CommentTaskTokenSerializer.cs b/src/VisualStudio/Core/Def/Implementation/TaskList/CommentTaskTokenSerializer.cs index 288c741755bb2..f38d412aeecd5 100644 --- a/src/VisualStudio/Core/Def/Implementation/TaskList/CommentTaskTokenSerializer.cs +++ b/src/VisualStudio/Core/Def/Implementation/TaskList/CommentTaskTokenSerializer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/TaskList/ExternalErrorDiagnosticUpdateSource.cs b/src/VisualStudio/Core/Def/Implementation/TaskList/ExternalErrorDiagnosticUpdateSource.cs index 00c67861e94aa..f55ce8fdb8223 100644 --- a/src/VisualStudio/Core/Def/Implementation/TaskList/ExternalErrorDiagnosticUpdateSource.cs +++ b/src/VisualStudio/Core/Def/Implementation/TaskList/ExternalErrorDiagnosticUpdateSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/TaskList/ProjectExternalErrorReporter.cs b/src/VisualStudio/Core/Def/Implementation/TaskList/ProjectExternalErrorReporter.cs index c90c7a17d4ae0..1c7b36b9be837 100644 --- a/src/VisualStudio/Core/Def/Implementation/TaskList/ProjectExternalErrorReporter.cs +++ b/src/VisualStudio/Core/Def/Implementation/TaskList/ProjectExternalErrorReporter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Utilities/AbstractNotifyPropertyChanged.cs b/src/VisualStudio/Core/Def/Implementation/Utilities/AbstractNotifyPropertyChanged.cs index cac9468348942..789b0903b15cd 100644 --- a/src/VisualStudio/Core/Def/Implementation/Utilities/AbstractNotifyPropertyChanged.cs +++ b/src/VisualStudio/Core/Def/Implementation/Utilities/AbstractNotifyPropertyChanged.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.ComponentModel; diff --git a/src/VisualStudio/Core/Def/Implementation/Utilities/BrowserHelper.cs b/src/VisualStudio/Core/Def/Implementation/Utilities/BrowserHelper.cs index 9d5bbb63e1dc8..886c8f6298472 100644 --- a/src/VisualStudio/Core/Def/Implementation/Utilities/BrowserHelper.cs +++ b/src/VisualStudio/Core/Def/Implementation/Utilities/BrowserHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Diagnostics; diff --git a/src/VisualStudio/Core/Def/Implementation/Utilities/Exceptions.cs b/src/VisualStudio/Core/Def/Implementation/Utilities/Exceptions.cs index 5cd736301cec1..8e4750fd98b5c 100644 --- a/src/VisualStudio/Core/Def/Implementation/Utilities/Exceptions.cs +++ b/src/VisualStudio/Core/Def/Implementation/Utilities/Exceptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Def/Implementation/Utilities/GlyphExtensions.cs b/src/VisualStudio/Core/Def/Implementation/Utilities/GlyphExtensions.cs index 83ae9ba104b32..1c1ce6c8af261 100644 --- a/src/VisualStudio/Core/Def/Implementation/Utilities/GlyphExtensions.cs +++ b/src/VisualStudio/Core/Def/Implementation/Utilities/GlyphExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Editor.Shared.Extensions; diff --git a/src/VisualStudio/Core/Def/Implementation/Utilities/HyperlinkStyleHelper.cs b/src/VisualStudio/Core/Def/Implementation/Utilities/HyperlinkStyleHelper.cs index d8af292cc77df..c217b96924d2b 100644 --- a/src/VisualStudio/Core/Def/Implementation/Utilities/HyperlinkStyleHelper.cs +++ b/src/VisualStudio/Core/Def/Implementation/Utilities/HyperlinkStyleHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Windows; using System.Windows.Documents; diff --git a/src/VisualStudio/Core/Def/Implementation/Utilities/IVsEnumDebugName.cs b/src/VisualStudio/Core/Def/Implementation/Utilities/IVsEnumDebugName.cs index e0d9d79d9e3f2..b2f6658211cce 100644 --- a/src/VisualStudio/Core/Def/Implementation/Utilities/IVsEnumDebugName.cs +++ b/src/VisualStudio/Core/Def/Implementation/Utilities/IVsEnumDebugName.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.VisualStudio.TextManager.Interop; diff --git a/src/VisualStudio/Core/Def/Implementation/Utilities/IVsLanguageDebugInfo.cs b/src/VisualStudio/Core/Def/Implementation/Utilities/IVsLanguageDebugInfo.cs index 257dad3506a70..7834e7beaf5c1 100644 --- a/src/VisualStudio/Core/Def/Implementation/Utilities/IVsLanguageDebugInfo.cs +++ b/src/VisualStudio/Core/Def/Implementation/Utilities/IVsLanguageDebugInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Def/Implementation/Utilities/TaskItemsEnum.cs b/src/VisualStudio/Core/Def/Implementation/Utilities/TaskItemsEnum.cs index 0ee3d648a7ec6..73f5129ae8324 100644 --- a/src/VisualStudio/Core/Def/Implementation/Utilities/TaskItemsEnum.cs +++ b/src/VisualStudio/Core/Def/Implementation/Utilities/TaskItemsEnum.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio; using Microsoft.VisualStudio.Shell.Interop; diff --git a/src/VisualStudio/Core/Def/Implementation/Utilities/TimeSlice.cs b/src/VisualStudio/Core/Def/Implementation/Utilities/TimeSlice.cs index 5e36909965e6e..07ded0c0f4562 100644 --- a/src/VisualStudio/Core/Def/Implementation/Utilities/TimeSlice.cs +++ b/src/VisualStudio/Core/Def/Implementation/Utilities/TimeSlice.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/VisualStudio/Core/Def/Implementation/Utilities/VisualStudioWaitContext.Callback.cs b/src/VisualStudio/Core/Def/Implementation/Utilities/VisualStudioWaitContext.Callback.cs index 7c09864b1218f..5fdf7618e9e3d 100644 --- a/src/VisualStudio/Core/Def/Implementation/Utilities/VisualStudioWaitContext.Callback.cs +++ b/src/VisualStudio/Core/Def/Implementation/Utilities/VisualStudioWaitContext.Callback.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using System.Threading; diff --git a/src/VisualStudio/Core/Def/Implementation/Utilities/VisualStudioWaitContext.cs b/src/VisualStudio/Core/Def/Implementation/Utilities/VisualStudioWaitContext.cs index 9f8312357136a..98b3f82a555e2 100644 --- a/src/VisualStudio/Core/Def/Implementation/Utilities/VisualStudioWaitContext.cs +++ b/src/VisualStudio/Core/Def/Implementation/Utilities/VisualStudioWaitContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using System.Threading; diff --git a/src/VisualStudio/Core/Def/Implementation/Utilities/VisualStudioWaitIndicator.cs b/src/VisualStudio/Core/Def/Implementation/Utilities/VisualStudioWaitIndicator.cs index beeef63db5cc5..af4c035914ff6 100644 --- a/src/VisualStudio/Core/Def/Implementation/Utilities/VisualStudioWaitIndicator.cs +++ b/src/VisualStudio/Core/Def/Implementation/Utilities/VisualStudioWaitIndicator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Composition; diff --git a/src/VisualStudio/Core/Def/Implementation/Utilities/VsDebugName.cs b/src/VisualStudio/Core/Def/Implementation/Utilities/VsDebugName.cs index c78e58d07e896..27d5ed5c69ff6 100644 --- a/src/VisualStudio/Core/Def/Implementation/Utilities/VsDebugName.cs +++ b/src/VisualStudio/Core/Def/Implementation/Utilities/VsDebugName.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio; using Microsoft.VisualStudio.TextManager.Interop; diff --git a/src/VisualStudio/Core/Def/Implementation/Utilities/VsEnumBSTR.cs b/src/VisualStudio/Core/Def/Implementation/Utilities/VsEnumBSTR.cs index 0158ba2f0d404..a7e81b2b97e95 100644 --- a/src/VisualStudio/Core/Def/Implementation/Utilities/VsEnumBSTR.cs +++ b/src/VisualStudio/Core/Def/Implementation/Utilities/VsEnumBSTR.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.VisualStudio; diff --git a/src/VisualStudio/Core/Def/Implementation/Utilities/VsEnumDebugName.cs b/src/VisualStudio/Core/Def/Implementation/Utilities/VsEnumDebugName.cs index f150a4fa19a23..4b9f80cc5a5a5 100644 --- a/src/VisualStudio/Core/Def/Implementation/Utilities/VsEnumDebugName.cs +++ b/src/VisualStudio/Core/Def/Implementation/Utilities/VsEnumDebugName.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.VisualStudio; diff --git a/src/VisualStudio/Core/Def/Implementation/Venus/AbstractContainedLanguage.cs b/src/VisualStudio/Core/Def/Implementation/Venus/AbstractContainedLanguage.cs index 95dce162891ac..ad2b6c68b8ce3 100644 --- a/src/VisualStudio/Core/Def/Implementation/Venus/AbstractContainedLanguage.cs +++ b/src/VisualStudio/Core/Def/Implementation/Venus/AbstractContainedLanguage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.LanguageServices.Implementation.ProjectSystem; diff --git a/src/VisualStudio/Core/Def/Implementation/Venus/CodeBlockEnumerator.cs b/src/VisualStudio/Core/Def/Implementation/Venus/CodeBlockEnumerator.cs index e2ba2438e4400..23940e35cf2f8 100644 --- a/src/VisualStudio/Core/Def/Implementation/Venus/CodeBlockEnumerator.cs +++ b/src/VisualStudio/Core/Def/Implementation/Venus/CodeBlockEnumerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Venus/ContainedDocument.cs b/src/VisualStudio/Core/Def/Implementation/Venus/ContainedDocument.cs index 3802566256d03..eade94030b5db 100644 --- a/src/VisualStudio/Core/Def/Implementation/Venus/ContainedDocument.cs +++ b/src/VisualStudio/Core/Def/Implementation/Venus/ContainedDocument.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Venus/ContainedDocumentPreserveFormattingRule.cs b/src/VisualStudio/Core/Def/Implementation/Venus/ContainedDocumentPreserveFormattingRule.cs index a1a39e8283eb2..c3af5648458b6 100644 --- a/src/VisualStudio/Core/Def/Implementation/Venus/ContainedDocumentPreserveFormattingRule.cs +++ b/src/VisualStudio/Core/Def/Implementation/Venus/ContainedDocumentPreserveFormattingRule.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Formatting.Rules; diff --git a/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguage.IVsContainedCode.cs b/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguage.IVsContainedCode.cs index dbfc366a91865..c5958f7b623f9 100644 --- a/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguage.IVsContainedCode.cs +++ b/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguage.IVsContainedCode.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguage.IVsContainedLanguage.cs b/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguage.IVsContainedLanguage.cs index 815c1b191d752..74d53d47c2cb0 100644 --- a/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguage.IVsContainedLanguage.cs +++ b/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguage.IVsContainedLanguage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Editor; diff --git a/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguage.IVsContainedLanguageCodeSupport.cs b/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguage.IVsContainedLanguageCodeSupport.cs index ac861801c75c7..e6440dc235e4b 100644 --- a/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguage.IVsContainedLanguageCodeSupport.cs +++ b/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguage.IVsContainedLanguageCodeSupport.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguage.cs b/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguage.cs index a56e8f41debd0..598a6bd6b6caf 100644 --- a/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguage.cs +++ b/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguageCodeSupport.cs b/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguageCodeSupport.cs index 556dad201362e..e8922be8fb55d 100644 --- a/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguageCodeSupport.cs +++ b/src/VisualStudio/Core/Def/Implementation/Venus/ContainedLanguageCodeSupport.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Venus/IVsContainedLanguageCodeSupport.cs b/src/VisualStudio/Core/Def/Implementation/Venus/IVsContainedLanguageCodeSupport.cs index 78c2b310fcf26..b3013ab01e93a 100644 --- a/src/VisualStudio/Core/Def/Implementation/Venus/IVsContainedLanguageCodeSupport.cs +++ b/src/VisualStudio/Core/Def/Implementation/Venus/IVsContainedLanguageCodeSupport.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.CompilerServices; diff --git a/src/VisualStudio/Core/Def/Implementation/Venus/IVsContainedLanguageStaticEventBinding.cs b/src/VisualStudio/Core/Def/Implementation/Venus/IVsContainedLanguageStaticEventBinding.cs index b7c6733e246aa..cdc9861248f66 100644 --- a/src/VisualStudio/Core/Def/Implementation/Venus/IVsContainedLanguageStaticEventBinding.cs +++ b/src/VisualStudio/Core/Def/Implementation/Venus/IVsContainedLanguageStaticEventBinding.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.CompilerServices; diff --git a/src/VisualStudio/Core/Def/Implementation/Venus/VenusCommandFilter.cs b/src/VisualStudio/Core/Def/Implementation/Venus/VenusCommandFilter.cs index 77106aa45e60f..ef4659f38037d 100644 --- a/src/VisualStudio/Core/Def/Implementation/Venus/VenusCommandFilter.cs +++ b/src/VisualStudio/Core/Def/Implementation/Venus/VenusCommandFilter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics; using System.Linq; diff --git a/src/VisualStudio/Core/Def/Implementation/VirtualMemoryNotificationListener.cs b/src/VisualStudio/Core/Def/Implementation/VirtualMemoryNotificationListener.cs index f188ccac7325f..560b45d6dc2d5 100644 --- a/src/VisualStudio/Core/Def/Implementation/VirtualMemoryNotificationListener.cs +++ b/src/VisualStudio/Core/Def/Implementation/VirtualMemoryNotificationListener.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; diff --git a/src/VisualStudio/Core/Def/Implementation/VisualStudioDocumentSupportsSuggestionService.cs b/src/VisualStudio/Core/Def/Implementation/VisualStudioDocumentSupportsSuggestionService.cs index 90803fa4d3926..3785021dcaea5 100644 --- a/src/VisualStudio/Core/Def/Implementation/VisualStudioDocumentSupportsSuggestionService.cs +++ b/src/VisualStudio/Core/Def/Implementation/VisualStudioDocumentSupportsSuggestionService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Def/Implementation/VisualStudioMetadataAsSourceFileSupportService.cs b/src/VisualStudio/Core/Def/Implementation/VisualStudioMetadataAsSourceFileSupportService.cs index d1458806b9551..65bc6d2411d35 100644 --- a/src/VisualStudio/Core/Def/Implementation/VisualStudioMetadataAsSourceFileSupportService.cs +++ b/src/VisualStudio/Core/Def/Implementation/VisualStudioMetadataAsSourceFileSupportService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Def/Implementation/VsRefactorNotifyService.cs b/src/VisualStudio/Core/Def/Implementation/VsRefactorNotifyService.cs index 432d7013b9d7e..d2c83a97f9960 100644 --- a/src/VisualStudio/Core/Def/Implementation/VsRefactorNotifyService.cs +++ b/src/VisualStudio/Core/Def/Implementation/VsRefactorNotifyService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.ComponentModel.Composition; diff --git a/src/VisualStudio/Core/Def/Implementation/Workspace/GlobalOperationNotificationServiceFactory.cs b/src/VisualStudio/Core/Def/Implementation/Workspace/GlobalOperationNotificationServiceFactory.cs index 01f6b92c77088..17705a108c9c8 100644 --- a/src/VisualStudio/Core/Def/Implementation/Workspace/GlobalOperationNotificationServiceFactory.cs +++ b/src/VisualStudio/Core/Def/Implementation/Workspace/GlobalOperationNotificationServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Workspace/GlobalUndoServiceFactory.NoOpUndoPrimitive.cs b/src/VisualStudio/Core/Def/Implementation/Workspace/GlobalUndoServiceFactory.NoOpUndoPrimitive.cs index 89182365eabc8..29cd8f33df2c5 100644 --- a/src/VisualStudio/Core/Def/Implementation/Workspace/GlobalUndoServiceFactory.NoOpUndoPrimitive.cs +++ b/src/VisualStudio/Core/Def/Implementation/Workspace/GlobalUndoServiceFactory.NoOpUndoPrimitive.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Text.Operations; diff --git a/src/VisualStudio/Core/Def/Implementation/Workspace/GlobalUndoServiceFactory.WorkspaceGlobalUndoTransaction.cs b/src/VisualStudio/Core/Def/Implementation/Workspace/GlobalUndoServiceFactory.WorkspaceGlobalUndoTransaction.cs index 28bbe8e9db6d4..373a942997bb4 100644 --- a/src/VisualStudio/Core/Def/Implementation/Workspace/GlobalUndoServiceFactory.WorkspaceGlobalUndoTransaction.cs +++ b/src/VisualStudio/Core/Def/Implementation/Workspace/GlobalUndoServiceFactory.WorkspaceGlobalUndoTransaction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Def/Implementation/Workspace/GlobalUndoServiceFactory.cs b/src/VisualStudio/Core/Def/Implementation/Workspace/GlobalUndoServiceFactory.cs index f8e8c5d0d631c..3eb3eef8daed1 100644 --- a/src/VisualStudio/Core/Def/Implementation/Workspace/GlobalUndoServiceFactory.cs +++ b/src/VisualStudio/Core/Def/Implementation/Workspace/GlobalUndoServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; diff --git a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioAddMetadataReferenceCodeActionOperationFactoryWorkspaceService.cs b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioAddMetadataReferenceCodeActionOperationFactoryWorkspaceService.cs index ee1500ece7a8d..9ad0882ef1d5a 100644 --- a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioAddMetadataReferenceCodeActionOperationFactoryWorkspaceService.cs +++ b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioAddMetadataReferenceCodeActionOperationFactoryWorkspaceService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; diff --git a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioDocumentNavigationService.cs b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioDocumentNavigationService.cs index f6fea9c666fab..2fe9247a541c8 100644 --- a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioDocumentNavigationService.cs +++ b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioDocumentNavigationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioDocumentNavigationServiceFactory.cs b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioDocumentNavigationServiceFactory.cs index d5cb43683e088..94813eaa7537e 100644 --- a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioDocumentNavigationServiceFactory.cs +++ b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioDocumentNavigationServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioDocumentTrackingServiceFactory.cs b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioDocumentTrackingServiceFactory.cs index 20842cab44203..a1eb7269ae115 100644 --- a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioDocumentTrackingServiceFactory.cs +++ b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioDocumentTrackingServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; diff --git a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioErrorReportingService.cs b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioErrorReportingService.cs index d443933dc82ba..35ed0689f2597 100644 --- a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioErrorReportingService.cs +++ b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioErrorReportingService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Extensions; diff --git a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioFormattingRuleFactoryServiceFactory.cs b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioFormattingRuleFactoryServiceFactory.cs index 7d100a398efb4..dc381f70df05e 100644 --- a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioFormattingRuleFactoryServiceFactory.cs +++ b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioFormattingRuleFactoryServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioSymbolNavigationService.cs b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioSymbolNavigationService.cs index 25255610d52e8..cb37b08a1f26a 100644 --- a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioSymbolNavigationService.cs +++ b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioSymbolNavigationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioSymbolNavigationServiceFactory.cs b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioSymbolNavigationServiceFactory.cs index 993251326d6bf..412480415144f 100644 --- a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioSymbolNavigationServiceFactory.cs +++ b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioSymbolNavigationServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Editor.Implementation.Structure; diff --git a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioSymbolRenamedCodeActionOperationFactoryWorkspaceService.cs b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioSymbolRenamedCodeActionOperationFactoryWorkspaceService.cs index 8a0661fdd3295..22d3b31a4246c 100644 --- a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioSymbolRenamedCodeActionOperationFactoryWorkspaceService.cs +++ b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioSymbolRenamedCodeActionOperationFactoryWorkspaceService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioTextUndoHistoryWorkspaceServiceFactory.cs b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioTextUndoHistoryWorkspaceServiceFactory.cs index 883ff917dfd4a..da71d5e0f32d0 100644 --- a/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioTextUndoHistoryWorkspaceServiceFactory.cs +++ b/src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioTextUndoHistoryWorkspaceServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Def/Implementation/Workspace/WorkspaceFailureOutputPane.cs b/src/VisualStudio/Core/Def/Implementation/Workspace/WorkspaceFailureOutputPane.cs index 7965bafe78619..94648a1842e38 100644 --- a/src/VisualStudio/Core/Def/Implementation/Workspace/WorkspaceFailureOutputPane.cs +++ b/src/VisualStudio/Core/Def/Implementation/Workspace/WorkspaceFailureOutputPane.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Def/Packaging/PackageInstallerServiceFactory.cs b/src/VisualStudio/Core/Def/Packaging/PackageInstallerServiceFactory.cs index ddb56b3d550fc..7d3b3ad1a6475 100644 --- a/src/VisualStudio/Core/Def/Packaging/PackageInstallerServiceFactory.cs +++ b/src/VisualStudio/Core/Def/Packaging/PackageInstallerServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; diff --git a/src/VisualStudio/Core/Def/Progression/GraphNodeCreation.cs b/src/VisualStudio/Core/Def/Progression/GraphNodeCreation.cs index 44f2077e00796..bc0958ff5733c 100644 --- a/src/VisualStudio/Core/Def/Progression/GraphNodeCreation.cs +++ b/src/VisualStudio/Core/Def/Progression/GraphNodeCreation.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/VisualStudio/Core/Def/RoslynPackage.cs b/src/VisualStudio/Core/Def/RoslynPackage.cs index 2a563310878bb..73685ed5550fa 100644 --- a/src/VisualStudio/Core/Def/RoslynPackage.cs +++ b/src/VisualStudio/Core/Def/RoslynPackage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Design; diff --git a/src/VisualStudio/Core/Def/Utilities/SpanExtensions.cs b/src/VisualStudio/Core/Def/Utilities/SpanExtensions.cs index 2b59426009697..060fa65a2737e 100644 --- a/src/VisualStudio/Core/Def/Utilities/SpanExtensions.cs +++ b/src/VisualStudio/Core/Def/Utilities/SpanExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Windows.Media.TextFormatting; using Microsoft.CodeAnalysis.Text; diff --git a/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelObject.cs b/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelObject.cs index 5f0b928f99a97..ad6a13891dfc9 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelObject.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelObject_CodeGen.cs b/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelObject_CodeGen.cs index 4f6e4aa055426..aa976d50615c0 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelObject_CodeGen.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelObject_CodeGen.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelService.AbstractCodeModelEventCollector.cs b/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelService.AbstractCodeModelEventCollector.cs index 29682320c7d0a..51a15a875d41a 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelService.AbstractCodeModelEventCollector.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelService.AbstractCodeModelEventCollector.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelService.AbstractNodeLocator.cs b/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelService.AbstractNodeLocator.cs index 45dd5162c023e..8265bf6817fe7 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelService.AbstractNodeLocator.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelService.AbstractNodeLocator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Editor.Shared.Utilities; diff --git a/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelService.AbstractNodeNameGenerator.cs b/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelService.AbstractNodeNameGenerator.cs index 8a9e6ae5f571f..8199e55778ff2 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelService.AbstractNodeNameGenerator.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelService.AbstractNodeNameGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics; using System.Linq; diff --git a/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelService.cs b/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelService.cs index d665f4082edea..c5e0269bf1e5a 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelService.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Impl/CodeModel/AbstractProjectCodeModel.cs b/src/VisualStudio/Core/Impl/CodeModel/AbstractProjectCodeModel.cs index ee2a2847b9652..9e18556c27f0a 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/AbstractProjectCodeModel.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/AbstractProjectCodeModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Impl/CodeModel/CodeModelEvent.cs b/src/VisualStudio/Core/Impl/CodeModel/CodeModelEvent.cs index feaea20251d9f..ca829f36394da 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/CodeModelEvent.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/CodeModelEvent.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Impl/CodeModel/CodeModelEventQueue.cs b/src/VisualStudio/Core/Impl/CodeModel/CodeModelEventQueue.cs index e11ba9c6bca0c..b874b49f48995 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/CodeModelEventQueue.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/CodeModelEventQueue.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Impl/CodeModel/CodeModelEventType.cs b/src/VisualStudio/Core/Impl/CodeModel/CodeModelEventType.cs index 67466825e4e4d..e75056ce141b4 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/CodeModelEventType.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/CodeModelEventType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/VisualStudio/Core/Impl/CodeModel/CodeModelExtensions.cs b/src/VisualStudio/Core/Impl/CodeModel/CodeModelExtensions.cs index 212816284bf24..b5242badc23c0 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/CodeModelExtensions.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/CodeModelExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Impl/CodeModel/CodeModelIncrementalAnalyzer.cs b/src/VisualStudio/Core/Impl/CodeModel/CodeModelIncrementalAnalyzer.cs index e7630a2fee0f8..1a837c74f99c8 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/CodeModelIncrementalAnalyzer.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/CodeModelIncrementalAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Impl/CodeModel/CodeModelProjectCache.CacheEntry.cs b/src/VisualStudio/Core/Impl/CodeModel/CodeModelProjectCache.CacheEntry.cs index ea92708a89c9b..0addb59ec14c2 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/CodeModelProjectCache.CacheEntry.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/CodeModelProjectCache.CacheEntry.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.LanguageServices.Implementation.Interop; diff --git a/src/VisualStudio/Core/Impl/CodeModel/CodeModelProjectCache.cs b/src/VisualStudio/Core/Impl/CodeModel/CodeModelProjectCache.cs index e7806b1e3204b..2959c3ff90e36 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/CodeModelProjectCache.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/CodeModelProjectCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Impl/CodeModel/CodeModelState.cs b/src/VisualStudio/Core/Impl/CodeModel/CodeModelState.cs index 84e1224daa271..91ebabb2ad5dd 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/CodeModelState.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/CodeModelState.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/VisualStudio/Core/Impl/CodeModel/CodeTypeRef.cs b/src/VisualStudio/Core/Impl/CodeModel/CodeTypeRef.cs index fe5a029372999..e21e412d8c509 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/CodeTypeRef.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/CodeTypeRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // Breaking changes from the legacy code model. // diff --git a/src/VisualStudio/Core/Impl/CodeModel/Collections/AbstractCodeElementCollection.cs b/src/VisualStudio/Core/Impl/CodeModel/Collections/AbstractCodeElementCollection.cs index 69d4787e5ea8c..7a55224093880 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Collections/AbstractCodeElementCollection.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Collections/AbstractCodeElementCollection.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Collections/AttributeArgumentCollection.cs b/src/VisualStudio/Core/Impl/CodeModel/Collections/AttributeArgumentCollection.cs index 089d87e809093..7515a8ff42726 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Collections/AttributeArgumentCollection.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Collections/AttributeArgumentCollection.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Collections/AttributeCollection.cs b/src/VisualStudio/Core/Impl/CodeModel/Collections/AttributeCollection.cs index 6de2640bf0918..175b1d903e551 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Collections/AttributeCollection.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Collections/AttributeCollection.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Collections/BasesCollection.cs b/src/VisualStudio/Core/Impl/CodeModel/Collections/BasesCollection.cs index 71ecfb48cd6d6..436968ae41f01 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Collections/BasesCollection.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Collections/BasesCollection.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Diagnostics; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Collections/EmptyCollection.cs b/src/VisualStudio/Core/Impl/CodeModel/Collections/EmptyCollection.cs index b172d5edcdb1c..9fe8549c92e01 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Collections/EmptyCollection.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Collections/EmptyCollection.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Collections/Enumerator.cs b/src/VisualStudio/Core/Impl/CodeModel/Collections/Enumerator.cs index 9c85999bd08cb..fd809c8e3238d 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Collections/Enumerator.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Collections/Enumerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Collections/ExternalNamespaceEnumerator.cs b/src/VisualStudio/Core/Impl/CodeModel/Collections/ExternalNamespaceEnumerator.cs index 4b2974dbbbe84..3c7daf44e7115 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Collections/ExternalNamespaceEnumerator.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Collections/ExternalNamespaceEnumerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Collections/ExternalParameterCollection.cs b/src/VisualStudio/Core/Impl/CodeModel/Collections/ExternalParameterCollection.cs index ddf7bf0df9788..cf5beba61d4aa 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Collections/ExternalParameterCollection.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Collections/ExternalParameterCollection.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Collections/ExternalTypeCollection.cs b/src/VisualStudio/Core/Impl/CodeModel/Collections/ExternalTypeCollection.cs index d08eaf0bbae19..28e9249a51a55 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Collections/ExternalTypeCollection.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Collections/ExternalTypeCollection.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Collections/NodeSnapshot.cs b/src/VisualStudio/Core/Impl/CodeModel/Collections/NodeSnapshot.cs index 1298e4a873c18..dbfcc6522356d 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Collections/NodeSnapshot.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Collections/NodeSnapshot.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Collections/ParameterCollection.cs b/src/VisualStudio/Core/Impl/CodeModel/Collections/ParameterCollection.cs index 12361aee9b7cc..fd64198b4f2cf 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Collections/ParameterCollection.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Collections/ParameterCollection.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Collections/Snapshot.cs b/src/VisualStudio/Core/Impl/CodeModel/Collections/Snapshot.cs index 692c56d21c369..22b962079f261 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Collections/Snapshot.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Collections/Snapshot.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.Collections { diff --git a/src/VisualStudio/Core/Impl/CodeModel/Collections/UnionCollection.cs b/src/VisualStudio/Core/Impl/CodeModel/Collections/UnionCollection.cs index 3f9b7a9701312..c7ea21ab4db6b 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Collections/UnionCollection.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Collections/UnionCollection.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/AbstractExternalCodeElement.cs b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/AbstractExternalCodeElement.cs index 2301916086305..3f4076ceebe8d 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/AbstractExternalCodeElement.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/AbstractExternalCodeElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/AbstractExternalCodeMember.cs b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/AbstractExternalCodeMember.cs index 0766b321398b5..f25a17c1a62f6 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/AbstractExternalCodeMember.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/AbstractExternalCodeMember.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.Collections; diff --git a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeAccessorFunction.cs b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeAccessorFunction.cs index 8e7009c71b407..7f6caf15f5dcd 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeAccessorFunction.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeAccessorFunction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics; using System.Diagnostics.CodeAnalysis; diff --git a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeClass.cs b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeClass.cs index 2a25a73d9805d..1e639eff34d5a 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeClass.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeClass.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeDelegate.cs b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeDelegate.cs index da1f69699f932..8853c7149c341 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeDelegate.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeDelegate.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeEnum.cs b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeEnum.cs index 7a66c2ad4a462..f6acd720d0225 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeEnum.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeEnum.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeEvent.cs b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeEvent.cs index 07d21b4460304..ba7e7e0bf1f5d 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeEvent.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeEvent.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeFunction.cs b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeFunction.cs index 966274180977d..a0d6ed3676110 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeFunction.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeFunction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeInterface.cs b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeInterface.cs index 454477aa566c8..07f23e24f32c9 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeInterface.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeInterface.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeNamespace.cs b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeNamespace.cs index 75261dfec0d02..525908afaaf6d 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeNamespace.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeNamespace.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeParameter.cs b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeParameter.cs index 65a9295543799..0eb819d1f4128 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeParameter.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeParameter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeProperty.cs b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeProperty.cs index e28d0f17e3247..aa5ce3b47daa7 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeProperty.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeStruct.cs b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeStruct.cs index 4f058d3717959..c54e100122338 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeStruct.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeStruct.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeUnknown.cs b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeUnknown.cs index 70fde5d3a5974..2ae85e2e847e1 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeUnknown.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeUnknown.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeVariable.cs b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeVariable.cs index a24540e7dc153..b8519becbcdd0 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeVariable.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeVariable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Impl/CodeModel/FileCodeModel.cs b/src/VisualStudio/Core/Impl/CodeModel/FileCodeModel.cs index d70cb916985b2..c0217bd7a08c3 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/FileCodeModel.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/FileCodeModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Impl/CodeModel/FileCodeModel_CodeGen.cs b/src/VisualStudio/Core/Impl/CodeModel/FileCodeModel_CodeGen.cs index b4f395bcdea9b..53e2c8e2ae635 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/FileCodeModel_CodeGen.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/FileCodeModel_CodeGen.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Impl/CodeModel/FileCodeModel_Events.cs b/src/VisualStudio/Core/Impl/CodeModel/FileCodeModel_Events.cs index d88f2ef449526..dac06a5fc2bde 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/FileCodeModel_Events.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/FileCodeModel_Events.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics; using System.Threading; diff --git a/src/VisualStudio/Core/Impl/CodeModel/FileCodeModel_Refactoring.cs b/src/VisualStudio/Core/Impl/CodeModel/FileCodeModel_Refactoring.cs index f25ad592dbf13..a5f719faa24ad 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/FileCodeModel_Refactoring.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/FileCodeModel_Refactoring.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.InternalElements; diff --git a/src/VisualStudio/Core/Impl/CodeModel/GlobalNodeKey.cs b/src/VisualStudio/Core/Impl/CodeModel/GlobalNodeKey.cs index db6c25f322680..6c7275b10306c 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/GlobalNodeKey.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/GlobalNodeKey.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Roslyn.Utilities; diff --git a/src/VisualStudio/Core/Impl/CodeModel/ICodeElementContainer.cs b/src/VisualStudio/Core/Impl/CodeModel/ICodeElementContainer.cs index e427f4d189890..d4255343072fd 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/ICodeElementContainer.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/ICodeElementContainer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel { diff --git a/src/VisualStudio/Core/Impl/CodeModel/ICodeModelService.cs b/src/VisualStudio/Core/Impl/CodeModel/ICodeModelService.cs index fb12912a8996e..5378af09f5b7b 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/ICodeModelService.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/ICodeModelService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; diff --git a/src/VisualStudio/Core/Impl/CodeModel/IProjectCodeModelProvider.cs b/src/VisualStudio/Core/Impl/CodeModel/IProjectCodeModelProvider.cs index f8aa5fd797df4..5d9ba076b4f3e 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/IProjectCodeModelProvider.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/IProjectCodeModelProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel { diff --git a/src/VisualStudio/Core/Impl/CodeModel/ITextManagerAdapter.cs b/src/VisualStudio/Core/Impl/CodeModel/ITextManagerAdapter.cs index 9b4fdc1a65891..611b60e6e335e 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/ITextManagerAdapter.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/ITextManagerAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Editor.Shared.Utilities; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/AbstractCodeElement.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/AbstractCodeElement.cs index ca8114c42399e..ed726b6423e32 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/AbstractCodeElement.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/AbstractCodeElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/AbstractCodeMember.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/AbstractCodeMember.cs index 5b016dec628cb..39e7fcd5506ce 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/AbstractCodeMember.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/AbstractCodeMember.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/AbstractCodeType.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/AbstractCodeType.cs index 5d77606de0dcf..ca738f62d9a1b 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/AbstractCodeType.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/AbstractCodeType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/AbstractKeyedCodeElement.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/AbstractKeyedCodeElement.cs index 1c058fdba051d..2faed53a2516f 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/AbstractKeyedCodeElement.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/AbstractKeyedCodeElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeAccessorFunction.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeAccessorFunction.cs index 5bb4c0ef60ecc..be25fc12ceb6f 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeAccessorFunction.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeAccessorFunction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Diagnostics; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeAttribute.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeAttribute.cs index c74b86d3947af..1f64a1e275a84 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeAttribute.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeAttributeArgument.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeAttributeArgument.cs index 2f102bef645b9..3f59d70be9870 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeAttributeArgument.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeAttributeArgument.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeClass.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeClass.cs index 1592e6b1a8041..85c64a12a05b5 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeClass.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeClass.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeDelegate.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeDelegate.cs index c3969be70e334..5b843df43dc47 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeDelegate.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeDelegate.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeEnum.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeEnum.cs index 08e888a397d26..373bc07829e03 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeEnum.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeEnum.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.VisualStudio.LanguageServices.Implementation.Interop; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeEvent.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeEvent.cs index 749fa5692c7a1..cbc76531b19f8 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeEvent.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeEvent.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeFunction.IMethodXML.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeFunction.IMethodXML.cs index 061901ebe0981..b4fa1ddda3291 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeFunction.IMethodXML.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeFunction.IMethodXML.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeFunction.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeFunction.cs index 7f172dc1b8225..45b8c6b2d2051 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeFunction.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeFunction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Linq; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeFunctionWithEventHandler.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeFunctionWithEventHandler.cs index 242c7bfcb6595..c327b21c99ac9 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeFunctionWithEventHandler.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeFunctionWithEventHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using Microsoft.VisualStudio.LanguageServices.Implementation.Interop; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeImplementsStatement.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeImplementsStatement.cs index 3dc512a4dfdbd..f64fe2b75b010 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeImplementsStatement.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeImplementsStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeImport.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeImport.cs index 77e3c1184c1fe..7184b90230e27 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeImport.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeImport.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeInheritsStatement.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeInheritsStatement.cs index baf2bdbc083fc..e63e4363d84da 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeInheritsStatement.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeInheritsStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeInterface.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeInterface.cs index b0d9909dfd43b..39ea099303854 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeInterface.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeInterface.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.Collections; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeNamespace.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeNamespace.cs index bd2c8b3a655d0..45499d97685d4 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeNamespace.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeNamespace.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeOptionsStatement.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeOptionsStatement.cs index 518618146532e..9ca310bbac2bf 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeOptionsStatement.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeOptionsStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeParameter.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeParameter.cs index dbbd9712a106d..36c7be53cae37 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeParameter.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeParameter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeProperty.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeProperty.cs index 2c4386f41384c..ef029442e7112 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeProperty.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeStruct.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeStruct.cs index 92057df6f3c01..cf20bc10516d4 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeStruct.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeStruct.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeVariable.cs b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeVariable.cs index 6c808f583318e..24c80cb26d345 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeVariable.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeVariable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Interop/ApartmentSensitiveComObject.cs b/src/VisualStudio/Core/Impl/CodeModel/Interop/ApartmentSensitiveComObject.cs index 9910bd7086a7b..448f29ecdf9a4 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Interop/ApartmentSensitiveComObject.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Interop/ApartmentSensitiveComObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.LanguageServices.Implementation.Interop; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Interop/CodeModelInterop.cs b/src/VisualStudio/Core/Impl/CodeModel/Interop/CodeModelInterop.cs index 7b7b7ee53abed..e3123b4aa47eb 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Interop/CodeModelInterop.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Interop/CodeModelInterop.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.VisualStudio; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Interop/ICSCodeModelRefactoring.cs b/src/VisualStudio/Core/Impl/CodeModel/Interop/ICSCodeModelRefactoring.cs index 1c8ace482b7d6..c28c7f227c147 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Interop/ICSCodeModelRefactoring.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Interop/ICSCodeModelRefactoring.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Interop/ICodeElements.cs b/src/VisualStudio/Core/Impl/CodeModel/Interop/ICodeElements.cs index ecd76fff8fb4d..e3f5581098316 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Interop/ICodeElements.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Interop/ICodeElements.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Interop/IEventHandler.cs b/src/VisualStudio/Core/Impl/CodeModel/Interop/IEventHandler.cs index ac220107c893e..404a55005eab5 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Interop/IEventHandler.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Interop/IEventHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.VisualStudio.TextManager.Interop; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Interop/IMethodXML.cs b/src/VisualStudio/Core/Impl/CodeModel/Interop/IMethodXML.cs index bc56d833560c7..335db70ae1826 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Interop/IMethodXML.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Interop/IMethodXML.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Interop/IMethodXML2.cs b/src/VisualStudio/Core/Impl/CodeModel/Interop/IMethodXML2.cs index 76bf13cf78ddc..4ff4fb8a293f0 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Interop/IMethodXML2.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Interop/IMethodXML2.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Interop/IVBFileCodeModelEvents.cs b/src/VisualStudio/Core/Impl/CodeModel/Interop/IVBFileCodeModelEvents.cs index e607f203a5878..0e66e3b8b9366 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Interop/IVBFileCodeModelEvents.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Interop/IVBFileCodeModelEvents.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Interop/PropertyTypeEnum.cs b/src/VisualStudio/Core/Impl/CodeModel/Interop/PropertyTypeEnum.cs index 6d548395dc078..60218216fb5a5 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Interop/PropertyTypeEnum.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Interop/PropertyTypeEnum.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/Interop/ReferenceSelectionEnum.cs b/src/VisualStudio/Core/Impl/CodeModel/Interop/ReferenceSelectionEnum.cs index f2c4f5d36ce6f..c6919a7c89557 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/Interop/ReferenceSelectionEnum.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/Interop/ReferenceSelectionEnum.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/Core/Impl/CodeModel/MetadataNameHelpers.cs b/src/VisualStudio/Core/Impl/CodeModel/MetadataNameHelpers.cs index e3d188c1ebb0d..2718c96ded14f 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/MetadataNameHelpers.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/MetadataNameHelpers.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Impl/CodeModel/MethodXml/AbstractMethodXmlBuilder.AttributeInfo.cs b/src/VisualStudio/Core/Impl/CodeModel/MethodXml/AbstractMethodXmlBuilder.AttributeInfo.cs index aa29a04662564..e1e55fd14e9f4 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/MethodXml/AbstractMethodXmlBuilder.AttributeInfo.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/MethodXml/AbstractMethodXmlBuilder.AttributeInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.MethodXml { diff --git a/src/VisualStudio/Core/Impl/CodeModel/MethodXml/AbstractMethodXmlBuilder.AutoTag.cs b/src/VisualStudio/Core/Impl/CodeModel/MethodXml/AbstractMethodXmlBuilder.AutoTag.cs index 4e7424392d065..364bdab3b5c22 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/MethodXml/AbstractMethodXmlBuilder.AutoTag.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/MethodXml/AbstractMethodXmlBuilder.AutoTag.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/VisualStudio/Core/Impl/CodeModel/MethodXml/AbstractMethodXmlBuilder.cs b/src/VisualStudio/Core/Impl/CodeModel/MethodXml/AbstractMethodXmlBuilder.cs index cd0a20f5fa719..94b7f8e3df947 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/MethodXml/AbstractMethodXmlBuilder.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/MethodXml/AbstractMethodXmlBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Globalization; diff --git a/src/VisualStudio/Core/Impl/CodeModel/MethodXml/BinaryOperatorKind.cs b/src/VisualStudio/Core/Impl/CodeModel/MethodXml/BinaryOperatorKind.cs index 86fc116a6a542..feff17404148c 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/MethodXml/BinaryOperatorKind.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/MethodXml/BinaryOperatorKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.MethodXml { diff --git a/src/VisualStudio/Core/Impl/CodeModel/MethodXml/VariableKind.cs b/src/VisualStudio/Core/Impl/CodeModel/MethodXml/VariableKind.cs index e417d6a409300..a55bbac0ebfdc 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/MethodXml/VariableKind.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/MethodXml/VariableKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.MethodXml { diff --git a/src/VisualStudio/Core/Impl/CodeModel/NodeKeyValidation.cs b/src/VisualStudio/Core/Impl/CodeModel/NodeKeyValidation.cs index 14c84c70d8e84..93f8cb77b7159 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/NodeKeyValidation.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/NodeKeyValidation.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.VisualStudio.LanguageServices.Implementation.Interop; diff --git a/src/VisualStudio/Core/Impl/CodeModel/ParentHandle.cs b/src/VisualStudio/Core/Impl/CodeModel/ParentHandle.cs index 46fe0b61c4f57..eefdec71f0406 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/ParentHandle.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/ParentHandle.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.LanguageServices.Implementation.Interop; diff --git a/src/VisualStudio/Core/Impl/CodeModel/PrototypeFlags.cs b/src/VisualStudio/Core/Impl/CodeModel/PrototypeFlags.cs index 6dbcb8ef9fb4f..35e8eab92b2d4 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/PrototypeFlags.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/PrototypeFlags.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel { diff --git a/src/VisualStudio/Core/Impl/CodeModel/RootCodeModel.cs b/src/VisualStudio/Core/Impl/CodeModel/RootCodeModel.cs index 297df9f8ad179..c208cddbd0244 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/RootCodeModel.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/RootCodeModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; diff --git a/src/VisualStudio/Core/Impl/CodeModel/SyntaxNodeKey.cs b/src/VisualStudio/Core/Impl/CodeModel/SyntaxNodeKey.cs index 949a1fafe1439..c4d183ad7edfe 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/SyntaxNodeKey.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/SyntaxNodeKey.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/VisualStudio/Core/Impl/CodeModel/TextManagerAdapter.cs b/src/VisualStudio/Core/Impl/CodeModel/TextManagerAdapter.cs index 1592ca9b8ff58..61bf253f40961 100644 --- a/src/VisualStudio/Core/Impl/CodeModel/TextManagerAdapter.cs +++ b/src/VisualStudio/Core/Impl/CodeModel/TextManagerAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using Microsoft.CodeAnalysis.Editor.Shared.Utilities; diff --git a/src/VisualStudio/Core/Impl/Options/AbstractOptionPage.cs b/src/VisualStudio/Core/Impl/Options/AbstractOptionPage.cs index 73ad4bc826864..06483e26d167f 100644 --- a/src/VisualStudio/Core/Impl/Options/AbstractOptionPage.cs +++ b/src/VisualStudio/Core/Impl/Options/AbstractOptionPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.Shell; diff --git a/src/VisualStudio/Core/Impl/Options/AbstractOptionPageControl.cs b/src/VisualStudio/Core/Impl/Options/AbstractOptionPageControl.cs index 27cc11da71293..de50f4c98fd98 100644 --- a/src/VisualStudio/Core/Impl/Options/AbstractOptionPageControl.cs +++ b/src/VisualStudio/Core/Impl/Options/AbstractOptionPageControl.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Impl/Options/AbstractOptionPreviewViewModel.cs b/src/VisualStudio/Core/Impl/Options/AbstractOptionPreviewViewModel.cs index 2257c7b199f43..5ae8773b3903e 100644 --- a/src/VisualStudio/Core/Impl/Options/AbstractOptionPreviewViewModel.cs +++ b/src/VisualStudio/Core/Impl/Options/AbstractOptionPreviewViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Impl/Options/AbstractRadioButtonViewModel.cs b/src/VisualStudio/Core/Impl/Options/AbstractRadioButtonViewModel.cs index 785ed2a58dadc..a795ce19cf25d 100644 --- a/src/VisualStudio/Core/Impl/Options/AbstractRadioButtonViewModel.cs +++ b/src/VisualStudio/Core/Impl/Options/AbstractRadioButtonViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.ComponentModel; diff --git a/src/VisualStudio/Core/Impl/Options/CheckBoxViewModel.cs b/src/VisualStudio/Core/Impl/Options/CheckBoxViewModel.cs index 8764e1da25f99..b86c1c03368ca 100644 --- a/src/VisualStudio/Core/Impl/Options/CheckBoxViewModel.cs +++ b/src/VisualStudio/Core/Impl/Options/CheckBoxViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Options; diff --git a/src/VisualStudio/Core/Impl/Options/CheckBoxWithComboViewModel.cs b/src/VisualStudio/Core/Impl/Options/CheckBoxWithComboViewModel.cs index 0174dc499012a..ee087fbcb80d9 100644 --- a/src/VisualStudio/Core/Impl/Options/CheckBoxWithComboViewModel.cs +++ b/src/VisualStudio/Core/Impl/Options/CheckBoxWithComboViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/VisualStudio/Core/Impl/Options/HeaderItemViewModel.cs b/src/VisualStudio/Core/Impl/Options/HeaderItemViewModel.cs index 20c3bfb08cd34..9835d2001ffee 100644 --- a/src/VisualStudio/Core/Impl/Options/HeaderItemViewModel.cs +++ b/src/VisualStudio/Core/Impl/Options/HeaderItemViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Impl/Options/OptionBinding.cs b/src/VisualStudio/Core/Impl/Options/OptionBinding.cs index 9ef7f849ae7a8..f60af54d3b409 100644 --- a/src/VisualStudio/Core/Impl/Options/OptionBinding.cs +++ b/src/VisualStudio/Core/Impl/Options/OptionBinding.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Options; diff --git a/src/VisualStudio/Core/Impl/Options/OptionLogger.cs b/src/VisualStudio/Core/Impl/Options/OptionLogger.cs index 6b2a53f0eda5f..d5dd9625a3c73 100644 --- a/src/VisualStudio/Core/Impl/Options/OptionLogger.cs +++ b/src/VisualStudio/Core/Impl/Options/OptionLogger.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Internal.Log; using Microsoft.CodeAnalysis.Options; diff --git a/src/VisualStudio/Core/Impl/Options/OptionPreviewControl.xaml.cs b/src/VisualStudio/Core/Impl/Options/OptionPreviewControl.xaml.cs index 34f43e9193c2f..d9b4a067b1df2 100644 --- a/src/VisualStudio/Core/Impl/Options/OptionPreviewControl.xaml.cs +++ b/src/VisualStudio/Core/Impl/Options/OptionPreviewControl.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/VisualStudio/Core/Impl/Options/PerLanguageOptionBinding.cs b/src/VisualStudio/Core/Impl/Options/PerLanguageOptionBinding.cs index 2ee4f04635107..a9f89bc72dc69 100644 --- a/src/VisualStudio/Core/Impl/Options/PerLanguageOptionBinding.cs +++ b/src/VisualStudio/Core/Impl/Options/PerLanguageOptionBinding.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Options; diff --git a/src/VisualStudio/Core/Impl/Options/RadioButtonViewModel.cs b/src/VisualStudio/Core/Impl/Options/RadioButtonViewModel.cs index f02f39dea00df..909874ddf7a57 100644 --- a/src/VisualStudio/Core/Impl/Options/RadioButtonViewModel.cs +++ b/src/VisualStudio/Core/Impl/Options/RadioButtonViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Options; diff --git a/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/ManageNamingStylesInfoDialog.xaml.cs b/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/ManageNamingStylesInfoDialog.xaml.cs index e2106e3d915f3..7d39c4f68435f 100644 --- a/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/ManageNamingStylesInfoDialog.xaml.cs +++ b/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/ManageNamingStylesInfoDialog.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Windows; using System.Windows.Controls; diff --git a/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/NamingStyles/ManageNamingStylesDialogViewModel.cs b/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/NamingStyles/ManageNamingStylesDialogViewModel.cs index d14873dd37c2e..9b5d5a2c2a262 100644 --- a/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/NamingStyles/ManageNamingStylesDialogViewModel.cs +++ b/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/NamingStyles/ManageNamingStylesDialogViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/NamingStyles/NamingStyleDialog.xaml.cs b/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/NamingStyles/NamingStyleDialog.xaml.cs index 60fefe154bc70..7a020c96085bb 100644 --- a/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/NamingStyles/NamingStyleDialog.xaml.cs +++ b/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/NamingStyles/NamingStyleDialog.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Windows; using Microsoft.VisualStudio.PlatformUI; diff --git a/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/NamingStyles/NamingStyleViewModel.cs b/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/NamingStyles/NamingStyleViewModel.cs index 3411c3df4be42..ab9fc6d6dd278 100644 --- a/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/NamingStyles/NamingStyleViewModel.cs +++ b/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/NamingStyles/NamingStyleViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/SymbolSpecification/ManageSymbolSpecificationsDialogViewModel.cs b/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/SymbolSpecification/ManageSymbolSpecificationsDialogViewModel.cs index e86299fdaf7a8..f07d78e5361f8 100644 --- a/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/SymbolSpecification/ManageSymbolSpecificationsDialogViewModel.cs +++ b/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/SymbolSpecification/ManageSymbolSpecificationsDialogViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/SymbolSpecification/SymbolSpecificationDialog.xaml.cs b/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/SymbolSpecification/SymbolSpecificationDialog.xaml.cs index 98a96251633e2..248b3fdc6d95b 100644 --- a/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/SymbolSpecification/SymbolSpecificationDialog.xaml.cs +++ b/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/SymbolSpecification/SymbolSpecificationDialog.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/SymbolSpecification/SymbolSpecificationViewModel.cs b/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/SymbolSpecification/SymbolSpecificationViewModel.cs index 5c4eddca5b2f2..7ce1a334ba035 100644 --- a/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/SymbolSpecification/SymbolSpecificationViewModel.cs +++ b/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/SymbolSpecification/SymbolSpecificationViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Impl/ProjectSystem/CPS/CPSProjectCodeModel.cs b/src/VisualStudio/Core/Impl/ProjectSystem/CPS/CPSProjectCodeModel.cs index 78d16f6204da1..a46222e806f87 100644 --- a/src/VisualStudio/Core/Impl/ProjectSystem/CPS/CPSProjectCodeModel.cs +++ b/src/VisualStudio/Core/Impl/ProjectSystem/CPS/CPSProjectCodeModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel; diff --git a/src/VisualStudio/Core/Impl/RoslynVisualStudioWorkspace.cs b/src/VisualStudio/Core/Impl/RoslynVisualStudioWorkspace.cs index 107026975ca2e..41c268cbfd72d 100644 --- a/src/VisualStudio/Core/Impl/RoslynVisualStudioWorkspace.cs +++ b/src/VisualStudio/Core/Impl/RoslynVisualStudioWorkspace.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/Next/Remote/JsonRpcMessageHandler.cs b/src/VisualStudio/Core/Next/Remote/JsonRpcMessageHandler.cs index 81eb5c574a3f6..210f6c24199e9 100644 --- a/src/VisualStudio/Core/Next/Remote/JsonRpcMessageHandler.cs +++ b/src/VisualStudio/Core/Next/Remote/JsonRpcMessageHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.IO; using StreamJsonRpc; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerItem/AnalyzerItem.BrowseObject.cs b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerItem/AnalyzerItem.BrowseObject.cs index b9fcf519a4693..b667f567d2dec 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerItem/AnalyzerItem.BrowseObject.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerItem/AnalyzerItem.BrowseObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel; using Microsoft.VisualStudio.LanguageServices.SolutionExplorer; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerItem/AnalyzerItem.cs b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerItem/AnalyzerItem.cs index d44eff4c4cbc1..de0b1de58f761 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerItem/AnalyzerItem.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerItem/AnalyzerItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Diagnostics; using Microsoft.Internal.VisualStudio.PlatformUI; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerItem/AnalyzerItemProvider.cs b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerItem/AnalyzerItemProvider.cs index 860442b1218ec..027fd4c055cf1 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerItem/AnalyzerItemProvider.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerItem/AnalyzerItemProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.Internal.VisualStudio.PlatformUI; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerItemTracker.cs b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerItemTracker.cs index bf03a04fbc0ff..bd9be782edde6 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerItemTracker.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerItemTracker.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerReferenceManager.cs b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerReferenceManager.cs index 8e316f432a4ad..9fdaa43332b0b 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerReferenceManager.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzerReferenceManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Composition; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersCommandHandler.cs b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersCommandHandler.cs index 2f6108312be86..59358984bd8e6 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersCommandHandler.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersCommandHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersFolderItem/AnalyzersFolderItem.BrowseObject.cs b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersFolderItem/AnalyzersFolderItem.BrowseObject.cs index 213b9fdfa9a58..484deb717e2ef 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersFolderItem/AnalyzersFolderItem.BrowseObject.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersFolderItem/AnalyzersFolderItem.BrowseObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel; using Microsoft.VisualStudio.LanguageServices.SolutionExplorer; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersFolderItem/AnalyzersFolderItem.cs b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersFolderItem/AnalyzersFolderItem.cs index c8759f03455fc..d23acbe5acf62 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersFolderItem/AnalyzersFolderItem.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersFolderItem/AnalyzersFolderItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersFolderItem/AnalyzersFolderItemProvider.cs b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersFolderItem/AnalyzersFolderItemProvider.cs index 39cf05d549025..54e745c454bf5 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersFolderItem/AnalyzersFolderItemProvider.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersFolderItem/AnalyzersFolderItemProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersFolderItem/AnalyzersFolderItemSource.cs b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersFolderItem/AnalyzersFolderItemSource.cs index 3dc273cf5d1d2..8f5a5289b8629 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersFolderItem/AnalyzersFolderItemSource.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/AnalyzersFolderItem/AnalyzersFolderItemSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections; using System.Collections.ObjectModel; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/BaseItem.cs b/src/VisualStudio/Core/SolutionExplorerShim/BaseItem.cs index cadecf51fa89e..f251a83458834 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/BaseItem.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/BaseItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/ContextMenuController.cs b/src/VisualStudio/Core/SolutionExplorerShim/ContextMenuController.cs index 7e1063fcae384..cc2429f0a7820 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/ContextMenuController.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/ContextMenuController.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/BaseDiagnosticItem.BrowseObject.cs b/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/BaseDiagnosticItem.BrowseObject.cs index e7da0994e2d6f..e9cdf89055da8 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/BaseDiagnosticItem.BrowseObject.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/BaseDiagnosticItem.BrowseObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/BaseDiagnosticItemSource.DiagnosticDescriptorComparer.cs b/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/BaseDiagnosticItemSource.DiagnosticDescriptorComparer.cs index ec72be60d8e6b..faaec4bed5e62 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/BaseDiagnosticItemSource.DiagnosticDescriptorComparer.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/BaseDiagnosticItemSource.DiagnosticDescriptorComparer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/LegacyDiagnosticItem.cs b/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/LegacyDiagnosticItem.cs index 902c9f1c27f15..20ba0dd51419c 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/LegacyDiagnosticItem.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/LegacyDiagnosticItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/LegacyDiagnosticItemProvider.cs b/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/LegacyDiagnosticItemProvider.cs index 954063f25da9f..022114a38b9b1 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/LegacyDiagnosticItemProvider.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/LegacyDiagnosticItemProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Composition; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/LegacyDiagnosticItemSource.cs b/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/LegacyDiagnosticItemSource.cs index 2108e6228549e..734352af0a1fe 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/LegacyDiagnosticItemSource.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/LegacyDiagnosticItemSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Diagnostics; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/RuleSelectionImage.cs b/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/RuleSelectionImage.cs index 24b23fd933362..7c7808a59e49d 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/RuleSelectionImage.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/DiagnosticItem/RuleSelectionImage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.VisualStudio.LanguageServices.Implementation.SolutionExplorer { diff --git a/src/VisualStudio/Core/SolutionExplorerShim/HierarchyItemToProjectIdMap.cs b/src/VisualStudio/Core/SolutionExplorerShim/HierarchyItemToProjectIdMap.cs index fcccaf517a9e7..88cdf7fd4c19b 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/HierarchyItemToProjectIdMap.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/HierarchyItemToProjectIdMap.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using System.Linq; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/IHierarchyItemToProjectIdMap.cs b/src/VisualStudio/Core/SolutionExplorerShim/IHierarchyItemToProjectIdMap.cs index a5e86235c6fc1..7fb5e02fab954 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/IHierarchyItemToProjectIdMap.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/IHierarchyItemToProjectIdMap.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Host; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/ISolutionExplorerWorkspaceProvider.cs b/src/VisualStudio/Core/SolutionExplorerShim/ISolutionExplorerWorkspaceProvider.cs index 2140150405e23..564c04cba951f 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/ISolutionExplorerWorkspaceProvider.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/ISolutionExplorerWorkspaceProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/LocalizableProperties.cs b/src/VisualStudio/Core/SolutionExplorerShim/LocalizableProperties.cs index 39f3859365363..42643225bf00a 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/LocalizableProperties.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/LocalizableProperties.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections; diff --git a/src/VisualStudio/Core/SolutionExplorerShim/SolutionExplorerWorkspaceProvider.cs b/src/VisualStudio/Core/SolutionExplorerShim/SolutionExplorerWorkspaceProvider.cs index ef40f3ead7f19..413c2bec72a9d 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/SolutionExplorerWorkspaceProvider.cs +++ b/src/VisualStudio/Core/SolutionExplorerShim/SolutionExplorerWorkspaceProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.CodeAnalysis; diff --git a/src/VisualStudio/InteractiveServices/Interactive/CommonVsUtils.cs b/src/VisualStudio/InteractiveServices/Interactive/CommonVsUtils.cs index 3b337f8d561d5..8e66efa3f32f8 100644 --- a/src/VisualStudio/InteractiveServices/Interactive/CommonVsUtils.cs +++ b/src/VisualStudio/InteractiveServices/Interactive/CommonVsUtils.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; diff --git a/src/VisualStudio/InteractiveServices/Interactive/ScriptingOleCommandTarget.cs b/src/VisualStudio/InteractiveServices/Interactive/ScriptingOleCommandTarget.cs index d31c3f29e12fb..4f1d6b45fb4ce 100644 --- a/src/VisualStudio/InteractiveServices/Interactive/ScriptingOleCommandTarget.cs +++ b/src/VisualStudio/InteractiveServices/Interactive/ScriptingOleCommandTarget.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.Editor; diff --git a/src/VisualStudio/InteractiveServices/Interactive/VsInteractiveWindowPackage.cs b/src/VisualStudio/InteractiveServices/Interactive/VsInteractiveWindowPackage.cs index eda13c178d50f..97e9e028eb2a9 100644 --- a/src/VisualStudio/InteractiveServices/Interactive/VsInteractiveWindowPackage.cs +++ b/src/VisualStudio/InteractiveServices/Interactive/VsInteractiveWindowPackage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. extern alias core; diff --git a/src/VisualStudio/InteractiveServices/Interactive/VsInteractiveWindowProvider.cs b/src/VisualStudio/InteractiveServices/Interactive/VsInteractiveWindowProvider.cs index 74f127261b8cb..d9234f5cc2f80 100644 --- a/src/VisualStudio/InteractiveServices/Interactive/VsInteractiveWindowProvider.cs +++ b/src/VisualStudio/InteractiveServices/Interactive/VsInteractiveWindowProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. extern alias core; diff --git a/src/VisualStudio/InteractiveServices/Interactive/VsResetInteractive.cs b/src/VisualStudio/InteractiveServices/Interactive/VsResetInteractive.cs index 06f6b82ea4129..145faf727ca4b 100644 --- a/src/VisualStudio/InteractiveServices/Interactive/VsResetInteractive.cs +++ b/src/VisualStudio/InteractiveServices/Interactive/VsResetInteractive.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. extern alias core; diff --git a/src/VisualStudio/InteractiveServices/Interactive/VsUpdateSolutionEvents.cs b/src/VisualStudio/InteractiveServices/Interactive/VsUpdateSolutionEvents.cs index e652a7a80d730..6577af582d90f 100644 --- a/src/VisualStudio/InteractiveServices/Interactive/VsUpdateSolutionEvents.cs +++ b/src/VisualStudio/InteractiveServices/Interactive/VsUpdateSolutionEvents.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Runtime.InteropServices; using System.Threading.Tasks; diff --git a/src/VisualStudio/Setup.Dependencies/AssemblyRedirects.cs b/src/VisualStudio/Setup.Dependencies/AssemblyRedirects.cs index 1de61b37c2370..67ae3c8c28edc 100644 --- a/src/VisualStudio/Setup.Dependencies/AssemblyRedirects.cs +++ b/src/VisualStudio/Setup.Dependencies/AssemblyRedirects.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Roslyn.VisualStudio.Setup; diff --git a/src/VisualStudio/Setup.Next/AssemblyRedirects.cs b/src/VisualStudio/Setup.Next/AssemblyRedirects.cs index e92ff6c7cd4a6..f3f18d93acd1e 100644 --- a/src/VisualStudio/Setup.Next/AssemblyRedirects.cs +++ b/src/VisualStudio/Setup.Next/AssemblyRedirects.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Shell; using Roslyn.VisualStudio.Setup; diff --git a/src/VisualStudio/Setup/AssemblyRedirects.cs b/src/VisualStudio/Setup/AssemblyRedirects.cs index 6659254ad3270..d2c2f6e515fe9 100644 --- a/src/VisualStudio/Setup/AssemblyRedirects.cs +++ b/src/VisualStudio/Setup/AssemblyRedirects.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Shell; using Roslyn.VisualStudio.Setup; diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/DiagnosticsWindow.cs b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/DiagnosticsWindow.cs index 1ebfac2a3443e..e980d0c48ea81 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/DiagnosticsWindow.cs +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/DiagnosticsWindow.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/Guids.cs b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/Guids.cs index 6fa14ddc09de6..5322222b30ea8 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/Guids.cs +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/Guids.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // MUST match guids.h diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/InternalComponentsOnOffPage.cs b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/InternalComponentsOnOffPage.cs index 8a88ff3748d20..081e08e2ffb14 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/InternalComponentsOnOffPage.cs +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/InternalComponentsOnOffPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/InternalDiagnosticsPage.cs b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/InternalDiagnosticsPage.cs index 9685f3ac390c3..7978547d63cb1 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/InternalDiagnosticsPage.cs +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/InternalDiagnosticsPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/InternalFeaturesOnOffPage.cs b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/InternalFeaturesOnOffPage.cs index 8e9d5bb00ca85..edb862494ed9e 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/InternalFeaturesOnOffPage.cs +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/InternalFeaturesOnOffPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/InternalOptionsControl.cs b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/InternalOptionsControl.cs index af95326dc506c..0ee9ea7dd87a8 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/InternalOptionsControl.cs +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/InternalOptionsControl.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/PerformanceFunctionIdPage.cs b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/PerformanceFunctionIdPage.cs index 0c1c3e5713b7b..00941b8db7551 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/PerformanceFunctionIdPage.cs +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/PerformanceFunctionIdPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/PerformanceLoggersPage.cs b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/PerformanceLoggersPage.cs index e5b8a24b8c1eb..e76f510d42c56 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/PerformanceLoggersPage.cs +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/OptionPages/PerformanceLoggersPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Runtime.InteropServices; diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/PkgCmdID.cs b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/PkgCmdID.cs index 5b0092495324b..0a74f7556caed 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/PkgCmdID.cs +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/PkgCmdID.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Roslyn.VisualStudio.DiagnosticsWindow { diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionBufferMargin.xaml.cs b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionBufferMargin.xaml.cs index c028b741b2dd8..06b53c379bddb 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionBufferMargin.xaml.cs +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionBufferMargin.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionBufferViewModel.cs b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionBufferViewModel.cs index 414db15cbe938..3d24b9b1ffcde 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionBufferViewModel.cs +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionBufferViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.ObjectModel; using Microsoft.VisualStudio.Text; diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionSpanTag.cs b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionSpanTag.cs index 0d92535d357b4..54726e1faca2d 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionSpanTag.cs +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionSpanTag.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Text.Tagging; diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionSpanTagDefinition.cs b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionSpanTagDefinition.cs index c28710613d5e4..c4923a40c5d7d 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionSpanTagDefinition.cs +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionSpanTagDefinition.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using System.Windows.Media; diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionSpanTagger.cs b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionSpanTagger.cs index e4ec12ac99115..96349ac1ef4b9 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionSpanTagger.cs +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/ProjectionSpanTagger.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/VenusMargin.cs b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/VenusMargin.cs index 46348b90e194f..ab9c8b28fdb58 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/VenusMargin.cs +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/VenusMargin.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.Text; diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/VenusMarginFactory.cs b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/VenusMarginFactory.cs index 4409d09dee583..8d19e70f6d7ae 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/VenusMarginFactory.cs +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VenusMargin/VenusMarginFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.ComponentModel.Composition; using Microsoft.VisualStudio.Text.Editor; diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VisualStudioDiagnosticsWindowPackage.cs b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VisualStudioDiagnosticsWindowPackage.cs index 4a473f7227d4f..1ed221c72af64 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VisualStudioDiagnosticsWindowPackage.cs +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VisualStudioDiagnosticsWindowPackage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel; diff --git a/src/VisualStudio/Xaml/Impl/Implementation/XamlTextViewCreationListener_IVsRunningDocTableEvents3.cs b/src/VisualStudio/Xaml/Impl/Implementation/XamlTextViewCreationListener_IVsRunningDocTableEvents3.cs index f8cd245033c04..4e488ceaf001e 100644 --- a/src/VisualStudio/Xaml/Impl/Implementation/XamlTextViewCreationListener_IVsRunningDocTableEvents3.cs +++ b/src/VisualStudio/Xaml/Impl/Implementation/XamlTextViewCreationListener_IVsRunningDocTableEvents3.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.Shell.Interop; diff --git a/src/VisualStudio/Xaml/Impl/Implementation/XamlTextViewCreationListener_IVsSolutionEvents.cs b/src/VisualStudio/Xaml/Impl/Implementation/XamlTextViewCreationListener_IVsSolutionEvents.cs index 0861496184225..1533fa9252d48 100644 --- a/src/VisualStudio/Xaml/Impl/Implementation/XamlTextViewCreationListener_IVsSolutionEvents.cs +++ b/src/VisualStudio/Xaml/Impl/Implementation/XamlTextViewCreationListener_IVsSolutionEvents.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.VisualStudio.LanguageServices.Implementation.ProjectSystem; using Microsoft.VisualStudio.Shell.Interop; diff --git a/src/Workspaces/CSharp/Portable/CodeGeneration/CSharpCodeGenerationService.cs b/src/Workspaces/CSharp/Portable/CodeGeneration/CSharpCodeGenerationService.cs index e05cf162f7d8e..e2a86df6dd02d 100644 --- a/src/Workspaces/CSharp/Portable/CodeGeneration/CSharpCodeGenerationService.cs +++ b/src/Workspaces/CSharp/Portable/CodeGeneration/CSharpCodeGenerationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/CSharp/Portable/CodeGeneration/NamespaceGenerator.cs b/src/Workspaces/CSharp/Portable/CodeGeneration/NamespaceGenerator.cs index af3ad7fc47bdf..361148e5ae301 100644 --- a/src/Workspaces/CSharp/Portable/CodeGeneration/NamespaceGenerator.cs +++ b/src/Workspaces/CSharp/Portable/CodeGeneration/NamespaceGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/CSharp/Portable/CodeGeneration/OperatorGenerator.cs b/src/Workspaces/CSharp/Portable/CodeGeneration/OperatorGenerator.cs index 4b1088dc698df..8a25ef9cadd84 100644 --- a/src/Workspaces/CSharp/Portable/CodeGeneration/OperatorGenerator.cs +++ b/src/Workspaces/CSharp/Portable/CodeGeneration/OperatorGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/CSharp/Portable/CodeStyle/CSharpCodeStyleOptions.cs b/src/Workspaces/CSharp/Portable/CodeStyle/CSharpCodeStyleOptions.cs index 84afed5bad8ae..1925404c6643d 100644 --- a/src/Workspaces/CSharp/Portable/CodeStyle/CSharpCodeStyleOptions.cs +++ b/src/Workspaces/CSharp/Portable/CodeStyle/CSharpCodeStyleOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.CodeStyle; diff --git a/src/Workspaces/CSharp/Portable/CodeStyle/CSharpCodeStyleOptionsProvider.cs b/src/Workspaces/CSharp/Portable/CodeStyle/CSharpCodeStyleOptionsProvider.cs index 21294eadb9c76..860581c0cbf21 100644 --- a/src/Workspaces/CSharp/Portable/CodeStyle/CSharpCodeStyleOptionsProvider.cs +++ b/src/Workspaces/CSharp/Portable/CodeStyle/CSharpCodeStyleOptionsProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Composition; diff --git a/src/Workspaces/CSharp/Portable/LanguageServices/CSharpSyntaxFactsServiceFactory.cs b/src/Workspaces/CSharp/Portable/LanguageServices/CSharpSyntaxFactsServiceFactory.cs index a705b71026f7e..b0891f3d5a690 100644 --- a/src/Workspaces/CSharp/Portable/LanguageServices/CSharpSyntaxFactsServiceFactory.cs +++ b/src/Workspaces/CSharp/Portable/LanguageServices/CSharpSyntaxFactsServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Host; diff --git a/src/Workspaces/CSharp/Portable/LanguageServices/CSharpSyntaxTreeFactory.PathSyntaxReference.cs b/src/Workspaces/CSharp/Portable/LanguageServices/CSharpSyntaxTreeFactory.PathSyntaxReference.cs index 348a83fc1d5d6..f6a8308b9c4aa 100644 --- a/src/Workspaces/CSharp/Portable/LanguageServices/CSharpSyntaxTreeFactory.PathSyntaxReference.cs +++ b/src/Workspaces/CSharp/Portable/LanguageServices/CSharpSyntaxTreeFactory.PathSyntaxReference.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/CSharp/Portable/LanguageServices/CSharpSyntaxTreeFactoryService.NullSyntaxReference.cs b/src/Workspaces/CSharp/Portable/LanguageServices/CSharpSyntaxTreeFactoryService.NullSyntaxReference.cs index b0c7a037cfd17..0fa30fb1c5ee8 100644 --- a/src/Workspaces/CSharp/Portable/LanguageServices/CSharpSyntaxTreeFactoryService.NullSyntaxReference.cs +++ b/src/Workspaces/CSharp/Portable/LanguageServices/CSharpSyntaxTreeFactoryService.NullSyntaxReference.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/Workspaces/CSharp/Portable/LinkedFiles/CSharpLinkedFileMergeConflictCommentAdditionService.cs b/src/Workspaces/CSharp/Portable/LinkedFiles/CSharpLinkedFileMergeConflictCommentAdditionService.cs index 176547d2c5c76..f55d13f26fcbd 100644 --- a/src/Workspaces/CSharp/Portable/LinkedFiles/CSharpLinkedFileMergeConflictCommentAdditionService.cs +++ b/src/Workspaces/CSharp/Portable/LinkedFiles/CSharpLinkedFileMergeConflictCommentAdditionService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Composition; using Microsoft.CodeAnalysis.Host.Mef; diff --git a/src/Workspaces/CSharp/Portable/Simplification/CSharpSimplificationService.cs b/src/Workspaces/CSharp/Portable/Simplification/CSharpSimplificationService.cs index b16f5544684c6..54810faa64891 100644 --- a/src/Workspaces/CSharp/Portable/Simplification/CSharpSimplificationService.cs +++ b/src/Workspaces/CSharp/Portable/Simplification/CSharpSimplificationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/CSharpTest/CodeGeneration/AddImportsTests.cs b/src/Workspaces/CSharpTest/CodeGeneration/AddImportsTests.cs index b9e9e26c2121d..aec7a63d21c1c 100644 --- a/src/Workspaces/CSharpTest/CodeGeneration/AddImportsTests.cs +++ b/src/Workspaces/CSharpTest/CodeGeneration/AddImportsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Linq; diff --git a/src/Workspaces/Core/Desktop/Utilities/FilePathUtilities.cs b/src/Workspaces/Core/Desktop/Utilities/FilePathUtilities.cs index 77ba3b16280a4..cdbd6b5826022 100644 --- a/src/Workspaces/Core/Desktop/Utilities/FilePathUtilities.cs +++ b/src/Workspaces/Core/Desktop/Utilities/FilePathUtilities.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis; diff --git a/src/Workspaces/Core/Desktop/Workspace/CommandLineProject.cs b/src/Workspaces/Core/Desktop/Workspace/CommandLineProject.cs index 086607892719e..94005ce8716ff 100644 --- a/src/Workspaces/Core/Desktop/Workspace/CommandLineProject.cs +++ b/src/Workspaces/Core/Desktop/Workspace/CommandLineProject.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentPersistentStorage.cs b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentPersistentStorage.cs index 2adb34ad59252..8bc067b03b538 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentPersistentStorage.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentPersistentStorage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; diff --git a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.AbstractTable.cs b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.AbstractTable.cs index c9913953311e9..8c2b89374e0c0 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.AbstractTable.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.AbstractTable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.Isam.Esent.Interop; using Microsoft.Isam.Esent.Interop.Vista; diff --git a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.AbstractTableAccessor.cs b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.AbstractTableAccessor.cs index c70452e1f4675..e18101863a248 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.AbstractTableAccessor.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.AbstractTableAccessor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.Isam.Esent.Interop; diff --git a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.DocumentTable.cs b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.DocumentTable.cs index 4434cbc5c90fe..ad0575e496ac3 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.DocumentTable.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.DocumentTable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.Isam.Esent.Interop; diff --git a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.DocumentTableAccessor.cs b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.DocumentTableAccessor.cs index 8421371653a6c..3673fdcd31435 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.DocumentTableAccessor.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.DocumentTableAccessor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.IO; using Microsoft.Isam.Esent.Interop; diff --git a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.IdentifierLocationTable.cs b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.IdentifierLocationTable.cs index edfc0f0e3b5f2..9c6933e8d5223 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.IdentifierLocationTable.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.IdentifierLocationTable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.Isam.Esent.Interop; diff --git a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.IdentifierLocationTableAccessor.cs b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.IdentifierLocationTableAccessor.cs index 2474ef02a9160..1800c80897869 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.IdentifierLocationTableAccessor.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.IdentifierLocationTableAccessor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; diff --git a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.IdentifierTable.cs b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.IdentifierTable.cs index 78da0e622eb0a..1d08189877995 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.IdentifierTable.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.IdentifierTable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.Isam.Esent.Interop; diff --git a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.NameTable.cs b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.NameTable.cs index 319d538847fcf..1b2697b6b8cc5 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.NameTable.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.NameTable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.Isam.Esent.Interop; diff --git a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.OpenSession.cs b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.OpenSession.cs index 69d0dc054a8a8..19f7737865ac5 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.OpenSession.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.OpenSession.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.ProjectTable.cs b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.ProjectTable.cs index a4cb2230de6bd..41e4982c54579 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.ProjectTable.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.ProjectTable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.Isam.Esent.Interop; diff --git a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.ProjectTableAccessor.cs b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.ProjectTableAccessor.cs index 27aa9e96105e8..1f1adde020f13 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.ProjectTableAccessor.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.ProjectTableAccessor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.IO; using System.Text; diff --git a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.SolutionTable.cs b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.SolutionTable.cs index 80778028c25c7..a1aabd7e0c421 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.SolutionTable.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.SolutionTable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.Isam.Esent.Interop; using Roslyn.Utilities; diff --git a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.SolutionTableAccessor.cs b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.SolutionTableAccessor.cs index 79b35c9746bd9..df8323d0b4daa 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.SolutionTableAccessor.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.SolutionTableAccessor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.IO; using System.Text; diff --git a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.StringNameTableAccessor.cs b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.StringNameTableAccessor.cs index b8f2c4364a66a..c67bfd41e49af 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.StringNameTableAccessor.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.StringNameTableAccessor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Text; using Microsoft.Isam.Esent.Interop; diff --git a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.TableKinds.cs b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.TableKinds.cs index 23610d0c9cf77..5662c3a7d492c 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.TableKinds.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.TableKinds.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Esent { diff --git a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.cs b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.cs index 416e4fc2a428b..bd35e24464db2 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Esent/EsentStorage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Concurrent; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Desktop/Workspace/FileTextLoader.cs b/src/Workspaces/Core/Desktop/Workspace/FileTextLoader.cs index 517bc0d1681a9..cff4e534e4525 100644 --- a/src/Workspaces/Core/Desktop/Workspace/FileTextLoader.cs +++ b/src/Workspaces/Core/Desktop/Workspace/FileTextLoader.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; diff --git a/src/Workspaces/Core/Desktop/Workspace/Host/TemporaryStorage/TemporaryStorageServiceFactory.cs b/src/Workspaces/Core/Desktop/Workspace/Host/TemporaryStorage/TemporaryStorageServiceFactory.cs index d099a9e9687b0..d705b70458fdb 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Host/TemporaryStorage/TemporaryStorageServiceFactory.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Host/TemporaryStorage/TemporaryStorageServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; diff --git a/src/Workspaces/Core/Desktop/Workspace/MSBuild/MSBuildProjectLoader.cs b/src/Workspaces/Core/Desktop/Workspace/MSBuild/MSBuildProjectLoader.cs index 6ec61c1d23073..0d92a2399d924 100644 --- a/src/Workspaces/Core/Desktop/Workspace/MSBuild/MSBuildProjectLoader.cs +++ b/src/Workspaces/Core/Desktop/Workspace/MSBuild/MSBuildProjectLoader.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Desktop/Workspace/MSBuild/MSBuildWorkspace.cs b/src/Workspaces/Core/Desktop/Workspace/MSBuild/MSBuildWorkspace.cs index e95fe3d2b991a..8fe6cc78c765f 100644 --- a/src/Workspaces/Core/Desktop/Workspace/MSBuild/MSBuildWorkspace.cs +++ b/src/Workspaces/Core/Desktop/Workspace/MSBuild/MSBuildWorkspace.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Desktop/Workspace/MSBuild/ProjectFile/IProjectFile.cs b/src/Workspaces/Core/Desktop/Workspace/MSBuild/ProjectFile/IProjectFile.cs index bbb6170d964f7..f9f1f04b7a2f9 100644 --- a/src/Workspaces/Core/Desktop/Workspace/MSBuild/ProjectFile/IProjectFile.cs +++ b/src/Workspaces/Core/Desktop/Workspace/MSBuild/ProjectFile/IProjectFile.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Desktop/Workspace/MSBuild/ProjectFile/ProjectFile.cs b/src/Workspaces/Core/Desktop/Workspace/MSBuild/ProjectFile/ProjectFile.cs index 906d481d3e188..26b98db280244 100644 --- a/src/Workspaces/Core/Desktop/Workspace/MSBuild/ProjectFile/ProjectFile.cs +++ b/src/Workspaces/Core/Desktop/Workspace/MSBuild/ProjectFile/ProjectFile.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Desktop/Workspace/MSBuild/ProjectFile/ProjectFileInfo.cs b/src/Workspaces/Core/Desktop/Workspace/MSBuild/ProjectFile/ProjectFileInfo.cs index ecf23451c21bf..d43b62c665dac 100644 --- a/src/Workspaces/Core/Desktop/Workspace/MSBuild/ProjectFile/ProjectFileInfo.cs +++ b/src/Workspaces/Core/Desktop/Workspace/MSBuild/ProjectFile/ProjectFileInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Desktop/Workspace/MSBuild/SolutionFile/LineScanner.cs b/src/Workspaces/Core/Desktop/Workspace/MSBuild/SolutionFile/LineScanner.cs index b3004972d3ddd..70bc253ba34cb 100644 --- a/src/Workspaces/Core/Desktop/Workspace/MSBuild/SolutionFile/LineScanner.cs +++ b/src/Workspaces/Core/Desktop/Workspace/MSBuild/SolutionFile/LineScanner.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/Workspaces/Core/Desktop/Workspace/MSBuild/SolutionFile/ProjectBlock.cs b/src/Workspaces/Core/Desktop/Workspace/MSBuild/SolutionFile/ProjectBlock.cs index 7d74158d97787..eddee4721c453 100644 --- a/src/Workspaces/Core/Desktop/Workspace/MSBuild/SolutionFile/ProjectBlock.cs +++ b/src/Workspaces/Core/Desktop/Workspace/MSBuild/SolutionFile/ProjectBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Desktop/Workspace/MSBuild/SolutionFile/SectionBlock.cs b/src/Workspaces/Core/Desktop/Workspace/MSBuild/SolutionFile/SectionBlock.cs index d2d790f103688..25fe26c39ba2b 100644 --- a/src/Workspaces/Core/Desktop/Workspace/MSBuild/SolutionFile/SectionBlock.cs +++ b/src/Workspaces/Core/Desktop/Workspace/MSBuild/SolutionFile/SectionBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Desktop/Workspace/MSBuild/SolutionFile/SolutionFile.cs b/src/Workspaces/Core/Desktop/Workspace/MSBuild/SolutionFile/SolutionFile.cs index 936ff9771019a..5f9d6bb037ffd 100644 --- a/src/Workspaces/Core/Desktop/Workspace/MSBuild/SolutionFile/SolutionFile.cs +++ b/src/Workspaces/Core/Desktop/Workspace/MSBuild/SolutionFile/SolutionFile.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Desktop/Workspace/Storage/PersistenceStorageServiceFactory.cs b/src/Workspaces/Core/Desktop/Workspace/Storage/PersistenceStorageServiceFactory.cs index e1453f3da7dfb..a05ce7eae69b9 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Storage/PersistenceStorageServiceFactory.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Storage/PersistenceStorageServiceFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; diff --git a/src/Workspaces/Core/Desktop/Workspace/Storage/PersistentStorageService.cs b/src/Workspaces/Core/Desktop/Workspace/Storage/PersistentStorageService.cs index 9d2f38b0982fd..6ed03e29f7c0b 100644 --- a/src/Workspaces/Core/Desktop/Workspace/Storage/PersistentStorageService.cs +++ b/src/Workspaces/Core/Desktop/Workspace/Storage/PersistentStorageService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Portable/CodeFixes/CodeFixContext.cs b/src/Workspaces/Core/Portable/CodeFixes/CodeFixContext.cs index 36e0a9fd30aa0..70d500913deb2 100644 --- a/src/Workspaces/Core/Portable/CodeFixes/CodeFixContext.cs +++ b/src/Workspaces/Core/Portable/CodeFixes/CodeFixContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Portable/CodeFixes/FixAllOccurrences/FixAllState.cs b/src/Workspaces/Core/Portable/CodeFixes/FixAllOccurrences/FixAllState.cs index a79d670afe287..01e21f9b57fd8 100644 --- a/src/Workspaces/Core/Portable/CodeFixes/FixAllOccurrences/FixAllState.cs +++ b/src/Workspaces/Core/Portable/CodeFixes/FixAllOccurrences/FixAllState.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; diff --git a/src/Workspaces/Core/Portable/CodeGeneration/AbstractCodeGenerationService.cs b/src/Workspaces/Core/Portable/CodeGeneration/AbstractCodeGenerationService.cs index 8065c8b141a86..31b8ccc4f03bc 100644 --- a/src/Workspaces/Core/Portable/CodeGeneration/AbstractCodeGenerationService.cs +++ b/src/Workspaces/Core/Portable/CodeGeneration/AbstractCodeGenerationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Portable/CodeGeneration/CodeGenerationHelpers.cs b/src/Workspaces/Core/Portable/CodeGeneration/CodeGenerationHelpers.cs index e77105e99c854..7c69d53eceeb1 100644 --- a/src/Workspaces/Core/Portable/CodeGeneration/CodeGenerationHelpers.cs +++ b/src/Workspaces/Core/Portable/CodeGeneration/CodeGenerationHelpers.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Portable/CodeGeneration/CodeGenerationOptions.cs b/src/Workspaces/Core/Portable/CodeGeneration/CodeGenerationOptions.cs index bc7bd491b26b3..c50a888901182 100644 --- a/src/Workspaces/Core/Portable/CodeGeneration/CodeGenerationOptions.cs +++ b/src/Workspaces/Core/Portable/CodeGeneration/CodeGenerationOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Portable/CodeGeneration/CodeGenerationSymbolFactory.cs b/src/Workspaces/Core/Portable/CodeGeneration/CodeGenerationSymbolFactory.cs index 45d1d245ff0f2..460e5b9e11371 100644 --- a/src/Workspaces/Core/Portable/CodeGeneration/CodeGenerationSymbolFactory.cs +++ b/src/Workspaces/Core/Portable/CodeGeneration/CodeGenerationSymbolFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Portable/Differencing/Match.cs b/src/Workspaces/Core/Portable/Differencing/Match.cs index 0c891a27393a4..263188f43bc7b 100644 --- a/src/Workspaces/Core/Portable/Differencing/Match.cs +++ b/src/Workspaces/Core/Portable/Differencing/Match.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Portable/Editing/SymbolEditor.cs b/src/Workspaces/Core/Portable/Editing/SymbolEditor.cs index 63da489e0621b..1b05c122f7a69 100644 --- a/src/Workspaces/Core/Portable/Editing/SymbolEditor.cs +++ b/src/Workspaces/Core/Portable/Editing/SymbolEditor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Portable/Editing/SyntaxEditor.cs b/src/Workspaces/Core/Portable/Editing/SyntaxEditor.cs index 885d00590a77e..65bc06caf58f7 100644 --- a/src/Workspaces/Core/Portable/Editing/SyntaxEditor.cs +++ b/src/Workspaces/Core/Portable/Editing/SyntaxEditor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Portable/LinkedFileDiffMerging/AbstractLinkedFileMergeConflictCommentAdditionService.cs b/src/Workspaces/Core/Portable/LinkedFileDiffMerging/AbstractLinkedFileMergeConflictCommentAdditionService.cs index 6b6b6e607bfb2..43518af09a85c 100644 --- a/src/Workspaces/Core/Portable/LinkedFileDiffMerging/AbstractLinkedFileMergeConflictCommentAdditionService.cs +++ b/src/Workspaces/Core/Portable/LinkedFileDiffMerging/AbstractLinkedFileMergeConflictCommentAdditionService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Workspaces/Core/Portable/NamingStyles/Serialization/MutableNamingStyle.cs b/src/Workspaces/Core/Portable/NamingStyles/Serialization/MutableNamingStyle.cs index fdf4aaa85bc8b..29702d629eb4c 100644 --- a/src/Workspaces/Core/Portable/NamingStyles/Serialization/MutableNamingStyle.cs +++ b/src/Workspaces/Core/Portable/NamingStyles/Serialization/MutableNamingStyle.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Xml.Linq; diff --git a/src/Workspaces/Core/Portable/Options/OptionKey.cs b/src/Workspaces/Core/Portable/Options/OptionKey.cs index 07ce341cda520..0292e96b4c62f 100644 --- a/src/Workspaces/Core/Portable/Options/OptionKey.cs +++ b/src/Workspaces/Core/Portable/Options/OptionKey.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Roslyn.Utilities; diff --git a/src/Workspaces/Core/Portable/PatternMatching/PatternMatch.cs b/src/Workspaces/Core/Portable/PatternMatching/PatternMatch.cs index 33b8b3611286b..f464ce9a1e5d5 100644 --- a/src/Workspaces/Core/Portable/PatternMatching/PatternMatch.cs +++ b/src/Workspaces/Core/Portable/PatternMatching/PatternMatch.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Portable/PatternMatching/PatternMatchKind.cs b/src/Workspaces/Core/Portable/PatternMatching/PatternMatchKind.cs index 17cd71ace4b49..dd2c42f1aecd9 100644 --- a/src/Workspaces/Core/Portable/PatternMatching/PatternMatchKind.cs +++ b/src/Workspaces/Core/Portable/PatternMatching/PatternMatchKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Roslyn.Utilities; diff --git a/src/Workspaces/Core/Portable/Shared/Utilities/ExtensionOrderer.Node.cs b/src/Workspaces/Core/Portable/Shared/Utilities/ExtensionOrderer.Node.cs index 42184882c2a57..8ec3f7d407b6a 100644 --- a/src/Workspaces/Core/Portable/Shared/Utilities/ExtensionOrderer.Node.cs +++ b/src/Workspaces/Core/Portable/Shared/Utilities/ExtensionOrderer.Node.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Portable/SolutionCrawler/ExportIncrementalAnalyzerProviderAttribute.cs b/src/Workspaces/Core/Portable/SolutionCrawler/ExportIncrementalAnalyzerProviderAttribute.cs index 19452be56fc03..2c1e67de05f41 100644 --- a/src/Workspaces/Core/Portable/SolutionCrawler/ExportIncrementalAnalyzerProviderAttribute.cs +++ b/src/Workspaces/Core/Portable/SolutionCrawler/ExportIncrementalAnalyzerProviderAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; diff --git a/src/Workspaces/Core/Portable/SolutionCrawler/IIncrementalAnalyzer.cs b/src/Workspaces/Core/Portable/SolutionCrawler/IIncrementalAnalyzer.cs index 5458362b67715..e092dc8d3c42f 100644 --- a/src/Workspaces/Core/Portable/SolutionCrawler/IIncrementalAnalyzer.cs +++ b/src/Workspaces/Core/Portable/SolutionCrawler/IIncrementalAnalyzer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Workspaces/Core/Portable/SolutionCrawler/IIncrementalAnalyzerProvider.cs b/src/Workspaces/Core/Portable/SolutionCrawler/IIncrementalAnalyzerProvider.cs index 373812d47c98c..632f73055f655 100644 --- a/src/Workspaces/Core/Portable/SolutionCrawler/IIncrementalAnalyzerProvider.cs +++ b/src/Workspaces/Core/Portable/SolutionCrawler/IIncrementalAnalyzerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.SolutionCrawler { diff --git a/src/Workspaces/Core/Portable/SolutionCrawler/ISolutionCrawlerRegistrationService.cs b/src/Workspaces/Core/Portable/SolutionCrawler/ISolutionCrawlerRegistrationService.cs index f9c68cacd4af6..3fc0f78af87f5 100644 --- a/src/Workspaces/Core/Portable/SolutionCrawler/ISolutionCrawlerRegistrationService.cs +++ b/src/Workspaces/Core/Portable/SolutionCrawler/ISolutionCrawlerRegistrationService.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Host; diff --git a/src/Workspaces/Core/Portable/SolutionCrawler/IncrementalAnalyzerProviderMetadata.cs b/src/Workspaces/Core/Portable/SolutionCrawler/IncrementalAnalyzerProviderMetadata.cs index a4ae2490c3ab6..ef3d6574c719d 100644 --- a/src/Workspaces/Core/Portable/SolutionCrawler/IncrementalAnalyzerProviderMetadata.cs +++ b/src/Workspaces/Core/Portable/SolutionCrawler/IncrementalAnalyzerProviderMetadata.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Roslyn.Utilities; diff --git a/src/Workspaces/Core/Portable/SolutionCrawler/InvocationReasons.cs b/src/Workspaces/Core/Portable/SolutionCrawler/InvocationReasons.cs index dd8184a5effa6..112e5b53d881f 100644 --- a/src/Workspaces/Core/Portable/SolutionCrawler/InvocationReasons.cs +++ b/src/Workspaces/Core/Portable/SolutionCrawler/InvocationReasons.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Portable/SolutionCrawler/InvocationReasons_Constants.cs b/src/Workspaces/Core/Portable/SolutionCrawler/InvocationReasons_Constants.cs index bcf6321cc01bf..2c74964c22cdf 100644 --- a/src/Workspaces/Core/Portable/SolutionCrawler/InvocationReasons_Constants.cs +++ b/src/Workspaces/Core/Portable/SolutionCrawler/InvocationReasons_Constants.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; diff --git a/src/Workspaces/Core/Portable/SolutionCrawler/PredefinedInvocationReasons.cs b/src/Workspaces/Core/Portable/SolutionCrawler/PredefinedInvocationReasons.cs index b7835b8c44130..d1d04f722b0ac 100644 --- a/src/Workspaces/Core/Portable/SolutionCrawler/PredefinedInvocationReasons.cs +++ b/src/Workspaces/Core/Portable/SolutionCrawler/PredefinedInvocationReasons.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.SolutionCrawler { diff --git a/src/Workspaces/Core/Portable/Utilities/CompilerUtilities/CompilerPathUtilities.cs b/src/Workspaces/Core/Portable/Utilities/CompilerUtilities/CompilerPathUtilities.cs index 6d4f0dd64ff19..a3aea9de87c8f 100644 --- a/src/Workspaces/Core/Portable/Utilities/CompilerUtilities/CompilerPathUtilities.cs +++ b/src/Workspaces/Core/Portable/Utilities/CompilerUtilities/CompilerPathUtilities.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis; diff --git a/src/Workspaces/Core/Portable/Utilities/CompilerUtilities/ImmutableHashMap.cs b/src/Workspaces/Core/Portable/Utilities/CompilerUtilities/ImmutableHashMap.cs index dd5185ff9ba37..8b7555515f664 100644 --- a/src/Workspaces/Core/Portable/Utilities/CompilerUtilities/ImmutableHashMap.cs +++ b/src/Workspaces/Core/Portable/Utilities/CompilerUtilities/ImmutableHashMap.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections; diff --git a/src/Workspaces/Core/Portable/Workspace/Host/HostLanguageServices.cs b/src/Workspaces/Core/Portable/Workspace/Host/HostLanguageServices.cs index 28341d30bb365..b8923e59e6d54 100644 --- a/src/Workspaces/Core/Portable/Workspace/Host/HostLanguageServices.cs +++ b/src/Workspaces/Core/Portable/Workspace/Host/HostLanguageServices.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; diff --git a/src/Workspaces/Core/Portable/Workspace/Host/HostWorkspaceServices.cs b/src/Workspaces/Core/Portable/Workspace/Host/HostWorkspaceServices.cs index 4cb540e7724ec..6c40ab6b731ef 100644 --- a/src/Workspaces/Core/Portable/Workspace/Host/HostWorkspaceServices.cs +++ b/src/Workspaces/Core/Portable/Workspace/Host/HostWorkspaceServices.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Portable/Workspace/Solution/Document.cs b/src/Workspaces/Core/Portable/Workspace/Solution/Document.cs index ce633d9b5b565..5796b58876be1 100644 --- a/src/Workspaces/Core/Portable/Workspace/Solution/Document.cs +++ b/src/Workspaces/Core/Portable/Workspace/Solution/Document.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Portable/Workspace/Solution/Solution.cs b/src/Workspaces/Core/Portable/Workspace/Solution/Solution.cs index 3a91341a307e9..081f48297e359 100644 --- a/src/Workspaces/Core/Portable/Workspace/Solution/Solution.cs +++ b/src/Workspaces/Core/Portable/Workspace/Solution/Solution.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Portable/Workspace/Workspace.cs b/src/Workspaces/Core/Portable/Workspace/Workspace.cs index c679598918023..c2615f1c7bd1c 100644 --- a/src/Workspaces/Core/Portable/Workspace/Workspace.cs +++ b/src/Workspaces/Core/Portable/Workspace/Workspace.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/Core/Portable/Workspace/Workspace_Editor.cs b/src/Workspaces/Core/Portable/Workspace/Workspace_Editor.cs index f1caae558c229..89e8fce54617b 100644 --- a/src/Workspaces/Core/Portable/Workspace/Workspace_Editor.cs +++ b/src/Workspaces/Core/Portable/Workspace/Workspace_Editor.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Workspaces/CoreTest/LinkedFileDiffMerging/LinkedFileDiffMergingTests.TextMerging.cs b/src/Workspaces/CoreTest/LinkedFileDiffMerging/LinkedFileDiffMergingTests.TextMerging.cs index a8bdc7bfd8dc3..4fe2fba1aacbd 100644 --- a/src/Workspaces/CoreTest/LinkedFileDiffMerging/LinkedFileDiffMergingTests.TextMerging.cs +++ b/src/Workspaces/CoreTest/LinkedFileDiffMerging/LinkedFileDiffMergingTests.TextMerging.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Test.Utilities; diff --git a/src/Workspaces/CoreTestUtilities/Formatting/FormattingTestBase.cs b/src/Workspaces/CoreTestUtilities/Formatting/FormattingTestBase.cs index 360f4a0d2af09..9eba666ab3308 100644 --- a/src/Workspaces/CoreTestUtilities/Formatting/FormattingTestBase.cs +++ b/src/Workspaces/CoreTestUtilities/Formatting/FormattingTestBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading; From c399b501f08c3eb523b7ae8b6fa2cd26c9ebfcea Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Thu, 29 Jun 2017 11:18:39 -0500 Subject: [PATCH 5/5] Update code generators to use Encoding.UTF8 --- .../Source/BoundTreeGenerator/Program.cs | 3 ++- .../Source/CSharpErrorFactsGenerator/Program.cs | 2 +- .../Source/CSharpSyntaxGenerator/Program.cs | 2 +- .../Source/VisualBasicErrorFactsGenerator/Program.vb | 2 +- .../Source/VisualBasicSyntaxGenerator/Program.vb | 11 ++++++----- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/Program.cs b/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/Program.cs index 17474b7f1b9ee..7aa9144a5c9aa 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/Program.cs +++ b/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/Program.cs @@ -3,6 +3,7 @@ using System; using System.IO; using System.Linq; +using System.Text; using System.Xml; using System.Xml.Serialization; @@ -49,7 +50,7 @@ private static int Main(string[] args) tree = (Tree)serializer.Deserialize(reader); } - using (var outfile = new StreamWriter(File.Open(outfilename, FileMode.Create))) + using (var outfile = new StreamWriter(File.Open(outfilename, FileMode.Create), Encoding.UTF8)) { BoundNodeClassWriter.Write(outfile, tree, targetLanguage); } diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/Program.cs b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/Program.cs index de54f37530719..5327a08ea6b7a 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/Program.cs +++ b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/Program.cs @@ -128,7 +128,7 @@ input The path to ErrorCode.cs outputText.AppendLine(" }"); outputText.AppendLine("}"); - File.WriteAllText(outputPath, outputText.ToString()); + File.WriteAllText(outputPath, outputText.ToString(), Encoding.UTF8); return 0; } diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/Program.cs b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/Program.cs index 9a6b42b4e302e..d0a0e0cf90555 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/Program.cs +++ b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/Program.cs @@ -112,7 +112,7 @@ private static void WriteToFile(Tree tree, Action writeAction, try { - using (var outFile = new StreamWriter(File.Open(outputFile, FileMode.Create))) + using (var outFile = new StreamWriter(File.Open(outputFile, FileMode.Create), Encoding.UTF8)) { outFile.Write(text); } diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/Program.vb b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/Program.vb index 123a9f468058c..1a55c5df46222 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/Program.vb +++ b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/Program.vb @@ -43,7 +43,7 @@ Friend Module Program outputText.AppendLine(" End Module") outputText.AppendLine("End Namespace") - File.WriteAllText(outputPath, outputText.ToString()) + File.WriteAllText(outputPath, outputText.ToString(), Encoding.UTF8) Return 0 End Function diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/Program.vb b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/Program.vb index a919788f10bfa..cba124dd58f69 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/Program.vb +++ b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/Program.vb @@ -5,6 +5,7 @@ Imports System.Collections.Generic Imports System.Console Imports System.Runtime.InteropServices Imports System.Security.Cryptography +Imports System.Text ''' ''' Contains the startup code, command line argument processing, and driving the execution of the tool. @@ -97,7 +98,7 @@ Friend Module Program Public Sub WriteOutput(inputFile As String, outputFile As String, definition As ParseTree, outputKind As String, checksum As String) Select Case outputKind Case "/test" - Using output As New StreamWriter(New FileStream(outputFile, FileMode.Create, FileAccess.Write)) + Using output As New StreamWriter(New FileStream(outputFile, FileMode.Create, FileAccess.Write), Encoding.UTF8) WriteHeader(output, checksum) output.WriteLine() @@ -113,7 +114,7 @@ Friend Module Program End Using Case "/gettext" - Using output As New StreamWriter(New FileStream(outputFile, FileMode.Create, FileAccess.Write)) + Using output As New StreamWriter(New FileStream(outputFile, FileMode.Create, FileAccess.Write), Encoding.UTF8) WriteHeader(output, checksum) Dim syntaxFactsWriter As New SyntaxFactsWriter(definition) syntaxFactsWriter.GenerateGetText(output) @@ -132,7 +133,7 @@ Friend Module Program Dim internalFile = Path.Combine(outputPath, $"{prefix}.Internal.Generated.vb") Dim redNodeWriter As New RedNodeWriter(definition) - Using output As New StreamWriter(New FileStream(mainFile, FileMode.Create, FileAccess.Write)) + Using output As New StreamWriter(New FileStream(mainFile, FileMode.Create, FileAccess.Write), Encoding.UTF8) WriteSyntaxHeader(output, checksum) redNodeWriter.WriteMainTreeAsCode(output) @@ -143,13 +144,13 @@ Friend Module Program syntaxFactsWriter.GenerateFile(output) End Using - Using output As New StreamWriter(New FileStream(syntaxFile, FileMode.Create, FileAccess.Write)) + Using output As New StreamWriter(New FileStream(syntaxFile, FileMode.Create, FileAccess.Write), Encoding.UTF8) WriteSyntaxHeader(output, checksum) redNodeWriter.WriteSyntaxTreeAsCode(output) End Using - Using output As New StreamWriter(New FileStream(internalFile, FileMode.Create, FileAccess.Write)) + Using output As New StreamWriter(New FileStream(internalFile, FileMode.Create, FileAccess.Write), Encoding.UTF8) WriteSyntaxHeader(output, checksum) Dim greenNodeWriter As New GreenNodeWriter(definition)