2 writes to _typeIsFragment
Microsoft.Build.Tasks.Core (2)
CodeTaskFactory.cs (2)
279
_typeIsFragment
= true;
284
_typeIsFragment
= false;
3 references to _typeIsFragment
Microsoft.Build.Tasks.Core (3)
CodeTaskFactory.cs (3)
795
if (
_typeIsFragment
|| _typeIsMethod)
801
if (
_typeIsFragment
)
1011
if (
_typeIsFragment
)