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