/
githubmirror
/
roslyn
ОбзорДокументацияВойти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
roslyn/
.../Portable/Syntax/
..
InternalSyntax

Use dedicated type for union syntax. (#83808)

3 месяца назад
AliasedQualifiedNameSyntax.cs

generated move

6 лет назад
AnonymousFunctionExpressionSyntax.cs

Fix WithAsyncKeyword to not drop existing modifiers (#54240)

5 лет назад
AnonymousMethodExpressionSyntax.cs

Track nullability information in publicAPI files for C# compiler (#41000)

5 лет назад
ArgumentSyntax.cs

generated move

6 лет назад
ArrayRankSpecifierSyntax.cs

generated move

6 лет назад
AttributeSyntax.cs

generated move

6 лет назад
AttributeTargetSpecifierSyntax.cs

generated move

6 лет назад
BaseFieldDeclarationSyntax.cs

generated move

6 лет назад
BaseMethodDeclarationSyntax.cs

generated move

6 лет назад
BasePropertyDeclarationSyntax.cs

generated move

6 лет назад
BlockSyntax.cs

Fix for: "Information Loss" caused by use of default in SyntaxNode-Update methods #51997 (#52036)

5 лет назад
BreakStatementSyntax.cs

Add syntax and parsing support for labeled break/continue (#83197)

4 месяца назад
CSharpLineDirectiveMap.cs

Fix character offset off-by-one error in enhanced line directives (#70247)

3 года назад
CSharpPragmaWarningStateMap.cs

generated move

6 лет назад
CSharpSyntaxNode.cs

Keep parse options in the result of `SyntaxFactory.Parse*` methods (#78790)

год назад
CSharpSyntaxRewriter.cs

Merge remote-tracking branch 'dotnet/main' into rm-cast

3 года назад
CSharpSyntaxTree.DebuggerSyntaxTree.cs

Add ChecksumAlgorithm to project snapshot (#62840)

4 года назад
CSharpSyntaxTree.Dummy.cs

Add ChecksumAlgorithm to project snapshot (#62840)

4 года назад
CSharpSyntaxTree.LazySyntaxTree.cs

Unify handling of directive parsing accross multiple code paths (#63832)

4 года назад
CSharpSyntaxTree.ParsedSyntaxTree.cs

Unify handling of directive parsing accross multiple code paths (#63832)

4 года назад
CSharpSyntaxTree.cs

Switch diagnostic computation into a normal yield-based enumerator (#80384)

год назад
CSharpSyntaxVisitor.cs

generated move

6 лет назад
CSharpSyntaxWalker.cs

ChildSyntaxList.ItemInternal optimization (#73650)

2 года назад
CheckedStatementSyntax.cs

Fix for: "Information Loss" caused by use of default in SyntaxNode-Update methods #51997 (#52036)

5 лет назад
ClassDeclarationSyntax.cs

Parse parameter list on an interface in error recovery mode (#66940)

3 года назад
ClassOrStructConstraintSyntax.cs

generated move

6 лет назад
CompilationUnitSyntax.cs

Move SpecializedCollections to Microsoft.CodeAnalysis.Collections namespace (#78466)

год назад
ConstructorDeclarationSyntax.cs

IDE code generator service refactoring (#58244)

5 лет назад
ContinueStatementSyntax.cs

Add syntax and parsing support for labeled break/continue (#83197)

4 месяца назад
ConversionOperatorDeclarationSyntax.cs

Support parsing of checked user-defined operator declarations (#59504)

4 года назад
ConversionOperatorMemberCrefSyntax.cs

Support parsing of checked user-defined operator declarations (#59504)

4 года назад
CrefParameterSyntax.cs

Allow parsing `ref readonly` parameters in `cref` (#69104)

3 года назад
DeclarationStatementSyntax.cs

generated move

6 лет назад
DelegateDeclarationSyntax.cs

generated move

6 лет назад
DestructorDeclarationSyntax.cs

IDE code generator service refactoring (#58244)

5 лет назад
DirectiveTriviaSyntax.cs

Parse ignored directives (#77696)

год назад
DoStatementSyntax.cs

Fix for: "Information Loss" caused by use of default in SyntaxNode-Update methods #51997 (#52036)

5 лет назад
EmptyStatementSyntax.cs

Fix for: "Information Loss" caused by use of default in SyntaxNode-Update methods #51997 (#52036)

5 лет назад
EnumMemberDeclarationSyntax.cs

generated move

6 лет назад
EventDeclarationSyntax.cs

Fix for: "Information Loss" caused by use of default in SyntaxNode-Update methods #51997 (#52036)

5 лет назад
ExpressionStatementSyntax.cs

Fix for: "Information Loss" caused by use of default in SyntaxNode-Update methods #51997 (#52036)

5 лет назад
ExtensionBlockDeclarationSyntax.cs

Extensions: rename syntax node (#78625)

год назад
FixedStatementSyntax.cs

Fix for: "Information Loss" caused by use of default in SyntaxNode-Update methods #51997 (#52036)

5 лет назад
ForEachStatementSyntax.cs

Fix for: "Information Loss" caused by use of default in SyntaxNode-Update methods #51997 (#52036)

5 лет назад
ForEachVariableStatementSyntax.cs

Fix for: "Information Loss" caused by use of default in SyntaxNode-Update methods #51997 (#52036)

5 лет назад
ForStatementSyntax.cs

Fix nullable annotations

5 лет назад
GenericNameSyntax.cs

Append chars more efficiently when creating strings (#71812)

3 года назад
GlobalStatementSyntax.cs

generated move

6 лет назад
GotoStatementSyntax.cs

Fix for: "Information Loss" caused by use of default in SyntaxNode-Update methods #51997 (#52036)

5 лет назад
IdentifierNameSyntax.cs

generated move

6 лет назад
IfStatementSyntax.cs

Add nullable ref annotations to SyntaxFactory (#54199)

5 лет назад
IndexerDeclarationSyntax.cs

IDE code generator service refactoring (#58244)

5 лет назад
InterfaceDeclarationSyntax.cs

Parse parameter list on an interface in error recovery mode (#66940)

3 года назад
InterpolatedStringExpressionSyntax.cs

Add support for interpolations in raw string literals. (#57979)

5 лет назад
LabeledStatementSyntax.cs

Fix for: "Information Loss" caused by use of default in SyntaxNode-Update methods #51997 (#52036)

5 лет назад
LambdaExpressionSyntax.cs

Track nullability information in publicAPI files for C# compiler (#41000)

5 лет назад
LambdaUtilities.cs

Improve detection of code whose updates may not have effect (#78009)

год назад
LiteralExpressionSyntax.cs

Standardize references to the UTF-8 term in code and comments/documentation (#62074)

4 года назад
LocalDeclarationStatementSyntax.cs

Fix for: "Information Loss" caused by use of default in SyntaxNode-Update methods #51997 (#52036)

5 лет назад
LocalFunctionStatementSyntax.cs

IDE code generator service refactoring (#58244)

5 лет назад
LockStatementSyntax.cs

Fix for: "Information Loss" caused by use of default in SyntaxNode-Update methods #51997 (#52036)

5 лет назад
LookupPosition.cs

Support long chains of `else if` statements (#74317)

2 года назад
MethodDeclarationSyntax.cs

generated move

6 лет назад
NameColonSyntax.cs

Implement extended property patterns (#52139)

5 лет назад
NameSyntax.cs

generated move

6 лет назад
NamespaceDeclarationSyntax.cs

generated move

6 лет назад
NamespaceDeclarationSyntaxReference.cs

Draft implementation of file-scoped-namespaces (#48937)

5 лет назад
NullableContextStateMap.cs

Only run nullable analysis on methods defined in a nullable-enabled context (#49953)

6 лет назад
OperatorDeclarationSyntax.cs

Support parsing of checked user-defined operator declarations (#59504)

4 года назад
OperatorMemberCrefSyntax.cs

Support parsing of checked user-defined operator declarations (#59504)

4 года назад
ParameterDeclarationSyntax.cs

Extensions parsing (#76867)

2 года назад
ParameterListSyntax.cs

generated move

6 лет назад
ParameterSyntax.cs

Extensions: Close some tracked follow-ups (#80527)

10 месяцев назад
ParenthesizedLambdaExpressionSyntax.cs

Fix WithAsyncKeyword to not drop existing modifiers (#54240)

5 лет назад
PropertyDeclarationSyntax.cs

Add nullable ref annotations to SyntaxFactory (#54199)

5 лет назад
QualifiedNameSyntax.cs

generated move

6 лет назад
RecordDeclarationSyntax.cs

Support generating records in syntax generator (#67337)

3 года назад
RefTypeSyntax.cs

Remove support for 'ref scoped' (#62788)

4 года назад
ReturnStatementSyntax.cs

Add nullable ref annotations to SyntaxFactory (#54199)

5 лет назад
ShebangDirectiveTriviaSyntax.cs

Update ignored directives public API (#77968)

год назад
SimpleLambdaExpressionSyntax.cs

Extensions parsing (#76867)

2 года назад
SimpleNameSyntax.cs

generated move

6 лет назад
SimpleSyntaxReference.cs

generated move

6 лет назад
SkippedTokensTriviaSyntax.cs

generated move

6 лет назад
StackAllocArrayCreationExpressionSyntax.cs

Fix unused Update parameter (#56741)

5 лет назад
StructDeclarationSyntax.cs

Parse parameter list on an interface in error recovery mode (#66940)

3 года назад
StructuredTriviaSyntax.cs

generated move

6 лет назад
SubpatternSyntax.cs

Implement extended property patterns (#52139)

5 лет назад
SwitchStatementSyntax.cs

Fix for: "Information Loss" caused by use of default in SyntaxNode-Update methods #51997 (#52036)

5 лет назад
Syntax.xml

Merge remote-tracking branch 'upstream/main' into merge-main-into-labeled-break-and-continue-2

2 месяца назад
Syntax.xsd

Support kind-scoped experimental factory annotations

5 месяцев назад
SyntaxBindingUtilities.cs

EnC: Allow adding/removing await expressions and yield statements (#61356)

4 года назад
SyntaxEquivalence.cs

Change SyntaxEquivalence.AreEquivalent to use a more appropriate pooling mechanism for the stack it uses to walk trees. (#74610)

2 года назад
SyntaxExtensions.cs

Fix all IDE0240 (Nullable directive is redundant)

3 года назад
SyntaxFactory.cs

Use dedicated type for union syntax. (#83808)

3 месяца назад
SyntaxFacts.cs

Initialize 'Flags' and 'DeclarationModifiers' in constructor of SourceMemberMethodSymbol (#68347)

3 года назад
SyntaxKind.cs

Unsafe evolution: unsafe expressions (#84012)

2 месяца назад
SyntaxKindEqualityComparer.cs

generated move

6 лет назад
SyntaxKindExtensions.cs

generated move

6 лет назад
SyntaxKindFacts.cs

Unsafe evolution: unsafe expressions (#84012)

2 месяца назад
SyntaxNodeExtensions.cs

Unsafe evolution: unsafe expressions (#84012)

2 месяца назад
SyntaxNodeRemover.cs

Modify SyntaxNode trivia search/walk methods to utilize green node checks (#82893)

5 месяцев назад
SyntaxNormalizer.cs

NormalizeWhitespace on nullable suppression (#81731)

7 месяцев назад
SyntaxReplacer.cs

Improve documentation and error message for InsertTokensBefore/After and ReplaceToken methods (#80691)

9 месяцев назад
SyntaxTokenParser.cs

Mark SyntaxTokenParser as non-experimental (#79521)

год назад
SyntaxTreeDiagnosticEnumerator.cs

Final mop-up for the diagnostic offset fixing and cleaning pass.

10 месяцев назад
ThrowStatementSyntax.cs

Fix for: "Information Loss" caused by use of default in SyntaxNode-Update methods #51997 (#52036)

5 лет назад
TryStatementSyntax.cs

IDE code generator service refactoring (#58244)

5 лет назад
TypeDeclarationSyntax.cs

Use dedicated type for union syntax. (#83808)

3 месяца назад
TypeSyntax.cs

generated move

6 лет назад
UnsafeStatementSyntax.cs

Fix for: "Information Loss" caused by use of default in SyntaxNode-Update methods #51997 (#52036)

5 лет назад
UsingDirectiveSyntax.cs

Fixes SyntaxFactory.UsingDirective overload which always throws (#68762)

3 года назад
UsingStatementSyntax.cs

Fix null annotation of SyntaxFactory.UsingStatement (#51984)

5 лет назад
WhileStatementSyntax.cs

Fix for: "Information Loss" caused by use of default in SyntaxNode-Update methods #51997 (#52036)

5 лет назад
XmlNameAttributeElementKind.cs

generated move

6 лет назад
YieldStatementSyntax.cs

Fix for: "Information Loss" caused by use of default in SyntaxNode-Update methods #51997 (#52036)

5 лет назад