1 write to DelegateType
ILCompiler.Compiler (1)
parent\parent\Common\TypeSystem\Interop\InteropStateManager.cs (1)
331
DelegateType
= type;
3 references to DelegateType
ILCompiler.Compiler (3)
parent\parent\Common\TypeSystem\Interop\InteropStateManager.cs (3)
339
return key.
DelegateType
.GetHashCode() ^ (int)key.Kind;
349
return ReferenceEquals(key.
DelegateType
, value.DelegateType) &&
361
return new DelegateMarshallingMethodThunk(key.
DelegateType
, _owningType,