2 writes to ItemType
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (2)
1312
ItemType
= itemType,
1328
ItemType
= ItemType,
4 references to ItemType
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (2)
1286
Debug.Assert(
ItemType
is null);
1328
ItemType =
ItemType
,
SyncedSource\FileBasedPrograms\VirtualProjectBuilder.cs (2)
218
/// <c>#:include</c>/<c>#:exclude</c> have their <see cref="CSharpDirective.IncludeOrExclude.
ItemType
"/> determined
845
var itemType = includeOrExclude.
ItemType
;