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)
681
RoslynDebug.AssertNotNull(
_batchElements
);
685
if (
_batchElements
.Count > 0)
687
foreach (var element in
_batchElements
)
760
[MemberNotNullWhen(true, nameof(
_batchElements
))]
CodeModel\FileCodeModel_CodeGen.cs (1)
86
_batchElements
.Add(codeElement);