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