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)
1025if (_compilerNameSearchString == null) 1031int compilerNameStart = file.IndexOf(_compilerNameSearchString); 1037int compilerVersionStart = compilerNameStart + _compilerNameSearchString.Length;