SyntaxFactory.IdentifierName Method

Definition

Overloads

IdentifierName(String)

Creates an IdentifierNameSyntax node.

IdentifierName(SyntaxToken)

Creates a new IdentifierNameSyntax instance.

IdentifierName(String)

Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs

Creates an IdentifierNameSyntax node.

public:
 static Microsoft::CodeAnalysis::CSharp::Syntax::IdentifierNameSyntax ^ IdentifierName(System::String ^ name);
public static Microsoft.CodeAnalysis.CSharp.Syntax.IdentifierNameSyntax IdentifierName (string name);
static member IdentifierName : string -> Microsoft.CodeAnalysis.CSharp.Syntax.IdentifierNameSyntax
Public Shared Function IdentifierName (name As String) As IdentifierNameSyntax

Parameters

name
String

The identifier name.

Returns

Applies to

IdentifierName(SyntaxToken)

Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs

Creates a new IdentifierNameSyntax instance.

public:
 static Microsoft::CodeAnalysis::CSharp::Syntax::IdentifierNameSyntax ^ IdentifierName(Microsoft::CodeAnalysis::SyntaxToken identifier);
public static Microsoft.CodeAnalysis.CSharp.Syntax.IdentifierNameSyntax IdentifierName (Microsoft.CodeAnalysis.SyntaxToken identifier);
static member IdentifierName : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.IdentifierNameSyntax
Public Shared Function IdentifierName (identifier As SyntaxToken) As IdentifierNameSyntax

Parameters

identifier
SyntaxToken

Returns

Applies to