Implemented interface member:
property
WrappedOperation
Analyzer.Utilities.Lightup.IOperationWrapper.WrappedOperation
1 write to WrappedOperation
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\ICollectionExpressionOperationWrapper.cs (1)
24
WrappedOperation
= operation;
2 references to WrappedOperation
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\ICollectionExpressionOperationWrapper.cs (2)
28
public ITypeSymbol? Type =>
WrappedOperation
.Type;
29
public ImmutableArray<IOperation> Elements => ElementsAccessor(
WrappedOperation
);