4 references to NameMatches
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\MethodHandlerDetails.cs (4)
138return NameMatches(methodInfo, HandleRequestName, HandleRequestSuffix) 142return NameMatches(methodInfo, HandleRequestName, HandleNotificationSuffix) 146return NameMatches(methodInfo, HandleNotificationName, HandleNotificationSuffix) 150return NameMatches(methodInfo, HandleNotificationName, HandleNotificationSuffix)