5 references to ERR_NoPIAAssemblyMissingAttributes
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1335
case ErrorCode.
ERR_NoPIAAssemblyMissingAttributes
:
Symbols\Source\SourceModuleSymbol.cs (1)
349
diagnostics.Add(ErrorCode.
ERR_NoPIAAssemblyMissingAttributes
, NoLocation.Singleton, a,
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
Emit\NoPiaEmbedTypes.cs (1)
3551
Diagnostic(ErrorCode.
ERR_NoPIAAssemblyMissingAttributes
).WithArguments("Pia, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", "System.Runtime.InteropServices.ImportedFromTypeLibAttribute", "System.Runtime.InteropServices.PrimaryInteropAssemblyAttribute")
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Compilation\ReferenceManagerTests.cs (1)
811
Diagnostic(ErrorCode.
ERR_NoPIAAssemblyMissingAttributes
).WithArguments("C, Version=1.0.0.0, Culture=neutral, PublicKeyToken=374d0c2befcd8cc9", "System.Runtime.InteropServices.ImportedFromTypeLibAttribute", "System.Runtime.InteropServices.PrimaryInteropAssemblyAttribute"),
Symbols\SymbolErrorTests.cs (1)
16082
Diagnostic(ErrorCode.
ERR_NoPIAAssemblyMissingAttributes
).WithArguments("MissingPIAAttribute, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "System.Runtime.InteropServices.ImportedFromTypeLibAttribute", "System.Runtime.InteropServices.PrimaryInteropAssemblyAttribute").WithLocation(1, 1));