19 references to Empty
Microsoft.CodeAnalysis (2)
Collections\BitVector.cs (1)
178return Empty;
Operations\ControlFlowGraphBuilder.cs (1)
248var visited = BitVector.Empty;
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder_Statements.cs (1)
3983defaultArguments: BitVector.Empty,
Compiler\MethodBodySynthesizer.cs (1)
55defaultArguments: BitVector.Empty,
FlowAnalysis\AlwaysAssignedWalker.cs (1)
112return new LocalState(BitVector.Empty);
FlowAnalysis\DataFlowsInWalker.cs (1)
58return new LocalState(BitVector.Empty);
FlowAnalysis\DefiniteAssignment.cs (5)
189State = new LocalState(BitVector.Empty); 208State = new LocalState(BitVector.Empty); 230State = new LocalState(BitVector.Empty); 335_alreadyReported = BitVector.Empty; // no variables yet reported unassigned 1804var topState = new LocalState(BitVector.Empty);
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (1)
16public BitVector ReadVars = BitVector.Empty;
Lowering\StateMachineRewriter\ResumableStateMachineStateAllocator.cs (1)
34private BitVector _matchedStates = BitVector.Empty;
Operations\CSharpOperationFactory_Methods.cs (1)
256BitVector.Empty,
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\FlowAnalysis\BasicBlockReachabilityDataFlowAnalyzer.cs (1)
14private BitVector _visited = BitVector.Empty;
Microsoft.CodeAnalysis.UnitTests (4)
Collections\BitArrayTests.cs (4)
79BitVector b1 = BitVector.Empty, b2 = BitVector.Empty; 120BitVector b1 = BitVector.Empty, b2 = BitVector.Empty;