Implemented interface members:
1 write to
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
1126set { this[index] = (T)value!; }
2 references to
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\VirtualChars\AbstractVirtualCharService.cs (1)
176index += result[result.Count - 1].Span.Length;
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
1125get { return this[index]; }