5 references to IsMethodGroup
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (2)
130
if (conversion.
IsMethodGroup
)
303
Debug.Assert(!conversion.
IsMethodGroup
);
Binder\Semantics\Conversions\Conversion.cs (1)
1010
/// Returns the method used to create the delegate for a method group conversion if <see cref="
IsMethodGroup
"/> is true
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
3578
if (conv.
IsMethodGroup
)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Compilation\GetSemanticInfoTests.cs (1)
751
Assert.True(conv.
IsMethodGroup
);