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