2 references to AddNameOfIfLiteral
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\InstantiateArgumentExceptionsCorrectly.Fixer.cs (2)
78
SyntaxNode parameter =
AddNameOfIfLiteral
(creation.Arguments[paramPosition].Value, editor.Generator);
111
SyntaxNode argument =
AddNameOfIfLiteral
(creation.Arguments[0].Value, editor.Generator);