2 writes to _batchElements
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\FileCodeModel.cs (2)
669_batchElements = new List<AbstractKeyedCodeElement>(); 738_batchElements = null;
5 references to _batchElements
Microsoft.VisualStudio.LanguageServices.Implementation (5)
CodeModel\FileCodeModel.cs (4)
686RoslynDebug.AssertNotNull(_batchElements); 690if (_batchElements.Count > 0) 692foreach (var element in _batchElements) 765[MemberNotNullWhen(true, nameof(_batchElements))]
CodeModel\FileCodeModel_CodeGen.cs (1)
90_batchElements.Add(codeElement);