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