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