2 references to IsDebuggerDisplayMethod
Microsoft.CodeAnalysis.Features (2)
AddDebuggerDisplay\AbstractAddDebuggerDisplayCodeRefactoringProvider.cs (2)
85var isDebuggerDisplayMethod = IsDebuggerDisplayMethod(methodSymbol); 160if (!typeSymbol.GetMembers().OfType<IMethodSymbol>().Any(IsDebuggerDisplayMethod))