2 implementations of GetDeclaratorSyntax
Microsoft.CodeAnalysis.CSharp (1)
Symbols\LocalSymbol.cs (1)
401
SyntaxNode ILocalSymbolInternal.
GetDeclaratorSyntax
()
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\LocalSymbol.vb (1)
471
Private Function
ILocalSymbolInternal_GetDeclaratorSyntax
() As SyntaxNode Implements ILocalSymbolInternal.GetDeclaratorSyntax
3 references to GetDeclaratorSyntax
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
162
if (!TryGetPreviousLocalId(currentLocalSymbol.
GetDeclaratorSyntax
(), id, out LocalDebugId previousId))
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\EmitStatement.cs (1)
1844
var syntax = local.
GetDeclaratorSyntax
();
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\LocalSymbol.vb (1)
471
Private Function ILocalSymbolInternal_GetDeclaratorSyntax() As SyntaxNode Implements ILocalSymbolInternal.
GetDeclaratorSyntax