Implemented interface member:
property
WrappedOperation
Analyzer.Utilities.Lightup.IOperationWrapper.WrappedOperation
1 write to WrappedOperation
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\IUtf8StringOperationWrapper.cs (1)
23
WrappedOperation
= operation;
2 references to WrappedOperation
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\IUtf8StringOperationWrapper.cs (2)
27
public ITypeSymbol? Type =>
WrappedOperation
.Type;
28
public string Value => ValueAccessor(
WrappedOperation
);