2 references to AsyncSuffix
Microsoft.CodeAnalysis.Remote.Workspaces (2)
BrokeredServiceDescriptors.cs (2)
26name => CommonMethodNameTransforms.CamelCase(name.EndsWith(AsyncSuffix, StringComparison.OrdinalIgnoreCase) ? name.Substring(0, name.Length - AsyncSuffix.Length) : name);