6 references to AllowsCompileTimeOperations
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Expressions.vb (1)
1970
(candidate.IsNothingLiteral OrElse (candidate.Type IsNot Nothing AndAlso candidate.Type.
AllowsCompileTimeOperations
()))
Semantics\Operators.vb (5)
725
If operandType.
AllowsCompileTimeOperations
() AndAlso
726
underlyingResultType.
AllowsCompileTimeOperations
() Then
1055
leftType.
AllowsCompileTimeOperations
() AndAlso
1056
rightType.
AllowsCompileTimeOperations
() AndAlso
1057
resultType.
AllowsCompileTimeOperations
() Then