4 references to GetSyntax
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourcePropertyAccessorSymbol.cs (4)
387
var type = TypeWithAnnotations.Create(binder.GetSpecialType(SpecialType.System_Void, diagnostics, this.
GetSyntax
()));
405
var syntax = this.
GetSyntax
();
657
var syntax = this.
GetSyntax
();
730
switch (
GetSyntax
().Kind())