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