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)
218if (_type.Length == 0) 245if (_type == null) 267if (_type == null) 277if (String.Equals(_type, "Fragment", StringComparison.OrdinalIgnoreCase)) 282else if (String.Equals(_type, "Method", StringComparison.OrdinalIgnoreCase))