3 writes to _getMethod
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourcePropertySymbol.vb (3)
203
prop.
_getMethod
= New SourcePropertyAccessorSymbol(
221
prop.
_getMethod
= getMethod
275
prop.
_getMethod
= New SynthesizedWithEventsGetAccessorSymbol(
8 references to _getMethod
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourcePropertySymbol.vb (8)
225
Debug.Assert((prop.
_getMethod
Is Nothing) OrElse prop.
_getMethod
.ImplicitlyDefinedBy Is prop)
285
Debug.Assert((prop.
_getMethod
Is Nothing) OrElse prop.
_getMethod
.ImplicitlyDefinedBy Is prop)
588
If
_getMethod
Is Nothing AndAlso _setMethod IsNot Nothing AndAlso
610
If Not (
_getMethod
IsNot Nothing AndAlso DirectCast(
_getMethod
, SourcePropertyAccessorSymbol).HasDebuggerHiddenAttribute OrElse
707
Return
_getMethod