2 references to IsExtensionMethod
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (2)
358
var isExtensionMethod =
IsExtensionMethod
(method);
694
Debug.Assert(
IsExtensionMethod
(methodDeclaration));