Skip to content
Sign up
Product
Features
Mobile
Actions
Codespaces
Copilot
Packages
Security
Code review
Issues
Integrations
GitHub Sponsors
Customer stories
Team
Enterprise
Explore
Explore GitHub
Learn and contribute
Topics
Collections
Trending
Skills
GitHub Sponsors
Open source guides
Connect with others
The ReadME Project
Events
Community forum
GitHub Education
GitHub Stars program
Marketplace
Pricing
Plans
Compare plans
Contact Sales
Education
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this organization
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
{{ message }}
dotnet
/
roslyn
Public
Notifications
Fork
3.6k
Star
16.1k
Code
Issues
5k+
Pull requests
366
Discussions
Projects
45
Security
Insights
More
Code
Issues
Pull requests
Discussions
Projects
Security
Insights
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
update headers
Loading branch information
jmarolf
committed
Jan 23, 2020
1 parent
0d04884
commit
91571a3bb038e05e7bf2ab87510273a1017faed0
Show file tree
Hide file tree
Showing
12,706 changed files
with
37,540 additions
and
12,711 deletions
.
Split
Unified
Directory.Build.props
Directory.Build.props
Directory.Build.targets
Directory.Build.targets
NuGet.config
NuGet.config
eng
eng/Signing.props
Signing.props
eng/Versions.props
Versions.props
common/internal
eng/common/internal/Tools.csproj
Tools.csproj
config
eng/config/app.manifest
app.manifest
targets
eng/targets/Bootstrap.props
Bootstrap.props
eng/targets/Bootstrap.targets
Bootstrap.targets
eng/targets/DiaSymReaderNative.targets
DiaSymReaderNative.targets
eng/targets/GenerateCompilerExecutableBindingRedirects.targets
GenerateCompilerExecutableBindingRedirects.targets
eng/targets/GenerateServiceHubConfigurationFiles.targets
GenerateServiceHubConfigurationFiles.targets
eng/targets/ILTools.targets
ILTools.targets
eng/targets/Imports.targets
Imports.targets
eng/targets/PackageProject.targets
PackageProject.targets
eng/targets/Settings.props
Settings.props
eng/targets/VisualStudio.targets
VisualStudio.targets
eng/targets/Vsdconfig.targets
Vsdconfig.targets
eng/targets/XUnit.targets
XUnit.targets
src
CodeStyle
CSharp
Analyzers
src/CodeStyle/CSharp/Analyzers/CSharpFormattingAnalyzer.cs
CSharpFormattingAnalyzer.cs
src/CodeStyle/CSharp/Analyzers/EditorConfigOptionsApplier.cs
EditorConfigOptionsApplier.cs
src/CodeStyle/CSharp/Analyzers/Microsoft.CodeAnalysis.CSharp.CodeStyle.csproj
Microsoft.CodeAnalysis.CSharp.CodeStyle.csproj
CodeFixes
src/CodeStyle/CSharp/CodeFixes/CSharpFormattingCodeFixProvider.cs
CSharpFormattingCodeFixProvider.cs
src/CodeStyle/CSharp/CodeFixes/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.csproj
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.csproj
Tests
src/CodeStyle/CSharp/Tests/FormattingAnalyzerTests.cs
FormattingAnalyzerTests.cs
src/CodeStyle/CSharp/Tests/Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests.csproj
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests.csproj
Core
Analyzers
src/CodeStyle/Core/Analyzers/AbstractCodeStyleDiagnosticAnalyzer.cs
AbstractCodeStyleDiagnosticAnalyzer.cs
src/CodeStyle/Core/Analyzers/AbstractFormattingAnalyzer.cs
AbstractFormattingAnalyzer.cs
src/CodeStyle/Core/Analyzers/AnalyzerConfigCodingConventionsContext.cs
AnalyzerConfigCodingConventionsContext.cs
src/CodeStyle/Core/Analyzers/AnalyzerConfigCodingConventionsManager.cs
AnalyzerConfigCodingConventionsManager.cs
src/CodeStyle/Core/Analyzers/AnalyzerConfigOptions.cs
AnalyzerConfigOptions.cs
src/CodeStyle/Core/Analyzers/DiagnosticCategory.cs
DiagnosticCategory.cs
Formatting
src/CodeStyle/Core/Analyzers/Formatting/Formatter.cs
Formatter.cs
src/CodeStyle/Core/Analyzers/FormattingAnalyzerHelper.cs
FormattingAnalyzerHelper.cs
src/CodeStyle/Core/Analyzers/Microsoft.CodeAnalysis.CodeStyle.csproj
Microsoft.CodeAnalysis.CodeStyle.csproj
Options
src/CodeStyle/Core/Analyzers/Options/AnalyzerConfigOptionsExtensions.cs
AnalyzerConfigOptionsExtensions.cs
CodeFixes
src/CodeStyle/Core/CodeFixes/DocumentBasedFixAllProvider.cs
DocumentBasedFixAllProvider.cs
src/CodeStyle/Core/CodeFixes/FixAllContextHelper.cs
FixAllContextHelper.cs
src/CodeStyle/Core/CodeFixes/FormattingCodeFixHelper.cs
FormattingCodeFixHelper.cs
src/CodeStyle/Core/CodeFixes/FormattingCodeFixProvider.cs
FormattingCodeFixProvider.cs
src/CodeStyle/Core/CodeFixes/Microsoft.CodeAnalysis.CodeStyle.Fixes.csproj
Microsoft.CodeAnalysis.CodeStyle.Fixes.csproj
Tests
src/CodeStyle/Core/Tests/Microsoft.CodeAnalysis.CodeStyle.UnitTests.csproj
Microsoft.CodeAnalysis.CodeStyle.UnitTests.csproj
VisualBasic
Analyzers
src/CodeStyle/VisualBasic/Analyzers/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.vbproj
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.vbproj
src/CodeStyle/VisualBasic/Analyzers/VisualBasicFormattingAnalyzer.vb
VisualBasicFormattingAnalyzer.vb
CodeFixes
src/CodeStyle/VisualBasic/CodeFixes/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.vbproj
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.vbproj
src/CodeStyle/VisualBasic/CodeFixes/VisualBasicFormattingCodeFixProvider.vb
VisualBasicFormattingCodeFixProvider.vb
Tests
src/CodeStyle/VisualBasic/Tests/FormattingAnalyzerTests.vb
FormattingAnalyzerTests.vb
src/CodeStyle/VisualBasic/Tests/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.UnitTests.vbproj
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.UnitTests.vbproj
Compilers
CSharp
CSharpAnalyzerDriver
src/Compilers/CSharp/CSharpAnalyzerDriver/CSharpAnalyzerDriver.projitems
CSharpAnalyzerDriver.projitems
src/Compilers/CSharp/CSharpAnalyzerDriver/CSharpAnalyzerDriver.shproj
CSharpAnalyzerDriver.shproj
src/Compilers/CSharp/CSharpAnalyzerDriver/CSharpDeclarationComputer.cs
CSharpDeclarationComputer.cs
Portable
Binder
src/Compilers/CSharp/Portable/Binder/AliasAndExternAliasDirective.cs
AliasAndExternAliasDirective.cs
src/Compilers/CSharp/Portable/Binder/AliasAndUsingDirective.cs
AliasAndUsingDirective.cs
src/Compilers/CSharp/Portable/Binder/Binder.NamespaceOrTypeOrAliasSymbolWithAnnotations.cs
Binder.NamespaceOrTypeOrAliasSymbolWithAnnotations.cs
src/Compilers/CSharp/Portable/Binder/Binder.OverflowChecks.cs
Binder.OverflowChecks.cs
src/Compilers/CSharp/Portable/Binder/Binder.QueryTranslationState.cs
Binder.QueryTranslationState.cs
src/Compilers/CSharp/Portable/Binder/Binder.QueryUnboundLambdaState.cs
Binder.QueryUnboundLambdaState.cs
src/Compilers/CSharp/Portable/Binder/Binder.RangeVariableMap.cs
Binder.RangeVariableMap.cs
src/Compilers/CSharp/Portable/Binder/Binder.ValueChecks.cs
Binder.ValueChecks.cs
src/Compilers/CSharp/Portable/Binder/Binder.WithQueryLambdaParametersBinder.cs
Binder.WithQueryLambdaParametersBinder.cs
src/Compilers/CSharp/Portable/Binder/Binder.cs
Binder.cs
src/Compilers/CSharp/Portable/Binder/BinderFactory.BinderFactoryVisitor.cs
BinderFactory.BinderFactoryVisitor.cs
src/Compilers/CSharp/Portable/Binder/BinderFactory.NodeUsage.cs
BinderFactory.NodeUsage.cs
src/Compilers/CSharp/Portable/Binder/BinderFactory.cs
BinderFactory.cs
src/Compilers/CSharp/Portable/Binder/BinderFlags.cs
BinderFlags.cs
src/Compilers/CSharp/Portable/Binder/BinderFlagsExtensions.cs
BinderFlagsExtensions.cs
src/Compilers/CSharp/Portable/Binder/Binder_AnonymousTypes.cs
Binder_AnonymousTypes.cs
src/Compilers/CSharp/Portable/Binder/Binder_Attributes.cs
Binder_Attributes.cs
src/Compilers/CSharp/Portable/Binder/Binder_Await.cs
Binder_Await.cs
src/Compilers/CSharp/Portable/Binder/Binder_Constraints.cs
Binder_Constraints.cs
src/Compilers/CSharp/Portable/Binder/Binder_Conversions.cs
Binder_Conversions.cs
src/Compilers/CSharp/Portable/Binder/Binder_Crefs.cs
Binder_Crefs.cs
src/Compilers/CSharp/Portable/Binder/Binder_Deconstruct.cs
Binder_Deconstruct.cs
src/Compilers/CSharp/Portable/Binder/Binder_Expressions.cs
Binder_Expressions.cs
src/Compilers/CSharp/Portable/Binder/Binder_Flags.cs
Binder_Flags.cs
src/Compilers/CSharp/Portable/Binder/Binder_Initializers.cs
Binder_Initializers.cs
src/Compilers/CSharp/Portable/Binder/Binder_InterpolatedString.cs
Binder_InterpolatedString.cs
src/Compilers/CSharp/Portable/Binder/Binder_Invocation.cs
Binder_Invocation.cs
src/Compilers/CSharp/Portable/Binder/Binder_Lambda.cs
Binder_Lambda.cs
src/Compilers/CSharp/Portable/Binder/Binder_Lookup.cs
Binder_Lookup.cs
src/Compilers/CSharp/Portable/Binder/Binder_NameConflicts.cs
Binder_NameConflicts.cs
src/Compilers/CSharp/Portable/Binder/Binder_Operators.cs
Binder_Operators.cs
src/Compilers/CSharp/Portable/Binder/Binder_Patterns.cs
Binder_Patterns.cs
src/Compilers/CSharp/Portable/Binder/Binder_Query.cs
Binder_Query.cs
src/Compilers/CSharp/Portable/Binder/Binder_QueryErrors.cs
Binder_QueryErrors.cs
src/Compilers/CSharp/Portable/Binder/Binder_Statements.cs
Binder_Statements.cs
src/Compilers/CSharp/Portable/Binder/Binder_Symbols.cs
Binder_Symbols.cs
src/Compilers/CSharp/Portable/Binder/Binder_TupleOperators.cs
Binder_TupleOperators.cs
src/Compilers/CSharp/Portable/Binder/Binder_Unsafe.cs
Binder_Unsafe.cs
src/Compilers/CSharp/Portable/Binder/Binder_XmlNameAttribute.cs
Binder_XmlNameAttribute.cs
src/Compilers/CSharp/Portable/Binder/BlockBinder.cs
BlockBinder.cs
src/Compilers/CSharp/Portable/Binder/BuckStopsHereBinder.cs
BuckStopsHereBinder.cs
src/Compilers/CSharp/Portable/Binder/CatchClauseBinder.cs
CatchClauseBinder.cs
src/Compilers/CSharp/Portable/Binder/ConstantFieldsInProgress.cs
ConstantFieldsInProgress.cs
src/Compilers/CSharp/Portable/Binder/ConstantFieldsInProgressBinder.cs
ConstantFieldsInProgressBinder.cs
src/Compilers/CSharp/Portable/Binder/ContextualAttributeBinder.cs
ContextualAttributeBinder.cs
src/Compilers/CSharp/Portable/Binder/DecisionDagBuilder.cs
DecisionDagBuilder.cs
src/Compilers/CSharp/Portable/Binder/EarlyWellKnownAttributeBinder.cs
EarlyWellKnownAttributeBinder.cs
src/Compilers/CSharp/Portable/Binder/EmbeddedStatementBinder.cs
EmbeddedStatementBinder.cs
src/Compilers/CSharp/Portable/Binder/ExecutableCodeBinder.cs
ExecutableCodeBinder.cs
src/Compilers/CSharp/Portable/Binder/ExpressionListVariableBinder.cs
ExpressionListVariableBinder.cs
src/Compilers/CSharp/Portable/Binder/ExpressionVariableBinder.cs
ExpressionVariableBinder.cs
src/Compilers/CSharp/Portable/Binder/ExpressionVariableFinder.cs
ExpressionVariableFinder.cs
src/Compilers/CSharp/Portable/Binder/ExtensionMethodScope.cs
ExtensionMethodScope.cs
src/Compilers/CSharp/Portable/Binder/FixedStatementBinder.cs
FixedStatementBinder.cs
src/Compilers/CSharp/Portable/Binder/ForEachEnumeratorInfo.cs
ForEachEnumeratorInfo.cs
src/Compilers/CSharp/Portable/Binder/ForEachLoopBinder.cs
ForEachLoopBinder.cs
src/Compilers/CSharp/Portable/Binder/ForLoopBinder.cs
ForLoopBinder.cs
src/Compilers/CSharp/Portable/Binder/HostObjectModeBinder.cs
HostObjectModeBinder.cs
src/Compilers/CSharp/Portable/Binder/ImplicitlyTypedFieldBinder.cs
ImplicitlyTypedFieldBinder.cs
src/Compilers/CSharp/Portable/Binder/ImportChain.cs
ImportChain.cs
src/Compilers/CSharp/Portable/Binder/Imports.cs
Imports.cs
src/Compilers/CSharp/Portable/Binder/InContainerBinder.cs
InContainerBinder.cs
src/Compilers/CSharp/Portable/Binder/InMethodBinder.cs
InMethodBinder.cs
src/Compilers/CSharp/Portable/Binder/LocalBinderFactory.cs
LocalBinderFactory.cs
src/Compilers/CSharp/Portable/Binder/LocalInProgressBinder.cs
LocalInProgressBinder.cs
src/Compilers/CSharp/Portable/Binder/LocalScopeBinder.cs
LocalScopeBinder.cs
src/Compilers/CSharp/Portable/Binder/LockBinder.cs
LockBinder.cs
src/Compilers/CSharp/Portable/Binder/LockOrUsingBinder.cs
LockOrUsingBinder.cs
src/Compilers/CSharp/Portable/Binder/LookupOptions.cs
LookupOptions.cs
src/Compilers/CSharp/Portable/Binder/LookupResult.cs
LookupResult.cs
src/Compilers/CSharp/Portable/Binder/LookupResultKind.cs
LookupResultKind.cs
src/Compilers/CSharp/Portable/Binder/LookupSymbolsInfo.cs
LookupSymbolsInfo.cs
src/Compilers/CSharp/Portable/Binder/LoopBinderContext.cs
LoopBinderContext.cs
src/Compilers/CSharp/Portable/Binder/MethodGroupResolution.cs
MethodGroupResolution.cs
src/Compilers/CSharp/Portable/Binder/NameofBinder.cs
NameofBinder.cs
src/Compilers/CSharp/Portable/Binder/NamespaceOrTypeAndUsingDirective.cs
NamespaceOrTypeAndUsingDirective.cs
src/Compilers/CSharp/Portable/Binder/PatternMethodLookupResult.cs
PatternMethodLookupResult.cs
src/Compilers/CSharp/Portable/Binder/ScriptLocalScopeBinder.cs
ScriptLocalScopeBinder.cs
Semantics
src/Compilers/CSharp/Portable/Binder/Semantics/AccessCheck.cs
AccessCheck.cs
src/Compilers/CSharp/Portable/Binder/Semantics/BestTypeInferrer.cs
BestTypeInferrer.cs
Conversions
src/Compilers/CSharp/Portable/Binder/Semantics/Conversions/BestIndex.cs
BestIndex.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Conversions/Conversion.cs
Conversion.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Conversions/ConversionEasyOut.cs
ConversionEasyOut.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Conversions/ConversionKind.cs
ConversionKind.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Conversions/ConversionKindExtensions.cs
ConversionKindExtensions.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Conversions/Conversions.cs
Conversions.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Conversions/ConversionsBase.cs
ConversionsBase.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Conversions/LambdaConversionResult.cs
LambdaConversionResult.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Conversions/TypeConversions.cs
TypeConversions.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Conversions/UserDefinedConversionAnalysis.cs
UserDefinedConversionAnalysis.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Conversions/UserDefinedConversionResult.cs
UserDefinedConversionResult.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Conversions/UserDefinedConversions.cs
UserDefinedConversions.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Conversions/UserDefinedExplicitConversions.cs
UserDefinedExplicitConversions.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Conversions/UserDefinedImplicitConversions.cs
UserDefinedImplicitConversions.cs
Operators
src/Compilers/CSharp/Portable/Binder/Semantics/Operators/BinaryOperatorAnalysisResult.cs
BinaryOperatorAnalysisResult.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Operators/BinaryOperatorEasyOut.cs
BinaryOperatorEasyOut.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Operators/BinaryOperatorOverloadResolution.cs
BinaryOperatorOverloadResolution.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Operators/BinaryOperatorOverloadResolutionResult.cs
BinaryOperatorOverloadResolutionResult.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Operators/BinaryOperatorSignature.cs
BinaryOperatorSignature.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Operators/OperatorAnalysisResultKind.cs
OperatorAnalysisResultKind.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Operators/OperatorFacts.cs
OperatorFacts.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Operators/OperatorKind.cs
OperatorKind.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Operators/OperatorKindExtensions.cs
OperatorKindExtensions.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Operators/UnaryOperatorAnalysisResult.cs
UnaryOperatorAnalysisResult.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Operators/UnaryOperatorEasyOut.cs
UnaryOperatorEasyOut.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Operators/UnaryOperatorOverloadResolution.cs
UnaryOperatorOverloadResolution.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Operators/UnaryOperatorOverloadResolutionResult.cs
UnaryOperatorOverloadResolutionResult.cs
src/Compilers/CSharp/Portable/Binder/Semantics/Operators/UnaryOperatorSignature.cs
UnaryOperatorSignature.cs
OverloadResolution
src/Compilers/CSharp/Portable/Binder/Semantics/OverloadResolution/AnalyzedArguments.cs
AnalyzedArguments.cs
src/Compilers/CSharp/Portable/Binder/Semantics/OverloadResolution/ArgumentAnalysisResult.cs
ArgumentAnalysisResult.cs
src/Compilers/CSharp/Portable/Binder/Semantics/OverloadResolution/ArgumentAnalysisResultKind.cs
ArgumentAnalysisResultKind.cs
src/Compilers/CSharp/Portable/Binder/Semantics/OverloadResolution/MemberAnalysisResult.cs
MemberAnalysisResult.cs
src/Compilers/CSharp/Portable/Binder/Semantics/OverloadResolution/MemberResolutionKind.cs
MemberResolutionKind.cs
src/Compilers/CSharp/Portable/Binder/Semantics/OverloadResolution/MemberResolutionResult.cs
MemberResolutionResult.cs
src/Compilers/CSharp/Portable/Binder/Semantics/OverloadResolution/MethodGroup.cs
MethodGroup.cs
src/Compilers/CSharp/Portable/Binder/Semantics/OverloadResolution/MethodTypeInference.cs
MethodTypeInference.cs
src/Compilers/CSharp/Portable/Binder/Semantics/OverloadResolution/OverloadResolution.cs
OverloadResolution.cs
src/Compilers/CSharp/Portable/Binder/Semantics/OverloadResolution/OverloadResolutionResult.cs
OverloadResolutionResult.cs
src/Compilers/CSharp/Portable/Binder/Semantics/OverloadResolution/OverloadResolution_ArgsToParameters.cs
OverloadResolution_ArgsToParameters.cs
src/Compilers/CSharp/Portable/Binder/Semantics/SemanticFacts.cs
SemanticFacts.cs
src/Compilers/CSharp/Portable/Binder/SimpleLocalScopeBinder.cs
SimpleLocalScopeBinder.cs
src/Compilers/CSharp/Portable/Binder/SingleLookupResult.cs
SingleLookupResult.cs
src/Compilers/CSharp/Portable/Binder/SwitchBinder.cs
SwitchBinder.cs
src/Compilers/CSharp/Portable/Binder/SwitchBinder_Patterns.cs
SwitchBinder_Patterns.cs
src/Compilers/CSharp/Portable/Binder/SwitchExpressionArmBinder.cs
SwitchExpressionArmBinder.cs
src/Compilers/CSharp/Portable/Binder/SwitchExpressionBinder.cs
SwitchExpressionBinder.cs
src/Compilers/CSharp/Portable/Binder/TypeofBinder.cs
TypeofBinder.cs
src/Compilers/CSharp/Portable/Binder/UsingStatementBinder.cs
UsingStatementBinder.cs
src/Compilers/CSharp/Portable/Binder/WhileBinder.cs
WhileBinder.cs
src/Compilers/CSharp/Portable/Binder/WithClassTypeParametersBinder.cs
WithClassTypeParametersBinder.cs
src/Compilers/CSharp/Portable/Binder/WithCrefTypeParametersBinder.cs
WithCrefTypeParametersBinder.cs
src/Compilers/CSharp/Portable/Binder/WithLambdaParametersBinder.cs
WithLambdaParametersBinder.cs
src/Compilers/CSharp/Portable/Binder/WithMethodTypeParametersBinder.cs
WithMethodTypeParametersBinder.cs
src/Compilers/CSharp/Portable/Binder/WithNullableContextBinder.cs
WithNullableContextBinder.cs
src/Compilers/CSharp/Portable/Binder/WithParametersBinder.cs
WithParametersBinder.cs
src/Compilers/CSharp/Portable/Binder/WithTypeParametersBinder.cs
WithTypeParametersBinder.cs
BoundTree
src/Compilers/CSharp/Portable/BoundTree/BoundConditionalOperator.cs
BoundConditionalOperator.cs
src/Compilers/CSharp/Portable/BoundTree/BoundDagEvaluation.cs
BoundDagEvaluation.cs
src/Compilers/CSharp/Portable/BoundTree/BoundDagTemp.cs
BoundDagTemp.cs
src/Compilers/CSharp/Portable/BoundTree/BoundDecisionDag.cs
BoundDecisionDag.cs
src/Compilers/CSharp/Portable/BoundTree/BoundDiscardExpression.cs
BoundDiscardExpression.cs
src/Compilers/CSharp/Portable/BoundTree/BoundExpression.cs
BoundExpression.cs
src/Compilers/CSharp/Portable/BoundTree/BoundExpressionExtensions.cs
BoundExpressionExtensions.cs
src/Compilers/CSharp/Portable/BoundTree/BoundExpressionWithNullability.cs
BoundExpressionWithNullability.cs
src/Compilers/CSharp/Portable/BoundTree/BoundIfStatement.cs
BoundIfStatement.cs
src/Compilers/CSharp/Portable/BoundTree/BoundLocalDeclarationKind.cs
BoundLocalDeclarationKind.cs
src/Compilers/CSharp/Portable/BoundTree/BoundLocalFunctionStatement.cs
BoundLocalFunctionStatement.cs
src/Compilers/CSharp/Portable/BoundTree/BoundMethodGroup.cs
BoundMethodGroup.cs
src/Compilers/CSharp/Portable/BoundTree/BoundMethodGroupFlags.cs
BoundMethodGroupFlags.cs
src/Compilers/CSharp/Portable/BoundTree/BoundNode.cs
BoundNode.cs
src/Compilers/CSharp/Portable/BoundTree/BoundNodeExtensions.cs
BoundNodeExtensions.cs
src/Compilers/CSharp/Portable/BoundTree/BoundNode_Source.cs
BoundNode_Source.cs
src/Compilers/CSharp/Portable/BoundTree/BoundNodes.xml
BoundNodes.xml
src/Compilers/CSharp/Portable/BoundTree/BoundNullCoalescingAssignmentOperator.cs
BoundNullCoalescingAssignmentOperator.cs
src/Compilers/CSharp/Portable/BoundTree/BoundNullCoalescingOperatorResultKind.cs
BoundNullCoalescingOperatorResultKind.cs
src/Compilers/CSharp/Portable/BoundTree/BoundObjectCreationExpression.cs
BoundObjectCreationExpression.cs
src/Compilers/CSharp/Portable/BoundTree/BoundPatternBinding.cs
BoundPatternBinding.cs
src/Compilers/CSharp/Portable/BoundTree/BoundPattern_ConvertedType.cs
BoundPattern_ConvertedType.cs
src/Compilers/CSharp/Portable/BoundTree/BoundSequencePoint.cs
BoundSequencePoint.cs
src/Compilers/CSharp/Portable/BoundTree/BoundSpillSequence.cs
BoundSpillSequence.cs
src/Compilers/CSharp/Portable/BoundTree/BoundStatementExtensions.cs
BoundStatementExtensions.cs
src/Compilers/CSharp/Portable/BoundTree/BoundSwitchSection.cs
BoundSwitchSection.cs
src/Compilers/CSharp/Portable/BoundTree/BoundSwitchStatement.cs
BoundSwitchStatement.cs
src/Compilers/CSharp/Portable/BoundTree/BoundTreeRewriter.cs
BoundTreeRewriter.cs
src/Compilers/CSharp/Portable/BoundTree/BoundTreeVisitors.cs
BoundTreeVisitors.cs
src/Compilers/CSharp/Portable/BoundTree/BoundTreeWalker.cs
BoundTreeWalker.cs
src/Compilers/CSharp/Portable/BoundTree/Constructors.cs
Constructors.cs
src/Compilers/CSharp/Portable/BoundTree/ConversionGroup.cs
ConversionGroup.cs
src/Compilers/CSharp/Portable/BoundTree/Expression.cs
Expression.cs
src/Compilers/CSharp/Portable/BoundTree/Formatting.cs
Formatting.cs
src/Compilers/CSharp/Portable/BoundTree/IBoundConditional.cs
IBoundConditional.cs
src/Compilers/CSharp/Portable/BoundTree/IBoundInvalidNode.cs
IBoundInvalidNode.cs
src/Compilers/CSharp/Portable/BoundTree/IBoundSwitchSection.cs
IBoundSwitchSection.cs
src/Compilers/CSharp/Portable/BoundTree/IBoundSwitchStatement.cs
IBoundSwitchStatement.cs
src/Compilers/CSharp/Portable/BoundTree/NoOpStatementFlavor.cs
NoOpStatementFlavor.cs
src/Compilers/CSharp/Portable/BoundTree/NullabilityRewriter.cs
NullabilityRewriter.cs
src/Compilers/CSharp/Portable/BoundTree/OutDeconstructVarPendingInference.cs
OutDeconstructVarPendingInference.cs
src/Compilers/CSharp/Portable/BoundTree/PseudoVariableExpressions.cs
PseudoVariableExpressions.cs
src/Compilers/CSharp/Portable/BoundTree/Statement.cs
Statement.cs
src/Compilers/CSharp/Portable/BoundTree/TupleBinaryOperatorInfo.cs
TupleBinaryOperatorInfo.cs
src/Compilers/CSharp/Portable/BoundTree/UnboundLambda.cs
UnboundLambda.cs
src/Compilers/CSharp/Portable/BoundTree/VariablePendingInference.cs
VariablePendingInference.cs
src/Compilers/CSharp/Portable/CSharpCompilationOptions.cs
CSharpCompilationOptions.cs
src/Compilers/CSharp/Portable/CSharpExtensions.cs
CSharpExtensions.cs
src/Compilers/CSharp/Portable/CSharpFileSystemExtensions.cs
CSharpFileSystemExtensions.cs
src/Compilers/CSharp/Portable/CSharpParseOptions.cs
CSharpParseOptions.cs
CodeGen
src/Compilers/CSharp/Portable/CodeGen/CodeGenerator.cs
CodeGenerator.cs
src/Compilers/CSharp/Portable/CodeGen/EmitAddress.cs
EmitAddress.cs
src/Compilers/CSharp/Portable/CodeGen/EmitArrayInitializer.cs
EmitArrayInitializer.cs
src/Compilers/CSharp/Portable/CodeGen/EmitConversion.cs
EmitConversion.cs
src/Compilers/CSharp/Portable/CodeGen/EmitExpression.cs
EmitExpression.cs
src/Compilers/CSharp/Portable/CodeGen/EmitOperators.cs
EmitOperators.cs
src/Compilers/CSharp/Portable/CodeGen/EmitStackAllocInitializer.cs
EmitStackAllocInitializer.cs
src/Compilers/CSharp/Portable/CodeGen/EmitStatement.cs
EmitStatement.cs
src/Compilers/CSharp/Portable/CodeGen/Optimizer.cs
Optimizer.cs
CommandLine
src/Compilers/CSharp/Portable/CommandLine/CSharpCommandLineArguments.cs
CSharpCommandLineArguments.cs
src/Compilers/CSharp/Portable/CommandLine/CSharpCommandLineParser.cs
CSharpCommandLineParser.cs
src/Compilers/CSharp/Portable/CommandLine/CSharpCompiler.cs
CSharpCompiler.cs
src/Compilers/CSharp/Portable/CommandLine/CommandLineDiagnosticFormatter.cs
CommandLineDiagnosticFormatter.cs
Compilation
src/Compilers/CSharp/Portable/Compilation/AttributeSemanticModel.cs
AttributeSemanticModel.cs
src/Compilers/CSharp/Portable/Compilation/AwaitExpressionInfo.cs
AwaitExpressionInfo.cs
src/Compilers/CSharp/Portable/Compilation/BuiltInOperators.cs
BuiltInOperators.cs
src/Compilers/CSharp/Portable/Compilation/CSharpCompilation.cs
CSharpCompilation.cs
src/Compilers/CSharp/Portable/Compilation/CSharpCompilationExtensions.cs
CSharpCompilationExtensions.cs
src/Compilers/CSharp/Portable/Compilation/CSharpCompilationReference.cs
CSharpCompilationReference.cs
src/Compilers/CSharp/Portable/Compilation/CSharpCompilerDiagnosticAnalyzer.cs
CSharpCompilerDiagnosticAnalyzer.cs
src/Compilers/CSharp/Portable/Compilation/CSharpDiagnosticFilter.cs
CSharpDiagnosticFilter.cs
src/Compilers/CSharp/Portable/Compilation/CSharpScriptCompilationInfo.cs
CSharpScriptCompilationInfo.cs
src/Compilers/CSharp/Portable/Compilation/CSharpSemanticModel.cs
CSharpSemanticModel.cs
src/Compilers/CSharp/Portable/Compilation/DeconstructionInfo.cs
DeconstructionInfo.cs
src/Compilers/CSharp/Portable/Compilation/ForEachStatementInfo.cs
ForEachStatementInfo.cs
src/Compilers/CSharp/Portable/Compilation/InitializerSemanticModel.cs
InitializerSemanticModel.cs
src/Compilers/CSharp/Portable/Compilation/LexicalOrderSymbolComparer.cs
LexicalOrderSymbolComparer.cs
src/Compilers/CSharp/Portable/Compilation/MemberSemanticModel.NodeMapBuilder.cs
MemberSemanticModel.NodeMapBuilder.cs
src/Compilers/CSharp/Portable/Compilation/MemberSemanticModel.SpeculativeMemberSemanticModel.cs
MemberSemanticModel.SpeculativeMemberSemanticModel.cs
src/Compilers/CSharp/Portable/Compilation/MemberSemanticModel.cs
MemberSemanticModel.cs
src/Compilers/CSharp/Portable/Compilation/MethodBodySemanticModel.cs
MethodBodySemanticModel.cs
src/Compilers/CSharp/Portable/Compilation/QueryClauseInfo.cs
QueryClauseInfo.cs
src/Compilers/CSharp/Portable/Compilation/SpeculativeSyntaxTreeSemanticModel.cs
SpeculativeSyntaxTreeSemanticModel.cs
src/Compilers/CSharp/Portable/Compilation/SymbolInfoFactory.cs
SymbolInfoFactory.cs
src/Compilers/CSharp/Portable/Compilation/SyntaxAndDeclarationManager.LazyState.cs
SyntaxAndDeclarationManager.LazyState.cs
src/Compilers/CSharp/Portable/Compilation/SyntaxAndDeclarationManager.cs
SyntaxAndDeclarationManager.cs
src/Compilers/CSharp/Portable/Compilation/SyntaxTreeSemanticModel.cs
SyntaxTreeSemanticModel.cs
src/Compilers/CSharp/Portable/Compilation/SyntaxTreeSemanticModel_RegionAnalysisContext.cs
SyntaxTreeSemanticModel_RegionAnalysisContext.cs
src/Compilers/CSharp/Portable/Compilation/TypeInfo.cs
TypeInfo.cs
Compiler
src/Compilers/CSharp/Portable/Compiler/AnonymousTypeMethodBodySynthesizer.cs
AnonymousTypeMethodBodySynthesizer.cs
src/Compilers/CSharp/Portable/Compiler/ClsComplianceChecker.cs
ClsComplianceChecker.cs
src/Compilers/CSharp/Portable/Compiler/DocumentationCommentCompiler.DocumentationCommentWalker.cs
DocumentationCommentCompiler.DocumentationCommentWalker.cs
src/Compilers/CSharp/Portable/Compiler/DocumentationCommentCompiler.IncludeElementExpander.cs
DocumentationCommentCompiler.IncludeElementExpander.cs
src/Compilers/CSharp/Portable/Compiler/DocumentationCommentCompiler.cs
DocumentationCommentCompiler.cs
src/Compilers/CSharp/Portable/Compiler/MethodBodySynthesizer.Lowered.cs
MethodBodySynthesizer.Lowered.cs
src/Compilers/CSharp/Portable/Compiler/MethodBodySynthesizer.cs
MethodBodySynthesizer.cs
src/Compilers/CSharp/Portable/Compiler/MethodCompiler.cs
MethodCompiler.cs
src/Compilers/CSharp/Portable/Compiler/ModuleCompilationState.cs
ModuleCompilationState.cs
src/Compilers/CSharp/Portable/Compiler/SynthesizedMetadataCompiler.cs
SynthesizedMetadataCompiler.cs
src/Compilers/CSharp/Portable/Compiler/TypeCompilationState.cs
TypeCompilationState.cs
src/Compilers/CSharp/Portable/Compiler/UnprocessedDocumentationCommentFinder.cs
UnprocessedDocumentationCommentFinder.cs
Declarations
src/Compilers/CSharp/Portable/Declarations/Declaration.cs
Declaration.cs
src/Compilers/CSharp/Portable/Declarations/DeclarationKind.cs
DeclarationKind.cs
src/Compilers/CSharp/Portable/Declarations/DeclarationModifiers.cs
DeclarationModifiers.cs
src/Compilers/CSharp/Portable/Declarations/DeclarationTable.Cache.cs
DeclarationTable.Cache.cs
src/Compilers/CSharp/Portable/Declarations/DeclarationTable.cs
DeclarationTable.cs
src/Compilers/CSharp/Portable/Declarations/DeclarationTreeBuilder.cs
DeclarationTreeBuilder.cs
src/Compilers/CSharp/Portable/Declarations/MergedNamespaceDeclaration.cs
MergedNamespaceDeclaration.cs
src/Compilers/CSharp/Portable/Declarations/MergedNamespaceOrTypeDeclaration.cs
MergedNamespaceOrTypeDeclaration.cs
src/Compilers/CSharp/Portable/Declarations/MergedTypeDeclaration.cs
MergedTypeDeclaration.cs
src/Compilers/CSharp/Portable/Declarations/RootSingleNamespaceDeclaration.cs
RootSingleNamespaceDeclaration.cs
src/Compilers/CSharp/Portable/Declarations/SingleNamespaceDeclaration.cs
SingleNamespaceDeclaration.cs
src/Compilers/CSharp/Portable/Declarations/SingleNamespaceDeclarationEx.cs
SingleNamespaceDeclarationEx.cs
src/Compilers/CSharp/Portable/Declarations/SingleNamespaceOrTypeDeclaration.cs
SingleNamespaceOrTypeDeclaration.cs
src/Compilers/CSharp/Portable/Declarations/SingleTypeDeclaration.cs
SingleTypeDeclaration.cs
DocumentationComments
src/Compilers/CSharp/Portable/DocumentationComments/DocumentationCommentIDVisitor.PartVisitor.cs
DocumentationCommentIDVisitor.PartVisitor.cs
src/Compilers/CSharp/Portable/DocumentationComments/DocumentationCommentIDVisitor.cs
DocumentationCommentIDVisitor.cs
src/Compilers/CSharp/Portable/DocumentationComments/PEDocumentationCommentUtils.cs
PEDocumentationCommentUtils.cs
src/Compilers/CSharp/Portable/DocumentationComments/SourceDocumentationCommentUtils.cs
SourceDocumentationCommentUtils.cs
Emitter
EditAndContinue
src/Compilers/CSharp/Portable/Emitter/EditAndContinue/CSharpDefinitionMap.cs
CSharpDefinitionMap.cs
src/Compilers/CSharp/Portable/Emitter/EditAndContinue/CSharpLambdaSyntaxFacts.cs
CSharpLambdaSyntaxFacts.cs
src/Compilers/CSharp/Portable/Emitter/EditAndContinue/CSharpSymbolChanges.cs
CSharpSymbolChanges.cs
src/Compilers/CSharp/Portable/Emitter/EditAndContinue/CSharpSymbolMatcher.cs
CSharpSymbolMatcher.cs
src/Compilers/CSharp/Portable/Emitter/EditAndContinue/EmitHelpers.cs
EmitHelpers.cs
src/Compilers/CSharp/Portable/Emitter/EditAndContinue/PEDeltaAssemblyBuilder.cs
PEDeltaAssemblyBuilder.cs
Model
src/Compilers/CSharp/Portable/Emitter/Model/ArrayTypeSymbolAdapter.cs
ArrayTypeSymbolAdapter.cs
src/Compilers/CSharp/Portable/Emitter/Model/AssemblyReference.cs
AssemblyReference.cs
src/Compilers/CSharp/Portable/Emitter/Model/AttributeDataAdapter.cs
AttributeDataAdapter.cs
src/Compilers/CSharp/Portable/Emitter/Model/CustomModifierAdapter.cs
CustomModifierAdapter.cs
src/Compilers/CSharp/Portable/Emitter/Model/DynamicTypeSymbolAdapter.cs
DynamicTypeSymbolAdapter.cs
src/Compilers/CSharp/Portable/Emitter/Model/EventSymbolAdapter.cs
EventSymbolAdapter.cs
src/Compilers/CSharp/Portable/Emitter/Model/ExpandedVarargsMethodReference.cs
ExpandedVarargsMethodReference.cs
src/Compilers/CSharp/Portable/Emitter/Model/FieldSymbolAdapter.cs
FieldSymbolAdapter.cs
src/Compilers/CSharp/Portable/Emitter/Model/GenericMethodInstanceReference.cs
GenericMethodInstanceReference.cs
src/Compilers/CSharp/Portable/Emitter/Model/GenericNamespaceTypeInstanceReference.cs
GenericNamespaceTypeInstanceReference.cs
src/Compilers/CSharp/Portable/Emitter/Model/GenericNestedTypeInstanceReference.cs
GenericNestedTypeInstanceReference.cs
src/Compilers/CSharp/Portable/Emitter/Model/GenericTypeInstanceReference.cs
GenericTypeInstanceReference.cs
src/Compilers/CSharp/Portable/Emitter/Model/MethodReference.cs
MethodReference.cs
src/Compilers/CSharp/Portable/Emitter/Model/MethodSymbolAdapter.cs
MethodSymbolAdapter.cs
src/Compilers/CSharp/Portable/Emitter/Model/ModuleReference.cs
ModuleReference.cs
src/Compilers/CSharp/Portable/Emitter/Model/MostCommonNullableValueBuilder.cs
MostCommonNullableValueBuilder.cs
src/Compilers/CSharp/Portable/Emitter/Model/NamedTypeReference.cs
NamedTypeReference.cs
src/Compilers/CSharp/Portable/Emitter/Model/NamedTypeSymbolAdapter.cs
NamedTypeSymbolAdapter.cs
src/Compilers/CSharp/Portable/Emitter/Model/NamespaceSymbolAdapter.cs
NamespaceSymbolAdapter.cs
src/Compilers/CSharp/Portable/Emitter/Model/PEAssemblyBuilder.cs
PEAssemblyBuilder.cs
src/Compilers/CSharp/Portable/Emitter/Model/PEModuleBuilder.cs
PEModuleBuilder.cs
src/Compilers/CSharp/Portable/Emitter/Model/PENetModuleBuilder.cs
PENetModuleBuilder.cs
src/Compilers/CSharp/Portable/Emitter/Model/ParameterSymbolAdapter.cs
ParameterSymbolAdapter.cs
src/Compilers/CSharp/Portable/Emitter/Model/ParameterTypeInformation.cs
ParameterTypeInformation.cs
src/Compilers/CSharp/Portable/Emitter/Model/PointerTypeSymbolAdapter.cs
PointerTypeSymbolAdapter.cs
src/Compilers/CSharp/Portable/Emitter/Model/PropertySymbolAdapter.cs
PropertySymbolAdapter.cs
src/Compilers/CSharp/Portable/Emitter/Model/SourceAssemblySymbolAdapter.cs
SourceAssemblySymbolAdapter.cs
src/Compilers/CSharp/Portable/Emitter/Model/SpecializedFieldReference.cs
SpecializedFieldReference.cs
src/Compilers/CSharp/Portable/Emitter/Model/SpecializedGenericMethodInstanceReference.cs
SpecializedGenericMethodInstanceReference.cs
src/Compilers/CSharp/Portable/Emitter/Model/SpecializedGenericNestedTypeInstanceReference.cs
SpecializedGenericNestedTypeInstanceReference.cs
src/Compilers/CSharp/Portable/Emitter/Model/SpecializedMethodReference.cs
SpecializedMethodReference.cs
src/Compilers/CSharp/Portable/Emitter/Model/SpecializedNestedTypeReference.cs
SpecializedNestedTypeReference.cs
src/Compilers/CSharp/Portable/Emitter/Model/SymbolAdapter.cs
SymbolAdapter.cs
src/Compilers/CSharp/Portable/Emitter/Model/SynthesizedPrivateImplementationDetailsStaticConstructor.cs
SynthesizedPrivateImplementationDetailsStaticConstructor.cs
src/Compilers/CSharp/Portable/Emitter/Model/TypeMemberReference.cs
TypeMemberReference.cs
src/Compilers/CSharp/Portable/Emitter/Model/TypeParameterSymbolAdapter.cs
TypeParameterSymbolAdapter.cs
NoPia
src/Compilers/CSharp/Portable/Emitter/NoPia/EmbeddedEvent.cs
EmbeddedEvent.cs
src/Compilers/CSharp/Portable/Emitter/NoPia/EmbeddedField.cs
EmbeddedField.cs
src/Compilers/CSharp/Portable/Emitter/NoPia/EmbeddedMethod.cs
EmbeddedMethod.cs
src/Compilers/CSharp/Portable/Emitter/NoPia/EmbeddedParameter.cs
EmbeddedParameter.cs
src/Compilers/CSharp/Portable/Emitter/NoPia/EmbeddedProperty.cs
EmbeddedProperty.cs
src/Compilers/CSharp/Portable/Emitter/NoPia/EmbeddedType.cs
EmbeddedType.cs
src/Compilers/CSharp/Portable/Emitter/NoPia/EmbeddedTypeParameter.cs
EmbeddedTypeParameter.cs
src/Compilers/CSharp/Portable/Emitter/NoPia/EmbeddedTypesManager.cs
EmbeddedTypesManager.cs
Errors
src/Compilers/CSharp/Portable/Errors/CSDiagnostic.cs
CSDiagnostic.cs
src/Compilers/CSharp/Portable/Errors/CSDiagnosticInfo.cs
CSDiagnosticInfo.cs
src/Compilers/CSharp/Portable/Errors/CSharpDiagnosticFormatter.cs
CSharpDiagnosticFormatter.cs
src/Compilers/CSharp/Portable/Errors/DiagnosticBagExtensions.cs
DiagnosticBagExtensions.cs
src/Compilers/CSharp/Portable/Errors/DiagnosticInfoWithSymbols.cs
DiagnosticInfoWithSymbols.cs