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