4 writes to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourcePropertyAccessorSymbol.cs (4)
292
_lazyReturnType
= ComputeReturnType(diagnostics);
300
CustomModifierUtils.CopyMethodCustomModifiers(implementedMethod, this, out
_lazyReturnType
,
311
CustomModifierUtils.CopyMethodCustomModifiers(overriddenMethod, this, out
_lazyReturnType
,
320
_lazyReturnType
= _lazyReturnType.WithTypeAndModifiers(
4 references to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourcePropertyAccessorSymbol.cs (4)
316
else if (!
_lazyReturnType
.IsVoidType())
320
_lazyReturnType =
_lazyReturnType
.WithTypeAndModifiers(
321
CustomModifierUtils.CopyTypeCustomModifiers(type.Type,
_lazyReturnType
.Type, this.ContainingAssembly),
378
return
_lazyReturnType
;