2 references to MethodDisplayFormat
Microsoft.CodeAnalysis.Features (2)
CodeLens\CodeLensReferencesService.cs (2)
382
var fullName = GetEnclosingMethod(semanticModel, commonLocation, cancellationToken)?.ToDisplayString(
MethodDisplayFormat
);
416
var parts = declaredSymbol.ToDisplayParts(
MethodDisplayFormat
);