1 write to _declarationKind
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\EELocalSymbol.cs (1)
65
_declarationKind
= declarationKind;
2 references to _declarationKind
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (2)
Symbols\EELocalSymbol.cs (2)
76
return new EELocalSymbol(method, _locations, _nameOpt, _ordinal,
_declarationKind
, type, _refKind, _isPinned, _isCompilerGenerated, _canScheduleToStack);
81
get { return
_declarationKind
; }