2 references to WrappedType
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\ICollectionExpressionOperationWrapper.cs (2)
20
private static readonly Func<IOperation, ImmutableArray<IOperation>> ElementsAccessor = LightupHelpers.CreateOperationPropertyAccessor<IOperation, ImmutableArray<IOperation>>(
WrappedType
, nameof(Elements), fallbackResult: default);
48
return operation != null && LightupHelpers.CanWrapOperation(operation,
WrappedType
);