3 references to ERR_NoSuchMemberOrExtensionNeedUsing
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
8222
Error(diagnostics, ErrorCode.
ERR_NoSuchMemberOrExtensionNeedUsing
, name, boundLeft.Type, plainName, "System");
Errors\ErrorFacts.cs (1)
1576
or ErrorCode.
ERR_NoSuchMemberOrExtensionNeedUsing
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\BindingAwaitTests.cs (1)
2579
Diagnostic(ErrorCode.
ERR_NoSuchMemberOrExtensionNeedUsing
, "await DeviceInformation.FindAllAsync()").WithArguments("Windows.Foundation.IAsyncOperation<Windows.Devices.Enumeration.DeviceInformationCollection>", "GetAwaiter", "System")