1 instantiation of MethodGroupType
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\MethodGroupType.cs (1)
13
public static readonly MethodGroupType Instance = new
MethodGroupType
();
7 references to MethodGroupType
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversions.cs (1)
186
Debug.Assert(!(typeArr is
MethodGroupType
));
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (2)
105
if (_typeSrc == null || _typeDest == null || _typeDest is
MethodGroupType
)
299
Debug.Assert(!(typeArr is
MethodGroupType
));
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
82
if (_typeSrc == null || _typeDest == null || _typeDest is
MethodGroupType
)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (1)
244
!(pType is NullType) && !(pType is VoidType) && !(pType is
MethodGroupType
);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MemberGroup.cs (1)
12
: base(ExpressionKind.MemberGroup,
MethodGroupType
.Instance)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\MethodGroupType.cs (1)
13
public static readonly
MethodGroupType
Instance = new MethodGroupType();