3 writes to _getMethod
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourcePropertySymbol.vb (3)
200prop._getMethod = New SourcePropertyAccessorSymbol( 218prop._getMethod = getMethod 272prop._getMethod = New SynthesizedWithEventsGetAccessorSymbol(
8 references to _getMethod
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourcePropertySymbol.vb (8)
222Debug.Assert((prop._getMethod Is Nothing) OrElse prop._getMethod.ImplicitlyDefinedBy Is prop) 282Debug.Assert((prop._getMethod Is Nothing) OrElse prop._getMethod.ImplicitlyDefinedBy Is prop) 568If _getMethod Is Nothing AndAlso _setMethod IsNot Nothing AndAlso 590If Not (_getMethod IsNot Nothing AndAlso DirectCast(_getMethod, SourcePropertyAccessorSymbol).HasDebuggerHiddenAttribute OrElse 672Return _getMethod