6 references to AddIfNotNull
Microsoft.CodeAnalysis.Analyzers (6)
MetaAnalyzers\CompareSymbolsCorrectlyAnalyzer.cs (3)
114
collectionTypesBuilder.
AddIfNotNull
(compilation.GetOrCreateTypeByMetadataName(WellKnownTypeNames.SystemCollectionsGenericDictionary2));
115
collectionTypesBuilder.
AddIfNotNull
(compilation.GetOrCreateTypeByMetadataName(WellKnownTypeNames.SystemCollectionsGenericHashSet1));
116
collectionTypesBuilder.
AddIfNotNull
(compilation.GetOrCreateTypeByMetadataName(WellKnownTypeNames.SystemCollectionsConcurrentConcurrentDictionary2));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SemanticModelExtensions.cs (1)
113
stack.
AddIfNotNull
(container);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\LanguageServices\InitializeParameter\AbstractInitializerParameterService.cs (2)
198
accessors.
AddIfNotNull
(GetAccessorBody(property.GetMethod, cancellationToken));
201
accessors.
AddIfNotNull
(GetAccessorBody(property.SetMethod, cancellationToken));