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