Interface ILocalReferenceOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface ILocalReferenceOperation : IOperation
Properties
IsDeclaration
Declaration
bool IsDeclaration { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Local
Declaration
ILocalSymbol Local { get; }
Property Value
| Type | Description |
|---|---|
| ILocalSymbol |