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