2 references to WrappedTypeName
Test.Utilities (2)
ICollectionExpressionOperationWrapper.cs (1)
38throw new InvalidCastException($"Cannot cast '{operation.GetType().FullName}' to '{WrappedTypeName}'");
OperationWrapperHelper.cs (1)
19.Add(typeof(ICollectionExpressionOperationWrapper), s_codeAnalysisAssembly.GetType(ICollectionExpressionOperationWrapper.WrappedTypeName));