10 references to ASCIICharCount
Microsoft.Extensions.Http.Diagnostics (10)
Http\DownstreamDependencyMetadataManager.cs (8)
83
var a = new char[Constants.
ASCIICharCount
];
84
for (int i = 0; i < Constants.
ASCIICharCount
; i++)
131
if (ch >= Constants.
ASCIICharCount
)
155
if (ch >= Constants.
ASCIICharCount
)
198
for (int i = 0; i < Constants.
ASCIICharCount
; i++)
232
for (int i = 0; i < Constants.
ASCIICharCount
; i++)
300
if (ch >= Constants.
ASCIICharCount
)
322
if (ch >= Constants.
ASCIICharCount
)
Http\RequestMetadataTrieNode.cs (2)
11
public char YoungestChild { get; set; } = (char)Constants.
ASCIICharCount
;
24
public RequestMetadataTrieNode[] Nodes { get; } = new RequestMetadataTrieNode[Constants.
ASCIICharCount
];