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