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)
725If operandType.AllowsCompileTimeOperations() AndAlso 726underlyingResultType.AllowsCompileTimeOperations() Then 1055leftType.AllowsCompileTimeOperations() AndAlso 1056rightType.AllowsCompileTimeOperations() AndAlso 1057resultType.AllowsCompileTimeOperations() Then