1 write to _typeSyntax
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceLocalSymbol.cs (1)
59
this.
_typeSyntax
= typeSyntax;
4 references to _typeSyntax
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceLocalSymbol.cs (4)
313
if (
_typeSyntax
== null)
319
TypeSyntax typeSyntax =
_typeSyntax
.SkipScoped(out _).SkipRef();
348
if (
_typeSyntax
== null) // In recursive patterns the type may be omitted.
355
declType = typeBinder.BindTypeOrVarKeyword(
_typeSyntax
.SkipScoped(out _).SkipRef(), diagnostics, out isVar);