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