2 writes to _lazyRegularInstructions
Microsoft.CodeAnalysis (2)
CodeGen\BasicBlock.cs (2)
89_lazyRegularInstructions = Cci.PooledBlobBuilder.GetInstance(); 161_lazyRegularInstructions = null;
7 references to _lazyRegularInstructions
Microsoft.CodeAnalysis (7)
CodeGen\BasicBlock.cs (7)
87if (_lazyRegularInstructions == null) 92return _lazyRegularInstructions; 158if (_lazyRegularInstructions != null) 160_lazyRegularInstructions.Free(); 256public BlobBuilder RegularInstructions => _lazyRegularInstructions; 261public bool HasNoRegularInstructions => _lazyRegularInstructions == null; 263public int RegularInstructionsLength => _lazyRegularInstructions?.Count ?? 0;