23 references to NullToEmpty
Microsoft.CodeAnalysis.CodeStyle (6)
ConcatImmutableArray`1.cs (4)
34=> _first.NullToEmpty().AddRange(_second.NullToEmpty()); 49_current = first.NullToEmpty().GetEnumerator(); 50_next = second.NullToEmpty();
EnumerableExtensions.cs (1)
65return array.NullToEmpty();
SymbolKeyResolution.cs (1)
40public ImmutableArray<ISymbol> CandidateSymbols => _candidateSymbols.NullToEmpty();
Microsoft.CodeAnalysis.CodeStyle.Fixes (16)
CodeGenerationAbstractMethodSymbol.cs (1)
37_returnTypeAttributes = returnTypeAttributes.NullToEmpty();
CodeGenerationAttributeData.cs (2)
30_constructorArguments = constructorArguments.NullToEmpty(); 31_namedArguments = namedArguments.NullToEmpty();
CodeGenerationEventSymbol.cs (1)
40this.ExplicitInterfaceImplementations = explicitInterfaceImplementations.NullToEmpty();
CodeGenerationMethodInfo.cs (2)
36_statements = statements.NullToEmpty(); 37_handlesExpressions = handlesExpressions.NullToEmpty();
CodeGenerationMethodSymbol.cs (3)
50this.TypeParameters = typeParameters.NullToEmpty(); 51this.Parameters = parameters.NullToEmpty(); 54this.ExplicitInterfaceImplementations = explicitInterfaceImplementations.NullToEmpty();
CodeGenerationNamedTypeSymbol.cs (3)
48_typeParameters = typeParameters.NullToEmpty(); 50_interfaces = interfaces.NullToEmpty(); 51_members = members.NullToEmpty();
CodeGenerationPropertySymbol.cs (2)
48this.Parameters = parametersOpt.NullToEmpty(); 49this.ExplicitInterfaceImplementations = explicitInterfaceImplementations.NullToEmpty();
CodeGenerationSymbol.cs (1)
45_attributes = attributes.NullToEmpty();
CodeGenerationSymbolFactory.cs (1)
448members = members.NullToEmpty();
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpUseDeconstructionCodeFixProvider.cs (1)
105foreach (var memberAccess in memberAccessExpressions.NullToEmpty())