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)
70
this.CheckEffectiveAccessibility(
_lazyReturnType
, _lazyParameters, diagnostics);
71
this.CheckFileTypeUsage(
_lazyReturnType
, _lazyParameters, diagnostics);
148
return
_lazyReturnType
;