2 references to ThrowIfNull
Microsoft.CodeAnalysis.Features (2)
ReplacePropertyWithMethods\AbstractReplacePropertyWithMethodsService.cs (2)
124
Contract.
ThrowIfNull
(_expression.Parent, $"Parent of {_expression} is null.");
291
Contract.
ThrowIfNull
(_expression.Parent, $"Parent of {_expression} is null.");