3 writes to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (3)
42
_lazyReturnType
= returnType;
113
CustomModifierUtils.CopyMethodCustomModifiers(overriddenOrExplicitlyImplementedMethod, this, out
_lazyReturnType
,
135
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);
84
Debug.Assert(
_lazyReturnType
.CustomModifiers.IsEmpty);
146
Debug.Assert(
_lazyReturnType
.CustomModifiers.IsEmpty);
190
return
_lazyReturnType
;