Home
last modified time | relevance | path

Searched refs:PT_G_ILIST (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/
H A DConversions.cs146 AggregateSymbol aggIList = loader.GetPredefAgg(PredefinedType.PT_G_ILIST); in FExpRefConv()
178 AggregateSymbol aggIList = loader.GetPredefAgg(PredefinedType.PT_G_ILIST); in FExpRefConv()
H A DExplicitConversion.cs241 … AggregateSymbol aggIList = GetSymbolLoader().GetPredefAgg(PredefinedType.PT_G_ILIST); in bindExplicitConversionFromArrayToIList()
282 … AggregateSymbol aggIList = GetSymbolLoader().GetPredefAgg(PredefinedType.PT_G_ILIST); in bindExplicitConversionFromIListToArray()
H A DMethodTypeInferrer.cs1011 pDest.isPredefType(PredefinedType.PT_G_ILIST) || in LowerBoundArrayInference()
1352 pSource.isPredefType(PredefinedType.PT_G_ILIST) || in UpperBoundArrayInference()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Syntax/
H A DPredefinedType.cs58 PT_G_ILIST, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/Types/
H A DPredefinedTypes.cs194 …new PredefinedTypeInfo(PredefinedType.PT_G_ILIST, typeof(IList<>), "System.Collections.Generic.ILi…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/Symbols/
H A DSymbolLoader.cs241 if (!aggDest.isPredefAgg(PredefinedType.PT_G_ILIST) && in HasArrayConversionToInterface()