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