1 instantiation of IUtf8StringOperationWrapper
Test.Utilities (1)
IUtf8StringOperationWrapper.cs (1)
40return new IUtf8StringOperationWrapper(operation);
4 references to IUtf8StringOperationWrapper
Test.Utilities (4)
IUtf8StringOperationWrapper.cs (2)
15private static readonly Type? WrappedType = OperationWrapperHelper.GetWrappedType(typeof(IUtf8StringOperationWrapper)); 28public static IUtf8StringOperationWrapper FromOperation(IOperation operation)
OperationWrapperHelper.cs (2)
18.Add(typeof(IUtf8StringOperationWrapper), s_codeAnalysisAssembly.GetType(IUtf8StringOperationWrapper.WrappedTypeName))