4 references to ToCustomTag
CodeStyleConfigFileGenerator (4)
Program.cs (4)
24
private static readonly string s_neverTag = EnforceOnBuild.Never.
ToCustomTag
();
25
private static readonly string s_whenExplicitlyEnabledTag = EnforceOnBuild.WhenExplicitlyEnabled.
ToCustomTag
();
26
private static readonly string s_recommendedTag = EnforceOnBuild.Recommended.
ToCustomTag
();
27
private static readonly string s_highlyRecommendedTag = EnforceOnBuild.HighlyRecommended.
ToCustomTag
();