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