2 references to PT_FUNC
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
375
AggregateType delegateType = SymbolLoader.GetPredefindType(PredefinedType.
PT_FUNC
);
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (1)
176
new PredefinedTypeInfo(PredefinedType.
PT_FUNC
, typeof(Func<>), "System.Func`1")