3 writes to _type
Microsoft.Build.Tasks.Core (3)
CodeTaskFactory.cs (3)
217
_type
= taskContent.Attributes["Type"].Value;
247
_type
= "Class";
269
_type
= "Fragment";
5 references to _type
Microsoft.Build.Tasks.Core (5)
CodeTaskFactory.cs (5)
218
if (
_type
.Length == 0)
245
if (
_type
== null)
267
if (
_type
== null)
277
if (String.Equals(
_type
, "Fragment", StringComparison.OrdinalIgnoreCase))
282
else if (String.Equals(
_type
, "Method", StringComparison.OrdinalIgnoreCase))