8 references to ERR_EncNoPIAReference
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
343diagnostics.Add(new CSDiagnosticInfo(ErrorCode.ERR_EncNoPIAReference, embeddedType.AdaptedSymbol), Location.None);
Errors\ErrorFacts.cs (1)
1590case ErrorCode.ERR_EncNoPIAReference:
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (6)
Emit\EditAndContinue\EditAndContinueTests.cs (6)
10942Diagnostic(ErrorCode.ERR_EncNoPIAReference).WithArguments("I")); 10997Diagnostic(ErrorCode.ERR_EncNoPIAReference).WithArguments("I")); 11090Diagnostic(ErrorCode.ERR_EncNoPIAReference).WithArguments("S"), 11092Diagnostic(ErrorCode.ERR_EncNoPIAReference).WithArguments("IA")); 11168Diagnostic(ErrorCode.ERR_EncNoPIAReference).WithArguments("N.IA"), 11170Diagnostic(ErrorCode.ERR_EncNoPIAReference).WithArguments("IB"));