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