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)
106if (_lazyReturnType.IsDefault) 155Debug.Assert(!_lazyReturnType.IsDefault); 165Debug.Assert(!_lazyReturnType.IsDefault); 166return _lazyReturnType;