1 write to ExactTypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CallingConvention\SignatureTypeInfo.cs (1)
18ExactTypeHandle = exactTypeHandle;
12 references to ExactTypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (12)
Contracts\CallingConvention\CallingConvention_1.cs (4)
287ITypeHandle? probe = typeInfo.ExactTypeHandle ?? typeInfo.GenericTypeDefinition; 483if (arg.TypeInfo.ExactTypeHandle is ITypeHandle typeHandle && rts.ContainsGCPointers(typeHandle)) 645ITypeHandle? layoutType = byRefLikeType.ExactTypeHandle ?? byRefLikeType.GenericTypeDefinition; 696nestedType.ExactTypeHandle ?? nestedType.GenericTypeDefinition;
Contracts\CallingConvention\CdacTypeHandle.cs (1)
45private CdacITypeHandle? ExactTypeHandle => _typeInfo.ExactTypeHandle;
Contracts\CallingConvention\SignatureTypeInfoProvider.cs (7)
48if (genericType.ExactTypeHandle is not null) 51.Select(static typeArgument => typeArgument.ExactTypeHandle) 54genericType.ExactTypeHandle, 63genericType.ExactTypeHandle ?? genericType.GenericTypeDefinition, 85if (context.OwningType.ExactTypeHandle is ITypeHandle exactOwningType) 178ITypeHandle? exactType = elementType.ExactTypeHandle is null 180: _rts.GetConstructedType(elementType.ExactTypeHandle, constructedElementType, rank, []);