1 write to TypeName
Microsoft.Cci.Extensions (1)
Extensions\FakeCustomAttribute.cs (1)
17TypeName = typeName;
3 references to TypeName
Microsoft.Cci.Extensions (3)
Extensions\FakeCustomAttribute.cs (1)
23public string FullTypeName { get { return Namespace + "." + TypeName; } }
Writers\CSharp\CSDeclarationWriter.Attributes.cs (2)
64string typeName = _forCompilation ? s_dllImport.FullTypeName : s_dllImport.TypeName; 74string typeName = _forCompilation ? s_methodImpl.FullTypeName : s_methodImpl.TypeName;