3 writes to _setMethod
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourcePropertySymbol.vb (3)
211prop._setMethod = New SourcePropertyAccessorSymbol( 221prop._setMethod = setMethod 278prop._setMethod = New SynthesizedWithEventsSetAccessorSymbol(
9 references to _setMethod
Microsoft.CodeAnalysis.VisualBasic (9)
Symbols\Source\SourcePropertySymbol.vb (9)
225Debug.Assert((prop._setMethod Is Nothing) OrElse prop._setMethod.ImplicitlyDefinedBy Is prop) 285Debug.Assert((prop._setMethod Is Nothing) OrElse prop._setMethod.ImplicitlyDefinedBy Is prop) 571If _getMethod Is Nothing AndAlso _setMethod IsNot Nothing AndAlso 572(Not isMarshalAs OrElse Not SynthesizedParameterSymbol.IsMarshalAsAttributeApplicable(_setMethod)) Then 594_setMethod IsNot Nothing AndAlso DirectCast(_setMethod, SourcePropertyAccessorSymbol).HasDebuggerHiddenAttribute) Then 681Return _setMethod