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