1 instantiation of ICollectionExpressionOperationWrapper
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\ICollectionExpressionOperationWrapper.cs (1)
43
return new
ICollectionExpressionOperationWrapper
(operation);
4 references to ICollectionExpressionOperationWrapper
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\ICollectionExpressionOperationWrapper.cs (2)
18
private static readonly Type? WrappedType = OperationWrapperHelper.GetWrappedType(typeof(
ICollectionExpressionOperationWrapper
));
31
public static
ICollectionExpressionOperationWrapper
FromOperation(IOperation operation)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\OperationWrapperHelper.cs (2)
21
.Add(typeof(
ICollectionExpressionOperationWrapper
), s_codeAnalysisAssembly.GetType(
ICollectionExpressionOperationWrapper
.WrappedTypeName));