2 references to WrappedType
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\IUtf8StringOperationWrapper.cs (2)
19
private static readonly Func<IOperation, string> ValueAccessor = LightupHelpers.CreateOperationPropertyAccessor<IOperation, string>(
WrappedType
, nameof(Value), fallbackResult: null!);
47
return operation != null && LightupHelpers.CanWrapOperation(operation,
WrappedType
);