提交 90663670 编写于 作者: C Chris Sienkiewicz

Make disposemethod readonly

上级 031458b7
......@@ -30,7 +30,7 @@ internal sealed class ForEachEnumeratorInfo
public AwaitableInfo DisposeAwaitableInfo;
// When using pattern-based Dispose, this stores the method to invoke to Dispose
public MethodSymbol DisposeMethod;
public readonly MethodSymbol DisposeMethod;
// Conversions that will be required when the foreach is lowered.
public readonly Conversion CollectionConversion; //collection expression to collection type
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册