10 references to Identifier
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Symbols.cs (1)
709SyntaxToken nameToken = argumentSyntax.Identifier;
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Syntax.xml.Main.Generated.cs (1)
1576=> node.Update((TypeSyntax?)Visit(node.Type) ?? throw new ArgumentNullException("type"), VisitToken(node.Identifier));
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Syntax.xml.Syntax.Generated.cs (2)
930if (type != this.Type || identifier != this.Identifier) 940public TupleElementSyntax WithType(TypeSyntax type) => Update(type, this.Identifier);
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\roslyn\src\Analyzers\CSharp\Analyzers\UseDeconstruction\CSharpUseDeconstructionDiagnosticAnalyzer.cs (1)
233if (element.Identifier.IsKind(SyntaxKind.None))
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseDeconstruction\CSharpUseDeconstructionCodeFixProvider.cs (1)
182SingleVariableDesignation(node.Identifier)));
Microsoft.CodeAnalysis.CSharp.Features (4)
SolutionExplorer\CSharpSolutionExplorerSymbolTreeItemProvider.cs (2)
527if (tupleElement.Identifier != default) 530builder.Append(tupleElement.Identifier.ValueText);
src\roslyn\src\Analyzers\CSharp\Analyzers\UseDeconstruction\CSharpUseDeconstructionDiagnosticAnalyzer.cs (1)
233if (element.Identifier.IsKind(SyntaxKind.None))
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseDeconstruction\CSharpUseDeconstructionCodeFixProvider.cs (1)
182SingleVariableDesignation(node.Identifier)));