1 instantiation of ICollectionExpressionOperationWrapper
Test.Utilities (1)
ICollectionExpressionOperationWrapper.cs (1)
41return new ICollectionExpressionOperationWrapper(operation);
4 references to ICollectionExpressionOperationWrapper
Test.Utilities (4)
ICollectionExpressionOperationWrapper.cs (2)
16private static readonly Type? WrappedType = OperationWrapperHelper.GetWrappedType(typeof(ICollectionExpressionOperationWrapper)); 29public static ICollectionExpressionOperationWrapper FromOperation(IOperation operation)
OperationWrapperHelper.cs (2)
19.Add(typeof(ICollectionExpressionOperationWrapper), s_codeAnalysisAssembly.GetType(ICollectionExpressionOperationWrapper.WrappedTypeName));