9 references to GetSyntax
Microsoft.CodeAnalysis.CSharp (9)
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
1255primaryConstructor.GetSyntax() == memberSyntax)
Binder\BinderFactory.cs (1)
157var typeDecl = constructor.GetSyntax();
Compilation\CSharpSemanticModel.cs (1)
5233&& primaryConstructor.GetSyntax() == node)
Compilation\MethodBodySemanticModel.cs (1)
260primaryCtor.GetSyntax() is TypeDeclarationSyntax typeDecl)
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (5)
80return GetSyntax().ParameterList!; 85return GetSyntax().PrimaryConstructorBaseTypeIfClass; 105TypeDeclarationSyntax typeDecl = GetSyntax(); 173GetSyntax().AttributeLists.Contains(attributeDeclarationSyntax)) 197TryGetBodyBinder().BindConstructorInitializer(GetSyntax().PrimaryConstructorBaseTypeIfClass, BindingDiagnosticBag.Discarded);