3 references to s_throwIfPrefix
Microsoft.CodeAnalysis.Features (3)
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (3)
51private const string s_throwIfNullName = s_throwIfPrefix + s_nullSuffix; 52private const string s_throwIfNullOrEmptyName = s_throwIfPrefix + s_nullOrEmptySuffix; 53private const string s_throwIfNullOrWhiteSpaceName = s_throwIfPrefix + s_nullOrWhiteSpaceSuffix;