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