24 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)
3870defaultArguments: BitVector.Empty,
Compiler\MethodBodySynthesizer.cs (1)
54defaultArguments: BitVector.Empty,
FlowAnalysis\AlwaysAssignedWalker.cs (1)
111return 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 1683var topState = new LocalState(BitVector.Empty);
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (1)
16public BitVector ReadVars = BitVector.Empty;
Lowering\StateMachineRewriter\ResumableStateMachineStateAllocator.cs (1)
30private BitVector _matchedStates = BitVector.Empty;
Operations\CSharpOperationFactory_Methods.cs (1)
268BitVector.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;
Microsoft.CodeAnalysis.VisualBasic (5)
Analysis\FlowAnalysis\DataFlowPass.vb (2)
135Me._alreadyReported = BitVector.Empty ' no variables yet reported unassigned 1521Return New LocalState(BitVector.Empty)
Binding\Binder_Lambda.vb (1)
843Dim isByRef = BitVector.Empty
BoundTree\UnboundLambda.vb (1)
151Dim isByRef = BitVector.Empty
CodeGen\ResumableStateMachineStateAllocator.vb (1)
29Private _matchedStates As BitVector = BitVector.Empty