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