2 references to FullName
Microsoft.Cci.Extensions (2)
Writers\CSharp\CSDeclarationWriter.Attributes.cs (1)
375
string typeName = c.
FullName
();
Writers\CSharp\CSharpWriter.cs (1)
233
IFieldDefinition fieldType = new DummyPrivateField(parentType, genericField.Type, genericField.Name.Value, genericField.Attributes.Where(a => !a.
FullName
().EndsWith("NullAttribute")), genericField.IsReadOnly);