1 write to _compilerNameSearchString
Microsoft.NET.Build.Tasks (1)
ResolvePackageAssets.cs (1)
985
_compilerNameSearchString
= string.Concat("/".AsSpan(), compilerName.Span);
3 references to _compilerNameSearchString
Microsoft.NET.Build.Tasks (3)
ResolvePackageAssets.cs (3)
1025
if (
_compilerNameSearchString
== null)
1031
int compilerNameStart = file.IndexOf(
_compilerNameSearchString
);
1037
int compilerVersionStart = compilerNameStart +
_compilerNameSearchString
.Length;