3 writes to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (3)
42
_lazyReturnType
= returnType;
120
CustomModifierUtils.CopyMethodCustomModifiers(overriddenOrExplicitlyImplementedMethod, this, out
_lazyReturnType
,
142
CustomModifierUtils.CopyMethodCustomModifiers(overriddenOrExplicitlyImplementedMethod, this, out
_lazyReturnType
,
6 references to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (6)
46
this.SetReturnsVoid(
_lazyReturnType
.IsVoidType());
48
this.CheckEffectiveAccessibility(
_lazyReturnType
, _lazyParameters, diagnostics);
49
this.CheckFileTypeUsage(
_lazyReturnType
, _lazyParameters, diagnostics);
91
Debug.Assert(
_lazyReturnType
.CustomModifiers.IsEmpty);
153
Debug.Assert(
_lazyReturnType
.CustomModifiers.IsEmpty);
197
return
_lazyReturnType
;