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