3 writes to _type
Microsoft.Build.Tasks.Core (3)
CodeTaskFactory.cs (3)
201
_type
= taskContent.Attributes["Type"].Value;
231
_type
= "Class";
253
_type
= "Fragment";
5 references to _type
Microsoft.Build.Tasks.Core (5)
CodeTaskFactory.cs (5)
202
if (
_type
.Length == 0)
229
if (
_type
== null)
251
if (
_type
== null)
261
if (String.Equals(
_type
, "Fragment", StringComparison.OrdinalIgnoreCase))
266
else if (String.Equals(
_type
, "Method", StringComparison.OrdinalIgnoreCase))