Beispiel #1
0
 private static string GetParameterName(XmlElementSyntax syntax) => syntax.GetAttributes <XmlNameAttributeSyntax>().First().Identifier.GetName();
Beispiel #2
0
 private static string GetReferencedExceptionName(XmlElementSyntax e) => e.GetAttributes <XmlCrefAttributeSyntax>().Select(__ => __.Cref.ToString()).FirstOrDefault();