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