3 writes to _setMethod
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourcePropertySymbol.vb (3)
212
prop.
_setMethod
= New SourcePropertyAccessorSymbol(
222
prop.
_setMethod
= setMethod
279
prop.
_setMethod
= New SynthesizedWithEventsSetAccessorSymbol(
9 references to _setMethod
Microsoft.CodeAnalysis.VisualBasic (9)
Symbols\Source\SourcePropertySymbol.vb (9)
226
Debug.Assert((prop.
_setMethod
Is Nothing) OrElse prop.
_setMethod
.ImplicitlyDefinedBy Is prop)
286
Debug.Assert((prop.
_setMethod
Is Nothing) OrElse prop.
_setMethod
.ImplicitlyDefinedBy Is prop)
588
If _getMethod Is Nothing AndAlso
_setMethod
IsNot Nothing AndAlso
589
(Not isMarshalAs OrElse Not SynthesizedParameterSymbol.IsMarshalAsAttributeApplicable(
_setMethod
)) Then
611
_setMethod
IsNot Nothing AndAlso DirectCast(
_setMethod
, SourcePropertyAccessorSymbol).HasDebuggerHiddenAttribute) Then
713
Return
_setMethod