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