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