3 writes to _getMethod
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourcePropertySymbol.vb (3)
202prop._getMethod = New SourcePropertyAccessorSymbol( 220prop._getMethod = getMethod 274prop._getMethod = New SynthesizedWithEventsGetAccessorSymbol(
8 references to _getMethod
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourcePropertySymbol.vb (8)
224Debug.Assert((prop._getMethod Is Nothing) OrElse prop._getMethod.ImplicitlyDefinedBy Is prop) 284Debug.Assert((prop._getMethod Is Nothing) OrElse prop._getMethod.ImplicitlyDefinedBy Is prop) 571If _getMethod Is Nothing AndAlso _setMethod IsNot Nothing AndAlso 593If Not (_getMethod IsNot Nothing AndAlso DirectCast(_getMethod, SourcePropertyAccessorSymbol).HasDebuggerHiddenAttribute OrElse 675Return _getMethod