2 overrides of FunctionId
Microsoft.CodeAnalysis.EditorFeatures (2)
GoToBase\GoToBaseCommandHandler.cs (1)
49
protected override FunctionId
FunctionId
=> FunctionId.CommandHandler_GoToBase;
GoToImplementation\GoToImplementationCommandHandler.cs (1)
49
protected override FunctionId
FunctionId
=> FunctionId.CommandHandler_GoToImplementation;
1 reference to FunctionId
Microsoft.CodeAnalysis.EditorFeatures (1)
GoToDefinition\AbstractGoToCommandHandler`2.cs (1)
256
using (Logger.LogBlock(
FunctionId
, KeyValueLogMessage.Create(LogType.UserAction), cancellationToken))