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