8 references to ERR_EncNoPIAReference
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
267diagnostics.Add(new CSDiagnosticInfo(ErrorCode.ERR_EncNoPIAReference, embeddedType.AdaptedSymbol), Location.None);
Errors\ErrorFacts.cs (1)
1650or ErrorCode.ERR_EncNoPIAReference
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (6)
Emit\EditAndContinue\EditAndContinueTests.cs (6)
12724Diagnostic(ErrorCode.ERR_EncNoPIAReference).WithArguments("I")); 12779Diagnostic(ErrorCode.ERR_EncNoPIAReference).WithArguments("I")); 12872Diagnostic(ErrorCode.ERR_EncNoPIAReference).WithArguments("S"), 12874Diagnostic(ErrorCode.ERR_EncNoPIAReference).WithArguments("IA")); 12950Diagnostic(ErrorCode.ERR_EncNoPIAReference).WithArguments("N.IA"), 12952Diagnostic(ErrorCode.ERR_EncNoPIAReference).WithArguments("IB"));