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