1 write to _returnType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SignatureOnlyMethodSymbol.cs (1)
54
_returnType
= returnType;
2 references to _returnType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\SignatureOnlyMethodSymbol.cs (2)
73
public override bool ReturnsVoid { get { return
_returnType
.IsVoidType(); } }
77
public override TypeWithAnnotations ReturnTypeWithAnnotations { get { return
_returnType
; } }