4 writes to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourcePropertyAccessorSymbol.cs (4)
265
_lazyReturnType
= ComputeReturnType(diagnostics);
273
CustomModifierUtils.CopyMethodCustomModifiers(implementedMethod, this, out
_lazyReturnType
,
284
CustomModifierUtils.CopyMethodCustomModifiers(overriddenMethod, this, out
_lazyReturnType
,
293
_lazyReturnType
= _lazyReturnType.WithTypeAndModifiers(
4 references to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourcePropertyAccessorSymbol.cs (4)
289
else if (!
_lazyReturnType
.IsVoidType())
293
_lazyReturnType =
_lazyReturnType
.WithTypeAndModifiers(
294
CustomModifierUtils.CopyTypeCustomModifiers(type.Type,
_lazyReturnType
.Type, this.ContainingAssembly),
351
return
_lazyReturnType
;