6 references to Constructor
ILCompiler.TypeSystem (6)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\UnsafeAccessors.cs (6)
67
case UnsafeAccessorKind.
Constructor
:
207
if (kind is not UnsafeAccessorKind.
Constructor
)
293
if (context.Kind != UnsafeAccessorKind.
Constructor
)
339
if (context.Kind == UnsafeAccessorKind.
Constructor
)
376
TypeDesc declType = context.Kind == UnsafeAccessorKind.
Constructor
? declSig[i] : declSig[i + 1];
765
case UnsafeAccessorKind.
Constructor
: