1 write to templates
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
6041templates = new StringBuilder();
9 references to templates
mscorlib (9)
system\diagnostics\eventing\eventsource.cs (9)
6210templates.Append(" <template tid=\"").Append(eventName).Append("Args\">").AppendLine(); 6221templates.Append(" <data name=\"").Append(name).Append("Size\" inType=\"win:UInt32\"/>").AppendLine(); 6224templates.Append(" <data name=\"").Append(name).Append("\" inType=\"").Append(GetTypeName(type)).Append("\""); 6230templates.Append(" length=\"").Append(name).Append("Size\""); 6235templates.Append(" map=\"").Append(type.Name).Append("\""); 6242templates.Append("/>").AppendLine(); 6248templates.Append(" </template>").AppendLine(); 6480if (templates.Length > 0) 6482sb.Append(templates);