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)
73public override bool ReturnsVoid { get { return _returnType.IsVoidType(); } } 77public override TypeWithAnnotations ReturnTypeWithAnnotations { get { return _returnType; } }