4 references to Exists
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\AlwaysAssignedWalker.cs (1)
63
if (v.
Exists
&& !(v.Symbol is FieldSymbol))
FlowAnalysis\DefiniteAssignment.VariableIdentifier.cs (3)
50
Debug.Assert(
Exists
);
63
Debug.Assert(
Exists
);
64
Debug.Assert(other.
Exists
);