24 references to Empty
Microsoft.CodeAnalysis (2)
Collections\BitVector.cs (1)
178
return
Empty
;
Operations\ControlFlowGraphBuilder.cs (1)
248
var visited = BitVector.
Empty
;
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder_Statements.cs (1)
3870
defaultArguments: BitVector.
Empty
,
Compiler\MethodBodySynthesizer.cs (1)
54
defaultArguments: BitVector.
Empty
,
FlowAnalysis\AlwaysAssignedWalker.cs (1)
111
return new LocalState(BitVector.
Empty
);
FlowAnalysis\DataFlowsInWalker.cs (1)
58
return new LocalState(BitVector.
Empty
);
FlowAnalysis\DefiniteAssignment.cs (5)
189
State = new LocalState(BitVector.
Empty
);
208
State = new LocalState(BitVector.
Empty
);
230
State = new LocalState(BitVector.
Empty
);
335
_alreadyReported = BitVector.
Empty
; // no variables yet reported unassigned
1683
var topState = new LocalState(BitVector.
Empty
);
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (1)
16
public BitVector ReadVars = BitVector.
Empty
;
Lowering\StateMachineRewriter\ResumableStateMachineStateAllocator.cs (1)
30
private BitVector _matchedStates = BitVector.
Empty
;
Operations\CSharpOperationFactory_Methods.cs (1)
268
BitVector.
Empty
,
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\FlowAnalysis\BasicBlockReachabilityDataFlowAnalyzer.cs (1)
14
private BitVector _visited = BitVector.
Empty
;
Microsoft.CodeAnalysis.UnitTests (4)
Collections\BitArrayTests.cs (4)
79
BitVector b1 = BitVector.
Empty
, b2 = BitVector.
Empty
;
120
BitVector b1 = BitVector.
Empty
, b2 = BitVector.
Empty
;
Microsoft.CodeAnalysis.VisualBasic (5)
Analysis\FlowAnalysis\DataFlowPass.vb (2)
135
Me._alreadyReported = BitVector.
Empty
' no variables yet reported unassigned
1521
Return New LocalState(BitVector.
Empty
)
Binding\Binder_Lambda.vb (1)
843
Dim isByRef = BitVector.
Empty
BoundTree\UnboundLambda.vb (1)
151
Dim isByRef = BitVector.
Empty
CodeGen\ResumableStateMachineStateAllocator.vb (1)
29
Private _matchedStates As BitVector = BitVector.
Empty