15 references to OutNameValue
Microsoft.Gen.ComplianceReports (15)
Emitter.cs (15)
28OutNameValue("Name", assemblyName); 36OutNameValue("Name", classifiedType.TypeName); 46OutNameValue("Name", member.Name); 47OutNameValue("Type", member.TypeName); 48OutNameValue("File", member.SourceFilePath); 49OutNameValue("Line", member.SourceLine.ToString(CultureInfo.InvariantCulture)); 59OutNameValue("Name", c.Name); 63OutNameValue("Notes", c.Notes!); 82OutNameValue("Name", method.MethodName); 90OutNameValue("Name", p.Name); 91OutNameValue("Type", p.TypeName); 92OutNameValue("File", p.SourceFilePath); 93OutNameValue("Line", p.SourceLine.ToString(CultureInfo.InvariantCulture)); 103OutNameValue("Name", c.Name); 107OutNameValue("Notes", c.Notes!);