2 references to HasDebuggerHiddenAttribute
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourcePropertySymbol.vb (2)
593
If Not (_getMethod IsNot Nothing AndAlso DirectCast(_getMethod, SourcePropertyAccessorSymbol).
HasDebuggerHiddenAttribute
OrElse
594
_setMethod IsNot Nothing AndAlso DirectCast(_setMethod, SourcePropertyAccessorSymbol).
HasDebuggerHiddenAttribute
) Then