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