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)
24WrappedOperation = operation;
2 references to WrappedOperation
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\ICollectionExpressionOperationWrapper.cs (2)
28public ITypeSymbol? Type => WrappedOperation.Type; 29public ImmutableArray<IOperation> Elements => ElementsAccessor(WrappedOperation);