CSharpContextLocations Class
Contains common context locations for a C# language.
public static class CSharpContextLocations
- Inheritance:
- object object
Properties
Attribute
The IDotNetContextLocation that represents an attribute specification.
Comment
The IDotNetContextLocation that represents a comment specification.
DocumentationComment
The IDotNetContextLocation that represents a documentation comment specification.
public static IDotNetContextLocation DocumentationComment { get; }
Property Value
ExpressionStart
The IDotNetContextLocation that represents an expression start specification.
ImplicitLocalVariableType
The IDotNetContextLocation that represents an implicit local variable type.
public static IDotNetContextLocation ImplicitLocalVariableType { get; }
Property Value
LiteralCharacter
The IDotNetContextLocation that represents a literal character specification.
public static IDotNetContextLocation LiteralCharacter { get; }
Property Value
LiteralString
The IDotNetContextLocation that represents a literal string specification.
LocalVariableType
The IDotNetContextLocation that represents a local variable type name specification.
public static IDotNetContextLocation LocalVariableType { get; }
Property Value
ObjectCreationExpressionMemberName
The IDotNetContextLocation that represents a member name target within an object creation expression.
public static IDotNetContextLocation ObjectCreationExpressionMemberName { get; }
Property Value
ObjectCreationExpressionType
The IDotNetContextLocation that represents a type name specification within an object creation expression.
public static IDotNetContextLocation ObjectCreationExpressionType { get; }
Property Value
PreprocessorDirective
The IDotNetContextLocation that represents a preprocessor directive specification.
public static IDotNetContextLocation PreprocessorDirective { get; }
Property Value
ReturnType
The IDotNetContextLocation that represents a return type name specification.
Type
The IDotNetContextLocation that represents a type name specification.
UsingDirectiveAliasedNamespaceOrType
The IDotNetContextLocation that represents an aliased namespace/type specification within a using directive.
public static IDotNetContextLocation UsingDirectiveAliasedNamespaceOrType { get; }
Property Value
UsingDirectiveNamespace
The IDotNetContextLocation that represents a namespace specification within a using directive.
public static IDotNetContextLocation UsingDirectiveNamespace { get; }