3 writes to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceEventAccessorSymbol.cs (3)
122
_lazyReturnType
= TypeWithAnnotations.Create(eventTokenType);
133
_lazyReturnType
= TypeWithAnnotations.Create(voidType);
144
_lazyReturnType
= TypeWithAnnotations.Create(voidType);
4 references to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceEventAccessorSymbol.cs (4)
106
if (
_lazyReturnType
.IsDefault)
155
Debug.Assert(!
_lazyReturnType
.IsDefault);
165
Debug.Assert(!
_lazyReturnType
.IsDefault);
166
return
_lazyReturnType
;