19 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)
3983
defaultArguments: BitVector.
Empty
,
Compiler\MethodBodySynthesizer.cs (1)
55
defaultArguments: BitVector.
Empty
,
FlowAnalysis\AlwaysAssignedWalker.cs (1)
112
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
1804
var topState = new LocalState(BitVector.
Empty
);
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (1)
16
public BitVector ReadVars = BitVector.
Empty
;
Lowering\StateMachineRewriter\ResumableStateMachineStateAllocator.cs (1)
34
private BitVector _matchedStates = BitVector.
Empty
;
Operations\CSharpOperationFactory_Methods.cs (1)
256
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
;