提交 223a2fce 编写于 作者: F Fred Kleuver 提交者: Neal Gafter

Fix typo in EmitStreamSignKind (#36895)

上级 37eb1d4a
......@@ -23,7 +23,7 @@ internal enum EmitStreamSignKind
/// This form of signing occurs in memory using the <see cref="PEBuilder"/> APIs. This is the default
/// form of signing and will be used when a strong name key is provided in a file on disk.
/// </summary>
SignedWithBulider,
SignedWithBuilder,
/// <summary>
/// This form of signing occurs using the <see cref="IClrStrongName"/> COM APIs. This form of signing
......
......@@ -2727,7 +2727,7 @@ internal void EnsureAnonymousTypeTemplates(CancellationToken cancellationToken)
try
{
var signKind = IsRealSigned
? (SignUsingBuilder ? EmitStreamSignKind.SignedWithBulider : EmitStreamSignKind.SignedWithFile)
? (SignUsingBuilder ? EmitStreamSignKind.SignedWithBuilder : EmitStreamSignKind.SignedWithFile)
: EmitStreamSignKind.None;
emitPeStream = new EmitStream(peStreamProvider, signKind, Options.StrongNameProvider);
emitMetadataStream = metadataPEStreamProvider == null
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册