1 override of CreateTypeIdentifierAttribute
Microsoft.CodeAnalysis.CSharp (1)
Emitter\NoPia\EmbeddedType.cs (1)
248protected override CSharpAttributeData CreateTypeIdentifierAttribute(bool hasGuid, SyntaxNode syntaxNodeOpt, DiagnosticBag diagnostics)
1 reference to CreateTypeIdentifierAttribute
Microsoft.CodeAnalysis (1)
Emit\NoPia\CommonEmbeddedType.cs (1)
213builder.AddIfNotNull(CreateTypeIdentifierAttribute(hasGuid && IsInterface, syntaxNodeOpt, diagnostics));