Ejemplo n.º 1
0
        public void This()
        {
            IDkmClrFullNameProvider fullNameProvider = new CSharpFormatter();
            var inspectionContext = CreateDkmInspectionContext();

            Assert.Equal("this", fullNameProvider.GetClrExpressionForThis(inspectionContext));
        }