1 write to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceConstructorSymbolBase.cs (1)
59_lazyReturnType = TypeWithAnnotations.Create(bodyBinder.GetSpecialType(SpecialType.System_Void, diagnostics, syntax));
3 references to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceConstructorSymbolBase.cs (3)
71this.CheckEffectiveAccessibility(_lazyReturnType, _lazyParameters, diagnostics); 72this.CheckFileTypeUsage(_lazyReturnType, _lazyParameters, diagnostics); 156return _lazyReturnType;