4 references to IsStrictNothingLiteral
Microsoft.CodeAnalysis.VisualBasic (4)
BoundTree\BoundLocalDeclaration.vb (1)
40
Debug.Assert(LocalSymbol.IsConst AndAlso InitializerOpt.
IsStrictNothingLiteral
())
Semantics\Conversions.vb (1)
1705
If constantExpression.
IsStrictNothingLiteral
() Then
Semantics\TypeInference\TypeArgumentInference.vb (2)
257
If currentNamedNode.Expression.
IsStrictNothingLiteral
() Then
535
If Expression.
IsStrictNothingLiteral
() Then