Implemented interface member:
property
WrappedOperation
Analyzer.Utilities.Lightup.IOperationWrapper.WrappedOperation
1 write to WrappedOperation
Test.Utilities (1)
IUtf8StringOperationWrapper.cs (1)
21WrappedOperation = operation;
2 references to WrappedOperation
Test.Utilities (2)
IUtf8StringOperationWrapper.cs (2)
25public ITypeSymbol? Type => WrappedOperation.Type; 26public string Value => ValueAccessor(WrappedOperation);