10 overrides of IdentifierToken
Microsoft.CodeAnalysis.CSharp (6)
CodeGen\Optimizer.cs (1)
2248
internal override SyntaxToken
IdentifierToken
FlowAnalysis\NullableWalker.PlaceholderLocal.cs (1)
54
internal override SyntaxToken
IdentifierToken
=> throw ExceptionUtilities.Unreachable();
Symbols\Source\SourceLocalSymbol.cs (1)
279
internal override SyntaxToken
IdentifierToken
Symbols\Synthesized\SynthesizedLocal.cs (1)
123
internal sealed override SyntaxToken
IdentifierToken
Symbols\Synthesized\TypeSubstitutedLocalSymbol.cs (1)
82
internal override SyntaxToken
IdentifierToken
Symbols\UpdatedContainingSymbolLocal.cs (1)
88
internal override SyntaxToken
IdentifierToken
=> _underlyingLocal.IdentifierToken;
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (4)
Symbols\EEDisplayClassFieldLocalSymbol.cs (1)
45
internal override SyntaxToken
IdentifierToken
Symbols\EELocalConstantSymbol.cs (1)
57
internal override SyntaxToken
IdentifierToken
Symbols\EELocalSymbol.cs (1)
99
internal override SyntaxToken
IdentifierToken
Symbols\PlaceholderLocalSymbol.cs (1)
89
internal override SyntaxToken
IdentifierToken
4 references to IdentifierToken
Microsoft.CodeAnalysis.CSharp (4)
Binder\LocalScopeBinder.cs (2)
340
if (result.
IdentifierToken
== nameToken) return (SourceLocalSymbol)result;
345
if (local.
IdentifierToken
== nameToken)
Compilation\MemberSemanticModel.cs (1)
688
if (local.
IdentifierToken
== declaredIdentifier)
Symbols\Synthesized\TypeSubstitutedLocalSymbol.cs (1)
84
get { return _originalVariable.
IdentifierToken
; }