4 references to ILStubType
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\RuntimeTypeSystem_1.cs (4)
412
public
ILStubType
ILStubType => (
ILStubType
)(ExtendedFlags & DynamicMethodDescExtendedFlags.ILStubTypeMask);
413
public bool IsCLRToCOMStub => ILStubType ==
ILStubType
.StubCLRToCOMInterop;
414
public bool IsPInvokeVarArgStub => ILStubType ==
ILStubType
.StubPInvokeVarArg;