11 references to Result
Microsoft.AspNetCore.Rewrite (2)
RedirectRule.cs (1)
45var newPath = initMatchResults.Result(Replacement);
RewriteRule.cs (1)
42var result = initMatchResults.Result(Replacement);
Microsoft.Build.Tasks.Core (6)
ManifestUtil\AssemblyIdentity.cs (6)
181string name = m.Result("${name}"); 182string version = m.Result("${version}"); 183string publicKeyToken = m.Result("${pkt}"); 184string culture = m.Result("${culture}"); 185string processorArchitecture = m.Result("${pa}"); 186string type = m.Result("${type}");
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Match.cs (3)
172/// pattern is <c>$1$2</c>, <see cref="Result"/> returns the concatenation of 184/// input string with a specified replacement pattern, the <see cref="Result"/> method replaces a 187/// <see cref="Result"/> method.