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