2 writes to _lazyRegularInstructions
Microsoft.CodeAnalysis (2)
CodeGen\BasicBlock.cs (2)
88_lazyRegularInstructions = Cci.PooledBlobBuilder.GetInstance(); 160_lazyRegularInstructions = null;
7 references to _lazyRegularInstructions
Microsoft.CodeAnalysis (7)
CodeGen\BasicBlock.cs (7)
86if (_lazyRegularInstructions == null) 91return _lazyRegularInstructions; 157if (_lazyRegularInstructions != null) 159_lazyRegularInstructions.Free(); 255public BlobBuilder RegularInstructions => _lazyRegularInstructions; 260public bool HasNoRegularInstructions => _lazyRegularInstructions == null; 262public int RegularInstructionsLength => _lazyRegularInstructions?.Count ?? 0;