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