4 writes to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourcePropertyAccessorSymbol.cs (4)
264
_lazyReturnType
= ComputeReturnType(diagnostics);
272
CustomModifierUtils.CopyMethodCustomModifiers(implementedMethod, this, out
_lazyReturnType
,
283
CustomModifierUtils.CopyMethodCustomModifiers(overriddenMethod, this, out
_lazyReturnType
,
292
_lazyReturnType
= _lazyReturnType.WithTypeAndModifiers(
4 references to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourcePropertyAccessorSymbol.cs (4)
288
else if (!
_lazyReturnType
.IsVoidType())
292
_lazyReturnType =
_lazyReturnType
.WithTypeAndModifiers(
293
CustomModifierUtils.CopyTypeCustomModifiers(type.Type,
_lazyReturnType
.Type, this.ContainingAssembly),
350
return
_lazyReturnType
;