4 writes to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourcePropertyAccessorSymbol.cs (4)
255
_lazyReturnType
= ComputeReturnType(diagnostics);
263
CustomModifierUtils.CopyMethodCustomModifiers(implementedMethod, this, out
_lazyReturnType
,
274
CustomModifierUtils.CopyMethodCustomModifiers(overriddenMethod, this, out
_lazyReturnType
,
283
_lazyReturnType
= _lazyReturnType.WithTypeAndModifiers(
4 references to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourcePropertyAccessorSymbol.cs (4)
279
else if (!
_lazyReturnType
.IsVoidType())
283
_lazyReturnType =
_lazyReturnType
.WithTypeAndModifiers(
284
CustomModifierUtils.CopyTypeCustomModifiers(type.Type,
_lazyReturnType
.Type, this.ContainingAssembly),
351
return
_lazyReturnType
;