4 writes to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourcePropertyAccessorSymbol.cs (4)
295
_lazyReturnType
= ComputeReturnType(diagnostics);
303
CustomModifierUtils.CopyMethodCustomModifiers(implementedMethod, this, out
_lazyReturnType
,
314
CustomModifierUtils.CopyMethodCustomModifiers(overriddenMethod, this, out
_lazyReturnType
,
323
_lazyReturnType
= _lazyReturnType.WithTypeAndModifiers(
4 references to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourcePropertyAccessorSymbol.cs (4)
319
else if (!
_lazyReturnType
.IsVoidType())
323
_lazyReturnType =
_lazyReturnType
.WithTypeAndModifiers(
324
CustomModifierUtils.CopyTypeCustomModifiers(type.Type,
_lazyReturnType
.Type, this.ContainingAssembly),
381
return
_lazyReturnType
;