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)
686
RoslynDebug.AssertNotNull(
_batchElements
);
690
if (
_batchElements
.Count > 0)
692
foreach (var element in
_batchElements
)
765
[MemberNotNullWhen(true, nameof(
_batchElements
))]
CodeModel\FileCodeModel_CodeGen.cs (1)
90
_batchElements
.Add(codeElement);