4 references to ERR_CannotUseReducedExtensionMethodInAddressOf
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Conversions.cs (1)
2925Error(diagnostics, ErrorCode.ERR_CannotUseReducedExtensionMethodInAddressOf, errorLocation);
Errors\ErrorFacts.cs (1)
2061or ErrorCode.ERR_CannotUseReducedExtensionMethodInAddressOf
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
CodeGen\CodeGenFunctionPointersTests.cs (1)
3924Diagnostic(ErrorCode.ERR_CannotUseReducedExtensionMethodInAddressOf, "&c.M1").WithLocation(11, 32)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\ExtensionTests.cs (1)
24811Diagnostic(ErrorCode.ERR_CannotUseReducedExtensionMethodInAddressOf, "&c.M2").WithLocation(9, 48));