File: Microsoft.CodeAnalysis.CSharp.csproj
Web Access
Project: src\roslyn\src\Compilers\CSharp\Portable\Microsoft.CodeAnalysis.CSharp.csproj (Microsoft.CodeAnalysis.CSharp)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <_SkipAnalyzers>true</_SkipAnalyzers>
    <AssemblyName>Microsoft.CodeAnalysis.CSharp</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <PublicSign>true</PublicSign>
    <KeyOriginatorFile>../../../../../../artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/snk/35MSSharedLib1024.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>DOTNET_BUILD_FROM_SOURCE;TRACE;RELEASE;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="Binder/AliasAndExternAliasDirective.cs"/>
    <Compile Include="Binder/AliasAndUsingDirective.cs"/>
    <Compile Include="Binder/Binder.CapturedParametersFinder.cs"/>
    <Compile Include="Binder/Binder.cs"/>
    <Compile Include="Binder/Binder.IdentifierUsedAsValueFinder.cs"/>
    <Compile Include="Binder/Binder.NamespaceOrTypeOrAliasSymbolWithAnnotations.cs"/>
    <Compile Include="Binder/Binder.OperatorResolutionForReporting.cs"/>
    <Compile Include="Binder/Binder.OverflowChecks.cs"/>
    <Compile Include="Binder/Binder.QueryTranslationState.cs"/>
    <Compile Include="Binder/Binder.QueryUnboundLambdaState.cs"/>
    <Compile Include="Binder/Binder.RangeVariableMap.cs"/>
    <Compile Include="Binder/Binder.ValueChecks.cs"/>
    <Compile Include="Binder/Binder.WithQueryLambdaParametersBinder.cs"/>
    <Compile Include="Binder/BinderFactory.BinderFactoryVisitor.cs"/>
    <Compile Include="Binder/BinderFactory.cs"/>
    <Compile Include="Binder/BinderFactory.NodeUsage.cs"/>
    <Compile Include="Binder/BinderFlags.cs"/>
    <Compile Include="Binder/BinderFlagsExtensions.cs"/>
    <Compile Include="Binder/Binder_AnonymousTypes.cs"/>
    <Compile Include="Binder/Binder_Attributes.cs"/>
    <Compile Include="Binder/Binder_Await.cs"/>
    <Compile Include="Binder/Binder_Constraints.cs"/>
    <Compile Include="Binder/Binder_Conversions.cs"/>
    <Compile Include="Binder/Binder_Crefs.cs"/>
    <Compile Include="Binder/Binder_Deconstruct.cs"/>
    <Compile Include="Binder/Binder_Expressions.cs"/>
    <Compile Include="Binder/Binder_Flags.cs"/>
    <Compile Include="Binder/Binder_Initializers.cs"/>
    <Compile Include="Binder/Binder_InterpolatedString.cs"/>
    <Compile Include="Binder/Binder_Invocation.cs"/>
    <Compile Include="Binder/Binder_Lambda.cs"/>
    <Compile Include="Binder/Binder_Lookup.cs"/>
    <Compile Include="Binder/Binder_NameConflicts.cs"/>
    <Compile Include="Binder/Binder_Operators.cs"/>
    <Compile Include="Binder/Binder_Patterns.cs"/>
    <Compile Include="Binder/Binder_Query.cs"/>
    <Compile Include="Binder/Binder_QueryErrors.cs"/>
    <Compile Include="Binder/Binder_Statements.cs"/>
    <Compile Include="Binder/Binder_Symbols.cs"/>
    <Compile Include="Binder/Binder_TupleOperators.cs"/>
    <Compile Include="Binder/Binder_Unsafe.cs"/>
    <Compile Include="Binder/Binder_WithExpression.cs"/>
    <Compile Include="Binder/Binder_XmlNameAttribute.cs"/>
    <Compile Include="Binder/BindingDiagnosticBag.cs"/>
    <Compile Include="Binder/BlockBinder.cs"/>
    <Compile Include="Binder/BuckStopsHereBinder.cs"/>
    <Compile Include="Binder/CatchClauseBinder.cs"/>
    <Compile Include="Binder/CollectionInitializerAddMethodBinder.cs"/>
    <Compile Include="Binder/ConstantFieldsInProgress.cs"/>
    <Compile Include="Binder/ConstantFieldsInProgressBinder.cs"/>
    <Compile Include="Binder/ContextualAttributeBinder.cs"/>
    <Compile Include="Binder/DecisionDagBuilder.cs"/>
    <Compile Include="Binder/DecisionDagBuilder_CheckOrReachability.cs"/>
    <Compile Include="Binder/DecisionDagBuilder_ListPatterns.cs"/>
    <Compile Include="Binder/EarlyWellKnownAttributeBinder.cs"/>
    <Compile Include="Binder/EmbeddedStatementBinder.cs"/>
    <Compile Include="Binder/ExecutableCodeBinder.cs"/>
    <Compile Include="Binder/ExpressionListVariableBinder.cs"/>
    <Compile Include="Binder/ExpressionVariableBinder.cs"/>
    <Compile Include="Binder/ExpressionVariableFinder.cs"/>
    <Compile Include="Binder/ExtensionScope.cs"/>
    <Compile Include="Binder/FixedStatementBinder.cs"/>
    <Compile Include="Binder/ForEachEnumeratorInfo.cs"/>
    <Compile Include="Binder/ForEachLoopBinder.cs"/>
    <Compile Include="Binder/ForLoopBinder.cs"/>
    <Compile Include="Binder/HostObjectModeBinder.cs"/>
    <Compile Include="Binder/ImplicitlyTypedFieldBinder.cs"/>
    <Compile Include="Binder/ImportChain.cs"/>
    <Compile Include="Binder/Imports.cs"/>
    <Compile Include="Binder/InContainerBinder.cs"/>
    <Compile Include="Binder/InMethodBinder.cs"/>
    <Compile Include="Binder/InSubmissionClassBinder.cs"/>
    <Compile Include="Binder/LocalBinderFactory.cs"/>
    <Compile Include="Binder/LocalInProgressBinder.cs"/>
    <Compile Include="Binder/LocalScopeBinder.cs"/>
    <Compile Include="Binder/LockBinder.cs"/>
    <Compile Include="Binder/LockOrUsingBinder.cs"/>
    <Compile Include="Binder/LookupOptions.cs"/>
    <Compile Include="Binder/LookupResult.cs"/>
    <Compile Include="Binder/LookupResultKind.cs"/>
    <Compile Include="Binder/LookupSymbolsInfo.cs"/>
    <Compile Include="Binder/LoopBinderContext.cs"/>
    <Compile Include="Binder/MethodArgumentInfo.cs"/>
    <Compile Include="Binder/MethodGroupResolution.cs"/>
    <Compile Include="Binder/NameofBinder.cs"/>
    <Compile Include="Binder/NamespaceOrTypeAndUsingDirective.cs"/>
    <Compile Include="Binder/OpenTypeVisitor.cs"/>
    <Compile Include="Binder/ParamsCollectionTypeInProgressBinder.cs"/>
    <Compile Include="Binder/PatternExplainer.cs"/>
    <Compile Include="Binder/PatternMethodLookupResult.cs"/>
    <Compile Include="Binder/RefSafetyAnalysis.cs"/>
    <Compile Include="Binder/SafeContext.cs"/>
    <Compile Include="Binder/ScriptLocalScopeBinder.cs"/>
    <Compile Include="Binder/Semantics/AccessCheck.cs"/>
    <Compile Include="Binder/Semantics/BestTypeInferrer.cs"/>
    <Compile Include="Binder/Semantics/Conversions/BestIndex.cs"/>
    <Compile Include="Binder/Semantics/Conversions/CollectionExpressionTypeKind.cs"/>
    <Compile Include="Binder/Semantics/Conversions/Conversion.cs"/>
    <Compile Include="Binder/Semantics/Conversions/ConversionEasyOut.cs"/>
    <Compile Include="Binder/Semantics/Conversions/ConversionKind.cs"/>
    <Compile Include="Binder/Semantics/Conversions/ConversionKindExtensions.cs"/>
    <Compile Include="Binder/Semantics/Conversions/Conversions.cs"/>
    <Compile Include="Binder/Semantics/Conversions/ConversionsBase.cs"/>
    <Compile Include="Binder/Semantics/Conversions/LambdaConversionResult.cs"/>
    <Compile Include="Binder/Semantics/Conversions/TypeConversions.cs"/>
    <Compile Include="Binder/Semantics/Conversions/UserDefinedConversionAnalysis.cs"/>
    <Compile Include="Binder/Semantics/Conversions/UserDefinedConversionResult.cs"/>
    <Compile Include="Binder/Semantics/Conversions/UserDefinedConversions.cs"/>
    <Compile Include="Binder/Semantics/Conversions/UserDefinedExplicitConversions.cs"/>
    <Compile Include="Binder/Semantics/Conversions/UserDefinedImplicitConversions.cs"/>
    <Compile Include="Binder/Semantics/Operators/BinaryOperatorAnalysisResult.cs"/>
    <Compile Include="Binder/Semantics/Operators/BinaryOperatorEasyOut.cs"/>
    <Compile Include="Binder/Semantics/Operators/BinaryOperatorOverloadResolution.cs"/>
    <Compile Include="Binder/Semantics/Operators/BinaryOperatorOverloadResolutionResult.cs"/>
    <Compile Include="Binder/Semantics/Operators/BinaryOperatorSignature.cs"/>
    <Compile Include="Binder/Semantics/Operators/OperatorAnalysisResultKind.cs"/>
    <Compile Include="Binder/Semantics/Operators/OperatorFacts.cs"/>
    <Compile Include="Binder/Semantics/Operators/OperatorKind.cs"/>
    <Compile Include="Binder/Semantics/Operators/OperatorKindExtensions.cs"/>
    <Compile Include="Binder/Semantics/Operators/UnaryOperatorAnalysisResult.cs"/>
    <Compile Include="Binder/Semantics/Operators/UnaryOperatorEasyOut.cs"/>
    <Compile Include="Binder/Semantics/Operators/UnaryOperatorOverloadResolution.cs"/>
    <Compile Include="Binder/Semantics/Operators/UnaryOperatorOverloadResolutionResult.cs"/>
    <Compile Include="Binder/Semantics/Operators/UnaryOperatorSignature.cs"/>
    <Compile Include="Binder/Semantics/OverloadResolution/AnalyzedArguments.cs"/>
    <Compile Include="Binder/Semantics/OverloadResolution/ArgumentAnalysisResult.cs"/>
    <Compile Include="Binder/Semantics/OverloadResolution/ArgumentAnalysisResultKind.cs"/>
    <Compile Include="Binder/Semantics/OverloadResolution/CallingConventionInfo.cs"/>
    <Compile Include="Binder/Semantics/OverloadResolution/IMemberResolutionResultWithPriority.cs"/>
    <Compile Include="Binder/Semantics/OverloadResolution/MemberAnalysisResult.cs"/>
    <Compile Include="Binder/Semantics/OverloadResolution/MemberResolutionKind.cs"/>
    <Compile Include="Binder/Semantics/OverloadResolution/MemberResolutionResult.cs"/>
    <Compile Include="Binder/Semantics/OverloadResolution/MethodGroup.cs"/>
    <Compile Include="Binder/Semantics/OverloadResolution/MethodTypeInference.cs"/>
    <Compile Include="Binder/Semantics/OverloadResolution/OverloadResolution.cs"/>
    <Compile Include="Binder/Semantics/OverloadResolution/OverloadResolutionResult.cs"/>
    <Compile Include="Binder/Semantics/OverloadResolution/OverloadResolution_ArgsToParameters.cs"/>
    <Compile Include="Binder/Semantics/SemanticFacts.cs"/>
    <Compile Include="Binder/SimpleLocalScopeBinder.cs"/>
    <Compile Include="Binder/SimpleProgramBinder.cs"/>
    <Compile Include="Binder/SimpleProgramUnitBinder.cs"/>
    <Compile Include="Binder/SingleLookupResult.cs"/>
    <Compile Include="Binder/SwitchBinder.cs"/>
    <Compile Include="Binder/SwitchBinder_Patterns.cs"/>
    <Compile Include="Binder/SwitchExpressionArmBinder.cs"/>
    <Compile Include="Binder/SwitchExpressionBinder.cs"/>
    <Compile Include="Binder/TypeofBinder.cs"/>
    <Compile Include="Binder/UnionMatchingRewriter.cs"/>
    <Compile Include="Binder/UsingStatementBinder.cs"/>
    <Compile Include="Binder/WhileBinder.cs"/>
    <Compile Include="Binder/WithClassTypeParametersBinder.cs"/>
    <Compile Include="Binder/WithCrefTypeParametersBinder.cs"/>
    <Compile Include="Binder/WithExtensionParameterBinder.cs"/>
    <Compile Include="Binder/WithExternAliasesBinder.cs"/>
    <Compile Include="Binder/WithExternAndUsingAliasesBinder.cs"/>
    <Compile Include="Binder/WithLambdaParametersBinder.cs"/>
    <Compile Include="Binder/WithMethodTypeParametersBinder.cs"/>
    <Compile Include="Binder/WithNullableContextBinder.cs"/>
    <Compile Include="Binder/WithParametersBinder.cs"/>
    <Compile Include="Binder/WithPrimaryConstructorParametersBinder.cs"/>
    <Compile Include="Binder/WithTypeParametersBinder.cs"/>
    <Compile Include="Binder/WithUsingNamespacesAndTypesBinder.cs"/>
    <Compile Include="BoundTree/BoundArrayCreation.cs"/>
    <Compile Include="BoundTree/BoundArrayInitialization.cs"/>
    <Compile Include="BoundTree/BoundAwaitableInfo.cs"/>
    <Compile Include="BoundTree/BoundAwaitExpressionDebugInfo.cs"/>
    <Compile Include="BoundTree/BoundBadExpression.cs"/>
    <Compile Include="BoundTree/BoundBinaryOperator.UncommonData.cs"/>
    <Compile Include="BoundTree/BoundBinaryPattern.cs"/>
    <Compile Include="BoundTree/BoundCall.cs"/>
    <Compile Include="BoundTree/BoundCollectionExpression.cs"/>
    <Compile Include="BoundTree/BoundConstantPattern.cs"/>
    <Compile Include="BoundTree/BoundConversion.cs"/>
    <Compile Include="BoundTree/BoundDagEvaluation.cs"/>
    <Compile Include="BoundTree/BoundDagRelationalTest.cs"/>
    <Compile Include="BoundTree/BoundDagTemp.cs"/>
    <Compile Include="BoundTree/BoundDagTest.cs"/>
    <Compile Include="BoundTree/BoundDecisionDag.cs"/>
    <Compile Include="BoundTree/BoundDecisionDagNode.cs"/>
    <Compile Include="BoundTree/BoundDeclarationPattern.cs"/>
    <Compile Include="BoundTree/BoundDiscardExpression.cs"/>
    <Compile Include="BoundTree/BoundDiscardPattern.cs"/>
    <Compile Include="BoundTree/BoundDynamicObjectCreationExpression.cs"/>
    <Compile Include="BoundTree/BoundExpression.cs"/>
    <Compile Include="BoundTree/BoundExpressionExtensions.cs"/>
    <Compile Include="BoundTree/BoundExpressionWithNullability.cs"/>
    <Compile Include="BoundTree/BoundFunctionPointerInvocation.cs"/>
    <Compile Include="BoundTree/BoundImplicitIndexerAccess.cs"/>
    <Compile Include="BoundTree/BoundInlineArrayAccess.cs"/>
    <Compile Include="BoundTree/BoundInterpolatedString.cs"/>
    <Compile Include="BoundTree/BoundInterpolatedStringArgumentPlaceholder.cs"/>
    <Compile Include="BoundTree/BoundIsPatternExpression.cs"/>
    <Compile Include="BoundTree/BoundITuplePattern.cs"/>
    <Compile Include="BoundTree/BoundListPattern.cs"/>
    <Compile Include="BoundTree/BoundLocalDeclarationKind.cs"/>
    <Compile Include="BoundTree/BoundLocalFunctionStatement.cs"/>
    <Compile Include="BoundTree/BoundMethodDefIndex.cs"/>
    <Compile Include="BoundTree/BoundMethodGroup.cs"/>
    <Compile Include="BoundTree/BoundMethodGroupFlags.cs"/>
    <Compile Include="BoundTree/BoundNameOfOperator.cs"/>
    <Compile Include="BoundTree/BoundNegatedPattern.cs"/>
    <Compile Include="BoundTree/BoundNewT.cs"/>
    <Compile Include="BoundTree/BoundNode.cs"/>
    <Compile Include="BoundTree/BoundNodeExtensions.cs"/>
    <Compile Include="BoundTree/BoundNode_Source.cs"/>
    <Compile Include="BoundTree/BoundNoPiaObjectCreationExpression.cs"/>
    <Compile Include="BoundTree/BoundNullCoalescingAssignmentOperator.cs"/>
    <Compile Include="BoundTree/BoundNullCoalescingOperatorResultKind.cs"/>
    <Compile Include="BoundTree/BoundObjectCreationExpression.cs"/>
    <Compile Include="BoundTree/BoundObjectCreationExpressionBase.cs"/>
    <Compile Include="BoundTree/BoundPattern.cs"/>
    <Compile Include="BoundTree/BoundPatternBinding.cs"/>
    <Compile Include="BoundTree/BoundPatternWithUnionMatching.cs"/>
    <Compile Include="BoundTree/BoundPositionalSubpattern.cs"/>
    <Compile Include="BoundTree/BoundPropertyAccess.cs"/>
    <Compile Include="BoundTree/BoundPropertySubpattern.cs"/>
    <Compile Include="BoundTree/BoundRecursivePattern.cs"/>
    <Compile Include="BoundTree/BoundRelationalPattern.cs"/>
    <Compile Include="BoundTree/BoundReturnStatement.cs"/>
    <Compile Include="BoundTree/BoundSequencePoint.cs"/>
    <Compile Include="BoundTree/BoundSlicePattern.cs"/>
    <Compile Include="BoundTree/BoundSpillSequence.cs"/>
    <Compile Include="BoundTree/BoundStatementExtensions.cs"/>
    <Compile Include="BoundTree/BoundSubpattern.cs"/>
    <Compile Include="BoundTree/BoundSwitchExpression.cs"/>
    <Compile Include="BoundTree/BoundSwitchStatement.cs"/>
    <Compile Include="BoundTree/BoundTreeRewriter.cs"/>
    <Compile Include="BoundTree/BoundTreeVisitors.cs"/>
    <Compile Include="BoundTree/BoundTreeWalker.cs"/>
    <Compile Include="BoundTree/BoundTypeOrValueExpression.cs"/>
    <Compile Include="BoundTree/BoundTypePattern.cs"/>
    <Compile Include="BoundTree/Constructors.cs"/>
    <Compile Include="BoundTree/ConversionGroup.cs"/>
    <Compile Include="BoundTree/Expression.cs"/>
    <Compile Include="BoundTree/Formatting.cs"/>
    <Compile Include="BoundTree/IBoundInvalidNode.cs"/>
    <Compile Include="BoundTree/InterpolatedStringHandlerData.cs"/>
    <Compile Include="BoundTree/LengthBasedStringSwitchData.cs"/>
    <Compile Include="BoundTree/NoOpStatementFlavor.cs"/>
    <Compile Include="BoundTree/NullabilityRewriter.cs"/>
    <Compile Include="BoundTree/OutDeconstructVarPendingInference.cs"/>
    <Compile Include="BoundTree/PseudoVariableExpressions.cs"/>
    <Compile Include="BoundTree/Statement.cs"/>
    <Compile Include="BoundTree/TupleBinaryOperatorInfo.cs"/>
    <Compile Include="BoundTree/UnboundLambda.cs"/>
    <Compile Include="BoundTree/VariablePendingInference.cs"/>
    <Compile Include="CodeGen/CodeGenerator.cs"/>
    <Compile Include="CodeGen/CodeGenerator_HasHome.cs"/>
    <Compile Include="CodeGen/CodeGenerator_RefSafety.cs"/>
    <Compile Include="CodeGen/EmitAddress.cs"/>
    <Compile Include="CodeGen/EmitArrayInitializer.cs"/>
    <Compile Include="CodeGen/EmitConversion.cs"/>
    <Compile Include="CodeGen/EmitExpression.cs"/>
    <Compile Include="CodeGen/EmitOperators.cs"/>
    <Compile Include="CodeGen/EmitStackAllocInitializer.cs"/>
    <Compile Include="CodeGen/EmitStatement.cs"/>
    <Compile Include="CodeGen/Optimizer.cs"/>
    <Compile Include="CommandLine/CommandLineDiagnosticFormatter.cs"/>
    <Compile Include="CommandLine/CSharpCommandLineArguments.cs"/>
    <Compile Include="CommandLine/CSharpCommandLineParser.cs"/>
    <Compile Include="CommandLine/CSharpCompiler.cs"/>
    <Compile Include="Compilation/AttributeSemanticModel.cs"/>
    <Compile Include="Compilation/AwaitExpressionInfo.cs"/>
    <Compile Include="Compilation/BuiltInOperators.cs"/>
    <Compile Include="Compilation/CSharpCompilation.cs"/>
    <Compile Include="Compilation/CSharpCompilation.UsingsFromOptionsAndDiagnostics.cs"/>
    <Compile Include="Compilation/CSharpCompilationExtensions.cs"/>
    <Compile Include="Compilation/CSharpCompilationReference.cs"/>
    <Compile Include="Compilation/CSharpCompilerDiagnosticAnalyzer.cs"/>
    <Compile Include="Compilation/CSharpDeterministicKeyBuilder.cs"/>
    <Compile Include="Compilation/CSharpDiagnosticFilter.cs"/>
    <Compile Include="Compilation/CSharpScriptCompilationInfo.cs"/>
    <Compile Include="Compilation/CSharpSemanticModel.cs"/>
    <Compile Include="Compilation/DeconstructionInfo.cs"/>
    <Compile Include="Compilation/ForEachStatementInfo.cs"/>
    <Compile Include="Compilation/InitializerSemanticModel.cs"/>
    <Compile Include="Compilation/LexicalOrderSymbolComparer.cs"/>
    <Compile Include="Compilation/MemberSemanticModel.cs"/>
    <Compile Include="Compilation/MemberSemanticModel.NodeMapBuilder.cs"/>
    <Compile Include="Compilation/MemberSemanticModel.SpeculativeMemberSemanticModel.cs"/>
    <Compile Include="Compilation/MethodBodySemanticModel.cs"/>
    <Compile Include="Compilation/PublicSemanticModel.cs"/>
    <Compile Include="Compilation/QueryClauseInfo.cs"/>
    <Compile Include="Compilation/SpeculativeSemanticModelWithMemberModel.cs"/>
    <Compile Include="Compilation/SpeculativeSyntaxTreeSemanticModel.cs"/>
    <Compile Include="Compilation/SymbolInfoFactory.cs"/>
    <Compile Include="Compilation/SyntaxAndDeclarationManager.cs"/>
    <Compile Include="Compilation/SyntaxAndDeclarationManager.LazyState.cs"/>
    <Compile Include="Compilation/SyntaxTreeSemanticModel.cs"/>
    <Compile Include="Compilation/SyntaxTreeSemanticModel_RegionAnalysisContext.cs"/>
    <Compile Include="Compilation/TypeInfo.cs"/>
    <Compile Include="Compiler/AnonymousTypeMethodBodySynthesizer.cs"/>
    <Compile Include="Compiler/ClsComplianceChecker.cs"/>
    <Compile Include="Compiler/DocumentationCommentCompiler.cs"/>
    <Compile Include="Compiler/DocumentationCommentCompiler.DocumentationCommentWalker.cs"/>
    <Compile Include="Compiler/DocumentationCommentCompiler.IncludeElementExpander.cs"/>
    <Compile Include="Compiler/MethodBodySynthesizer.cs"/>
    <Compile Include="Compiler/MethodBodySynthesizer.Lowered.cs"/>
    <Compile Include="Compiler/MethodCompiler.cs"/>
    <Compile Include="Compiler/ModuleCompilationState.cs"/>
    <Compile Include="Compiler/SynthesizedMetadataCompiler.cs"/>
    <Compile Include="Compiler/TypeCompilationState.cs"/>
    <Compile Include="Compiler/UnprocessedDocumentationCommentFinder.cs"/>
    <Compile Include="CSharpCompilationOptions.cs"/>
    <Compile Include="CSharpExtensions.cs"/>
    <Compile Include="CSharpFileSystemExtensions.cs"/>
    <Compile Include="CSharpParseOptions.cs"/>
    <Compile Include="Declarations/Declaration.cs"/>
    <Compile Include="Declarations/DeclarationKind.cs"/>
    <Compile Include="Declarations/DeclarationModifiers.cs"/>
    <Compile Include="Declarations/DeclarationTable.Builder.cs"/>
    <Compile Include="Declarations/DeclarationTable.Cache.cs"/>
    <Compile Include="Declarations/DeclarationTable.cs"/>
    <Compile Include="Declarations/DeclarationTreeBuilder.cs"/>
    <Compile Include="Declarations/MergedNamespaceDeclaration.cs"/>
    <Compile Include="Declarations/MergedNamespaceOrTypeDeclaration.cs"/>
    <Compile Include="Declarations/MergedTypeDeclaration.cs"/>
    <Compile Include="Declarations/RootSingleNamespaceDeclaration.cs"/>
    <Compile Include="Declarations/SingleNamespaceDeclaration.cs"/>
    <Compile Include="Declarations/SingleNamespaceDeclarationEx.cs"/>
    <Compile Include="Declarations/SingleNamespaceOrTypeDeclaration.cs"/>
    <Compile Include="Declarations/SingleTypeDeclaration.cs"/>
    <Compile Include="DocumentationComments/DocumentationCommentIDVisitor.cs"/>
    <Compile Include="DocumentationComments/DocumentationCommentIDVisitor.PartVisitor.cs"/>
    <Compile Include="DocumentationComments/PEDocumentationCommentUtils.cs"/>
    <Compile Include="DocumentationComments/SourceDocumentationCommentUtils.cs"/>
    <Compile Include="Emitter/EditAndContinue/CSharpDefinitionMap.cs"/>
    <Compile Include="Emitter/EditAndContinue/CSharpLambdaSyntaxFacts.cs"/>
    <Compile Include="Emitter/EditAndContinue/CSharpSymbolChanges.cs"/>
    <Compile Include="Emitter/EditAndContinue/CSharpSymbolMatcher.cs"/>
    <Compile Include="Emitter/EditAndContinue/EmitHelpers.cs"/>
    <Compile Include="Emitter/EditAndContinue/PEDeltaAssemblyBuilder.cs"/>
    <Compile Include="Emitter/Model/ArrayTypeSymbolAdapter.cs"/>
    <Compile Include="Emitter/Model/AssemblyReference.cs"/>
    <Compile Include="Emitter/Model/AttributeDataAdapter.cs"/>
    <Compile Include="Emitter/Model/CustomModifierAdapter.cs"/>
    <Compile Include="Emitter/Model/EventSymbolAdapter.cs"/>
    <Compile Include="Emitter/Model/ExpandedVarargsMethodReference.cs"/>
    <Compile Include="Emitter/Model/FieldSymbolAdapter.cs"/>
    <Compile Include="Emitter/Model/FunctionPointerTypeSymbolAdapter.cs"/>
    <Compile Include="Emitter/Model/GenericMethodInstanceReference.cs"/>
    <Compile Include="Emitter/Model/GenericNamespaceTypeInstanceReference.cs"/>
    <Compile Include="Emitter/Model/GenericNestedTypeInstanceReference.cs"/>
    <Compile Include="Emitter/Model/GenericTypeInstanceReference.cs"/>
    <Compile Include="Emitter/Model/MethodReference.cs"/>
    <Compile Include="Emitter/Model/MethodSymbolAdapter.cs"/>
    <Compile Include="Emitter/Model/ModuleReference.cs"/>
    <Compile Include="Emitter/Model/MostCommonNullableValueBuilder.cs"/>
    <Compile Include="Emitter/Model/NamedTypeReference.cs"/>
    <Compile Include="Emitter/Model/NamedTypeSymbolAdapter.cs"/>
    <Compile Include="Emitter/Model/NamespaceSymbolAdapter.cs"/>
    <Compile Include="Emitter/Model/ParameterSymbolAdapter.cs"/>
    <Compile Include="Emitter/Model/ParameterTypeInformation.cs"/>
    <Compile Include="Emitter/Model/PEAssemblyBuilder.cs"/>
    <Compile Include="Emitter/Model/PEModuleBuilder.cs"/>
    <Compile Include="Emitter/Model/PENetModuleBuilder.cs"/>
    <Compile Include="Emitter/Model/PointerTypeSymbolAdapter.cs"/>
    <Compile Include="Emitter/Model/PropertySymbolAdapter.cs"/>
    <Compile Include="Emitter/Model/SourceAssemblySymbolAdapter.cs"/>
    <Compile Include="Emitter/Model/SpecializedFieldReference.cs"/>
    <Compile Include="Emitter/Model/SpecializedGenericMethodInstanceReference.cs"/>
    <Compile Include="Emitter/Model/SpecializedGenericNestedTypeInstanceReference.cs"/>
    <Compile Include="Emitter/Model/SpecializedMethodReference.cs"/>
    <Compile Include="Emitter/Model/SpecializedNestedTypeReference.cs"/>
    <Compile Include="Emitter/Model/SymbolAdapter.cs"/>
    <Compile Include="Emitter/Model/SynthesizedPrivateImplementationDetailsStaticConstructor.cs"/>
    <Compile Include="Emitter/Model/TypeMemberReference.cs"/>
    <Compile Include="Emitter/Model/TypeParameterSymbolAdapter.cs"/>
    <Compile Include="Emitter/NoPia/EmbeddedEvent.cs"/>
    <Compile Include="Emitter/NoPia/EmbeddedField.cs"/>
    <Compile Include="Emitter/NoPia/EmbeddedMethod.cs"/>
    <Compile Include="Emitter/NoPia/EmbeddedParameter.cs"/>
    <Compile Include="Emitter/NoPia/EmbeddedProperty.cs"/>
    <Compile Include="Emitter/NoPia/EmbeddedType.cs"/>
    <Compile Include="Emitter/NoPia/EmbeddedTypeParameter.cs"/>
    <Compile Include="Emitter/NoPia/EmbeddedTypesManager.cs"/>
    <Compile Include="Errors/CSDiagnostic.cs"/>
    <Compile Include="Errors/CSDiagnosticInfo.cs"/>
    <Compile Include="Errors/CSharpDiagnosticFormatter.cs"/>
    <Compile Include="Errors/DiagnosticBagExtensions.cs"/>
    <Compile Include="Errors/DiagnosticInfoWithSymbols.cs"/>
    <Compile Include="Errors/ErrorCode.cs"/>
    <Compile Include="Errors/ErrorFacts.cs"/>
    <Compile Include="Errors/LazyArrayElementCantBeRefAnyDiagnosticInfo.cs"/>
    <Compile Include="Errors/LazyDiagnosticInfo.cs"/>
    <Compile Include="Errors/LazyMissingNonNullTypesContextDiagnosticInfo.cs"/>
    <Compile Include="Errors/LazyObsoleteDiagnosticInfo.cs"/>
    <Compile Include="Errors/LazyUnmanagedCallersOnlyMethodCalledDiagnosticInfo.cs"/>
    <Compile Include="Errors/LazyUseSiteDiagnosticsInfoForNullableType.cs"/>
    <Compile Include="Errors/MessageID.cs"/>
    <Compile Include="Errors/MessageProvider.cs"/>
    <Compile Include="Errors/SameDiagnosticComparer.cs"/>
    <Compile Include="Errors/SyntaxDiagnosticInfo.cs"/>
    <Compile Include="Errors/XmlParseErrorCode.cs"/>
    <Compile Include="Errors/XmlSyntaxDiagnosticInfo.cs"/>
    <Compile Include="FlowAnalysis/AbstractFlowPass.cs"/>
    <Compile Include="FlowAnalysis/AbstractFlowPass.ILocalState.cs"/>
    <Compile Include="FlowAnalysis/AbstractFlowPass.PendingBranchesCollection.cs"/>
    <Compile Include="FlowAnalysis/AbstractFlowPass_LocalFunctions.cs"/>
    <Compile Include="FlowAnalysis/AbstractFlowPass_Switch.cs"/>
    <Compile Include="FlowAnalysis/AbstractRegionControlFlowPass.cs"/>
    <Compile Include="FlowAnalysis/AbstractRegionDataFlowPass.cs"/>
    <Compile Include="FlowAnalysis/AlwaysAssignedWalker.cs"/>
    <Compile Include="FlowAnalysis/ControlFlowAnalysis.cs"/>
    <Compile Include="FlowAnalysis/ControlFlowPass.cs"/>
    <Compile Include="FlowAnalysis/CSharpDataFlowAnalysis.cs"/>
    <Compile Include="FlowAnalysis/DataFlowsInWalker.cs"/>
    <Compile Include="FlowAnalysis/DataFlowsOutWalker.cs"/>
    <Compile Include="FlowAnalysis/DefiniteAssignment.cs"/>
    <Compile Include="FlowAnalysis/DefiniteAssignment.LocalFunctions.cs"/>
    <Compile Include="FlowAnalysis/DefiniteAssignment.VariableIdentifier.cs"/>
    <Compile Include="FlowAnalysis/DefinitelyAssignedWalker.cs"/>
    <Compile Include="FlowAnalysis/EmptyStructTypeCache.cs"/>
    <Compile Include="FlowAnalysis/EntryPointsWalker.cs"/>
    <Compile Include="FlowAnalysis/ExitPointsWalker.cs"/>
    <Compile Include="FlowAnalysis/FlowAnalysisPass.cs"/>
    <Compile Include="FlowAnalysis/LocalDataFlowPass.cs"/>
    <Compile Include="FlowAnalysis/NullableWalker.cs"/>
    <Compile Include="FlowAnalysis/NullableWalker.DebugVerifier.cs"/>
    <Compile Include="FlowAnalysis/NullableWalker.PlaceholderLocal.cs"/>
    <Compile Include="FlowAnalysis/NullableWalker.SnapshotManager.cs"/>
    <Compile Include="FlowAnalysis/NullableWalker.Variables.cs"/>
    <Compile Include="FlowAnalysis/NullableWalker_Patterns.cs"/>
    <Compile Include="FlowAnalysis/ReadWriteWalker.cs"/>
    <Compile Include="FlowAnalysis/RegionAnalysisContext.cs"/>
    <Compile Include="FlowAnalysis/RegionReachableWalker.cs"/>
    <Compile Include="FlowAnalysis/UnassignedAddressTakenVariablesWalker.cs"/>
    <Compile Include="FlowAnalysis/UnassignedVariablesWalker.cs"/>
    <Compile Include="FlowAnalysis/VariablesDeclaredWalker.cs"/>
    <Compile Include="Generated/BoundNodes.xml.Generated.cs"/>
    <Compile Include="Generated/ErrorFacts.Generated.cs"/>
    <Compile Include="GlobalSuppressions.cs"/>
    <Compile Include="LanguageVersion.cs"/>
    <Compile Include="Lowering/AsyncRewriter/AsyncConstructor.cs"/>
    <Compile Include="Lowering/AsyncRewriter/AsyncExceptionHandlerRewriter.cs"/>
    <Compile Include="Lowering/AsyncRewriter/AsyncIteratorInfo.cs"/>
    <Compile Include="Lowering/AsyncRewriter/AsyncIteratorMethodToStateMachineRewriter.cs"/>
    <Compile Include="Lowering/AsyncRewriter/AsyncMethodBuilderMemberCollection.cs"/>
    <Compile Include="Lowering/AsyncRewriter/AsyncMethodToStateMachineRewriter.cs"/>
    <Compile Include="Lowering/AsyncRewriter/AsyncRewriter.AsyncIteratorRewriter.cs"/>
    <Compile Include="Lowering/AsyncRewriter/AsyncRewriter.cs"/>
    <Compile Include="Lowering/AsyncRewriter/AsyncStateMachine.cs"/>
    <Compile Include="Lowering/AsyncRewriter/RuntimeAsyncRewriter.cs"/>
    <Compile Include="Lowering/BoundTreeToDifferentEnclosingContextRewriter.cs"/>
    <Compile Include="Lowering/ClosureConversion/ClosureConversion.Analysis.cs"/>
    <Compile Include="Lowering/ClosureConversion/ClosureConversion.Analysis.Tree.cs"/>
    <Compile Include="Lowering/ClosureConversion/ClosureConversion.cs"/>
    <Compile Include="Lowering/ClosureConversion/ClosureKind.cs"/>
    <Compile Include="Lowering/ClosureConversion/ExpressionLambdaRewriter.cs"/>
    <Compile Include="Lowering/ClosureConversion/LambdaCapturedVariable.cs"/>
    <Compile Include="Lowering/ClosureConversion/SynthesizedClosureEnvironment.cs"/>
    <Compile Include="Lowering/ClosureConversion/SynthesizedClosureEnvironmentConstructor.cs"/>
    <Compile Include="Lowering/ClosureConversion/SynthesizedClosureMethod.cs"/>
    <Compile Include="Lowering/DiagnosticsPass_ExpressionTrees.cs"/>
    <Compile Include="Lowering/DiagnosticsPass_Warnings.cs"/>
    <Compile Include="Lowering/ExtensionMethodBodyRewriter.cs"/>
    <Compile Include="Lowering/ExtensionMethodReferenceRewriter.cs"/>
    <Compile Include="Lowering/Extensions.cs"/>
    <Compile Include="Lowering/InitializerRewriter.cs"/>
    <Compile Include="Lowering/Instrumentation/CodeCoverageInstrumenter.cs"/>
    <Compile Include="Lowering/Instrumentation/CompoundInstrumenter.cs"/>
    <Compile Include="Lowering/Instrumentation/DebugInfoInjector.cs"/>
    <Compile Include="Lowering/Instrumentation/DebugInfoInjector_SequencePoints.cs"/>
    <Compile Include="Lowering/Instrumentation/InstrumentationState.cs"/>
    <Compile Include="Lowering/Instrumentation/Instrumenter.cs"/>
    <Compile Include="Lowering/Instrumentation/LocalStateTracingInstrumenter.cs"/>
    <Compile Include="Lowering/Instrumentation/ModuleCancellationInstrumenter.cs"/>
    <Compile Include="Lowering/Instrumentation/StackOverflowProbingInstrumenter.cs"/>
    <Compile Include="Lowering/IteratorRewriter/IteratorConstructor.cs"/>
    <Compile Include="Lowering/IteratorRewriter/IteratorFinallyMethodSymbol.cs"/>
    <Compile Include="Lowering/IteratorRewriter/IteratorMethodToStateMachineRewriter.cs"/>
    <Compile Include="Lowering/IteratorRewriter/IteratorMethodToStateMachineRewriter.IteratorFinallyFrame.cs"/>
    <Compile Include="Lowering/IteratorRewriter/IteratorMethodToStateMachineRewriter.YieldsInTryAnalysis.cs"/>
    <Compile Include="Lowering/IteratorRewriter/IteratorRewriter.cs"/>
    <Compile Include="Lowering/IteratorRewriter/IteratorStateMachine.cs"/>
    <Compile Include="Lowering/LocalRewriter/DelegateCacheContainer.cs"/>
    <Compile Include="Lowering/LocalRewriter/DelegateCacheRewriter.cs"/>
    <Compile Include="Lowering/LocalRewriter/DynamicSiteContainer.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter.DecisionDagRewriter.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter.DecisionDagRewriter.ValueDispatchNode.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter.PatternLocalRewriter.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter.PlaceholderReplacer.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_AnonymousObjectCreation.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_AsOperator.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_AssignmentOperator.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_Await.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_BasePatternSwitchLocalRewriter.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_BinaryOperator.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_Block.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_BreakStatement.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_Call.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_CollectionExpression.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_CompoundAssignmentOperator.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_ConditionalAccess.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_ConditionalOperator.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_ContinueStatement.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_Conversion.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_DeconstructionAssignmentOperator.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_DelegateCreationExpression.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_DoStatement.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_Event.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_ExpressionStatement.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_Field.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_FixedStatement.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_ForEachStatement.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_ForStatement.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_FunctionPointerInvocation.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_GotoStatement.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_HostObjectMemberReference.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_IfStatement.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_Index.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_IndexerAccess.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_IsOperator.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_IsPatternOperator.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_LabeledStatement.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_Literal.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_LocalDeclaration.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_LockStatement.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_MultipleLocalDeclarations.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_NullCoalescingAssignmentOperator.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_NullCoalescingOperator.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_ObjectCreationExpression.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_ObjectOrCollectionInitializerExpression.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_PatternSwitchStatement.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_PointerElementAccess.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_PreviousSubmissionReference.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_PropertyAccess.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_Query.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_Range.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_ReturnStatement.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_StackAlloc.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_StringConcat.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_StringInterpolation.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_SwitchExpression.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_ThrowStatement.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_TryStatement.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_TupleBinaryOperator.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_TupleCreationExpression.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_UnaryOperator.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_UsingStatement.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_WhileStatement.cs"/>
    <Compile Include="Lowering/LocalRewriter/LocalRewriter_Yield.cs"/>
    <Compile Include="Lowering/LocalRewriter/LoweredDynamicOperation.cs"/>
    <Compile Include="Lowering/LocalRewriter/LoweredDynamicOperationFactory.cs"/>
    <Compile Include="Lowering/LocalRewriter/PipelinePhaseValidator.cs"/>
    <Compile Include="Lowering/MethodToClassRewriter.cs"/>
    <Compile Include="Lowering/SpillSequenceSpiller.cs"/>
    <Compile Include="Lowering/StateMachineRewriter/CapturedSymbol.cs"/>
    <Compile Include="Lowering/StateMachineRewriter/IteratorAndAsyncCaptureWalker.cs"/>
    <Compile Include="Lowering/StateMachineRewriter/MethodToStateMachineRewriter.cs"/>
    <Compile Include="Lowering/StateMachineRewriter/RefInitializationHoister.cs"/>
    <Compile Include="Lowering/StateMachineRewriter/ResumableStateMachineStateAllocator.cs"/>
    <Compile Include="Lowering/StateMachineRewriter/StateMachineFieldSymbol.cs"/>
    <Compile Include="Lowering/StateMachineRewriter/StateMachineRewriter.cs"/>
    <Compile Include="Lowering/StateMachineRewriter/StateMachineTypeSymbol.cs"/>
    <Compile Include="Lowering/StateMachineRewriter/SynthesizedStateMachineMethod.cs"/>
    <Compile Include="Lowering/StateMachineRewriter/SynthesizedStateMachineProperty.cs"/>
    <Compile Include="Lowering/SynthesizedMethodBaseSymbol.cs"/>
    <Compile Include="Lowering/SynthesizedSubmissionFields.cs"/>
    <Compile Include="Lowering/SyntheticBoundNodeFactory.cs"/>
    <Compile Include="Lowering/UnmatchedGotoFinder.cs"/>
    <Compile Include="Operations/CSharpOperationFactory.cs"/>
    <Compile Include="Operations/CSharpOperationFactory_Methods.cs"/>
    <Compile Include="Operations/IBoundNodeWithIOperationChildren.cs"/>
    <Compile Include="Parser/AbstractLexer.cs"/>
    <Compile Include="Parser/BlendedNode.cs"/>
    <Compile Include="Parser/Blender.cs"/>
    <Compile Include="Parser/Blender.Cursor.cs"/>
    <Compile Include="Parser/Blender.Reader.cs"/>
    <Compile Include="Parser/CharacterInfo.cs"/>
    <Compile Include="Parser/DirectiveParser.cs"/>
    <Compile Include="Parser/Directives.cs"/>
    <Compile Include="Parser/DocumentationCommentParser.cs"/>
    <Compile Include="Parser/DocumentationCommentXmlTokens.cs"/>
    <Compile Include="Parser/LanguageParser.cs"/>
    <Compile Include="Parser/LanguageParser_InterpolatedString.cs"/>
    <Compile Include="Parser/LanguageParser_Patterns.cs"/>
    <Compile Include="Parser/Lexer.cs"/>
    <Compile Include="Parser/Lexer.Interpolation.cs"/>
    <Compile Include="Parser/LexerCache.cs"/>
    <Compile Include="Parser/Lexer_RawStringLiteral.cs"/>
    <Compile Include="Parser/Lexer_StringLiteral.cs"/>
    <Compile Include="Parser/QuickScanner.cs"/>
    <Compile Include="Parser/SlidingTextWindow.cs"/>
    <Compile Include="Parser/SyntaxFactoryContext.cs"/>
    <Compile Include="Parser/SyntaxParser.cs"/>
    <Compile Include="Parser/SyntaxParser.ResetPoint.cs"/>
    <Compile Include="SourceGeneration/CSharpGeneratorDriver.cs"/>
    <Compile Include="SourceGeneration/CSharpSyntaxHelper.cs"/>
    <Compile Include="SymbolDisplay/ObjectDisplay.cs"/>
    <Compile Include="SymbolDisplay/SymbolDisplay.cs"/>
    <Compile Include="SymbolDisplay/SymbolDisplayVisitor.cs"/>
    <Compile Include="SymbolDisplay/SymbolDisplayVisitor.Members.cs"/>
    <Compile Include="SymbolDisplay/SymbolDisplayVisitor.Types.cs"/>
    <Compile Include="SymbolDisplay/SymbolDisplayVisitor_Constants.cs"/>
    <Compile Include="SymbolDisplay/SymbolDisplayVisitor_Minimal.cs"/>
    <Compile Include="Symbols/AbstractTypeMap.cs"/>
    <Compile Include="Symbols/AbstractTypeParameterMap.cs"/>
    <Compile Include="Symbols/AccessibilityExtensions.cs"/>
    <Compile Include="Symbols/AliasSymbol.cs"/>
    <Compile Include="Symbols/AnonymousTypes/AnonymousTypeDescriptor.cs"/>
    <Compile Include="Symbols/AnonymousTypes/AnonymousTypeField.cs"/>
    <Compile Include="Symbols/AnonymousTypes/AnonymousTypeManager.cs"/>
    <Compile Include="Symbols/AnonymousTypes/AnonymousTypeManager.SymbolCollection.cs"/>
    <Compile Include="Symbols/AnonymousTypes/AnonymousTypeManager.Templates.cs"/>
    <Compile Include="Symbols/AnonymousTypes/PublicSymbols/AnonymousManager.TypeOrDelegatePublicSymbol.cs"/>
    <Compile Include="Symbols/AnonymousTypes/PublicSymbols/AnonymousType.DelegatePublicSymbol.cs"/>
    <Compile Include="Symbols/AnonymousTypes/PublicSymbols/AnonymousType.TypePublicSymbol.cs"/>
    <Compile Include="Symbols/AnonymousTypes/SynthesizedSymbols/AnonymousType.ConstructorSymbol.cs"/>
    <Compile Include="Symbols/AnonymousTypes/SynthesizedSymbols/AnonymousType.DelegateTemplateSymbol.cs"/>
    <Compile Include="Symbols/AnonymousTypes/SynthesizedSymbols/AnonymousType.EqualsMethodSymbol.cs"/>
    <Compile Include="Symbols/AnonymousTypes/SynthesizedSymbols/AnonymousType.FieldSymbol.cs"/>
    <Compile Include="Symbols/AnonymousTypes/SynthesizedSymbols/AnonymousType.GetHashCodeMethodSymbol.cs"/>
    <Compile Include="Symbols/AnonymousTypes/SynthesizedSymbols/AnonymousType.PropertyAccessorSymbol.cs"/>
    <Compile Include="Symbols/AnonymousTypes/SynthesizedSymbols/AnonymousType.PropertySymbol.cs"/>
    <Compile Include="Symbols/AnonymousTypes/SynthesizedSymbols/AnonymousType.SynthesizedMethodBase.cs"/>
    <Compile Include="Symbols/AnonymousTypes/SynthesizedSymbols/AnonymousType.TemplateSymbol.cs"/>
    <Compile Include="Symbols/AnonymousTypes/SynthesizedSymbols/AnonymousType.ToStringMethodSymbol.cs"/>
    <Compile Include="Symbols/AnonymousTypes/SynthesizedSymbols/AnonymousType.TypeOrDelegateTemplateSymbol.cs"/>
    <Compile Include="Symbols/AnonymousTypes/SynthesizedSymbols/AnonymousType.TypeParameterSymbol.cs"/>
    <Compile Include="Symbols/ArrayTypeSymbol.cs"/>
    <Compile Include="Symbols/AssemblySymbol.cs"/>
    <Compile Include="Symbols/Attributes/AttributeData.cs"/>
    <Compile Include="Symbols/Attributes/PEAttributeData.cs"/>
    <Compile Include="Symbols/Attributes/RetargetingAttributeData.cs"/>
    <Compile Include="Symbols/Attributes/SourceAttributeData.cs"/>
    <Compile Include="Symbols/Attributes/WellKnownAttributeData/FieldWellKnownAttributeData.cs"/>
    <Compile Include="Symbols/Attributes/WellKnownAttributeData/MethodEarlyWellKnownAttributeData.cs"/>
    <Compile Include="Symbols/Attributes/WellKnownAttributeData/MethodWellKnownAttributeData.cs"/>
    <Compile Include="Symbols/Attributes/WellKnownAttributeData/ModuleWellKnownAttributeData.cs"/>
    <Compile Include="Symbols/Attributes/WellKnownAttributeData/ParameterEarlyWellKnownAttributeData.cs"/>
    <Compile Include="Symbols/Attributes/WellKnownAttributeData/ParameterWellKnownAttributeData.cs"/>
    <Compile Include="Symbols/Attributes/WellKnownAttributeData/PropertyEarlyWellKnownAttributeData.cs"/>
    <Compile Include="Symbols/Attributes/WellKnownAttributeData/PropertyWellKnownAttributeData.cs"/>
    <Compile Include="Symbols/Attributes/WellKnownAttributeData/ReturnTypeWellKnownAttributeData.cs"/>
    <Compile Include="Symbols/Attributes/WellKnownAttributeData/TypeWellKnownAttributeData.cs"/>
    <Compile Include="Symbols/Attributes/WellKnownAttributeData/TypeWellKnownEarlyAttributeData.cs"/>
    <Compile Include="Symbols/BaseTypeAnalysis.cs"/>
    <Compile Include="Symbols/CallerUnsafeMode.cs"/>
    <Compile Include="Symbols/Compilation_UsedAssemblies.cs"/>
    <Compile Include="Symbols/Compilation_WellKnownMembers.cs"/>
    <Compile Include="Symbols/CompletionPart.cs"/>
    <Compile Include="Symbols/ConstantValueUtils.cs"/>
    <Compile Include="Symbols/ConstraintsHelper.cs"/>
    <Compile Include="Symbols/ConstructedMethodSymbol.cs"/>
    <Compile Include="Symbols/ConstructedNamedTypeSymbol.cs"/>
    <Compile Include="Symbols/ConversionSignatureComparer.cs"/>
    <Compile Include="Symbols/CustomModifier.cs"/>
    <Compile Include="Symbols/DiscardSymbol.cs"/>
    <Compile Include="Symbols/DynamicTypeEraser.cs"/>
    <Compile Include="Symbols/DynamicTypeSymbol.cs"/>
    <Compile Include="Symbols/EmbeddableAttributes.cs"/>
    <Compile Include="Symbols/EnumConversions.cs"/>
    <Compile Include="Symbols/ErrorMethodSymbol.cs"/>
    <Compile Include="Symbols/ErrorPropertySymbol.cs"/>
    <Compile Include="Symbols/ErrorTypeSymbol.cs"/>
    <Compile Include="Symbols/ErrorTypeSymbol.ErrorTypeParameterSymbol.cs"/>
    <Compile Include="Symbols/EventSymbol.cs"/>
    <Compile Include="Symbols/EventSymbolExtensions.cs"/>
    <Compile Include="Symbols/ExtendedErrorTypeSymbol.cs"/>
    <Compile Include="Symbols/Extensions/ReceiverParameterSymbol.cs"/>
    <Compile Include="Symbols/Extensions/RewrittenLambdaOrLocalFunctionSymbol.cs"/>
    <Compile Include="Symbols/Extensions/RewrittenMethodSymbol.cs"/>
    <Compile Include="Symbols/Extensions/RewrittenParameterSymbol.cs"/>
    <Compile Include="Symbols/Extensions/SourceExtensionImplementationMethodSymbol.cs"/>
    <Compile Include="Symbols/Extensions/SynthesizedExtensionMarker.cs"/>
    <Compile Include="Symbols/FieldOrPropertyInitializer.cs"/>
    <Compile Include="Symbols/FieldSymbol.cs"/>
    <Compile Include="Symbols/FileIdentifier.cs"/>
    <Compile Include="Symbols/FlowAnalysisAnnotations.cs"/>
    <Compile Include="Symbols/FunctionPointers/FunctionPointerMethodSymbol.cs"/>
    <Compile Include="Symbols/FunctionPointers/FunctionPointerParameterSymbol.cs"/>
    <Compile Include="Symbols/FunctionPointers/FunctionPointerTypeSymbol.cs"/>
    <Compile Include="Symbols/FunctionTypeSymbol.cs"/>
    <Compile Include="Symbols/LabelSymbol.cs"/>
    <Compile Include="Symbols/LexicalSortKey.cs"/>
    <Compile Include="Symbols/LocalDeclarationKind.cs"/>
    <Compile Include="Symbols/LocalSymbol.cs"/>
    <Compile Include="Symbols/MemberSignatureComparer.cs"/>
    <Compile Include="Symbols/MemberSymbolExtensions.cs"/>
    <Compile Include="Symbols/MergedNamespaceSymbol.cs"/>
    <Compile Include="Symbols/Metadata/PE/DynamicTypeDecoder.cs"/>
    <Compile Include="Symbols/Metadata/PE/MemberRefMetadataDecoder.cs"/>
    <Compile Include="Symbols/Metadata/PE/MetadataDecoder.cs"/>
    <Compile Include="Symbols/Metadata/PE/NativeIntegerTypeDecoder.cs"/>
    <Compile Include="Symbols/Metadata/PE/NullableTypeDecoder.cs"/>
    <Compile Include="Symbols/Metadata/PE/PEAssemblySymbol.cs"/>
    <Compile Include="Symbols/Metadata/PE/PEEventSymbol.cs"/>
    <Compile Include="Symbols/Metadata/PE/PEFieldSymbol.cs"/>
    <Compile Include="Symbols/Metadata/PE/PEGlobalNamespaceSymbol.cs"/>
    <Compile Include="Symbols/Metadata/PE/PEMethodSymbol.cs"/>
    <Compile Include="Symbols/Metadata/PE/PEModuleSymbol.cs"/>
    <Compile Include="Symbols/Metadata/PE/PENamedTypeSymbol.cs"/>
    <Compile Include="Symbols/Metadata/PE/PENamespaceSymbol.cs"/>
    <Compile Include="Symbols/Metadata/PE/PENestedNamespaceSymbol.cs"/>
    <Compile Include="Symbols/Metadata/PE/PEParameterSymbol.cs"/>
    <Compile Include="Symbols/Metadata/PE/PEPropertySymbol.cs"/>
    <Compile Include="Symbols/Metadata/PE/PETypeParameterSymbol.cs"/>
    <Compile Include="Symbols/Metadata/PE/PEUtilities.cs"/>
    <Compile Include="Symbols/Metadata/PE/SymbolFactory.cs"/>
    <Compile Include="Symbols/Metadata/PE/TupleTypeDecoder.cs"/>
    <Compile Include="Symbols/MetadataOrSourceAssemblySymbol.cs"/>
    <Compile Include="Symbols/MetadataOrSourceOrRetargetingAssemblySymbol.cs"/>
    <Compile Include="Symbols/MethodSymbol.cs"/>
    <Compile Include="Symbols/MethodSymbolExtensions.cs"/>
    <Compile Include="Symbols/MissingAssemblySymbol.cs"/>
    <Compile Include="Symbols/MissingCorLibrarySymbol.cs"/>
    <Compile Include="Symbols/MissingMetadataTypeSymbol.cs"/>
    <Compile Include="Symbols/MissingModuleSymbol.cs"/>
    <Compile Include="Symbols/MissingNamespaceSymbol.cs"/>
    <Compile Include="Symbols/ModuleSymbol.cs"/>
    <Compile Include="Symbols/MutableTypeMap.cs"/>
    <Compile Include="Symbols/NamedTypeSymbol.cs"/>
    <Compile Include="Symbols/NamespaceExtent.cs"/>
    <Compile Include="Symbols/NamespaceOrTypeSymbol.cs"/>
    <Compile Include="Symbols/NamespaceSymbol.cs"/>
    <Compile Include="Symbols/NativeIntegerTypeSymbol.cs"/>
    <Compile Include="Symbols/NonMissingAssemblySymbol.cs"/>
    <Compile Include="Symbols/NonMissingModuleSymbol.cs"/>
    <Compile Include="Symbols/NoPiaAmbiguousCanonicalTypeSymbol.cs"/>
    <Compile Include="Symbols/NoPiaIllegalGenericInstantiationSymbol.cs"/>
    <Compile Include="Symbols/NoPiaMissingCanonicalTypeSymbol.cs"/>
    <Compile Include="Symbols/NullableAnnotation.cs"/>
    <Compile Include="Symbols/NullableAnnotationExtensions.cs"/>
    <Compile Include="Symbols/NullableContextKind.cs"/>
    <Compile Include="Symbols/NullableFlowState.cs"/>
    <Compile Include="Symbols/NullableFlowStateExtensions.cs"/>
    <Compile Include="Symbols/ObsoleteAttributeHelpers.cs"/>
    <Compile Include="Symbols/OverriddenOrHiddenMembersHelpers.cs"/>
    <Compile Include="Symbols/OverriddenOrHiddenMembersResult.cs"/>
    <Compile Include="Symbols/ParameterSignature.cs"/>
    <Compile Include="Symbols/ParameterSymbol.cs"/>
    <Compile Include="Symbols/PlaceholderTypeArgumentSymbol.cs"/>
    <Compile Include="Symbols/PointerTypeSymbol.cs"/>
    <Compile Include="Symbols/PropertyOrEventSymbolExtensions.cs"/>
    <Compile Include="Symbols/PropertySymbol.cs"/>
    <Compile Include="Symbols/PropertySymbolExtensions.cs"/>
    <Compile Include="Symbols/PublicModel/AliasSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/ArrayTypeSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/AssemblySymbol.cs"/>
    <Compile Include="Symbols/PublicModel/DiscardSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/DynamicTypeSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/ErrorTypeSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/EventSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/FieldSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/FunctionPointerTypeSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/LabelSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/LocalSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/MethodSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/ModuleSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/NamedTypeSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/NamespaceOrTypeSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/NamespaceSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/NonErrorNamedTypeSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/NonSourceAssemblySymbol.cs"/>
    <Compile Include="Symbols/PublicModel/ParameterSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/PointerTypeSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/PreprocessingSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/PropertySymbol.cs"/>
    <Compile Include="Symbols/PublicModel/RangeVariableSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/SourceAssemblySymbol.cs"/>
    <Compile Include="Symbols/PublicModel/Symbol.cs"/>
    <Compile Include="Symbols/PublicModel/TypeParameterSymbol.cs"/>
    <Compile Include="Symbols/PublicModel/TypeSymbol.cs"/>
    <Compile Include="Symbols/RangeVariableSymbol.cs"/>
    <Compile Include="Symbols/ReducedExtensionMethodSymbol.cs"/>
    <Compile Include="Symbols/ReferenceManager.cs"/>
    <Compile Include="Symbols/RefKindExtensions.cs"/>
    <Compile Include="Symbols/Retargeting/RetargetingAssemblySymbol.cs"/>
    <Compile Include="Symbols/Retargeting/RetargetingEventSymbol.cs"/>
    <Compile Include="Symbols/Retargeting/RetargetingFieldSymbol.cs"/>
    <Compile Include="Symbols/Retargeting/RetargetingMethodSymbol.cs"/>
    <Compile Include="Symbols/Retargeting/RetargetingModuleSymbol.cs"/>
    <Compile Include="Symbols/Retargeting/RetargetingNamedTypeSymbol.cs"/>
    <Compile Include="Symbols/Retargeting/RetargetingNamespaceSymbol.cs"/>
    <Compile Include="Symbols/Retargeting/RetargetingParameterSymbol.cs"/>
    <Compile Include="Symbols/Retargeting/RetargetingPropertySymbol.cs"/>
    <Compile Include="Symbols/Retargeting/RetargetingSymbolTranslator.cs"/>
    <Compile Include="Symbols/Retargeting/RetargetingTypeParameterSymbol.cs"/>
    <Compile Include="Symbols/SignatureOnlyMethodSymbol.cs"/>
    <Compile Include="Symbols/SignatureOnlyParameterSymbol.cs"/>
    <Compile Include="Symbols/SignatureOnlyPropertySymbol.cs"/>
    <Compile Include="Symbols/Source/AttributeLocation.cs"/>
    <Compile Include="Symbols/Source/ConstantEvaluationHelpers.cs"/>
    <Compile Include="Symbols/Source/CrefTypeParameterSymbol.cs"/>
    <Compile Include="Symbols/Source/CustomModifierUtils.cs"/>
    <Compile Include="Symbols/Source/ExplicitInterfaceHelpers.cs"/>
    <Compile Include="Symbols/Source/ExtensionGroupingInfo.cs"/>
    <Compile Include="Symbols/Source/FieldSymbolWithAttributesAndModifiers.cs"/>
    <Compile Include="Symbols/Source/GlobalExpressionVariable.cs"/>
    <Compile Include="Symbols/Source/IAttributeTargetSymbol.cs"/>
    <Compile Include="Symbols/Source/ImplicitNamedTypeSymbol.cs"/>
    <Compile Include="Symbols/Source/IndexedTypeParameterSymbol.cs"/>
    <Compile Include="Symbols/Source/LambdaParameterSymbol.cs"/>
    <Compile Include="Symbols/Source/LambdaSymbol.cs"/>
    <Compile Include="Symbols/Source/LocalFunctionOrSourceMemberMethodSymbol.cs"/>
    <Compile Include="Symbols/Source/LocalFunctionSymbol.cs"/>
    <Compile Include="Symbols/Source/ModifierUtils.cs"/>
    <Compile Include="Symbols/Source/ParameterHelpers.cs"/>
    <Compile Include="Symbols/Source/QuickAttributeChecker.cs"/>
    <Compile Include="Symbols/Source/SourceAssemblySymbol.cs"/>
    <Compile Include="Symbols/Source/SourceClonedParameterSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceComplexParameterSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceConstructorSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceConstructorSymbolBase.cs"/>
    <Compile Include="Symbols/Source/SourceCustomEventAccessorSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceCustomEventSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceDelegateClonedParameterSymbolForBeginAndEndInvoke.cs"/>
    <Compile Include="Symbols/Source/SourceDelegateMethodSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceDestructorSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceEnumConstantSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceEventAccessorSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceEventFieldSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceEventSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceFieldLikeEventSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceFieldSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceFixedFieldSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceLabelSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceLocalSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceMemberContainerSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceMemberContainerSymbol_ImplementationChecks.cs"/>
    <Compile Include="Symbols/Source/SourceMemberFieldSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceMemberMethodSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceMethodSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceMethodSymbolWithAttributes.cs"/>
    <Compile Include="Symbols/Source/SourceModuleSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceNamedTypeSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceNamedTypeSymbol_Bases.cs"/>
    <Compile Include="Symbols/Source/SourceNamedTypeSymbol_Enum.cs"/>
    <Compile Include="Symbols/Source/SourceNamedTypeSymbol_Extension.cs"/>
    <Compile Include="Symbols/Source/SourceNamespaceSymbol.AliasesAndUsings.cs"/>
    <Compile Include="Symbols/Source/SourceNamespaceSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceNamespaceSymbol_Completion.cs"/>
    <Compile Include="Symbols/Source/SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceOrdinaryMethodSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceOrdinaryMethodSymbolBase.cs"/>
    <Compile Include="Symbols/Source/SourceParameterSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceParameterSymbolBase.cs"/>
    <Compile Include="Symbols/Source/SourcePropertyAccessorSymbol.cs"/>
    <Compile Include="Symbols/Source/SourcePropertyClonedParameterSymbolForAccessors.cs"/>
    <Compile Include="Symbols/Source/SourcePropertySymbol.cs"/>
    <Compile Include="Symbols/Source/SourcePropertySymbolBase.cs"/>
    <Compile Include="Symbols/Source/SourceSimpleParameterSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceTypeParameterSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceUserDefinedConversionSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceUserDefinedOperatorSymbol.cs"/>
    <Compile Include="Symbols/Source/SourceUserDefinedOperatorSymbolBase.cs"/>
    <Compile Include="Symbols/Source/SynthesizedAttributeData.cs"/>
    <Compile Include="Symbols/Source/SynthesizedSourceOrdinaryMethodSymbol.cs"/>
    <Compile Include="Symbols/Source/ThisParameterSymbol.cs"/>
    <Compile Include="Symbols/Source/TypeParameterBuilder.cs"/>
    <Compile Include="Symbols/Source/TypeParameterConstraintClause.cs"/>
    <Compile Include="Symbols/Source/TypeParameterInfo.cs"/>
    <Compile Include="Symbols/SpecializedSymbolCollections.cs"/>
    <Compile Include="Symbols/SpecialTypeExtensions.cs"/>
    <Compile Include="Symbols/SubstitutedEventSymbol.cs"/>
    <Compile Include="Symbols/SubstitutedFieldSymbol.cs"/>
    <Compile Include="Symbols/SubstitutedMethodSymbol.cs"/>
    <Compile Include="Symbols/SubstitutedNamedTypeSymbol.cs"/>
    <Compile Include="Symbols/SubstitutedParameterSymbol.cs"/>
    <Compile Include="Symbols/SubstitutedPropertySymbol.cs"/>
    <Compile Include="Symbols/SubstitutedTypeParameterSymbol.cs"/>
    <Compile Include="Symbols/Symbol.cs"/>
    <Compile Include="Symbols/SymbolCompletionState.cs"/>
    <Compile Include="Symbols/SymbolDistinguisher.cs"/>
    <Compile Include="Symbols/SymbolEqualityComparer.cs"/>
    <Compile Include="Symbols/SymbolExtensions.cs"/>
    <Compile Include="Symbols/SymbolKindExtensions.cs"/>
    <Compile Include="Symbols/SymbolVisitor.cs"/>
    <Compile Include="Symbols/SymbolVisitor`1.cs"/>
    <Compile Include="Symbols/SymbolVisitor`2.cs"/>
    <Compile Include="Symbols/Symbol_Attributes.cs"/>
    <Compile Include="Symbols/Synthesized/GeneratedLabelSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/GeneratedNameConstants.cs"/>
    <Compile Include="Symbols/Synthesized/GeneratedNameKind.cs"/>
    <Compile Include="Symbols/Synthesized/GeneratedNameParser.cs"/>
    <Compile Include="Symbols/Synthesized/GeneratedNames.cs"/>
    <Compile Include="Symbols/Synthesized/ReadOnlyListType/SynthesizedReadOnlyListConstructor.cs"/>
    <Compile Include="Symbols/Synthesized/ReadOnlyListType/SynthesizedReadOnlyListEnumeratorConstructor.cs"/>
    <Compile Include="Symbols/Synthesized/ReadOnlyListType/SynthesizedReadOnlyListEnumeratorTypeSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/ReadOnlyListType/SynthesizedReadOnlyListMethod.cs"/>
    <Compile Include="Symbols/Synthesized/ReadOnlyListType/SynthesizedReadOnlyListProperty.cs"/>
    <Compile Include="Symbols/Synthesized/ReadOnlyListType/SynthesizedReadOnlyListTypeParameterSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/ReadOnlyListType/SynthesizedReadOnlyListTypeSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/Records/SynthesizedPrimaryConstructor.cs"/>
    <Compile Include="Symbols/Synthesized/Records/SynthesizedPrimaryConstructorParameterBackingFieldSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/Records/SynthesizedRecordBaseEquals.cs"/>
    <Compile Include="Symbols/Synthesized/Records/SynthesizedRecordClone.cs"/>
    <Compile Include="Symbols/Synthesized/Records/SynthesizedRecordCopyCtor.cs"/>
    <Compile Include="Symbols/Synthesized/Records/SynthesizedRecordDeconstruct.cs"/>
    <Compile Include="Symbols/Synthesized/Records/SynthesizedRecordEqualityContractProperty.cs"/>
    <Compile Include="Symbols/Synthesized/Records/SynthesizedRecordEqualityOperator.cs"/>
    <Compile Include="Symbols/Synthesized/Records/SynthesizedRecordEqualityOperatorBase.cs"/>
    <Compile Include="Symbols/Synthesized/Records/SynthesizedRecordEquals.cs"/>
    <Compile Include="Symbols/Synthesized/Records/SynthesizedRecordGetHashCode.cs"/>
    <Compile Include="Symbols/Synthesized/Records/SynthesizedRecordInequalityOperator.cs"/>
    <Compile Include="Symbols/Synthesized/Records/SynthesizedRecordObjectMethod.cs"/>
    <Compile Include="Symbols/Synthesized/Records/SynthesizedRecordObjEquals.cs"/>
    <Compile Include="Symbols/Synthesized/Records/SynthesizedRecordOrdinaryMethod.cs"/>
    <Compile Include="Symbols/Synthesized/Records/SynthesizedRecordPrintMembers.cs"/>
    <Compile Include="Symbols/Synthesized/Records/SynthesizedRecordPropertySymbol.cs"/>
    <Compile Include="Symbols/Synthesized/Records/SynthesizedRecordToString.cs"/>
    <Compile Include="Symbols/Synthesized/RefKindVector.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedAccessorValueParameterSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedBackingFieldSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedCollectionBuilderProjectedMethodSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedContainer.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedDelegateSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedEmbeddedAttributePropertySymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedEmbeddedAttributeSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedEmbeddedExtensionMarkerNameAttributeSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedEmbeddedLifetimeAnnotationAttributeSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedEmbeddedMemorySafetyRulesAttributeSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedEmbeddedNativeIntegerAttributeSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedEmbeddedNullableAttributeSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedEmbeddedNullableContextAttributeSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedEmbeddedNullablePublicOnlyAttributeSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedEmbeddedRefSafetyRulesAttributeSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedEntryPointSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedEnumValueFieldSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedEventAccessorSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedExplicitImplementationForwardingMethod.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedFieldSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedFieldSymbolBase.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedGlobalMethodSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedHotReloadExceptionConstructorSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedHotReloadExceptionSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedImplementationMethod.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedInlineArrayAsReadOnlySpanMethod.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedInlineArrayAsSpanMethod.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedInlineArrayElementRefMethod.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedInlineArrayElementRefReadOnlyMethod.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedInlineArrayFirstElementRefMethod.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedInlineArrayFirstElementRefReadOnlyMethod.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedInlineArrayTypeSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedInstanceConstructor.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedInteractiveInitializerMethod.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedIntrinsicOperatorSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedLambdaCacheFieldSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedLocal.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedMethodSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedParameterlessThrowMethod.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedParameterSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedPrivateImplementationDetailsType.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedSealedPropertyAccessor.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedSimpleProgramEntryPointSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedStaticConstructor.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedStringHashFunctionSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedSubmissionConstructor.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedThrowSwitchExpressionExceptionMethod.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedTypeParameterSymbol.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedUnionCtor.cs"/>
    <Compile Include="Symbols/Synthesized/SynthesizedUnionValuePropertySymbol.cs"/>
    <Compile Include="Symbols/Synthesized/TypeSubstitutedLocalSymbol.cs"/>
    <Compile Include="Symbols/SynthesizedNamespaceSymbol.cs"/>
    <Compile Include="Symbols/SynthesizedSimpleMethodTypeParameterSymbol.cs"/>
    <Compile Include="Symbols/Tuples/TupleErrorFieldSymbol.cs"/>
    <Compile Include="Symbols/Tuples/TupleFieldSymbol.cs"/>
    <Compile Include="Symbols/Tuples/TupleTypeSymbol.cs"/>
    <Compile Include="Symbols/TypedConstantExtensions.cs"/>
    <Compile Include="Symbols/TypeMap.cs"/>
    <Compile Include="Symbols/TypeParameterBounds.cs"/>
    <Compile Include="Symbols/TypeParameterSymbol.cs"/>
    <Compile Include="Symbols/TypeParameterSymbolExtensions.cs"/>
    <Compile Include="Symbols/TypeSymbol.cs"/>
    <Compile Include="Symbols/TypeSymbol.SymbolAndDiagnostics.cs"/>
    <Compile Include="Symbols/TypeSymbolExtensions.cs"/>
    <Compile Include="Symbols/TypeUnification.cs"/>
    <Compile Include="Symbols/TypeWithAnnotations.cs"/>
    <Compile Include="Symbols/TypeWithState.cs"/>
    <Compile Include="Symbols/UnboundGenericType.cs"/>
    <Compile Include="Symbols/UnsupportedMetadataTypeSymbol.cs"/>
    <Compile Include="Symbols/UpdatedContainingSymbolLocal.cs"/>
    <Compile Include="Symbols/VarianceSafety.cs"/>
    <Compile Include="Symbols/Wrapped/WrappedEventSymbol.cs"/>
    <Compile Include="Symbols/Wrapped/WrappedFieldSymbol.cs"/>
    <Compile Include="Symbols/Wrapped/WrappedMethodSymbol.cs"/>
    <Compile Include="Symbols/Wrapped/WrappedNamedTypeSymbol.cs"/>
    <Compile Include="Symbols/Wrapped/WrappedParameterSymbol.cs"/>
    <Compile Include="Symbols/Wrapped/WrappedPropertySymbol.cs"/>
    <Compile Include="Symbols/Wrapped/WrappedTypeParameterSymbol.cs"/>
    <Compile Include="Syntax/AliasedQualifiedNameSyntax.cs"/>
    <Compile Include="Syntax/AnonymousFunctionExpressionSyntax.cs"/>
    <Compile Include="Syntax/AnonymousMethodExpressionSyntax.cs"/>
    <Compile Include="Syntax/ArgumentSyntax.cs"/>
    <Compile Include="Syntax/ArrayRankSpecifierSyntax.cs"/>
    <Compile Include="Syntax/AttributeSyntax.cs"/>
    <Compile Include="Syntax/AttributeTargetSpecifierSyntax.cs"/>
    <Compile Include="Syntax/BaseFieldDeclarationSyntax.cs"/>
    <Compile Include="Syntax/BaseMethodDeclarationSyntax.cs"/>
    <Compile Include="Syntax/BasePropertyDeclarationSyntax.cs"/>
    <Compile Include="Syntax/BlockSyntax.cs"/>
    <Compile Include="Syntax/BreakStatementSyntax.cs"/>
    <Compile Include="Syntax/CheckedStatementSyntax.cs"/>
    <Compile Include="Syntax/ClassDeclarationSyntax.cs"/>
    <Compile Include="Syntax/ClassOrStructConstraintSyntax.cs"/>
    <Compile Include="Syntax/CompilationUnitSyntax.cs"/>
    <Compile Include="Syntax/ConstructorDeclarationSyntax.cs"/>
    <Compile Include="Syntax/ContinueStatementSyntax.cs"/>
    <Compile Include="Syntax/ConversionOperatorDeclarationSyntax.cs"/>
    <Compile Include="Syntax/ConversionOperatorMemberCrefSyntax.cs"/>
    <Compile Include="Syntax/CrefParameterSyntax.cs"/>
    <Compile Include="Syntax/CSharpLineDirectiveMap.cs"/>
    <Compile Include="Syntax/CSharpPragmaWarningStateMap.cs"/>
    <Compile Include="Syntax/CSharpSyntaxNode.cs"/>
    <Compile Include="Syntax/CSharpSyntaxRewriter.cs"/>
    <Compile Include="Syntax/CSharpSyntaxTree.cs"/>
    <Compile Include="Syntax/CSharpSyntaxTree.DebuggerSyntaxTree.cs"/>
    <Compile Include="Syntax/CSharpSyntaxTree.Dummy.cs"/>
    <Compile Include="Syntax/CSharpSyntaxTree.LazySyntaxTree.cs"/>
    <Compile Include="Syntax/CSharpSyntaxTree.ParsedSyntaxTree.cs"/>
    <Compile Include="Syntax/CSharpSyntaxVisitor.cs"/>
    <Compile Include="Syntax/CSharpSyntaxWalker.cs"/>
    <Compile Include="Syntax/DeclarationStatementSyntax.cs"/>
    <Compile Include="Syntax/DelegateDeclarationSyntax.cs"/>
    <Compile Include="Syntax/DestructorDeclarationSyntax.cs"/>
    <Compile Include="Syntax/DirectiveTriviaSyntax.cs"/>
    <Compile Include="Syntax/DoStatementSyntax.cs"/>
    <Compile Include="Syntax/EmptyStatementSyntax.cs"/>
    <Compile Include="Syntax/EnumMemberDeclarationSyntax.cs"/>
    <Compile Include="Syntax/EventDeclarationSyntax.cs"/>
    <Compile Include="Syntax/ExpressionStatementSyntax.cs"/>
    <Compile Include="Syntax/ExtensionBlockDeclarationSyntax.cs"/>
    <Compile Include="Syntax/FixedStatementSyntax.cs"/>
    <Compile Include="Syntax/ForEachStatementSyntax.cs"/>
    <Compile Include="Syntax/ForEachVariableStatementSyntax.cs"/>
    <Compile Include="Syntax/ForStatementSyntax.cs"/>
    <Compile Include="Syntax/GenericNameSyntax.cs"/>
    <Compile Include="Syntax/GlobalStatementSyntax.cs"/>
    <Compile Include="Syntax/GotoStatementSyntax.cs"/>
    <Compile Include="Syntax/IdentifierNameSyntax.cs"/>
    <Compile Include="Syntax/IfStatementSyntax.cs"/>
    <Compile Include="Syntax/IndexerDeclarationSyntax.cs"/>
    <Compile Include="Syntax/InterfaceDeclarationSyntax.cs"/>
    <Compile Include="Syntax/InternalSyntax/ContextAwareSyntax.cs"/>
    <Compile Include="Syntax/InternalSyntax/CSharpSyntaxNode.cs"/>
    <Compile Include="Syntax/InternalSyntax/CSharpSyntaxNodeCache.cs"/>
    <Compile Include="Syntax/InternalSyntax/CSharpSyntaxRewriter.cs"/>
    <Compile Include="Syntax/InternalSyntax/CSharpSyntaxVisitor.cs"/>
    <Compile Include="Syntax/InternalSyntax/DirectiveTriviaSyntax.cs"/>
    <Compile Include="Syntax/InternalSyntax/IdentifierNameSyntax.cs"/>
    <Compile Include="Syntax/InternalSyntax/NameColonSyntax.cs"/>
    <Compile Include="Syntax/InternalSyntax/StructuredTriviaSyntax.cs"/>
    <Compile Include="Syntax/InternalSyntax/SyntaxFactory.cs"/>
    <Compile Include="Syntax/InternalSyntax/SyntaxFirstTokenReplacer.cs"/>
    <Compile Include="Syntax/InternalSyntax/SyntaxLastTokenReplacer.cs"/>
    <Compile Include="Syntax/InternalSyntax/SyntaxListPoolExtensions.cs"/>
    <Compile Include="Syntax/InternalSyntax/SyntaxToken.cs"/>
    <Compile Include="Syntax/InternalSyntax/SyntaxToken.MissingTokenWithTrivia.cs"/>
    <Compile Include="Syntax/InternalSyntax/SyntaxToken.SyntaxIdentifier.cs"/>
    <Compile Include="Syntax/InternalSyntax/SyntaxToken.SyntaxIdentifierExtended.cs"/>
    <Compile Include="Syntax/InternalSyntax/SyntaxToken.SyntaxIdentifierWithTrailingTrivia.cs"/>
    <Compile Include="Syntax/InternalSyntax/SyntaxToken.SyntaxIdentifierWithTrivia.cs"/>
    <Compile Include="Syntax/InternalSyntax/SyntaxToken.SyntaxLiteral.cs"/>
    <Compile Include="Syntax/InternalSyntax/SyntaxToken.SyntaxLiteralWithTrivia.cs"/>
    <Compile Include="Syntax/InternalSyntax/SyntaxToken.SyntaxTokenWithTrivia.cs"/>
    <Compile Include="Syntax/InternalSyntax/SyntaxTrivia.cs"/>
    <Compile Include="Syntax/InternalSyntax/TypeDeclarationSyntax.cs"/>
    <Compile Include="Syntax/InternalSyntax/TypeSyntax.cs"/>
    <Compile Include="Syntax/InterpolatedStringExpressionSyntax.cs"/>
    <Compile Include="Syntax/LabeledStatementSyntax.cs"/>
    <Compile Include="Syntax/LambdaExpressionSyntax.cs"/>
    <Compile Include="Syntax/LambdaUtilities.cs"/>
    <Compile Include="Syntax/LiteralExpressionSyntax.cs"/>
    <Compile Include="Syntax/LocalDeclarationStatementSyntax.cs"/>
    <Compile Include="Syntax/LocalFunctionStatementSyntax.cs"/>
    <Compile Include="Syntax/LockStatementSyntax.cs"/>
    <Compile Include="Syntax/LookupPosition.cs"/>
    <Compile Include="Syntax/MethodDeclarationSyntax.cs"/>
    <Compile Include="Syntax/NameColonSyntax.cs"/>
    <Compile Include="Syntax/NamespaceDeclarationSyntax.cs"/>
    <Compile Include="Syntax/NamespaceDeclarationSyntaxReference.cs"/>
    <Compile Include="Syntax/NameSyntax.cs"/>
    <Compile Include="Syntax/NullableContextStateMap.cs"/>
    <Compile Include="Syntax/OperatorDeclarationSyntax.cs"/>
    <Compile Include="Syntax/OperatorMemberCrefSyntax.cs"/>
    <Compile Include="Syntax/ParameterDeclarationSyntax.cs"/>
    <Compile Include="Syntax/ParameterListSyntax.cs"/>
    <Compile Include="Syntax/ParameterSyntax.cs"/>
    <Compile Include="Syntax/ParenthesizedLambdaExpressionSyntax.cs"/>
    <Compile Include="Syntax/PropertyDeclarationSyntax.cs"/>
    <Compile Include="Syntax/QualifiedNameSyntax.cs"/>
    <Compile Include="Syntax/RecordDeclarationSyntax.cs"/>
    <Compile Include="Syntax/RefTypeSyntax.cs"/>
    <Compile Include="Syntax/ReturnStatementSyntax.cs"/>
    <Compile Include="Syntax/ShebangDirectiveTriviaSyntax.cs"/>
    <Compile Include="Syntax/SimpleLambdaExpressionSyntax.cs"/>
    <Compile Include="Syntax/SimpleNameSyntax.cs"/>
    <Compile Include="Syntax/SimpleSyntaxReference.cs"/>
    <Compile Include="Syntax/SkippedTokensTriviaSyntax.cs"/>
    <Compile Include="Syntax/StackAllocArrayCreationExpressionSyntax.cs"/>
    <Compile Include="Syntax/StructDeclarationSyntax.cs"/>
    <Compile Include="Syntax/StructuredTriviaSyntax.cs"/>
    <Compile Include="Syntax/SubpatternSyntax.cs"/>
    <Compile Include="Syntax/SwitchStatementSyntax.cs"/>
    <Compile Include="Syntax/SyntaxBindingUtilities.cs"/>
    <Compile Include="Syntax/SyntaxEquivalence.cs"/>
    <Compile Include="Syntax/SyntaxExtensions.cs"/>
    <Compile Include="Syntax/SyntaxFactory.cs"/>
    <Compile Include="Syntax/SyntaxFacts.cs"/>
    <Compile Include="Syntax/SyntaxKind.cs"/>
    <Compile Include="Syntax/SyntaxKindEqualityComparer.cs"/>
    <Compile Include="Syntax/SyntaxKindExtensions.cs"/>
    <Compile Include="Syntax/SyntaxKindFacts.cs"/>
    <Compile Include="Syntax/SyntaxNodeExtensions.cs"/>
    <Compile Include="Syntax/SyntaxNodeRemover.cs"/>
    <Compile Include="Syntax/SyntaxNormalizer.cs"/>
    <Compile Include="Syntax/SyntaxReplacer.cs"/>
    <Compile Include="Syntax/SyntaxTokenParser.cs"/>
    <Compile Include="Syntax/SyntaxTreeDiagnosticEnumerator.cs"/>
    <Compile Include="Syntax/ThrowStatementSyntax.cs"/>
    <Compile Include="Syntax/TryStatementSyntax.cs"/>
    <Compile Include="Syntax/TypeDeclarationSyntax.cs"/>
    <Compile Include="Syntax/TypeSyntax.cs"/>
    <Compile Include="Syntax/UnsafeStatementSyntax.cs"/>
    <Compile Include="Syntax/UsingDirectiveSyntax.cs"/>
    <Compile Include="Syntax/UsingStatementSyntax.cs"/>
    <Compile Include="Syntax/WhileStatementSyntax.cs"/>
    <Compile Include="Syntax/XmlNameAttributeElementKind.cs"/>
    <Compile Include="Syntax/YieldStatementSyntax.cs"/>
    <Compile Include="Utilities/ContentHashComparer.cs"/>
    <Compile Include="Utilities/EnvironmentExtensions.cs"/>
    <Compile Include="Utilities/FirstAmongEqualsSet.cs"/>
    <Compile Include="Utilities/IConstantValueSetFactory.cs"/>
    <Compile Include="Utilities/InterceptableLocation.cs"/>
    <Compile Include="Utilities/ITypeUnionValueSetFactory.cs"/>
    <Compile Include="Utilities/IValueSet.cs"/>
    <Compile Include="Utilities/TypeSymbolExtensions.cs"/>
    <Compile Include="Utilities/TypeUnionValueSet.cs"/>
    <Compile Include="Utilities/ValueSetFactory.BoolValueSet.cs"/>
    <Compile Include="Utilities/ValueSetFactory.BoolValueSetFactory.cs"/>
    <Compile Include="Utilities/ValueSetFactory.ByteTC.cs"/>
    <Compile Include="Utilities/ValueSetFactory.CharTC.cs"/>
    <Compile Include="Utilities/ValueSetFactory.ClosedClassTypeUnionValueSetFactory.cs"/>
    <Compile Include="Utilities/ValueSetFactory.cs"/>
    <Compile Include="Utilities/ValueSetFactory.DecimalTC.cs"/>
    <Compile Include="Utilities/ValueSetFactory.DecimalValueSetFactory.cs"/>
    <Compile Include="Utilities/ValueSetFactory.DoubleTC.cs"/>
    <Compile Include="Utilities/ValueSetFactory.EnumeratedValueSet.cs"/>
    <Compile Include="Utilities/ValueSetFactory.EnumeratedValueSetFactory.cs"/>
    <Compile Include="Utilities/ValueSetFactory.FloatingTC.cs"/>
    <Compile Include="Utilities/ValueSetFactory.FloatingValueSet.cs"/>
    <Compile Include="Utilities/ValueSetFactory.FloatingValueSetFactory.cs"/>
    <Compile Include="Utilities/ValueSetFactory.IEqualableValueTC.cs"/>
    <Compile Include="Utilities/ValueSetFactory.IntTC.cs"/>
    <Compile Include="Utilities/ValueSetFactory.INumericTC.cs"/>
    <Compile Include="Utilities/ValueSetFactory.LongTC.cs"/>
    <Compile Include="Utilities/ValueSetFactory.NintValueSet.cs"/>
    <Compile Include="Utilities/ValueSetFactory.NintValueSetFactory.cs"/>
    <Compile Include="Utilities/ValueSetFactory.NonNegativeIntValueSetFactory.cs"/>
    <Compile Include="Utilities/ValueSetFactory.NuintValueSet.cs"/>
    <Compile Include="Utilities/ValueSetFactory.NuintValueSetFactory.cs"/>
    <Compile Include="Utilities/ValueSetFactory.NumericValueSet.cs"/>
    <Compile Include="Utilities/ValueSetFactory.NumericValueSetFactory.cs"/>
    <Compile Include="Utilities/ValueSetFactory.SByteTC.cs"/>
    <Compile Include="Utilities/ValueSetFactory.ShortTC.cs"/>
    <Compile Include="Utilities/ValueSetFactory.SingleTC.cs"/>
    <Compile Include="Utilities/ValueSetFactory.StringTC.cs"/>
    <Compile Include="Utilities/ValueSetFactory.UIntTC.cs"/>
    <Compile Include="Utilities/ValueSetFactory.ULongTC.cs"/>
    <Compile Include="Utilities/ValueSetFactory.UnionTypeTypeUnionValueSetFactory.cs"/>
    <Compile Include="Utilities/ValueSetFactory.UShortTC.cs"/>
    <Compile Include="../CSharpAnalyzerDriver/CSharpDeclarationComputer.cs" Link="src/roslyn/src/Compilers/CSharp/CSharpAnalyzerDriver/CSharpDeclarationComputer.cs"/>
    <Compile Include="../../../../artifacts/obj/Microsoft.CodeAnalysis.CSharp/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs" Link="src/roslyn/artifacts/obj/Microsoft.CodeAnalysis.CSharp/Release/net11.0/.NETCoreApp,Version=v11.0.AssemblyAttributes.cs"/>
    <Compile Include="../../../../artifacts/obj/Microsoft.CodeAnalysis.CSharp/Release/net11.0/Microsoft.CodeAnalysis.CSharp.InternalsVisibleTo.cs" Link="src/roslyn/artifacts/obj/Microsoft.CodeAnalysis.CSharp/Release/net11.0/Microsoft.CodeAnalysis.CSharp.InternalsVisibleTo.cs"/>
    <Compile Include="../../../../artifacts/obj/Microsoft.CodeAnalysis.CSharp/Release/net11.0/Microsoft.CodeAnalysis.CSharp.CSharpResources.cs" Link="src/roslyn/artifacts/obj/Microsoft.CodeAnalysis.CSharp/Release/net11.0/Microsoft.CodeAnalysis.CSharp.CSharpResources.cs"/>
    <Compile Include="../../../../artifacts/obj/Microsoft.CodeAnalysis.CSharp/Release/net11.0/Microsoft.CodeAnalysis.CSharp.AssemblyInfo.cs" Link="src/roslyn/artifacts/obj/Microsoft.CodeAnalysis.CSharp/Release/net11.0/Microsoft.CodeAnalysis.CSharp.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="../../../../../../ref/28d69abdfb8c4bc690ef607bafaad80a/Microsoft.CodeAnalysis.dll"/>
    <ReferencePath Include="../../../../../../ref/7a976967511247e5b0e3e2116142d5fd/Microsoft.CSharp.dll"/>
    <ReferencePath Include="../../../../../../ref/5ebaf75e494e4c9e89f75481b14b7fcf/Microsoft.Extensions.Caching.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/a510b1c377de40c09b76daf295e13d9b/Microsoft.Extensions.Configuration.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/3786c279c1a24222a0cd69e8aaa784ea/Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/cc339222136148a0b5d40c4eb2c249a6/Microsoft.Extensions.Diagnostics.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/7b8789416b7b40d29b6485ca61332de1/Microsoft.Extensions.FileProviders.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/ecc40f2facf140609f943c744f7eaf08/Microsoft.Extensions.Hosting.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/0884d0942dcb40f1a5f2bd4d38db1506/Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="../../../../../../ref/df28e0d9cdf442b48047f3cceb0474f0/Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="../../../../../../ref/176f207dffc84475965c99cafc143c6d/Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/2d45440386e54e5bbbc4b7a2b464ae18/Microsoft.VisualBasic.Core.dll"/>
    <ReferencePath Include="../../../../../../ref/f09c86fc7f0a449a905f851cf6e4d99f/Microsoft.VisualBasic.dll"/>
    <ReferencePath Include="../../../../../../ref/b9ec1ff6eae44a3eb6a0c2438fb5d234/Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/cb8fdd142b484b6eadcb8a5283a7987a/Microsoft.Win32.Registry.dll"/>
    <ReferencePath Include="../../../../../../ref/9784a7e2372249d18498b18d1eeb3b76/mscorlib.dll"/>
    <ReferencePath Include="../../../../../../ref/02ad5037ff9b4aee80938f74ac6a68b0/netstandard.dll"/>
    <ReferencePath Include="../../../../../../ref/32a2a8be13b341049991490bbb6edaa2/System.AppContext.dll"/>
    <ReferencePath Include="../../../../../../ref/484d0a93ffd04bb1abcc05a94d5ff53a/System.Buffers.dll"/>
    <ReferencePath Include="../../../../../../ref/c660b6019ed14020be9058acd6102075/System.Collections.Concurrent.dll"/>
    <ReferencePath Include="../../../../../../ref/aa5b52c5ff064cca9752e9e49dad40f7/System.Collections.dll"/>
    <ReferencePath Include="../../../../../../ref/91001b4658744e4f8d8a3aeafd763d95/System.Collections.Immutable.dll"/>
    <ReferencePath Include="../../../../../../ref/4110ac51dbb74d61a07dfa9e875f1535/System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="../../../../../../ref/70bbde04e953463594fee195fc93baea/System.Collections.Specialized.dll"/>
    <ReferencePath Include="../../../../../../ref/0266a68fd8b0405aa750de93a8e9f69e/System.ComponentModel.Annotations.dll"/>
    <ReferencePath Include="../../../../../../ref/00a6f6ff630d478c9cc2b0f81ce73ac6/System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="../../../../../../ref/36c9f370f9c04b799b60c644628b768f/System.ComponentModel.dll"/>
    <ReferencePath Include="../../../../../../ref/c537c5aa97964be8b57a1e9834c555ac/System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="../../../../../../ref/ada903246ee64723ba9c8a7330d0e252/System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/5644835ee82141109a80e89f94b2dd12/System.ComponentModel.TypeConverter.dll"/>
    <ReferencePath Include="../../../../../../ref/c21a45e7144f43a7ac93675ff5c13da9/System.Configuration.dll"/>
    <ReferencePath Include="../../../../../../ref/cc2ed512652443409a5f4ad21fba6933/System.Console.dll"/>
    <ReferencePath Include="../../../../../../ref/840f458ccead4c65a562822c06fcc3f2/System.Core.dll"/>
    <ReferencePath Include="../../../../../../ref/5b30da5bc7c04d95b090fb8629089fda/System.Data.Common.dll"/>
    <ReferencePath Include="../../../../../../ref/f371a3cf42c74b919e086ec56cb09f2b/System.Data.DataSetExtensions.dll"/>
    <ReferencePath Include="../../../../../../ref/68c3e82fbbc24b248c8ea33ac91a4756/System.Data.dll"/>
    <ReferencePath Include="../../../../../../ref/bf3de35783c340e0954514eeb60b8a6d/System.Diagnostics.Contracts.dll"/>
    <ReferencePath Include="../../../../../../ref/a6967bc5abec46b79eb69e3f7fb0bb70/System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="../../../../../../ref/17d435aa0973475c9e8c93e18dd01ed6/System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="../../../../../../ref/556b760776dd48db88e5a793f4b19de6/System.Diagnostics.FileVersionInfo.dll"/>
    <ReferencePath Include="../../../../../../ref/a222d177bd354c16b67d741d48ff6888/System.Diagnostics.Process.dll"/>
    <ReferencePath Include="../../../../../../ref/5e21e8aad411455da904477733994993/System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="../../../../../../ref/9af4965976624e30a13db50d45b6b67b/System.Diagnostics.TextWriterTraceListener.dll"/>
    <ReferencePath Include="../../../../../../ref/c45e5bdaa9414937a213593193d50c35/System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="../../../../../../ref/a301dbf95f59486cb4f5dea193d69800/System.Diagnostics.TraceSource.dll"/>
    <ReferencePath Include="../../../../../../ref/bd17a7e231dd4d848c21ec5e88825f91/System.Diagnostics.Tracing.dll"/>
    <ReferencePath Include="../../../../../../ref/113a5434b28743cba059ce7a376eb123/System.dll"/>
    <ReferencePath Include="../../../../../../ref/d07c6884ff0a4968b2566328e7f993fd/System.Drawing.dll"/>
    <ReferencePath Include="../../../../../../ref/4779fb8224784452bb4ac760e5243b89/System.Drawing.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/f930290c83324c0382d15be957e78d46/System.Dynamic.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/1ffd2368abbe4e049c562da8524b04e4/System.Formats.Asn1.dll"/>
    <ReferencePath Include="../../../../../../ref/ecc60c65fbea4427bbc714431a566047/System.Formats.Tar.dll"/>
    <ReferencePath Include="../../../../../../ref/3b174486fc3048f4a1580ee9361328c2/System.Globalization.Calendars.dll"/>
    <ReferencePath Include="../../../../../../ref/e9532bdf7f9a43b9a226635ed05f238d/System.Globalization.dll"/>
    <ReferencePath Include="../../../../../../ref/8bbec2b44f2c43c8bbb8913450545852/System.Globalization.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/078ff66a8ef94ab591d502976fbec97e/System.IO.Compression.Brotli.dll"/>
    <ReferencePath Include="../../../../../../ref/e06ce9c36e08490999d94daec00f63d9/System.IO.Compression.dll"/>
    <ReferencePath Include="../../../../../../ref/ede723d7d287406eb720525268bcd125/System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="../../../../../../ref/66dd64357af9483d99a63a55746dda42/System.IO.Compression.ZipFile.dll"/>
    <ReferencePath Include="../../../../../../ref/9b66c83f7a3e43949531909ceb02fa26/System.IO.dll"/>
    <ReferencePath Include="../../../../../../ref/653e57a3924f4c2e82e7f3c311295f88/System.IO.FileSystem.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/59234a82d87a43b5a52d5a717959aaf0/System.IO.FileSystem.dll"/>
    <ReferencePath Include="../../../../../../ref/082533d141964ee8a0011661905a6882/System.IO.FileSystem.DriveInfo.dll"/>
    <ReferencePath Include="../../../../../../ref/14062820117f49198505c9ea7d0abcdb/System.IO.FileSystem.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/8d49df5bf39947a3b5d34d63b26f6ffb/System.IO.FileSystem.Watcher.dll"/>
    <ReferencePath Include="../../../../../../ref/c6a2e6e625024dd1b15bd41d9be2bcb0/System.IO.IsolatedStorage.dll"/>
    <ReferencePath Include="../../../../../../ref/dcff320b737c4ecc82adad397529e528/System.IO.MemoryMappedFiles.dll"/>
    <ReferencePath Include="../../../../../../ref/b4a908dd05f24d9d978736edcfbcf1be/System.IO.Pipelines.dll"/>
    <ReferencePath Include="../../../../../../ref/565e362e1a68431497af05133044b7a5/System.IO.Pipes.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/3c13a3b326ed4d2fa2a2b70ff2df80e3/System.IO.Pipes.dll"/>
    <ReferencePath Include="../../../../../../ref/ca2bc2838ad44e199db0f8ccd866c2f8/System.IO.UnmanagedMemoryStream.dll"/>
    <ReferencePath Include="../../../../../../ref/7ab0fbd3e3f5492d87648cf7910279ed/System.Linq.AsyncEnumerable.dll"/>
    <ReferencePath Include="../../../../../../ref/49f47f2f30ae416d926e708fb6748baf/System.Linq.dll"/>
    <ReferencePath Include="../../../../../../ref/57f9eebded9e470da60ac7e537b1ceba/System.Linq.Expressions.dll"/>
    <ReferencePath Include="../../../../../../ref/514911eb57e6486b830146241ee7c942/System.Linq.Parallel.dll"/>
    <ReferencePath Include="../../../../../../ref/a6c730070ada4efdb25693426b1e502e/System.Linq.Queryable.dll"/>
    <ReferencePath Include="../../../../../../ref/14c66c783be048ebaf2bf12abc59499f/System.Memory.dll"/>
    <ReferencePath Include="../../../../../../ref/869d26a8a7f042c1959c75214919e8af/System.Net.dll"/>
    <ReferencePath Include="../../../../../../ref/39a9abd4abde4508b9ccc2ed1d16322e/System.Net.Http.dll"/>
    <ReferencePath Include="../../../../../../ref/99e58c80110e4d2d863d5dd725b2e5c2/System.Net.Http.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/47c0aa82701547ad9545f43d48fd7c66/System.Net.HttpListener.dll"/>
    <ReferencePath Include="../../../../../../ref/68466f38f4ed47a0a7f7f5bed2b3d302/System.Net.Mail.dll"/>
    <ReferencePath Include="../../../../../../ref/10dd2e1effea4432baf1b987201eee24/System.Net.NameResolution.dll"/>
    <ReferencePath Include="../../../../../../ref/a86d20268be24a9e9adbb854d1c9315c/System.Net.NetworkInformation.dll"/>
    <ReferencePath Include="../../../../../../ref/fcf62d6007cb4ff98cc82dcd32c9513b/System.Net.Ping.dll"/>
    <ReferencePath Include="../../../../../../ref/04f3da02966c40eb8c507b5700930bbf/System.Net.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/e0b814fb76fd43c687e945eb9d70fe19/System.Net.Quic.dll"/>
    <ReferencePath Include="../../../../../../ref/bddc67c9cfab4aac80f41b3f9d1a360c/System.Net.Requests.dll"/>
    <ReferencePath Include="../../../../../../ref/d4d79b68ade2495c8b9532dd2421c594/System.Net.Security.dll"/>
    <ReferencePath Include="../../../../../../ref/68699840ba8e41728d70b34806b25a8d/System.Net.ServerSentEvents.dll"/>
    <ReferencePath Include="../../../../../../ref/d014f8f3519b481c87f864bfcea4d269/System.Net.ServicePoint.dll"/>
    <ReferencePath Include="../../../../../../ref/cd5016e15e9e44a89a9e0014600ba82f/System.Net.Sockets.dll"/>
    <ReferencePath Include="../../../../../../ref/8ff56e1582be4e5381f7533cd3a82dd0/System.Net.WebClient.dll"/>
    <ReferencePath Include="../../../../../../ref/8290cfda753a48189828786fa22c958d/System.Net.WebHeaderCollection.dll"/>
    <ReferencePath Include="../../../../../../ref/df71940649834b6ca8fcd4fff3d3d659/System.Net.WebProxy.dll"/>
    <ReferencePath Include="../../../../../../ref/85b68712346a47eab1a35a05695864a8/System.Net.WebSockets.Client.dll"/>
    <ReferencePath Include="../../../../../../ref/abb2a8dcacc741dd890afedefc13ab49/System.Net.WebSockets.dll"/>
    <ReferencePath Include="../../../../../../ref/b7cf7b8004b148039fb638770b4790ed/System.Numerics.dll"/>
    <ReferencePath Include="../../../../../../ref/cad71cdb63a94cf88eeef35eefcb73bb/System.Numerics.Vectors.dll"/>
    <ReferencePath Include="../../../../../../ref/9740a5e4b93b457d8596da90222c9ae4/System.ObjectModel.dll"/>
    <ReferencePath Include="../../../../../../ref/8e31a773f1034bd1ba5fa1832bfb10c8/System.Reflection.DispatchProxy.dll"/>
    <ReferencePath Include="../../../../../../ref/006f68ce438b453189c81e95c6dcf1aa/System.Reflection.dll"/>
    <ReferencePath Include="../../../../../../ref/4b41fc07596e4f6fa0f64d9d57624ccc/System.Reflection.Emit.dll"/>
    <ReferencePath Include="../../../../../../ref/7189893c6072495eaea3081ecc060799/System.Reflection.Emit.ILGeneration.dll"/>
    <ReferencePath Include="../../../../../../ref/6a8bbbf3b03d46b0a9fb72b14005a1e7/System.Reflection.Emit.Lightweight.dll"/>
    <ReferencePath Include="../../../../../../ref/3d346f6bc23f40168e8a36a2dc0a5c76/System.Reflection.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/218f636cf2b5418090862cea658fa1de/System.Reflection.Metadata.dll"/>
    <ReferencePath Include="../../../../../../ref/3416d343086f4614a5b42ba51aea7852/System.Reflection.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/4a4167439a4d4d20afc48bf5c93ba6c4/System.Reflection.TypeExtensions.dll"/>
    <ReferencePath Include="../../../../../../ref/7dff85cfdb3049388832b4d939fdaefe/System.Resources.Reader.dll"/>
    <ReferencePath Include="../../../../../../ref/a1f2bfc038204fe8bdce18a811a60998/System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="../../../../../../ref/51d9e266ff9d4b2197b316eef8bb7da7/System.Resources.Writer.dll"/>
    <ReferencePath Include="../../../../../../ref/93f1ecc109c04e9287ae41013018073c/System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="../../../../../../ref/40ea08dd47694d52ba2ab5658147bd63/System.Runtime.CompilerServices.VisualC.dll"/>
    <ReferencePath Include="../../../../../../ref/14466c5c1d5d4bd780ecf7dacd212b79/System.Runtime.dll"/>
    <ReferencePath Include="../../../../../../ref/c5badd43ea35462f9c19408a2b370986/System.Runtime.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/2238fd7e4d914e52b35449164d125dea/System.Runtime.Handles.dll"/>
    <ReferencePath Include="../../../../../../ref/3952df4d829f437b9621e95ddc6d72ac/System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="../../../../../../ref/fc81d0de19d240789912c58cdd9feadb/System.Runtime.InteropServices.JavaScript.dll"/>
    <ReferencePath Include="../../../../../../ref/367191433c0d4c1dbe2a50c883a6759e/System.Runtime.InteropServices.RuntimeInformation.dll"/>
    <ReferencePath Include="../../../../../../ref/ed085c178d494cdc99cd12016670e664/System.Runtime.Intrinsics.dll"/>
    <ReferencePath Include="../../../../../../ref/6ed64be34dee4165a8cb43f916106c21/System.Runtime.Loader.dll"/>
    <ReferencePath Include="../../../../../../ref/8caf5f9e5a144d76b2a02965cdd36b74/System.Runtime.Numerics.dll"/>
    <ReferencePath Include="../../../../../../ref/6d40e66551024ea8881e7f7af799bd45/System.Runtime.Serialization.dll"/>
    <ReferencePath Include="../../../../../../ref/4fb7b07db30742459c1bee6cc3879b94/System.Runtime.Serialization.Formatters.dll"/>
    <ReferencePath Include="../../../../../../ref/d83695ed4cd945f19ee6c35160ba8f4d/System.Runtime.Serialization.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/39a5db29547943e0b587ed65bb616eea/System.Runtime.Serialization.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/a68669ead3c249d08e95a7f0544ee079/System.Runtime.Serialization.Xml.dll"/>
    <ReferencePath Include="../../../../../../ref/df5937040ad34b38b528023f7bd4ab96/System.Security.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/2e4becb3bee04dcf961005bf0154f2a1/System.Security.Claims.dll"/>
    <ReferencePath Include="../../../../../../ref/45fdcfa8ff3a46b89ee6888a48c0801f/System.Security.Cryptography.Algorithms.dll"/>
    <ReferencePath Include="../../../../../../ref/518f3713297c41028ed7cf335e22bf6d/System.Security.Cryptography.Cng.dll"/>
    <ReferencePath Include="../../../../../../ref/9745bff4bae3465ba178a41690e90513/System.Security.Cryptography.Csp.dll"/>
    <ReferencePath Include="../../../../../../ref/3438e3d0bd0f4b588d36e75b470e6c95/System.Security.Cryptography.dll"/>
    <ReferencePath Include="../../../../../../ref/2888a4b0844646bcb32f4b1bd410acb5/System.Security.Cryptography.Encoding.dll"/>
    <ReferencePath Include="../../../../../../ref/909c4336238748eba16728cbb4dd9926/System.Security.Cryptography.OpenSsl.dll"/>
    <ReferencePath Include="../../../../../../ref/fc69c1a0ff6b44969b5ab6e441f094aa/System.Security.Cryptography.Primitives.dll"/>
    <ReferencePath Include="../../../../../../ref/7e76b65154d446d2a2cd99bcc9a6a10c/System.Security.Cryptography.X509Certificates.dll"/>
    <ReferencePath Include="../../../../../../ref/d187b18cf8be49daa04152969cc6a9a5/System.Security.dll"/>
    <ReferencePath Include="../../../../../../ref/6ca325a7b5b24a8682bbec0400f83709/System.Security.Principal.dll"/>
    <ReferencePath Include="../../../../../../ref/498d5516ef3140029a84af7099b97ab1/System.Security.Principal.Windows.dll"/>
    <ReferencePath Include="../../../../../../ref/a320e6b08010483daa9fe55886e74ef9/System.Security.SecureString.dll"/>
    <ReferencePath Include="../../../../../../ref/ed53c9f89a35497495bf2d9c5ad949c9/System.ServiceModel.Web.dll"/>
    <ReferencePath Include="../../../../../../ref/4d5cf617ada94e879b433d52e9100e24/System.ServiceProcess.dll"/>
    <ReferencePath Include="../../../../../../ref/f30546afd0014941ad5fdcba77cf0c5c/System.Text.Encoding.CodePages.dll"/>
    <ReferencePath Include="../../../../../../ref/0d00654e30424edd9eab7fcb5d3a3bcf/System.Text.Encoding.dll"/>
    <ReferencePath Include="../../../../../../ref/08a8ea1a0146419f976879d9ef31ab39/System.Text.Encoding.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/fc2405070401428b93614411d393db6d/System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="../../../../../../ref/589ae24a358b436d92ef9af1176cf674/System.Text.Json.dll"/>
    <ReferencePath Include="../../../../../../ref/b7f1c71c13e143acb29d8c01b99adb6b/System.Text.RegularExpressions.dll"/>
    <ReferencePath Include="../../../../../../ref/2419274e47dd46b7a724fc4ae5befcfb/System.Threading.AccessControl.dll"/>
    <ReferencePath Include="../../../../../../ref/3b741b83538842daa20ee12f8df83c57/System.Threading.Channels.dll"/>
    <ReferencePath Include="../../../../../../ref/ae02198c4e604c33ba7e35688f32c03b/System.Threading.dll"/>
    <ReferencePath Include="../../../../../../ref/ef004bf4f2cd40f189409ddd35a81700/System.Threading.Overlapped.dll"/>
    <ReferencePath Include="../../../../../../ref/a95e88cec91443a3aab3bed7fd81afdd/System.Threading.Tasks.Dataflow.dll"/>
    <ReferencePath Include="../../../../../../ref/454d5692512045b78aaa1bc8badde8bd/System.Threading.Tasks.dll"/>
    <ReferencePath Include="../../../../../../ref/4d3ebe100d204885b5f67727b8fba7a4/System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="../../../../../../ref/572f126f51f448179b8091e6e24ba688/System.Threading.Tasks.Parallel.dll"/>
    <ReferencePath Include="../../../../../../ref/cbc5e0cfa80343f8b41e5fe7177d6bb9/System.Threading.Thread.dll"/>
    <ReferencePath Include="../../../../../../ref/9cc735f407b1452881b2cef7c84576b2/System.Threading.ThreadPool.dll"/>
    <ReferencePath Include="../../../../../../ref/91d615bcfce1462b800c4458c795a5bc/System.Threading.Timer.dll"/>
    <ReferencePath Include="../../../../../../ref/a2b9b993008b434c9c36b83b5d7fe115/System.Transactions.dll"/>
    <ReferencePath Include="../../../../../../ref/ce9e327f796241afa883ed16a2feaab6/System.Transactions.Local.dll"/>
    <ReferencePath Include="../../../../../../ref/0ea77e17069d4889913813443669c972/System.ValueTuple.dll"/>
    <ReferencePath Include="../../../../../../ref/33d8c6d404ae4ac7b02a1db674dab993/System.Web.dll"/>
    <ReferencePath Include="../../../../../../ref/55e665576fe740eb9902d794bb65c44e/System.Web.HttpUtility.dll"/>
    <ReferencePath Include="../../../../../../ref/f058304ad2ed4ad298051674d3c964cc/System.Windows.dll"/>
    <ReferencePath Include="../../../../../../ref/6d8c42e7790c4850a864f28e074f2eed/System.Xml.dll"/>
    <ReferencePath Include="../../../../../../ref/701830a1ccd146798e190b2854aa0fc9/System.Xml.Linq.dll"/>
    <ReferencePath Include="../../../../../../ref/c5d4ecfac8c643f3aa747da85b89a5bf/System.Xml.ReaderWriter.dll"/>
    <ReferencePath Include="../../../../../../ref/ed38172244234adf910d289bcfd8e35e/System.Xml.Serialization.dll"/>
    <ReferencePath Include="../../../../../../ref/9c477328fcaf4eb78ef1c64b762d8f08/System.Xml.XDocument.dll"/>
    <ReferencePath Include="../../../../../../ref/30574bdfe66e469683348b0476befe68/System.Xml.XmlDocument.dll"/>
    <ReferencePath Include="../../../../../../ref/6cf89469819747d4804a1831c3d603c6/System.Xml.XmlSerializer.dll"/>
    <ReferencePath Include="../../../../../../ref/746424385ed7400597a85bd9b112ee62/System.Xml.XPath.dll"/>
    <ReferencePath Include="../../../../../../ref/cf1bc4a9e2aa4e7fa0f672627b3e5fe3/System.Xml.XPath.XDocument.dll"/>
    <ReferencePath Include="../../../../../../ref/61ff256d739d4b28bfd35ba39c62d75e/WindowsBase.dll"/>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="_generated/0/Syntax.xml.Main.Generated.cs"/>
    <Compile Include="_generated/1/Syntax.xml.Internal.Generated.cs"/>
    <Compile Include="_generated/2/Syntax.xml.Syntax.Generated.cs"/>
  </ItemGroup>
</Project>