5 references to TryGetResource
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (5)
EditAndContinue\Helpers\CSharpEditAndContinueTestVerifier.cs (1)
23
public override string? TryGetResource(string keyword) => EditingTestBase.
TryGetResource
(keyword);
EditAndContinue\Helpers\EditingTestBase.cs (4)
44
=> string.Format(FeaturesResources.member_kind_and_name,
TryGetResource
(keyword) ?? throw ExceptionUtilities.UnexpectedValue(keyword), symbolDisplayName);
49
TryGetResource
(keyword) ?? throw ExceptionUtilities.UnexpectedValue(keyword),
51
TryGetResource
(containerKeyword) ?? throw ExceptionUtilities.UnexpectedValue(containerKeyword),
55
=>
TryGetResource
(keyword) ?? throw ExceptionUtilities.UnexpectedValue(keyword);