提交 dc09ddbd 编写于 作者: C CyrusNajmabadi

Use patterns in more places.

上级 b0de8b8a
......@@ -599,9 +599,8 @@ private ICodeGenerationService GetCodeGenerationService()
{
if (symbol != null && !symbol.IsStatic && parameterType.Language == symbol.Language)
{
if (symbol is IFieldSymbol)
if (symbol is IFieldSymbol field)
{
var field = (IFieldSymbol)symbol;
return
!field.IsReadOnly &&
_service.IsConversionImplicit(_document.SemanticModel.Compilation, parameterType, field.Type);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册