1 implementation of ISyntaxWrapper
Microsoft.CodeAnalysis.Features (1)
Wrapping\AbstractWrapper.cs (1)
27
internal abstract partial class AbstractSyntaxWrapper :
ISyntaxWrapper
5 references to ISyntaxWrapper
Microsoft.CodeAnalysis.Features (5)
Wrapping\AbstractWrapper.cs (1)
16
/// Common implementation of all <see cref="
ISyntaxWrapper
"/>. This type takes care of a lot of common logic for
Wrapping\AbstractWrappingCodeRefactoringProvider.cs (4)
18
/// wrapped by any provided <see cref="
ISyntaxWrapper
"/>s.
26
private readonly ImmutableArray<
ISyntaxWrapper
> _wrappers;
29
ImmutableArray<
ISyntaxWrapper
> wrappers)
55
foreach (
var
wrapper in _wrappers)