1 implementation of ISyntaxWrapper
Microsoft.CodeAnalysis.Features (1)
Wrapping\AbstractWrapper.cs (1)
28
internal abstract partial class AbstractSyntaxWrapper :
ISyntaxWrapper
9 references to ISyntaxWrapper
Microsoft.CodeAnalysis.CSharp.Features (2)
Wrapping\CSharpWrappingCodeRefactoringProvider.cs (2)
22
private static readonly ImmutableArray<
ISyntaxWrapper
> s_wrappers =
23
ImmutableArray.Create<
ISyntaxWrapper
>(
Microsoft.CodeAnalysis.Features (5)
Wrapping\AbstractWrapper.cs (1)
17
/// Common implementation of all <see cref="
ISyntaxWrapper
"/>. This type takes care of a lot of common logic for
Wrapping\AbstractWrappingCodeRefactoringProvider.cs (4)
20
/// wrapped by any provided <see cref="
ISyntaxWrapper
"/>s.
28
private readonly ImmutableArray<
ISyntaxWrapper
> _wrappers;
31
ImmutableArray<
ISyntaxWrapper
> wrappers)
57
foreach (
var
wrapper in _wrappers)
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Wrapping\VisualBasicWrappingCodeRefactoringProvider.vb (2)
22
Private Shared ReadOnly s_wrappers As ImmutableArray(Of
ISyntaxWrapper
) =
23
ImmutableArray.Create(Of
ISyntaxWrapper
)(