20 references to IsNull
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\DefiniteAssignment.cs (1)
2741Debug.Assert(!assigned.IsNull);
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (1)
195if (currentState.CapturedMask.IsNull)
Lowering\LocalRewriter\LocalRewriter_Call.cs (2)
577if (positionsAssignedToTemp.IsNull) 607Debug.Assert(!argumentsAssignedToTemp.IsNull);
Symbols\Synthesized\RefKindVector.cs (1)
32internal bool IsNull => _bits.IsNull;
Microsoft.CodeAnalysis.VisualBasic (15)
Analysis\FlowAnalysis\AlwaysAssignedWalker.vb (1)
72Debug.Assert(Not _endOfRegionState.Assigned.IsNull)
Analysis\FlowAnalysis\DataFlowPass.LocalState.vb (1)
102Debug.Assert(Not assigned.IsNull)
Binding\Binder_Invocation.vb (1)
2752If defaultArguments.IsNull Then
Binding\Binder_Operators.vb (1)
717Debug.Assert(argumentInfo.DefaultArguments.IsNull)
BoundTree\BoundCall.vb (1)
95Debug.Assert(DefaultArguments.IsNull OrElse Not Arguments.IsEmpty)
BoundTree\BoundObjectCreationExpression.vb (1)
31Debug.Assert(DefaultArguments.IsNull OrElse Not Arguments.IsEmpty)
BoundTree\BoundPropertyAccess.vb (1)
71Debug.Assert(DefaultArguments.IsNull OrElse Not Arguments.IsEmpty)
BoundTree\UnboundLambda.vb (1)
139Debug.Assert(Not parameterIsByRef.IsNull)
Semantics\OverloadResolution.vb (4)
4230(left.Candidate.IsExtensionMethod AndAlso Not left.Candidate.FixedTypeParameters.IsNull)) OrElse 4232(right.Candidate.IsExtensionMethod AndAlso Not right.Candidate.FixedTypeParameters.IsNull))) Then 4686If methodTypeParametersToTreatAsTypeTypeParameters.IsNull OrElse Not methodTypeParametersToTreatAsTypeTypeParameters(symbol.Ordinal) Then 4896If binder.OptionStrict = OptionStrict.On AndAlso Not inferredTypeByAssumption.IsNull Then
Semantics\TypeInference\TypeArgumentInference.vb (2)
888(inferTheseTypeParameters.IsNull OrElse inferTheseTypeParameters(i)) Then 893If inferredTypeByAssumption.IsNull Then
Symbols\TypeSubstitution.vb (1)
788If haveSubstitutionForOrdinal.IsNull OrElse Not haveSubstitutionForOrdinal(additionalPair.Key.Ordinal) Then