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