2 references to HasIsExternalInitModifier
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\NewLateBinding.vb (2)
1248
Return If(
HasIsExternalInitModifier
(propInfo.GetSetMethod), Nothing, propInfo.GetSetMethod)
1259
Debug.Assert(propInfo.GetSetMethod Is Nothing OrElse
HasIsExternalInitModifier
(propInfo.GetSetMethod), "expected error condition")