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