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)
1028if (_compilerNameSearchString == null) 1034int compilerNameStart = file.IndexOf(_compilerNameSearchString); 1040int compilerVersionStart = compilerNameStart + _compilerNameSearchString.Length;