9 references to ERR_EncNoPIAReference
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
268
diagnostics.Add(new CSDiagnosticInfo(ErrorCode.
ERR_EncNoPIAReference
, embeddedType.AdaptedSymbol), Location.None);
Errors\ErrorFacts.cs (1)
645
or ErrorCode.
ERR_EncNoPIAReference
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (6)
Emit\EditAndContinue\EditAndContinueTests.cs (6)
12725
Diagnostic(ErrorCode.
ERR_EncNoPIAReference
).WithArguments("I"));
12780
Diagnostic(ErrorCode.
ERR_EncNoPIAReference
).WithArguments("I"));
12873
Diagnostic(ErrorCode.
ERR_EncNoPIAReference
).WithArguments("S"),
12875
Diagnostic(ErrorCode.
ERR_EncNoPIAReference
).WithArguments("IA"));
12951
Diagnostic(ErrorCode.
ERR_EncNoPIAReference
).WithArguments("N.IA"),
12953
Diagnostic(ErrorCode.
ERR_EncNoPIAReference
).WithArguments("IB"));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
3017
case ErrorCode.
ERR_EncNoPIAReference
: