I want to call some method in curly brackets in a comment, for example like this:
$"{global::Company.Company.Helpers.Method()}_{Parameters.ProcessName}";
But in this situation everything behind the colon become a comment. Is there a way to use double colon in curly brackets in comment in C#?