26 references to ERR_TypeRefResolutionError3
Microsoft.CodeAnalysis.VisualBasic (2)
Errors\ErrorFacts.vb (1)
19
Case ERRID.
ERR_TypeRefResolutionError3
,
Symbols\MissingMetadataTypeSymbol.vb (1)
65
Return ErrorFactory.ErrorInfo(ERRID.
ERR_TypeRefResolutionError3
, Me, containingModule.Name)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (15)
CodeGen\CodeGenWinMdEvents.vb (15)
27
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "E").WithArguments("System.Runtime.InteropServices.WindowsRuntime.EventRegistrationTokenTable(Of )", "MissingReferences.winmdobj"),
28
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "E").WithArguments("System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken", "MissingReferences.winmdobj"),
29
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "E").WithArguments("System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken", "MissingReferences.winmdobj"))
55
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "E").WithArguments("System.Runtime.InteropServices.WindowsRuntime.EventRegistrationTokenTable(Of )", "MissingReferences.winmdobj"),
56
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "E").WithArguments("System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken", "MissingReferences.winmdobj"),
57
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "E").WithArguments("System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken", "MissingReferences.winmdobj"))
83
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "E").WithArguments("System.Runtime.InteropServices.WindowsRuntime.EventRegistrationTokenTable(Of )", "MissingReferences.winmdobj"),
84
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "E").WithArguments("System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken", "MissingReferences.winmdobj"),
85
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "E").WithArguments("System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken", "MissingReferences.winmdobj"))
111
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "E").WithArguments("System.Runtime.InteropServices.WindowsRuntime.EventRegistrationTokenTable(Of )", "MissingReferences.winmdobj"),
112
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "E").WithArguments("System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken", "MissingReferences.winmdobj"),
113
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "E").WithArguments("System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken", "MissingReferences.winmdobj"))
196
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "E").WithArguments("System.Runtime.InteropServices.WindowsRuntime.EventRegistrationTokenTable(Of )", "test.winmdobj"),
197
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "E").WithArguments("System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken", "test.winmdobj"),
198
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "E").WithArguments("System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken", "test.winmdobj"),
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler.UnitTests (1)
LocalsTests.vb (1)
1727
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "a").WithArguments("A", "Test.dll").WithLocation(1, 1)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Diagnostics\DiagnosticTests.vb (1)
151
Case ERRID.
ERR_TypeRefResolutionError3
,
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (7)
SymbolsTests\Metadata\WinMdEventTest.vb (4)
1316
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, <![CDATA[AddHandler(value As System.Action)
1397
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, <![CDATA[AddHandler(value As System.Action)
1400
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "E").WithArguments("System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken", outputName),
1401
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "E").WithArguments("System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken", outputName))
SymbolsTests\Retargeting\RetargetingTests.vb (2)
357
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "E").WithArguments("System.Enum", "test.dll"))
395
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "E").WithArguments("System.Enum", "test.dll"))
SymbolsTests\Source\DelegateTests.vb (1)
25
Diagnostic(ERRID.
ERR_TypeRefResolutionError3
, "A").WithArguments("System.MulticastDelegate", "test.dll"))