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