1 instantiation of EnumerableWrapperProvider
Microsoft.AspNetCore.Mvc.Formatters.Xml (1)
EnumerableWrapperProviderFactory.cs (1)
58return new EnumerableWrapperProvider(enumerableOfT, elementWrapperProvider);
4 references to EnumerableWrapperProvider
Microsoft.AspNetCore.Mvc.Formatters.Xml (4)
EnumerableWrapperProvider.cs (1)
19/// Initializes an instance of <see cref="EnumerableWrapperProvider"/>.
EnumerableWrapperProviderFactory.cs (3)
9/// Creates an <see cref="EnumerableWrapperProvider"/> for interface types implementing the 29/// Gets an <see cref="EnumerableWrapperProvider"/> for the provided context. 32/// <returns>An instance of <see cref="EnumerableWrapperProvider"/> if the declared type is