未验证 提交 c4aa5fe2 编写于 作者: C CyrusNajmabadi 提交者: GitHub

Update...

Update src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/NamingStyles/Serialization/SymbolSpecification.cs
上级 af28ba6a
......@@ -369,7 +369,7 @@ internal XElement CreateXElement()
MethodKind.HasValue ? new XElement(nameof(MethodKind), MethodKind) :
throw ExceptionUtilities.Unreachable;
public bool ShouldReuseInSerialization => throw new NotImplementedException();
public bool ShouldReuseInSerialization => false;
public void WriteTo(ObjectWriter writer)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册