3 writes to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceEventAccessorSymbol.cs (3)
120
_lazyReturnType
= TypeWithAnnotations.Create(eventTokenType);
133
_lazyReturnType
= TypeWithAnnotations.Create(voidType);
147
_lazyReturnType
= TypeWithAnnotations.Create(voidType);
5 references to _lazyReturnType
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceEventAccessorSymbol.cs (5)
96
Debug.Assert(_lazyParameters.IsDefault !=
_lazyReturnType
.HasType);
103
if (
_lazyReturnType
.IsDefault)
161
Debug.Assert(!
_lazyReturnType
.IsDefault);
176
Debug.Assert(!
_lazyReturnType
.IsDefault);
177
return
_lazyReturnType
;