15 references to OutNameValue
Microsoft.Gen.MetadataExtractor (15)
src\Generators\Microsoft.Gen.ComplianceReports\Emitter.cs (15)
31OutNameValue("Name", assemblyName); 40OutNameValue("Name", classifiedType.TypeName); 50OutNameValue("Name", member.Name); 51OutNameValue("Type", member.TypeName); 52OutNameValue("File", member.SourceFilePath); 53OutNameValue("Line", member.SourceLine.ToString(CultureInfo.InvariantCulture)); 63OutNameValue("Name", c.Name); 67OutNameValue("Notes", c.Notes!); 86OutNameValue("Name", method.MethodName); 94OutNameValue("Name", p.Name); 95OutNameValue("Type", p.TypeName); 96OutNameValue("File", p.SourceFilePath); 97OutNameValue("Line", p.SourceLine.ToString(CultureInfo.InvariantCulture)); 107OutNameValue("Name", c.Name); 111OutNameValue("Notes", c.Notes!);