2 writes to _batchElements
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\FileCodeModel.cs (2)
664_batchElements = []; 733_batchElements = null;
5 references to _batchElements
Microsoft.VisualStudio.LanguageServices.Implementation (5)
CodeModel\FileCodeModel.cs (4)
681RoslynDebug.AssertNotNull(_batchElements); 685if (_batchElements.Count > 0) 687foreach (var element in _batchElements) 760[MemberNotNullWhen(true, nameof(_batchElements))]
CodeModel\FileCodeModel_CodeGen.cs (1)
86_batchElements.Add(codeElement);