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)
202if (_type.Length == 0) 229if (_type == null) 251if (_type == null) 261if (String.Equals(_type, "Fragment", StringComparison.OrdinalIgnoreCase)) 266else if (String.Equals(_type, "Method", StringComparison.OrdinalIgnoreCase))