2 references to s_nullOrWhiteSpaceSuffix
Microsoft.CodeAnalysis.Features (2)
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (2)
53
private const string s_throwIfNullOrWhiteSpaceName = s_throwIfPrefix +
s_nullOrWhiteSpaceSuffix
;
126
cancellationToken => AddStringCheckAsync(document, parameter, functionDeclaration, methodSymbol, blockStatementOpt,
s_nullOrWhiteSpaceSuffix
, simplifierOptions, cancellationToken),