11 references to WriteVerbose
cdac-build-tool (11)
ObjectFileScraper.cs (11)
351
WriteVerbose
("\nAdding scraped content to model");
354
WriteVerbose
($"Baseline Name = {baseline}");
374
WriteVerbose
($"Type {typeName} has fields starting at index {j}");
378
WriteVerbose
($"Type {typeName} has field {fields[j].Name} with offset {fields[j].Offset}");
383
WriteVerbose
($"Type {typeName} has size {typeSpec.Size}");
387
WriteVerbose
($"Type {typeName} has indeterminate size");
397
WriteVerbose
($"Global {globalName} has type {globalType} with value {globalValue}");
406
WriteVerbose
($"Global pointer {globalName} has index {globalValue}");
414
WriteVerbose
($"Global string {globalName} has value {globalValue}");
423
WriteVerbose
($"Global sub-descriptor {globalName} has index {globalValue}");
431
WriteVerbose
($"Contract {globalName} has version {version}");