Home
last modified time | relevance | path

Searched refs:IsRefType (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/p5-Declare-Constraints-Simple/Declare-Constraints-Simple-0.03/t/
H A D04-constraints-reference.t14 [IsRefType(qw(CODE ARRAY)), [], 1, 'IsRefType array true'],
15 [IsRefType(qw(CODE ARRAY)), sub {}, 1, 'IsRefType code true'],
16 [IsRefType(qw(CODE HASH)), [], 0, 'IsRefType array false'],
17 [IsRefType(qw(CODE ARRAY)), "foo", 0, 'IsRefType no ref'],
18 [IsRefType(qw(CODE ARRAY)), undef, 0, 'IsRefType undef'],
19 [IsRefType(qw(Regexp)), qr/x/, 1, 'IsRefType regex true'],
20 [IsRefType(qw(Foo)), bless({}, 'Foo'), 1, 'IsRefType blessed'],
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/
H A DConversions.cs29 … return typeSrc.IsRefType() && loader.HasIdentityOrImplicitReferenceConversion(typeSrc, typeDst); in FImpRefConv()
80 if (typeSrc.IsRefType() && typeDst.IsRefType()) in FExpRefConv()
200 else if (typeSrc.IsRefType()) in FExpRefConv()
206 else if (typeDst.IsRefType()) in FExpRefConv()
271 if (!pSourceArg.IsRefType() || !pTargetArg.IsRefType()) in HasGenericDelegateExplicitReferenceConversion()
H A DMethodTypeInferrer.cs1027 if (pElementSource.IsRefType()) in LowerBoundArrayInference()
1244 if (pSourceArg.IsRefType() && pTypeParam.Covariant) in LowerBoundTypeArgumentInference()
1248 else if (pSourceArg.IsRefType() && pTypeParam.Contravariant) in LowerBoundTypeArgumentInference()
1368 if (pElementSource.IsRefType()) in UpperBoundArrayInference()
1541 if (pSourceArg.IsRefType() && pTypeParam.Covariant) in UpperBoundTypeArgumentInference()
1545 else if (pSourceArg.IsRefType() && pTypeParam.Contravariant) in UpperBoundTypeArgumentInference()
H A DTypeBind.cs150 if (var.HasRefConstraint() && !arg.IsRefType()) in CheckSingleConstraint()
208 if (arg.IsRefType()) in CheckSingleConstraint()
H A DGroupToArgsBinder.cs563 else if ((pParamType.IsRefType() || pParamType is NullableType) && cv.IsNullRef) in GenerateOptionalArgument()
H A DConversion.cs607 bool fDstHasNull = fLiftDst || typeDst.IsRefType() || typeDst is PointerType; in bindUserDefinedConversion()
H A DExpressionBinder.cs1146 typeObj.isStructType() && swt.GetType().IsRefType() && swt.Sym.IsVirtual())) in AdjustMemberObject()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/Structures/
H A DTypeRestriction.cs100 if (Helper.IsRefType(this.RestrictedMemberSlot.MemberPath.EdmType)) in AsEsql()
136 if (Helper.IsRefType(this.RestrictedMemberSlot.MemberPath.EdmType)) in AsCqt()
160 if (Helper.IsRefType(RestrictedMemberSlot.MemberPath.EdmType)) in AsUserString()
H A DDomain.cs156 …ssert(Helper.IsEntityType(type) || Helper.IsComplexType(type) || Helper.IsRefType(type) || Helper.… in DeriveDomainFromType()
159 if (Helper.IsRefType(type)) in DeriveDomainFromType()
H A DMemberPath.cs478 if (Helper.IsRefType(prevType)) in AsCql()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Metadata/
H A DTypeSemantics.cs160 else if (Helper.IsRefType(fromType.EdmType) && Helper.IsRefType(toType.EdmType)) in IsPromotableTo()
184 if (Helper.IsCollectionType(t.EdmType) || Helper.IsRefType(t.EdmType)) in FlattenType()
559 return Helper.IsRefType(type.EdmType); in IsReferenceType()
828 else if (Helper.IsRefType(edmType1) && Helper.IsRefType(edmType2)) in TryGetCommonType()
999 …if (Helper.IsPrimitiveType(edmType) || Helper.IsRefType(edmType) || Helper.IsEntityType(edmType) |… in IsEqualComparable()
H A DHelper.cs256 internal static bool IsRefType(GlobalItem item) in IsRefType() method in System.Data.Metadata.Edm.Helper
305 Helper.IsRefType(edmType) || in IsTransientType()
H A DConverter.cs885 somReturnType.IsRefType /*isRefType*/, in ConvertToFunction()
974 somParameter.IsRefType, in ConvertToFunction()
H A DTypeHelpers.cs134 Helper.IsRefType(typeUsage.EdmType) ) in IsSetComparableOpType()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/Symbols/
H A DSymbolLoader.cs265 if (pSource.IsRefType() && pDest.isPredefType(PredefinedType.PT_OBJECT)) in HasImplicitReferenceConversion()
378 return pDest.IsRefType() || pDest is NullableType; in HasImplicitReferenceConversion()
505 if (!pDest.IsRefType()) in HasImplicitBoxingConversion()
H A DAggregateSymbol.cs173 public bool IsRefType() in IsRefType() method in Microsoft.CSharp.RuntimeBinder.Semantics.AggregateSymbol
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/Types/
H A DType.cs480 public bool IsRefType() in IsRefType() method in Microsoft.CSharp.RuntimeBinder.Semantics.CType
490 return ((AggregateType)this).getAggregate().IsRefType(); in IsRefType()
H A DTypeManager.cs887 if (!typeArgs[i].IsRefType() || !((TypeParameterType)typeParams[i]).Covariant) in TryVarianceAdjustmentToGetAccessibleType()
936 if (!elementType.IsRefType()) in TryArrayVarianceAdjustmentToGetAccessibleType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/EntityModel/SchemaObjectModel/
H A DFunctionImportElement.cs159 if (p.IsRefType || p.CollectionKind != Metadata.Edm.CollectionKind.None) in Validate()
H A DReturnType.cs45 internal bool IsRefType property in System.Data.EntityModel.SchemaObjectModel.ReturnType
H A DParameter.cs70 internal bool IsRefType property in System.Data.EntityModel.SchemaObjectModel.Parameter
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/Utils/
H A DMetadataHelper.cs358 if (Helper.IsRefType(type)) in GetTypeAndSubtypesOf()
409 if (Helper.IsRefType(type)) in GetTypeAndParentTypesOf()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/
H A DDefaultObjectMappingItemCollection.cs313 else if (Helper.IsRefType(cdmType)) in ConvertCSpaceToOSpaceType()
352 else if (Helper.IsRefType(clrType)) in ConvertOSpaceToCSpaceType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Metadata/Edm/
H A DTypeUsage.cs430 else if (Helper.IsRefType(edmType)) in GetModelTypeUsage()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/QueryRewriting/
H A DQueryRewriter.cs214 Debug.Assert(!Helper.IsRefType(_generatedType)); in GetDomain()
315 Debug.Assert(!Helper.IsRefType(_generatedType)); in GetDomainQuery()

12