10 references to SignatureTypeInfo
Microsoft.Diagnostics.DataContractReader.Contracts (10)
Contracts\CallingConvention\CdacTypeHandle.cs (1)
32: new SignatureTypeInfo(
Contracts\CallingConvention\SignatureTypeInfoProvider.cs (9)
41=> new(CorElementType.FnPtr, _rts.GetPrimitiveType(CorElementType.I)); 60return new SignatureTypeInfo( 71return new SignatureTypeInfo(CorElementType.MVar, exactTypeHandle: null); 91return new SignatureTypeInfo(CorElementType.Var, exactTypeHandle: null); 109return new SignatureTypeInfo(elementType, _rts.GetPrimitiveType(elementType)); 147? new SignatureTypeInfo(CorElementType.Internal, exactTypeHandle: null) 166return new SignatureTypeInfo( 181return new SignatureTypeInfo(constructedElementType, exactType); 203return new SignatureTypeInfo(elementType, exactType);