2 references to TryGetConstructorHandle
System.Reflection.Emit (2)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
433WriteOrReserveToken(_moduleBuilder.TryGetConstructorHandle(con), con);
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
1149public override int GetMethodMetadataToken(ConstructorInfo constructor) => GetTokenForHandle(TryGetConstructorHandle(constructor));