35 references to PrimaryConstructorBaseType
Microsoft.CodeAnalysis.CSharp (11)
Binder\ExpressionVariableFinder.cs (1)
52case SyntaxKind.PrimaryConstructorBaseType:
Compilation\MemberSemanticModel.cs (2)
311else if (kind == SyntaxKind.ThisConstructorInitializer || kind == SyntaxKind.BaseConstructorInitializer || kind == SyntaxKind.PrimaryConstructorBaseType) 1540case SyntaxKind.PrimaryConstructorBaseType:
Compilation\MethodBodySemanticModel.cs (1)
88case SyntaxKind.PrimaryConstructorBaseType:
Symbols\Source\SourceLocalSymbol.cs (3)
170nodeToBind.Kind() == SyntaxKind.PrimaryConstructorBaseType || // initializer for a record constructor 728nodeToBind.Kind() == SyntaxKind.PrimaryConstructorBaseType || // initializer for a record constructor 756case SyntaxKind.PrimaryConstructorBaseType:
Syntax\SyntaxExtensions.cs (1)
251case SyntaxKind.PrimaryConstructorBaseType:
Syntax\SyntaxFacts.cs (2)
196case PrimaryConstructorBaseType: 333case PrimaryConstructorBaseType:
Syntax\SyntaxNodeExtensions.cs (1)
100case SyntaxKind.PrimaryConstructorBaseType:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (10)
Semantics\PrimaryConstructorTests.cs (5)
3173context.RegisterSyntaxNodeAction(Handle5, SyntaxKind.PrimaryConstructorBaseType); 3768Assert.Equal(SyntaxKind.PrimaryConstructorBaseType, context.Operation.Syntax.Kind()); 4443context.RegisterSyntaxNodeAction(Handle5, SyntaxKind.PrimaryConstructorBaseType); 4679context.RegisterSyntaxNodeAction(Fail, SyntaxKind.PrimaryConstructorBaseType); 5399context.RegisterSyntaxNodeAction(Fail, SyntaxKind.PrimaryConstructorBaseType);
Semantics\RecordStructTests.cs (2)
5929context.RegisterSyntaxNodeAction(Fail, SyntaxKind.PrimaryConstructorBaseType); 6676context.RegisterSyntaxNodeAction(Fail, SyntaxKind.PrimaryConstructorBaseType);
Semantics\RecordTests.cs (3)
26211context.RegisterSyntaxNodeAction(Handle5, SyntaxKind.PrimaryConstructorBaseType); 26829Assert.Equal(SyntaxKind.PrimaryConstructorBaseType, context.Operation.Syntax.Kind()); 27504context.RegisterSyntaxNodeAction(Handle5, SyntaxKind.PrimaryConstructorBaseType);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (14)
Parsing\DeclarationParsingTests.cs (9)
10709N(SyntaxKind.PrimaryConstructorBaseType); 10753N(SyntaxKind.PrimaryConstructorBaseType); 10863N(SyntaxKind.PrimaryConstructorBaseType); 10912N(SyntaxKind.PrimaryConstructorBaseType); 10954N(SyntaxKind.PrimaryConstructorBaseType); 11006N(SyntaxKind.PrimaryConstructorBaseType); 11063N(SyntaxKind.PrimaryConstructorBaseType); 11118N(SyntaxKind.PrimaryConstructorBaseType); 11183N(SyntaxKind.PrimaryConstructorBaseType);
Parsing\RecordParsing.cs (5)
2142N(SyntaxKind.PrimaryConstructorBaseType); 2227N(withBaseArguments ? SyntaxKind.PrimaryConstructorBaseType : SyntaxKind.SimpleBaseType); 2470N(SyntaxKind.PrimaryConstructorBaseType); 3915N(SyntaxKind.PrimaryConstructorBaseType); 3971N(SyntaxKind.PrimaryConstructorBaseType);