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