8 references to BufferScope
Microsoft.DotNet.Cli.Utils (8)
BufferScope.cs (8)
24/// Initializes a new instance of the <see cref="BufferScope{T}"/>. 34/// Create the <see cref="BufferScope{T}"/> with an initial buffer. Useful for creating with an initial stack 45/// Create the <see cref="BufferScope{T}"/> with an initial buffer. Useful for creating with an initial stack 81/// Consider if creating new <see cref="BufferScope{T}"/> instances is possible and cleaner than using 154/// Implicitly converts a <see cref="BufferScope{T}"/> to a <see cref="Span{T}"/>. 158public static implicit operator Span<T>(BufferScope<T> scope) 162/// Implicitly converts a <see cref="BufferScope{T}"/> to a <see cref="ReadOnlySpan{T}"/>. 166public static implicit operator ReadOnlySpan<T>(BufferScope<T> scope)