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